/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_zip.py | 24 def transform(self, node, results):
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
DictionaryProvider.java | 221 * @param sortOrder ignored. The results are always returned in no particular order. 353 final Cursor results = local 356 if (null == results) { 361 final int idIndex = results.getColumnIndex(MetadataDbHelper.WORDLISTID_COLUMN); 362 final int localeIndex = results.getColumnIndex(MetadataDbHelper.LOCALE_COLUMN); 364 results.getColumnIndex(MetadataDbHelper.LOCAL_FILENAME_COLUMN); 366 results.getColumnIndex(MetadataDbHelper.RAW_CHECKSUM_COLUMN); 367 final int statusIndex = results.getColumnIndex(MetadataDbHelper.STATUS_COLUMN); 368 if (results.moveToFirst()) { 370 final String wordListId = results.getString(idIndex) [all...] |
/external/chromium_org/cc/ |
PRESUBMIT.py | 283 results = [] 284 results += CheckAsserts(input_api, output_api) 285 results += CheckStdAbs(input_api, output_api) 286 results += CheckPassByValue(input_api, output_api) 287 results += CheckChangeLintsClean(input_api, output_api) 288 results += CheckTodos(input_api, output_api) 289 results += CheckNamespace(input_api, output_api) 290 results += CheckForUseOfWrongClock(input_api, output_api) 291 results += FindUselessIfdefs(input_api, output_api) 292 results += input_api.canned_checks.CheckPatchFormatted(input_api, output_api [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cg7coll.c | 107 const static int32_t results[TESTLOCALES][TOTALTESTSET] = { variable 178 doTest(tblColl1, testCases[results[i][j]], testCases[results[i][n]], UCOL_LESS); 211 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], UCOL_LESS); 241 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], UCOL_LESS); 271 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], UCOL_LESS); 300 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], UCOL_LESS) [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
g7coll.cpp | 59 static const int32_t results[G7CollationTest::TESTLOCALES][G7CollationTest::TOTALTESTSET] = { variable 149 doTest(tblColl1, testCases[results[i][j]], testCases[results[i][n]], Collator::LESS); 184 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], Collator::LESS); 218 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], Collator::LESS); 252 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], Collator::LESS); 281 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], Collator::LESS) [all...] |
/external/chromium_org/third_party/webrtc/tools/frame_analyzer/ |
video_quality_analysis.cc | 198 // In case of 0 mse in one frame, 128 can skew the results significantly. 216 ResultsContainer* results) { 273 results->frames.push_back(result); 335 void PrintAnalysisResults(const std::string& label, ResultsContainer* results) { 336 PrintAnalysisResults(stdout, label, results); 340 ResultsContainer* results) { 344 static_cast<unsigned int>(results->frames.size())); 346 if (results->frames.size() > 0u) { 348 for (iter = results->frames.begin(); iter != results->frames.end() - 1 [all...] |
/external/icu/icu4c/source/test/cintltst/ |
cg7coll.c | 108 const static int32_t results[TESTLOCALES][TOTALTESTSET] = { variable 190 doTest(myCollation, testCases[results[i][j]], testCases[results[i][n]], UCOL_LESS); 222 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], UCOL_LESS); 252 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], UCOL_LESS); 282 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], UCOL_LESS); 311 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], UCOL_LESS) [all...] |
/external/icu/icu4c/source/test/intltest/ |
g7coll.cpp | 60 static const int32_t results[G7CollationTest::TESTLOCALES][G7CollationTest::TOTALTESTSET] = { variable 142 doTest(myCollation.getAlias(), testCases[results[i][j]], testCases[results[i][n]], Collator::LESS); 174 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], Collator::LESS); 208 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], Collator::LESS); 242 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], Collator::LESS); 271 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], Collator::LESS) [all...] |
/cts/suite/cts/utils/ |
grapher.py | 46 results = tests[benchmark] 53 for r in results: 54 score = r.get('result', 'no results') 63 if score != 'no results':
|
/dalvik/dx/src/com/android/dx/cf/code/ |
BaseMachine.java | 72 /** {@code non-null;} results */ 73 private TypeBearer[] results; field in class:BaseMachine 76 * {@code >= -1;} count of the results, or {@code -1} if no results 94 results = new TypeBearer[6]; 401 ((resultCount == 0) ? "no" : "multiple") + " results"); 404 TypeBearer result = results[0]; 439 * Clears the results. 446 * Sets the results list to be the given single value. 458 results[0] = result [all...] |
/development/apps/Development/src/com/android/development/ |
InstrumentationList.java | 176 public void instrumentationStatus(ComponentName name, int resultCode, Bundle results) { 177 if (results != null) { 178 for (String key : results.keySet()) { 180 "INSTRUMENTATION_STATUS_RESULT: " + key + "=" + results.get(key)); 186 int resultCode, Bundle results) { 187 if (results != null) { 188 for (String key : results.keySet()) { 190 "INSTRUMENTATION_RESULT: " + key + "=" + results.get(key));
|
/external/chromium_org/cc/debug/ |
unittest_only_benchmark.cc | 51 void UnittestOnlyBenchmark::RecordImplResults(scoped_ptr<base::Value> results) { 52 NotifyDone(results.Pass());
|
/external/chromium_org/chrome/browser/google/ |
google_update_win.h | 22 // internal states and will not be reported as results to the listener. 72 // notifications about the results of an Google Update operation. 76 // wants to notify us about the results. |results| represents what the end 82 virtual void OnReportResults(GoogleUpdateUpgradeResult results, 133 // This function reports the results of the GoogleUpdate operation to the 134 // listener. If results indicates an error, the |error_code| and 137 void ReportResults(GoogleUpdateUpgradeResult results,
|
/external/chromium_org/chrome/browser/media_galleries/win/ |
mtp_device_delegate_impl_win_unittest.cc | 44 FSInfoMap* results, 47 ASSERT_FALSE(ContainsKey(*results, file_systems[i].pref_id)); 48 (*results)[file_systems[i].pref_id] = file_systems[i]; 163 FSInfoMap results; local 168 base::Bind(&GetGalleryInfoCallback, base::Unretained(&results))); 171 ASSERT_EQ(media_directories_.num_galleries() + 1, results.size()); 173 for (FSInfoMap::iterator i = results.begin(); i != results.end(); ++i) {
|
/external/chromium_org/chrome/browser/ui/cocoa/find_bar/ |
find_bar_cocoa_controller.h | 45 // The horizontal-moving animation, to avoid occluding find results. This 92 - (void)clearResults:(const FindNotificationDetails&)results; 93 - (void)updateUIForFindResult:(const FindNotificationDetails&)results
|
/external/chromium_org/chrome/browser/ui/passwords/ |
password_manager_presenter.h | 98 const std::vector<autofill::PasswordForm*>& results) OVERRIDE; 111 const std::vector<autofill::PasswordForm*>& results) OVERRIDE;
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/permissions/extension-questions/ |
popup.js | 18 // Render the results. 35 var $results = document.querySelector('#results'); 43 results.appendChild($question);
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/ |
manual.css | 101 .summary .results .failed { 106 .summary .results .failed.none { 111 .summary .results .passed { 116 .summary .results .passed.none {
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
chroot_file_system.py | 35 def next(results): 37 for path, content in results.iteritems())
|
/external/chromium_org/components/bookmarks/browser/ |
bookmark_index.h | 49 std::vector<BookmarkMatch>* results); 63 // Add |node| to |results| if the node matches the query. 68 std::vector<BookmarkMatch>* results);
|
/external/chromium_org/components/captive_portal/ |
captive_portal_detector.h | 29 struct Results { 30 Results() 41 typedef base::Callback<void(const Results& results)> DetectionCallback; 68 // test URL, and fills a Results struct based on its result. If the 70 // of |results| is populated accordingly. Otherwise, it's set to 73 Results* results) const;
|
/external/chromium_org/components/omnibox/ |
search_provider.h | 155 SearchSuggestionParser::Results* results); 179 // Clears the current results. 182 // Recalculates the match contents class of |results| to better display 185 SearchSuggestionParser::Results* results); 187 // Called after ParseSuggestResults to rank the |results|. 188 void SortResults(bool is_keyword, SearchSuggestionParser::Results* results); 193 // Updates |matches_| from the latest results; applies calculated relevance [all...] |
/external/chromium_org/components/tools/metrics/ |
browser_components_metrics.py | 26 import results namespace 46 deps_checker.results_formatter = results.CountViolationsFormatter()
|
/external/chromium_org/content/browser/ |
resolve_proxy_msg_helper_unittest.cc | 24 net::ProxyConfig* results) OVERRIDE { 25 *results = net::ProxyConfig::CreateFromCustomPacURL(GURL("http://pac")); 125 resolver_->pending_requests()[0]->results()->UseNamedProxy("result1:80"); 137 resolver_->pending_requests()[0]->results()->UseNamedProxy("result2:80"); 149 resolver_->pending_requests()[0]->results()->UseNamedProxy("result3:80"); 184 resolver_->pending_requests()[0]->results()->UseNamedProxy("result1:80"); 195 resolver_->pending_requests()[0]->results()->UseNamedProxy("result2:80"); 206 resolver_->pending_requests()[0]->results()->UseNamedProxy("result3:80");
|
/external/chromium_org/extensions/browser/updater/ |
safe_manifest_parser.cc | 65 const UpdateManifest::Results& results) { 68 update_callback_.Run(*fetch_data_, &results);
|