HomeSort by relevance Sort by last modified time
    Searched refs:results (Results 176 - 200 of 1830) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
rollbot.js 41 function findRollIssue(results) {
42 var results = results['results'];
43 for (var i = 0; i < results.length; i++) {
44 var result = results[i];
  /external/chromium_org/tools/perf/page_sets/
PRESUBMIT.py 25 results = []
34 results.append(output_api.PresubmitNotifyResult(
39 results.append(output_api.PresubmitError(
43 results.append(output_api.PresubmitError(
47 results.append(output_api.PresubmitError(
54 results.append(output_api.PresubmitError(
57 return results
61 results = []
62 results += _SyncFilesToCloud(input_api, output_api)
63 return results
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_apply.py 31 def transform(self, node, results):
33 assert results
34 func = results["func"]
35 args = results["args"]
36 kwds = results.get("kwds")
fix_execfile.py 24 def transform(self, node, results):
25 assert results
26 filename = results["filename"]
27 globals = results.get("globals")
28 locals = results.get("locals")
fix_intern.py 28 def transform(self, node, results):
30 obj = results["obj"].clone()
35 after = results["after"]
41 [results["lpar"].clone(),
43 results["rpar"].clone()])] + after)
fix_sys_exc.py 22 def transform(self, node, results):
23 sys_attr = results["attribute"][0]
28 attr[1].children[0].prefix = results["dot"].prefix
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_apply.py 31 def transform(self, node, results):
33 assert results
34 func = results["func"]
35 args = results["args"]
36 kwds = results.get("kwds")
fix_execfile.py 24 def transform(self, node, results):
25 assert results
26 filename = results["filename"]
27 globals = results.get("globals")
28 locals = results.get("locals")
fix_intern.py 28 def transform(self, node, results):
30 obj = results["obj"].clone()
35 after = results["after"]
41 [results["lpar"].clone(),
43 results["rpar"].clone()])] + after)
fix_sys_exc.py 22 def transform(self, node, results):
23 sys_attr = results["attribute"][0]
28 attr[1].children[0].prefix = results["dot"].prefix
  /external/chromium/base/
string_split_unittest.cc 136 std::vector<std::string> results; local
137 SplitStringUsingSubstr("", "DELIMITER", &results);
138 ASSERT_EQ(1u, results.size());
139 EXPECT_THAT(results, ElementsAre(""));
210 std::vector<std::string> results; local
211 SplitStringUsingSubstr("alongwordwithnodelimiter", "DELIMITER", &results);
212 ASSERT_EQ(1u, results.size());
213 EXPECT_THAT(results, ElementsAre("alongwordwithnodelimiter"));
217 std::vector<std::string> results; local
221 &results);
227 std::vector<std::string> results; local
237 std::vector<std::string> results; local
287 std::vector<std::wstring> results; local
    [all...]
  /external/chromium_org/base/strings/
string_split_unittest.cc 157 std::vector<std::string> results; local
158 SplitStringUsingSubstr(std::string(), "DELIMITER", &results); local
159 ASSERT_EQ(1u, results.size());
160 EXPECT_THAT(results, ElementsAre(""));
229 std::vector<std::string> results; local
230 SplitStringUsingSubstr("alongwordwithnodelimiter", "DELIMITER", &results);
231 ASSERT_EQ(1u, results.size());
232 EXPECT_THAT(results, ElementsAre("alongwordwithnodelimiter"));
236 std::vector<std::string> results; local
240 &results);
246 std::vector<std::string> results; local
256 std::vector<std::string> results; local
308 std::vector<std::string> results; local
    [all...]
  /external/chromium_org/ppapi/
PRESUBMIT.py 12 results = []
18 results.append(
21 return results
26 results = []
36 results.extend(RunCmdAndCheck(cmd,
40 return results
148 results = []
150 results.extend(RunUnittests(input_api, output_api))
152 results.extend(CheckTODO(input_api, output_api))
154 results.extend(CheckUnversionedPPB(input_api, output_api)
    [all...]
  /development/apps/Development/src/com/android/development/
Development.java 36 protected void onSortResultList(List<ResolveInfo> results) {
37 super.onSortResultList(results);
43 results.addAll(0, topItems);
  /external/chromium/build/
apply_locales.py 29 results = []
38 results.append(str_template.replace('ZZLOCALE', locale))
42 print ' '.join(["'%s'" % x for x in results])
  /external/chromium/chrome/common/net/gaia/
gaia_auth_fetcher_unittest.h 24 const std::string& results,
54 void set_results(const std::string& results) {
55 results_ = results;
  /external/chromium_org/build/
apply_locales.py 29 results = []
38 results.append(str_template.replace('ZZLOCALE', locale))
42 print ' '.join(["'%s'" % x for x in results])
  /external/chromium_org/chrome/test/ui/
javascript_test_util.cc 16 std::map<std::string, std::string>* results) {
17 DCHECK(results != NULL);
43 results->insert(std::make_pair(it.key(), result));
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
MockGrammarCheck.cpp 44 bool MockGrammarCheck::checkGrammarOfString(const WebString& text, vector<WebTextCheckingResult>* results)
46 WEBKIT_ASSERT(results);
75 results->push_back(WebTextCheckingResult(WebTextCheckingTypeGrammar, offset + grammarErrors[i].location, grammarErrors[i].length));
  /external/chromium_org/tools/perf/
PRESUBMIT.py 13 results = []
17 results.extend(input_api.canned_checks.RunPylint(
23 return results
  /external/chromium_org/chrome/browser/spellchecker/
feedback_sender_unittest.cc 81 std::vector<SpellCheckResult> results(1, BuildSpellCheckResult());
85 &results);
86 return results[0].hash;
238 std::vector<SpellCheckResult> results; local
239 results.push_back(SpellCheckResult(SpellCheckResult::SPELLING,
245 results.push_back(SpellCheckResult(SpellCheckResult::SPELLING,
252 &results);
292 std::vector<SpellCheckResult> results(
301 &results);
302 uint32 original_hash = results[0].hash
456 std::vector<SpellCheckResult> results; local
507 std::vector<SpellCheckResult> results; local
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
mock_url_fetchers.h 24 const std::string& results,
43 const std::string& results,
60 const std::string& results,
77 const std::string& results,
94 const std::string& results,
119 const std::string& results,
  /external/chromium_org/chrome/browser/chromeos/login/
mock_url_fetchers.h 29 const std::string& results,
47 const std::string& results,
62 const std::string& results,
77 const std::string& results,
92 const std::string& results,
115 const std::string& results,
  /external/chromium_org/chrome/browser/resources/sync_internals/
sync_search.css 18 #sync-results-container {
25 #sync-results-list {
37 #sync-results-splitter {
  /external/chromium_org/chrome/test/perf/
indexeddb_uitest.cc 64 bool GetResults(TabProxy* tab, ResultsMap* results) {
77 return JsonDictionaryToMap(json, results);
81 ResultsMap results; local
82 ASSERT_TRUE(GetResults(tab, &results));
86 ResultsMap::const_iterator it = results.begin();
87 for (; it != results.end(); ++it)

Completed in 801 milliseconds

1 2 3 4 5 6 78 91011>>