/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | Constant.cpp | 1330 TIntermTyped* TIntermediate::foldDereference(TIntermTyped* node, int index, const TSourceLoc& loc) in foldDereference() 1366 TIntermTyped* TIntermediate::foldSwizzle(TIntermTyped* node, TSwizzleSelectors<TVectorSelector>& se… in foldSwizzle()
|
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/os/ |
H A D | list.h | 117 struct list_head *node; in list_length() local 148 struct list_head *node; in list_validate() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | propagator_state.h | 90 void push_back(const TaggedNode& node) { ready_.push_back(node); } in push_back() 539 void push_back(const TaggedNode& node) { readyp_.push(node); } in push_back()
|
/aosp_15_r20/external/python/cpython3/Lib/lib2to3/tests/ |
D | test_util.py | 22 def assertStr(self, node, string): argument 104 def _find_bind_rec(self, name, node): argument
|
/aosp_15_r20/external/guice/extensions/struts2/lib/ |
HD | freemarker-2.3.16.jar | META-INF/
META-INF/MANIFEST.MF
freemarker/
freemarker/cache/
freemarker/ ... |
/aosp_15_r20/external/libxml2/python/ |
H A D | libxml.c | 1202 xmlEnumerationPtr node; in pythonAttributeDecl() local 2583 xmlNodePtr node; in libxml_xmlNodeGetNsDefs() local 2605 xmlNodePtr node; in libxml_xmlNodeRemoveNsDef() local 2654 xmlNodePtr node; in libxml_xmlNodeGetNs() local 2685 xmlNodePtr node; in libxml_serializeNode() local 2758 xmlNodePtr node; in libxml_saveNodeTo() local 2835 xmlNodePtr node; in libxml_xmlNewNode() local
|
/aosp_15_r20/prebuilts/misc/common/jacoco/lib/ |
HD | org.jacoco.report-0.8.8.202204050719.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jacoco/
org/ ... |
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.8.3/ |
HD | jsoup-1.8.3.jar | ... public void head (org.jsoup.nodes.Node, int)
org.jsoup.nodes.Node ... |
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/ |
HD | jsoup-1.6.3.jar | ... public void head (org.jsoup.nodes.Node, int)
org.jsoup.nodes.Node ... |
/aosp_15_r20/external/virglrenderer/src/mesa/util/ |
H A D | list.h | 132 struct list_head *node; in list_length() local 163 struct list_head *node; in list_validate() local
|
/aosp_15_r20/external/iproute2/include/uapi/linux/ |
H A D | tipc.h | 50 __u32 node; member 86 unsigned int node) in tipc_addr()
|
/aosp_15_r20/frameworks/base/libs/hwui/pipeline/skia/ |
H A D | SkiaPipeline.cpp | 202 static void collectLayers(RenderNode* node, LayerUpdateQueue* layers) { in collectLayers() 377 static Rect nodeBounds(RenderNode& node) { in nodeBounds()
|
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/algo/ |
D | feedback_arc_set.rs | 124 let node = entry.data(); in good_node_sequence() localVariable 244 let node = nodes[ix].data(); in suitable_bucket() localVariable
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_qir_schedule.c | 130 struct schedule_node *node; member 592 compute_delay(struct dag_node *node, void *state) in compute_delay()
|
/aosp_15_r20/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExplodedGraph.h | 240 void replaceSuccessor(ExplodedNode *node) { Succs.replaceNode(node); } in replaceSuccessor() 241 void replacePredecessor(ExplodedNode *node) { Preds.replaceNode(node); } in replacePredecessor()
|
/aosp_15_r20/external/mesa3d/src/util/ |
H A D | list.h | 139 struct list_head *node; in list_length() local 170 struct list_head *node; in list_validate() local
|
/aosp_15_r20/external/f2fs-tools/fsck/ |
H A D | inject.c | 768 static int inject_inode(struct f2fs_sb_info *sbi, struct f2fs_node *node, in inject_inode() 838 static int inject_index_node(struct f2fs_sb_info *sbi, struct f2fs_node *node, in inject_index_node()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/ |
H A D | loop_unrolling.cpp | 25 bool isForLoop(Node* node) { in isForLoop() 221 Node* node = *it; in UnrollLoops() local
|
H A D | vulkan_rewrite.cpp | 310 auto node = match.values_map.at(vmap.at("params_cpu"))->node(); in insertPrePackedGruOp() local 334 auto node = match.values_map.at(vmap.at("hx"))->node(); in insertPrePackedLstmOp() local
|
/aosp_15_r20/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/ |
H A D | ReportTask.java | 395 public void onViolation(final ICoverageNode node, final Rule rule, in onViolation() 598 private void checkForMissingDebugInformation(final ICoverageNode node) { in checkForMissingDebugInformation()
|
/aosp_15_r20/external/coreboot/src/soc/intel/common/block/crashlog/ |
H A D | crashlog.c | 329 cl_node_t *node = malloc(sizeof(cl_node_t)); in malloc_cl_node() local 343 void free_cl_node(cl_node_t *node) in free_cl_node()
|
/aosp_15_r20/external/aws-sdk-java-v2/services/kms/target/generated-sources/sdk/software/amazon/awssdk/services/kms/endpoints/internal/ |
H A D | Value.java | 60 public static Value fromNode(JsonNode node) { in fromNode() 362 public static Endpoint fromNode(JsonNode node) { in fromNode()
|
/aosp_15_r20/external/cronet/base/containers/ |
H A D | linked_list_unittest.cc | 53 for (const LinkNode<Node>* node = (forward ? list.head() : list.tail()); in ExpectListContentsForDirection() local 269 MultipleInheritanceNode node; in TEST() local
|
/aosp_15_r20/external/XNNPACK/src/ |
H A D | runtime.c | 270 struct xnn_node* node = subgraph->nodes + i; in xnn_create_runtime_v4() local 295 const struct xnn_node* node = subgraph->nodes + i; in xnn_create_runtime_v4() local
|
/aosp_15_r20/packages/modules/Virtualization/guest/pvmfw/src/ |
D | device_assignment.rs | 426 fn node(&self, path: &DtPathTokens) -> Result<Option<FdtNode>> { in node() method 427 let mut node = self.as_ref().root(); in node() localVariable 1079 let mut node = compatible.ok_or(DeviceAssignmentError::TooManyPvIommu)?; in patch_pviommus() localVariable 1540 let node = AssignedDeviceNode::parse(platform_dt, &expected.path); in device_info_overlay_iommu() localVariable 1599 let node = AssignedDeviceNode::parse(platform_dt, &expected.path); in device_info_multiple_devices_iommus() localVariable 1648 let node = AssignedDeviceNode::parse(platform_dt, &expected.path); in device_info_iommu_sharing() localVariable
|