Searched refs:result (Results 1 - 25 of 80) sorted by relevance

1234

/build/kati/
H A Dfile_cache.cc44 Makefile* result = NULL; variable
45 auto p = cache_.emplace(filename, result);
47 p.first->second = result = new Makefile(filename);
49 result = p.first->second;
51 return result;
H A Dfileutil_bench.cc26 std::string result; local
27 RunCommand(shell, shellflag, cmd, RedirectStderr::NONE, &result);
37 std::string result; local
38 RunCommand(shell, shellflag, cmd, RedirectStderr::NONE, &result);
H A Dexec.cc108 int result = RunCommand(shell_, shellflag_, command->cmd.c_str(), local
111 if (result != 0) {
114 command->output.c_str(), WEXITSTATUS(result));
117 WEXITSTATUS(result));
H A Dfunc.h59 string result; member in struct:CommandResult
/build/make/tools/ziptime/
H A DZipFile.cpp75 status_t result = 0; local
88 result = -1;
96 result = -1;
109 result = -1;
116 result = -1;
130 result = -1;
135 result = mEOCD.readBuf(buf + i, readAmount - i);
136 if (result != 0) {
158 result = -1;
169 result
[all...]
H A DZipEntry.cpp46 status_t result; local
50 result = mCDE.rewrite(fp);
51 if (result != 0) {
53 return result;
64 result = mLFH.rewrite(fp);
65 if (result != 0) {
67 return result;
/build/tools/ziptime/
H A DZipFile.cpp75 status_t result = 0; local
88 result = -1;
96 result = -1;
109 result = -1;
116 result = -1;
130 result = -1;
135 result = mEOCD.readBuf(buf + i, readAmount - i);
136 if (result != 0) {
158 result = -1;
169 result
[all...]
H A DZipEntry.cpp46 status_t result; local
50 result = mCDE.rewrite(fp);
51 if (result != 0) {
53 return result;
64 result = mLFH.rewrite(fp);
65 if (result != 0) {
67 return result;
/build/make/tools/
H A Dproduct_debug.py54 result = ""
57 result = result + groups[i]
62 result = result + "<a href=\"%s\">%s</a>" % (href,s)
63 result = result + groups[-1]
64 return result
H A Dfilter-product-graph.py15 result = set()
17 result.add(inc)
20 result.add(d[0])
21 return result
H A Dcheckowners.py36 result = urllib2.urlopen(request).read()
38 result.find('"email":') >= 0 and result.find('"_account_id":') >= 0)
H A Dsoong_to_convert.py101 return sorted(results, key=lambda result: (-result[0], result[1]))
/build/tools/
H A Dproduct_debug.py54 result = ""
57 result = result + groups[i]
62 result = result + "<a href=\"%s\">%s</a>" % (href,s)
63 result = result + groups[-1]
64 return result
H A Dfilter-product-graph.py15 result = set()
17 result.add(inc)
20 result.add(d[0])
21 return result
H A Dcheckowners.py36 result = urllib2.urlopen(request).read()
38 result.find('"email":') >= 0 and result.find('"_account_id":') >= 0)
H A Dsoong_to_convert.py101 return sorted(results, key=lambda result: (-result[0], result[1]))
/build/make/tools/zipalign/
H A DZipFile.cpp105 status_t result; local
111 result = readCentralDir();
123 result = NO_ERROR;
131 return result;
208 status_t result = NO_ERROR; local
221 result = INVALID_OPERATION;
229 result = NO_MEMORY;
242 result = UNKNOWN_ERROR;
249 result = UNKNOWN_ERROR;
264 result
364 status_t result = NO_ERROR; local
516 status_t result; local
623 status_t result; local
852 status_t result = NO_ERROR; local
947 status_t result = NO_ERROR; local
1000 status_t result = NO_ERROR; local
[all...]
H A DZipAlign.cpp161 int result = copyAndAlign(&zin, &zout, alignment, zopfli, pageAlignSharedLibs); local
162 if (result != 0) {
166 return result;
232 int result = 1; local
291 result = verify(argv[1], alignment, verbose, pageAlignSharedLibs);
294 result = process(argv[1], argv[2], alignment, force, zopfli, pageAlignSharedLibs);
297 if (result == 0) {
298 result = verify(argv[2], alignment, verbose, pageAlignSharedLibs);
305 result = 2;
308 return result;
[all...]
H A DZipEntry.cpp43 status_t result; local
50 result = mCDE.read(fp);
51 if (result != NO_ERROR) {
53 return result;
66 result = mLFH.read(fp);
67 if (result != NO_ERROR) {
69 return result;
406 status_t result = NO_ERROR; local
413 result = UNKNOWN_ERROR;
419 result
540 status_t result = NO_ERROR; local
[all...]
/build/tools/zipalign/
H A DZipFile.cpp105 status_t result; local
111 result = readCentralDir();
123 result = NO_ERROR;
131 return result;
208 status_t result = NO_ERROR; local
221 result = INVALID_OPERATION;
229 result = NO_MEMORY;
242 result = UNKNOWN_ERROR;
249 result = UNKNOWN_ERROR;
264 result
364 status_t result = NO_ERROR; local
516 status_t result; local
623 status_t result; local
852 status_t result = NO_ERROR; local
947 status_t result = NO_ERROR; local
1000 status_t result = NO_ERROR; local
[all...]
H A DZipAlign.cpp161 int result = copyAndAlign(&zin, &zout, alignment, zopfli, pageAlignSharedLibs); local
162 if (result != 0) {
166 return result;
232 int result = 1; local
291 result = verify(argv[1], alignment, verbose, pageAlignSharedLibs);
294 result = process(argv[1], argv[2], alignment, force, zopfli, pageAlignSharedLibs);
297 if (result == 0) {
298 result = verify(argv[2], alignment, verbose, pageAlignSharedLibs);
305 result = 2;
308 return result;
[all...]
H A DZipEntry.cpp43 status_t result; local
50 result = mCDE.read(fp);
51 if (result != NO_ERROR) {
53 return result;
66 result = mLFH.read(fp);
67 if (result != NO_ERROR) {
69 return result;
406 status_t result = NO_ERROR; local
413 result = UNKNOWN_ERROR;
419 result
540 status_t result = NO_ERROR; local
[all...]
/build/make/tools/droiddoc/templates-pdk/assets/
H A Dandroid-developer-resource-browser.js28 if (!resultMatchesKeyword(loadedResults[i].result, keywords[j])) {
40 * Returns whether or not the given search result contains the given keyword.
42 function resultMatchesKeyword(result, keyword) {
44 if (result.title &&
45 result.title.en.toLowerCase().indexOf(keyword) >= 0)
47 else if (result.description &&
48 result.description.en.toLowerCase().indexOf(keyword) >= 0)
50 else if (result.topicsHtml &&
51 result.topicsHtml.replace(/\<.*?\>/g,'').toLowerCase().indexOf(keyword) >= 0)
159 var result
[all...]
/build/tools/droiddoc/templates-pdk/assets/
H A Dandroid-developer-resource-browser.js28 if (!resultMatchesKeyword(loadedResults[i].result, keywords[j])) {
40 * Returns whether or not the given search result contains the given keyword.
42 function resultMatchesKeyword(result, keyword) {
44 if (result.title &&
45 result.title.en.toLowerCase().indexOf(keyword) >= 0)
47 else if (result.description &&
48 result.description.en.toLowerCase().indexOf(keyword) >= 0)
50 else if (result.topicsHtml &&
51 result.topicsHtml.replace(/\<.*?\>/g,'').toLowerCase().indexOf(keyword) >= 0)
159 var result
[all...]
/build/kati/testcase/tools/
H A Dfindleaves.py27 result = []
53 result.append(os.path.join(root, filename))
55 return result

Completed in 390 milliseconds

1234