Home
last modified time | relevance | path

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

12

/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
DFlattenConfig.java210 Map<String, Value> result = new HashMap(); in flattenListVars() local
387 final List<Str> result = new ArrayList(); in assignToListVar() local
432 final StringBuilder result = new StringBuilder(); in flattenAssignList() local
DPosition.java57 int result = mFile.compareTo(that.mFile); in compareTo() local
DCsvParser.java112 ArrayList<Line> result = new ArrayList(); in parse() local
/build/make/tools/compliance/
Dreadgraph.go59 type result struct { struct
61 file string
64 target *TargetNode
67 err error
/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
Dsearch_autocomplete.js195 var _resultScoreFn = function(result) { argument
/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.cpp46 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.cpp60 int result = 1; in main() local
DZipAlign.cpp141 int result = copyAndAlign(&zin, &zout, alignment, zopfli, pageAlignSharedLibs); in process() 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/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
/build/soong/ui/terminal/
Dformat.go105 func (s formatter) result(result status.ActionResult) string { func
/build/soong/ui/status/
Dkati_test.go25 result ActionResult member
/build/make/tools/signapk/src/com/android/signapk/
DSignApk.java217 String result = stdin.readLine(); in readPassword() local
1023 ZipSections result = new ZipSections(); in findMainZipSections() local
1052 ByteArrayOutputStream result = new ByteArrayOutputStream(); in toByteArray() local
/build/blueprint/
Dninja_strings.go68 result *varNinjaString member
/build/make/tools/atree/
Dfiles.cpp140 string result = input; in replace_variables() local
/build/make/tools/
Dmk2bp_catalog.py312 def get_module_product_packages_plus_deps(initial_modules, result, soong_data): argument

12