Home
last modified time | relevance | path

Searched defs:imported (Results 1 – 25 of 163) sorted by relevance

1234567

/aosp_15_r20/frameworks/base/tools/protologtool/tests/com/android/protolog/tool/
H A DCodeUtilsTest.kt127 val imported = CodeUtils.staticallyImportedMethods(StaticJavaParser.parse(code), in staticallyImportedMethods_ab() constant
139 val imported = CodeUtils.staticallyImportedMethods(StaticJavaParser.parse(code), in staticallyImportedMethods_differentClass() constant
151 val imported = CodeUtils.staticallyImportedMethods(StaticJavaParser.parse(code), in staticallyImportedMethods_notStatic() constant
/aosp_15_r20/system/core/fs_mgr/liblp/
H A Dio_test.cpp182 unique_ptr<LpMetadata> imported = ReadMetadata(opener, "super", 0); in TEST_F() local
219 unique_ptr<LpMetadata> imported = ReadMetadata(opener, "super", 0); in TEST_F() local
283 unique_ptr<LpMetadata> imported = ReadMetadata(opener, "super", 0); in TEST_F() local
437 unique_ptr<LpMetadata> imported = ReadFromImageFile(fd); in TEST_F() local
512 unique_ptr<LpMetadata> imported = ReadMetadata(opener, "super", 0); in TEST_F() local
540 unique_ptr<LpMetadata> imported = ReadMetadata(opener, "super", 0); in TEST_F() local
578 unique_ptr<LpMetadata> imported = ReadMetadata(opener, "super", 0); in TEST_F() local
768 unique_ptr<LpMetadata> imported = ReadMetadata(opener, "super", 0); in TEST_F() local
/aosp_15_r20/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/
H A DImportOrderer.java188 private final String imported; field in ImportOrderer.Import
192 Import(String imported, String trailing, boolean isStatic) { in Import()
199 String imported() { in imported() method in ImportOrderer.Import
317 StringAndIndex imported = scanImported(i); in scanImports() local
409 StringBuilder imported = new StringBuilder(); in scanImported() local
/aosp_15_r20/libcore/luni/src/test/java/tests/org/w3c/dom/
H A DDocumentImportNode.java282 Node imported; in testImportNode11() local
299 Node imported; in testImportNode12() local
318 Node imported; in testImportNode13() local
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/
H A Dhandle_passing_unittest.cc141 InterfaceRequest<imported::ImportedInterface> imported, in RequestImportedInterface()
144 imported::ImportedInterfacePtr imported, in TakeImportedInterface() argument
207 imported::ImportedInterfacePtrInfo imported; in TEST_P() local
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/model/
DSimCard.java171 public SimCard withImportAndDismissStates(boolean imported, boolean dismissed) { in withImportAndDismissStates()
178 public SimCard withImportedState(boolean imported) { in withImportedState()
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DStylesheetRoot.java277 StylesheetComposed imported = getGlobalImport(i); in recompose() local
336 StylesheetComposed imported = this.getGlobalImport(i); in recompose() local
410 Stylesheet imported = stylesheet.getImport(i); in addImports() local
H A DElemExtensionCall.java120 Stylesheet imported = stylesheet.getGlobalImport(i); in getElemExtensionDecl() local
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/util/
DSharedPreferenceUtil.java169 final Set<String> imported = new HashSet<>(getImportedSims(context)); in persistSimStates() local
194 final Set<String> imported = getImportedSims(context); in restoreSimStates() local
/aosp_15_r20/external/openscreen/third_party/libprotobuf-mutator/test_fuzzer/
H A Dtest_fuzzer_input.proto21 required Imported imported = 1; field
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dresolver_test.go21 imported map[string]bool member
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dresolver_test.go19 imported map[string]bool member
/aosp_15_r20/libcore/dom/src/test/java/org/w3c/domts/level2/core/
H A Ddocumentimportnode07.java75 Node imported; in runTest() local
H A Ddocumentimportnode08.java75 Node imported; in runTest() local
H A Ddocumentimportnode11.java77 Node imported; in runTest() local
H A Ddocumentimportnode13.java77 Node imported; in runTest() local
H A Ddocumentimportnode12.java77 Node imported; in runTest() local
H A Ddocumentimportnode14.java79 Node imported; in runTest() local
/aosp_15_r20/external/openscreen/util/crypto/
H A Dcertificate_utils_unittest.cc49 ErrorOr<bssl::UniquePtr<X509>> imported = in TEST() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/analysis/passes/cgocall/
Dcgocall.go373 func imported(info *types.Info, spec *ast.ImportSpec) *types.Package { func
/aosp_15_r20/external/elfutils/libdw/
H A Dlibdw_visit_scopes.c137 bool imported = false; in walk_children() local
/aosp_15_r20/external/kotlinpoet/kotlinpoet/src/commonMain/kotlin/com/squareup/kotlinpoet/
H A DCodeWriter.kt751 val imported = mutableMapOf<String, Set<T>>() in generateImports() constant
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_site.py271 def __init__(self, filename_base=TESTFN, imported="time", argument
/aosp_15_r20/external/armnn/src/backends/cl/
H A DClImportTensorHandle.hpp242 bool imported = (status.error_code() == arm_compute::ErrorCode::OK); in ClImport() local
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/
H A DECAlgorithms.java60 ECPoint[] imported = new ECPoint[count]; in sumOfMultiplies() local

1234567