Home
last modified time | relevance | path

Searched defs:result (Results 1 – 25 of 47) sorted by relevance

12

/build/make/tools/aconfig/aconfig_storage_read_api/
Daconfig_storage_read_api.cpp52 auto result = Result<MappedStorageFile*>(); in get_mapped_file_impl() local
65 auto result = Result<MappedStorageFile*>(); in map_storage_file() local
72 auto result = Result<MappedStorageFile*>(); in map_storage_file() local
80 auto result = Result<MappedStorageFile*>(); in map_storage_file() local
123 auto result = Result<uint32_t>(); in get_storage_file_version() local
143 auto result = Result<PackageReadContext>(); in get_package_read_context() local
164 auto result = Result<FlagReadContext>(); in get_flag_read_context() local
180 auto result = Result<bool>(); in get_boolean_flag_value() local
198 auto result = Result<uint8_t>(); in get_flag_attribute() local
/build/make/backported_fixes/tests/java/com/android/build/backportedfixes/
DWriteBackportedFixesPropFileTest.java33 var result = new StringWriter(); in writeFixesAsAliasBitSet_default() local
51 var result = new StringWriter(); in writeFixesAsAliasBitSet_some() local
DCombineBackportedFixesTest.java36 var result = new ByteArrayOutputStream(); in writeBackportedFixes_default() local
/build/make/backported_fixes/tests/java/com/android/build/backportedfixes/common/
DParserTest.java63 var result = Parser.parseBackportedFixFiles(ImmutableList.of()); in parseBackportedFixFiles_empty() local
70 var result = Parser.parseBackportedFixFiles(ImmutableList.of(mTempFolder.newFile())); in parseBackportedFixFiles_oneBlank() local
88 var result = Parser.parseBackportedFixFiles( in parseBackportedFixFiles_two() local
/build/make/tools/product_config/src/com/android/build/config/
DValue.java108 StringBuilder result = new StringBuilder(); in normalize() local
137 final StringBuilder result = new StringBuilder(); in oneLinePerWord() local
154 final StringBuilder result = new StringBuilder(); in oneLinePerWord() local
206 List<Position> result = new ArrayList(); in getPositions() local
DOutputChecker.java124 final ArrayList<Variable> result = new ArrayList(); in getDifferences() local
139 final TreeMap<String, Variable> result = new TreeMap(); in getVariables() local
168 final HashMap<String, Str> result = new HashMap(); in getModifiedVars() local
DConvertMakeToGenericConfig.java35 final GenericConfig result = new GenericConfig(); in convert() local
221 final ArrayList<String> result = new ArrayList(); in split() local
DStr.java76 final ArrayList<Str> result = new ArrayList(list.size()); in toList() local
/build/make/tools/ide_query/cc_analyzer/
Dmain.cc52 cc_analyzer::IdeAnalysis result; in ReturnError() local
70 std::unique_ptr<google::protobuf::Message> result; in main() local
Danalyzer.cc60 auto& result = *results.add_deps(); in GetDeps() local
101 auto& result = *results.add_sources(); in GetBuildInputs() local
/build/make/tools/compliance/
Dreadgraph.go59 type result struct { struct
61 file string
64 target *TargetNode
67 err error
/build/make/tools/aconfig/aconfig_storage_file/tests/srcs/
DSipHasher13Test.java33 long result = SipHasher13.hash(testStr.getBytes(UTF_8)); in testSipHash_hashString() local
/build/make/tools/droiddoc/templates-pdk/assets/
Dandroid-developer-resource-browser.js42 function resultMatchesKeyword(result, keyword) { argument
165 loadedResults.push({ node: resultJqNode, result: result }); property
/build/make/tools/product_config/test/com/android/build/config/
DTestRunner.java42 Result result = junit.run(CsvParserTest.class, in main() local
/build/make/tools/zipalign/
DZipEntry.cpp48 status_t result = mCDE.read(fp); in initFromCDE() local
402 status_t result = OK; in read() local
536 status_t result = OK; in read() local
DZipFile.cpp107 status_t result; in open() local
261 status_t result = mEOCD.readBuf(buf + i, readAmount - i); in readCentralDir() local
354 status_t result = OK; in addCommon() local
532 status_t result; in add() local
637 status_t result; in addRecompress() local
865 status_t result = OK; in compressFpToFp() local
959 status_t result = OK; in flush() local
1011 status_t result = OK; in crunchArchive() local
DZipAlignMain.cpp66 int result = 1; in main() local
/build/make/tools/aconfig/aconfig_device_paths/src/
Dlib.rs36 let mut result: Vec<PathBuf> = in parsed_flags_proto_paths() localVariable
DDeviceProtosTemplate.java50 ArrayList<parsed_flag> result = new ArrayList(); in loadAndParseFlagProtos() local
DDeviceProtosTestUtilTemplate.java48 ArrayList<parsed_flag> result = new ArrayList(); in loadAndParseFlagProtos() local
/build/bazel/examples/android_app/java/com/app/
Djni_dep.cc30 jstring result = env->NewString(str1, len); in NewStringLatin1() local
/build/soong/scripts/hiddenapi/
Danalyze_bcpf.py869 def build_monolithic_flags(self, result): argument
914 def report_hidden_api_flag_file_changes(self, result, property_name, argument
952 def fix_hidden_api_flag_files(self, result, property_name, flags_file, argument
1027 def check_frameworks_base_boot_hidden_api_files(self, result): argument
1091 def analyze_hiddenapi_package_properties(self, result): argument
1233 def compute_hiddenapi_package_properties(self, result): argument
1304 def recurse_hiddenapi_packages_trie(self, node, result): argument
/build/make/tools/aconfig/aflags/src/
Dload_protos.rs50 let mut result = Vec::new(); in load() localVariable
/build/make/tools/ziptime/
DZipEntry.cpp47 status_t result = mCDE.rewrite(fp); in initAndRewriteFromCDE() local
DZipFile.cpp120 status_t result = mEOCD.readBuf(buf + i, readAmount - i); in rewriteCentralDir() local

12