/aosp_15_r20/external/aws-sdk-java-v2/test/codegen-generated-classes-test/src/test/java/software/amazon/awssdk/services/rules/ |
H A D | EndpointTest.java | 79 public static EndpointTest fromNode(JsonNode node) { in fromNode() 123 public static Expectation fromNode(JsonNode node) { in fromNode()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/ |
D | traits.hpp | 76 typedef base_type::_Node_base<synth_access_traits, metadata> node; typedef 123 typedef base_type::_Node_base<synth_access_traits, metadata> node; typedef
|
/aosp_15_r20/frameworks/base/libs/hwui/jni/ |
H A D | android_graphics_HardwareBufferRenderer.cpp | 58 auto* node = new RootRenderNode(std::make_unique<JvmErrorReporter>(env)); in android_graphics_HardwareBufferRenderer_createRootNode() local 66 auto* node = reinterpret_cast<RootRenderNode*>(renderNodePtr); in android_graphics_hardwareBufferRenderer_destroyRootNode() local
|
/aosp_15_r20/external/kotlinx.serialization/core/commonTest/src/kotlinx/serialization/ |
H A D | SerialDescriptorEqualityTest.kt | 23 class RecursiveSimple(val desc: String, var node: RecursiveSimple?) in <lambda>() variable in kotlinx.serialization.SerialDescriptorEqualityTest.RecursiveSimple 26 class Recursive<T>(val desc: T, var node: Recursive<T>?) in <lambda>() variable in kotlinx.serialization.SerialDescriptorEqualityTest.Recursive
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/body/ |
H A D | BodyDeclaration.java | 93 public boolean remove(Node node) { in remove() 119 public boolean replace(Node node, Node replacementNode) { in replace()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/ |
D | traits.hpp | 76 typedef base_type::_Node_base<synth_access_traits, metadata> node; typedef 123 typedef base_type::_Node_base<synth_access_traits, metadata> node; typedef
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sdp/ |
H A D | client.cc | 192 auto node = pending_.extract(id); in Finish() local 232 auto node = pending_.extract(id); in Cancel() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/debug/lib/ |
H A D | debug_graphs.py | 264 def _process_debug_graph_node(self, node): argument 307 def _get_ref_args(self, node): argument
|
/aosp_15_r20/external/XNNPACK/src/subgraph/ |
H A D | depthwise-convolution-2d.c | 21 const struct xnn_node* node, in create_convolution_operator() 731 struct xnn_node* node = xnn_subgraph_new_node(subgraph); in xnn_define_depthwise_convolution_2d() local
|
H A D | convolution-2d.c | 21 const struct xnn_node* node, in create_convolution_operator() 739 struct xnn_node* node = xnn_subgraph_new_node(subgraph); in xnn_define_convolution_2d() local
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/nir/ |
H A D | radv_nir_rt_common.c | 276 nir_def *node = nir_ushr_imm(b, addr, 3); in build_addr_to_node() local 281 build_node_to_addr(struct radv_device *device, nir_builder *b, nir_def *node, bool skip_type_and) in build_node_to_addr() 440 fetch_parent_node(nir_builder *b, nir_def *bvh, nir_def *node) in fetch_parent_node()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/ |
H A D | scoped_allocator_optimizer_test.cc | 330 NodeDef* node = nullptr; in ValidateSAControlInput() local 348 NodeDef* node = nullptr; in NumControlInputs() local 582 for (const NodeDef& node : optimized_graph.node()) { in TEST_F() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | quantize_training.cc | 69 inline bool IsGradientNode(const Graph* graph, const Node* node) { in IsGradientNode() 77 bool FindType(const Graph* graph, const Node* node, bool* signed_input, in FindType() 167 StringPiece GetNodeNamePrefix(const Node* node) { in GetNodeNamePrefix()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/data/ |
H A D | fusion_utils.cc | 76 for (const auto& node : nodes) { in GetNodeNamesSet() local 92 for (const auto& node : second_iterable) { in GetUniqueNames() local 266 auto* node = graph_utils::AddScalarConstNode(false, &graph_view); in CreateFalsePredicate() local
|
/aosp_15_r20/packages/modules/Virtualization/libs/libfdt/src/ |
D | iterators.rs | 30 node: FdtNode<'a>, field 36 let node = fdt.root(); in new() localVariable 317 node: Option<(FdtNode<'a>, usize)>, field
|
/aosp_15_r20/external/trusty/headers/include/remoteproc/ |
D | remoteproc.h | 329 struct list_head node; member 415 struct klist_node node; member 481 struct list_head node; member
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | pooling3d.cc | 287 TfLiteStatus GenericPrepare(TfLiteContext* context, TfLiteNode* node) { in GenericPrepare() 339 TfLiteStatus AverageEval(TfLiteContext* context, TfLiteNode* node) { in AverageEval() 384 TfLiteStatus MaxEval(TfLiteContext* context, TfLiteNode* node) { in MaxEval()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/ |
H A D | CropView.java | 552 AccessibilityNodeInfoCompat node) { in onPopulateNodeForVirtualView() 555 setNodePosition(getNodeRect(boundary), node); in onPopulateNodeForVirtualView() local 640 private void setNodePosition(Rect rect, AccessibilityNodeInfoCompat node) { in setNodePosition()
|
/aosp_15_r20/out/soong/.intermediates/prebuilts/tools/common/m2/dialer-dagger2-compiler-deps/linux_glibc_common/local-combined/ |
D | dialer-dagger2-compiler-deps.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/eclipse.inf
META ... |
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.7/ |
HD | dagger-compiler-2.7.jar | META-INF/
META-INF/MANIFEST.MF
dagger/
dagger/internal/
dagger/ ... |
/aosp_15_r20/external/trusty/arm-trusted-firmware/services/std_svc/spm/el3_spmc/ |
D | spmc_setup.c | 207 void *sp_manifest, int node, in populate_sp_regions() 414 int node; in spmc_el0_sp_setup() local
|
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/instrumentor/ |
H A D | TraceDataFlowInstrumentor.kt | 39 val node = ClassNode() in <lambda>() constant
|
/aosp_15_r20/external/mesa3d/src/panfrost/compiler/ |
H A D | bi_opt_push_ubo.c | 193 unsigned *component, unsigned *size, unsigned node) in bi_find_component() 336 unsigned node = bi_uniform_word(I->src[s]); in bi_opt_reorder_push() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/profiling/ |
H A D | profile_summarizer_test.cc | 38 TfLiteStatus SimpleOpEval(TfLiteContext* context, TfLiteNode* node) { in SimpleOpEval() 54 const TfLiteNode* node) { in SimpleOpProfilingString()
|
/aosp_15_r20/external/dagger2/java/dagger/example/spi/ |
H A D | BindingGraphVisualizer.java | 255 UUID nodeId(Node node) { in nodeId() 279 DotNode dotNode(Node node) { in dotNode()
|