/aosp_15_r20/external/yapf/yapf/yapflib/ |
H A D | pytree_utils.py | 55 def NodeName(node): argument 73 def FirstLeafNode(node): argument 79 def LastLeafNode(node): argument 238 def GetNodeAnnotation(node, annotation, default=None): argument 253 def SetNodeAnnotation(node, annotation, value): argument 264 def AppendNodeAnnotation(node, annotation, value): argument 277 def RemoveSubtypeAnnotation(node, value): argument 290 def GetOpeningBracket(node): argument 302 def SetOpeningBracket(node, bracket): argument 312 def DumpNodeToString(node): argument [all …]
|
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/inmemoryfs/ |
H A D | inmemory_filesystem.cpp | 60 inline void add_item(const std::string& name, std::unique_ptr<InMemoryNode> node) noexcept { in add_item() 85 auto node = std::move(it->second); in rename_item() local 103 InMemoryFileSystem::InMemoryNode* get_node(InMemoryFileSystem::InMemoryNode* node, in get_node() 181 std::unique_ptr<InMemoryFileSystem::InMemoryNode> node; in make_directory_node() local 221 bool write_file_node(InMemoryFileNode* node, const std::filesystem::path& dst_path, std::error_code… in write_file_node() 246 bool write_directory_node(InMemoryDirectoryNode* node, in write_directory_node() 268 bool write_node(InMemoryFileSystem::InMemoryNode* node, in write_node() 314 void populate(InMemoryFileSystem::InMemoryNode* node, in populate() 348 …ector<FlattenedInMemoryNode> FlattenedInMemoryNode::flatten(InMemoryFileSystem::InMemoryNode* node, in flatten() 469 auto node = get_node(root(), canonical_path.begin(), canonical_path.end()); in is_directory() local [all …]
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/ |
H A D | Intermediate.cpp | 71 TIntermSymbol* node = new TIntermSymbol(id, name, getStage(), type, &mangledName); in addSymbol() local 140 TIntermTyped *node = addBinaryMath(op, left, right, loc); in addBinaryMath() local 155 TIntermTyped *node = addBinaryMath(op, left, right, loc); in addBinaryMath() local 172 TIntermTyped *node = addBinaryMath(EOpDiv, left, size, loc); in addBinaryMath() local 197 TIntermBinary* node = addBinaryNode(op, left, right, loc); in addBinaryMath() local 235 TIntermBinary* node = new TIntermBinary(op); in addBinaryNode() local 249 TIntermBinary* node = addBinaryNode(op, left, right, loc); in addBinaryNode() local 259 TIntermUnary* node = new TIntermUnary(op); in addUnaryNode() local 272 TIntermUnary* node = addUnaryNode(op, child, loc); in addUnaryNode() local 299 TIntermTyped* node = addBinaryMath(op == EOpAddAssign ? EOpAdd : EOpSub, left, right, loc); in addAssign() local [all …]
|
/aosp_15_r20/external/cronet/base/json/ |
H A D | json_writer.cc | 29 bool JSONWriter::Write(ValueView node, std::string* json, size_t max_depth) { in Write() 34 bool JSONWriter::WriteWithOptions(ValueView node, in WriteWithOptions() 68 bool JSONWriter::BuildJSONString(absl::monostate node, size_t depth) { in BuildJSONString() 73 bool JSONWriter::BuildJSONString(bool node, size_t depth) { in BuildJSONString() 78 bool JSONWriter::BuildJSONString(int node, size_t depth) { in BuildJSONString() 83 bool JSONWriter::BuildJSONString(double node, size_t depth) { in BuildJSONString() 110 bool JSONWriter::BuildJSONString(std::string_view node, size_t depth) { in BuildJSONString() 115 bool JSONWriter::BuildJSONString(const Value::BlobStorage& node, size_t depth) { in BuildJSONString() 121 bool JSONWriter::BuildJSONString(const Value::Dict& node, size_t depth) { in BuildJSONString() 175 bool JSONWriter::BuildJSONString(const Value::List& node, size_t depth) { in BuildJSONString() [all …]
|
/aosp_15_r20/hardware/libhardware/tests/input/evdev/ |
H A D | InputMocks.cpp | 30 auto node = new MockInputDeviceNode(); in getElanTouchscreen() local 55 auto node = new MockInputDeviceNode(); in getLidInput() local 74 auto node = new MockInputDeviceNode(); in getButtonJack() local 93 auto node = new MockInputDeviceNode(); in getHeadsetJack() local 117 auto node = new MockInputDeviceNode(); in getH2wButton() local 135 auto node = new MockInputDeviceNode(); in getGpioKeys() local 157 auto node = new MockInputDeviceNode(); in getGpioKeys() local 175 auto node = new MockInputDeviceNode(); in getMidPowerBtn() local 193 auto node = new MockInputDeviceNode(); in getNexusRemote() local 212 auto node = new MockInputDeviceNode(); in getAsusGamepad() local
|
H A D | InputDevice_test.cpp | 68 auto node = std::make_shared<MockInputDeviceNode>(); in TEST_F() local 84 auto node = std::make_shared<MockInputDeviceNode>(); in TEST_F() local 101 auto node = std::shared_ptr<MockInputDeviceNode>(MockNexus7v2::getElanTouchscreen()); in TEST_F() local 108 auto node = std::shared_ptr<MockInputDeviceNode>(MockNexus7v2::getButtonJack()); in TEST_F() local 122 auto node = std::shared_ptr<MockInputDeviceNode>(MockNexus7v2::getHeadsetJack()); in TEST_F() local 128 auto node = std::shared_ptr<MockInputDeviceNode>(MockNexus7v2::getH2wButton()); in TEST_F() local 134 auto node = std::shared_ptr<MockInputDeviceNode>(MockNexus7v2::getGpioKeys()); in TEST_F() local 140 auto node = std::shared_ptr<MockInputDeviceNode>(MockNexusPlayer::getGpioKeys()); in TEST_F() local 146 auto node = std::shared_ptr<MockInputDeviceNode>(MockNexusPlayer::getMidPowerBtn()); in TEST_F() local 152 auto node = std::shared_ptr<MockInputDeviceNode>(MockNexusPlayer::getNexusRemote()); in TEST_F() local [all …]
|
/aosp_15_r20/external/jspecify/cftojspecify/java/com/google/devtools/javatools/typeannotationrefactoring/ |
H A D | CheckerFrameworkToJspecifyRefactoring.java | 121 public Void visitCompilationUnit(CompilationUnitTree node, Void aVoid) { in refactor() 128 public Void visitClass(ClassTree node, Void aVoid) { in refactor() 148 public Void visitImport(ImportTree node, Void aVoid) { in refactor() 164 public Void visitAnnotation(AnnotationTree node, Void aVoid) { in refactor() 188 public Void visitTypeParameter(TypeParameterTree node, Void aVoid) { in refactor() 206 public Void visitAnnotatedType(AnnotatedTypeTree node, Void aVoid) { in refactor() 216 public Void visitVariable(VariableTree node, Void aVoid) { in refactor() 329 private static boolean soleBoundIsNonNullObject(TypeParameterTree node) { in soleBoundIsNonNullObject() 342 private static boolean isUnannotatedOrNonNull(AnnotatedTypeTree node) { in isUnannotatedOrNonNull() 361 private static Range<Integer> atEnd(Tree node, JCCompilationUnit unit) { in atEnd() [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/bdk/libbdk-hal/ |
H A D | bdk-pcie-cn8xxx.c | 64 int bdk_pcie_get_num_ports(bdk_node_t node) in bdk_pcie_get_num_ports() 86 static void __bdk_pcie_get_sli(bdk_node_t node, int pcie_port, int *sli, int *sli_group) in __bdk_pcie_get_sli() 119 uint64_t bdk_pcie_get_base_address(bdk_node_t node, int pcie_port, bdk_pcie_mem_t mem_type) in bdk_pcie_get_base_address() 145 uint64_t bdk_pcie_get_base_size(bdk_node_t node, int pcie_port, bdk_pcie_mem_t mem_type) in bdk_pcie_get_base_size() 156 static void __bdk_pcie_rc_initialize_config_space(bdk_node_t node, int pcie_port) in __bdk_pcie_rc_initialize_config_space() 454 static int __bdk_pcie_rc_get_ltssm_state(bdk_node_t node, int pcie_port) in __bdk_pcie_rc_get_ltssm_state() 537 static uint32_t cfg_read32_retry(bdk_node_t node, int pcie_port, int bus, int dev, int func, int re… in cfg_read32_retry() 574 static int __bdk_pcie_rc_initialize_link(bdk_node_t node, int pcie_port) in __bdk_pcie_rc_initialize_link() 822 static void __bdk_pcie_sli_initialize(bdk_node_t node, int pcie_port) in __bdk_pcie_sli_initialize() 926 static int __bdk_pcie_rc_reset(bdk_node_t node, int pcie_port) in __bdk_pcie_rc_reset() [all …]
|
/aosp_15_r20/external/dtc/ |
H A D | dtc.h | 217 struct node { struct 221 struct node *children; argument 223 struct node *parent; argument 224 struct node *next_sibling; argument 226 char *fullpath; 227 int basenamelen; 229 cell_t phandle; 230 int addr_cells, size_cells; 232 struct label *labels; 233 const struct bus_type *bus; [all …]
|
/aosp_15_r20/external/libaom/tools/auto_refactor/ |
H A D | auto_refactor.py | 168 def visit_Struct(self, node): argument 173 def visit_Union(self, node): argument 178 def visit_Enum(self, node): argument 182 def visit_Typedef(self, node): argument 236 def parse_peeled_decl_type_node(struct_info, node): argument 320 def visit_FuncDef(self, node): argument 335 def find_end_node(node): argument 395 def add_link_node(self, node, link_id_chain): argument 667 def generic_visit(self, node): argument 675 def add_new_id_tree(self, node): argument [all …]
|
/aosp_15_r20/external/jspecify/docs/ |
H A D | package-lock.json | 24 "node": ">=18.0" string 236 "node": ">=6.0.0" string 249 "node": ">=6.9.0" string 258 "node": ">=6.9.0" string 284 "node": ">=6.9.0" string 312 "node": ">=6.9.0" string 324 "node": ">=6.9.0" string 337 "node": ">=6.9.0" string 353 "node": ">=6.9.0" string 382 "node": ">=6.9.0" string [all …]
|
/aosp_15_r20/external/selinux/libsepol/cil/src/ |
H A D | android.c | 81 static int __extract_attributees_helper(struct cil_tree_node *node, uint32_t *finished, void *extra… in __extract_attributees_helper() 212 static int __cil_attrib_convert_type(struct cil_tree_node *node, struct version_args *args) in __cil_attrib_convert_type() 245 static int __cil_attrib_swap_symtab_key(struct cil_tree_node *node, char *old_key, in __cil_attrib_swap_symtab_key() 339 static int cil_attrib_sidcontext(struct cil_tree_node *node, struct version_args *args) in cil_attrib_sidcontext() 357 static int cil_attrib_context(struct cil_tree_node *node, struct version_args *args) in cil_attrib_context() 364 static int cil_attrib_roletype(struct cil_tree_node *node, in cil_attrib_roletype() 385 static int cil_attrib_type(struct cil_tree_node *node, struct version_args *args) in cil_attrib_type() 407 static int cil_attrib_typepermissive(struct cil_tree_node *node, in cil_attrib_typepermissive() 420 static int cil_attrib_typeattribute(struct cil_tree_node *node, struct version_args *args) in cil_attrib_typeattribute() 443 static int cil_attrib_typeattributeset(struct cil_tree_node *node, struct version_args *args) in cil_attrib_typeattributeset() [all …]
|
/aosp_15_r20/external/XNNPACK/src/ |
H A D | subgraph.c | 94 void xnn_node_clear(struct xnn_node* node) { in xnn_node_clear() 185 struct xnn_node* node = &subgraph->nodes[n]; in xnn_subgraph_analyze_consumers_and_producers() local 221 uint32_t xnn_check_nchw_compatibility(xnn_subgraph_t subgraph, struct xnn_node* node) { in xnn_check_nchw_compatibility() 478 struct xnn_node* node = &subgraph->nodes[n]; in xnn_subgraph_rewrite_for_nchw() local 492 struct xnn_node* node = &subgraph->nodes[n]; in xnn_subgraph_rewrite_for_nchw() local 535 struct xnn_node* node = &subgraph->nodes[n]; in xnn_subgraph_rewrite_for_nchw() local 576 struct xnn_node* node = &subgraph->nodes[n]; in xnn_subgraph_rewrite_for_nchw() local 581 struct xnn_node* node = &subgraph->nodes[n]; in xnn_subgraph_rewrite_for_nchw() local 601 struct xnn_node* node = &subgraph->nodes[n]; in xnn_subgraph_rewrite_for_nchw() local 628 struct xnn_node* node = &subgraph->nodes[n]; in xnn_subgraph_rewrite_for_nchw() local [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/tools/trace/ |
H A D | model.py | 234 def visit_literal(self, node): argument 237 def visit_blob(self, node): argument 240 def visit_named_constant(self, node): argument 243 def visit_array(self, node): argument 246 def visit_struct(self, node): argument 249 def visit_pointer(self, node): argument 252 def visit_call(self, node): argument 255 def visit_trace(self, node): argument 265 def visit_literal(self, node): argument 276 def visit_blob(self, node): argument [all …]
|
/aosp_15_r20/external/python/mako/mako/ |
D | pyparser.py | 63 def visit_ClassDef(self, node): argument 66 def visit_Assign(self, node): argument 78 def visit_ExceptHandler(self, node): argument 86 def visit_Lambda(self, node, *args): argument 89 def visit_FunctionDef(self, node): argument 100 def _visit_function(self, node, islambda): argument 122 def visit_For(self, node): argument 132 def visit_Name(self, node): argument 144 def visit_Import(self, node): argument 151 def visit_ImportFrom(self, node): argument [all …]
|
/aosp_15_r20/external/pdfium/core/fxcrt/xml/ |
H A D | cfx_xmlelement_unittest.cpp | 13 CFX_XMLElement node(L"node"); in TEST() local 18 CFX_XMLElement node(L"node"); in TEST() local 56 CFX_XMLElement node(L"test:node"); in TEST() local 75 CFX_XMLElement node(L"test:node"); in TEST() local 112 CFX_XMLElement node(L"root"); in TEST() local 120 CFX_XMLElement node(L"root"); in TEST() local 130 CFX_XMLElement node(L"node"); in TEST() local 156 CFX_XMLElement node(L"test:root"); in TEST() local 165 CFX_XMLElement node(L"node"); in TEST() local 175 CFX_XMLElement node(L"node"); in TEST() local [all …]
|
/aosp_15_r20/external/freetype/src/cache/ |
H A D | ftccache.c | 48 ftc_node_mru_link( FTC_Node node, in ftc_node_mru_link() 62 ftc_node_mru_unlink( FTC_Node node, in ftc_node_mru_unlink() 78 ftc_node_mru_up( FTC_Node node, in ftc_node_mru_up() 115 FTC_Node node, *pnode; in ftc_cache_resize() local 226 FTC_Node node = *pnode; in ftc_node_hash_unlink() local 251 ftc_node_hash_link( FTC_Node node, in ftc_node_hash_link() 267 ftc_node_destroy( FTC_Node node, in ftc_node_destroy() 359 FTC_Node node = cache->buckets[i], next; in ftc_cache_done() local 397 FTC_Node node ) in ftc_cache_add() 429 FTC_Node node; in FTC_Cache_NewNode() local [all …]
|
/aosp_15_r20/packages/apps/Car/RotaryController/src/com/android/car/rotary/ |
D | Navigator.java | 125 boolean isHostNode(@NonNull AccessibilityNodeInfo node) { in isHostNode() 130 boolean isClientNode(@NonNull AccessibilityNodeInfo node) { in isClientNode() 265 AccessibilityNodeInfo getRoot(@NonNull AccessibilityNodeInfo node) { in getRoot() 372 AccessibilityNodeInfo findFocusParkingView(@NonNull AccessibilityNodeInfo node) { in findFocusParkingView() 583 private boolean containsWebViewWithFocusableDescendants(@NonNull AccessibilityNodeInfo node) { in containsWebViewWithFocusableDescendants() 610 private boolean isWebViewWithFocusableDescendants(@NonNull AccessibilityNodeInfo node) { in isWebViewWithFocusableDescendants() 744 AccessibilityNodeInfo findScrollableContainer(@NonNull AccessibilityNodeInfo node) { in findScrollableContainer() 795 AccessibilityNodeInfo findFirstFocusableDescendant(@NonNull AccessibilityNodeInfo node) { in findFirstFocusableDescendant() 806 AccessibilityNodeInfo findFirstOrphan(@NonNull AccessibilityNodeInfo node) { in findFirstOrphan() 819 AccessibilityNodeInfo findLastFocusableDescendant(@NonNull AccessibilityNodeInfo node) { in findLastFocusableDescendant() [all …]
|
/aosp_15_r20/external/dokka/core/src/main/kotlin/Java/ |
H A D | JavaPsiDocumentationBuilder.kt | 116 val node = DocumentationNode(name, docComment, kind) in appendFile() constant 216 val node = nodeForElement(this, kind) in appendFile() constant 256 val node = nodeForElement(this, nodeKind()) in appendFile() constant 284 val node = nodeForElement(this, nodeKind(), name) in appendFile() constant 301 val node = nodeForElement(this, NodeKind.Parameter) in appendFile() constant 310 val node = nodeForElement(this, NodeKind.TypeParameter) in appendFile() constant 331 val node = psiType.build(kind) in appendFile() constant 348 val node = DocumentationNode(name, Content.Empty, kind) in appendFile() constant 360 …val node = DocumentationNode(nameReferenceElement?.text ?: "<?>", Content.Empty, NodeKind.Annotati… in appendFile() constant
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/lib2to3/fixes/ |
D | fix_operator.py | 43 def transform(self, node, results): argument 49 def _sequenceIncludes(self, node, results): argument 53 def _isCallable(self, node, results): argument 58 def _repeat(self, node, results): argument 62 def _irepeat(self, node, results): argument 66 def _isSequenceType(self, node, results): argument 70 def _isMappingType(self, node, results): argument 74 def _isNumberType(self, node, results): argument 77 def _handle_rename(self, node, results, name): argument 82 def _handle_type2abc(self, node, results, module, abc): argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/lib2to3/fixes/ |
D | fix_operator.py | 43 def transform(self, node, results): argument 49 def _sequenceIncludes(self, node, results): argument 53 def _isCallable(self, node, results): argument 58 def _repeat(self, node, results): argument 62 def _irepeat(self, node, results): argument 66 def _isSequenceType(self, node, results): argument 70 def _isMappingType(self, node, results): argument 74 def _isNumberType(self, node, results): argument 77 def _handle_rename(self, node, results, name): argument 82 def _handle_type2abc(self, node, results, module, abc): argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/lib2to3/fixes/ |
D | fix_operator.py | 43 def transform(self, node, results): argument 49 def _sequenceIncludes(self, node, results): argument 53 def _isCallable(self, node, results): argument 58 def _repeat(self, node, results): argument 62 def _irepeat(self, node, results): argument 66 def _isSequenceType(self, node, results): argument 70 def _isMappingType(self, node, results): argument 74 def _isNumberType(self, node, results): argument 77 def _handle_rename(self, node, results, name): argument 82 def _handle_type2abc(self, node, results, module, abc): argument [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/lib2to3/fixes/ |
D | fix_operator.py | 43 def transform(self, node, results): argument 49 def _sequenceIncludes(self, node, results): argument 53 def _isCallable(self, node, results): argument 58 def _repeat(self, node, results): argument 62 def _irepeat(self, node, results): argument 66 def _isSequenceType(self, node, results): argument 70 def _isMappingType(self, node, results): argument 74 def _isNumberType(self, node, results): argument 77 def _handle_rename(self, node, results, name): argument 82 def _handle_type2abc(self, node, results, module, abc): argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/lib2to3/fixes/ |
D | fix_operator.py | 43 def transform(self, node, results): argument 49 def _sequenceIncludes(self, node, results): argument 53 def _isCallable(self, node, results): argument 58 def _repeat(self, node, results): argument 62 def _irepeat(self, node, results): argument 66 def _isSequenceType(self, node, results): argument 70 def _isMappingType(self, node, results): argument 74 def _isNumberType(self, node, results): argument 77 def _handle_rename(self, node, results, name): argument 82 def _handle_type2abc(self, node, results, module, abc): argument [all …]
|
/aosp_15_r20/external/python/cpython2/Lib/lib2to3/fixes/ |
D | fix_operator.py | 41 def transform(self, node, results): argument 47 def _sequenceIncludes(self, node, results): argument 51 def _isCallable(self, node, results): argument 57 def _repeat(self, node, results): argument 61 def _irepeat(self, node, results): argument 65 def _isSequenceType(self, node, results): argument 69 def _isMappingType(self, node, results): argument 73 def _isNumberType(self, node, results): argument 76 def _handle_rename(self, node, results, name): argument 81 def _handle_type2abc(self, node, results, module, abc): argument [all …]
|