HomeSort by relevance Sort by last modified time
    Searched refs:results (Results 51 - 75 of 4172) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/ltp/testcases/kernel/fs/mongo/
run_mongo 36 ./mongo_compare ./results/ext2.tbl ./results/reiserfs.tbl ./results/html/ext2_vs_reiserfs
  /external/v8/tools/mb/
PRESUBMIT.py 8 results = []
12 results.extend(input_api.RunTests(pylint_checks))
15 results.extend(input_api.canned_checks.RunUnitTestsInDirectory(
21 results.extend(input_api.RunTests([
26 results.extend(
33 return results
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_imports.py 108 results = match(node)
109 if results:
112 if "bare_with_attr" not in results and \
115 return results
122 def transform(self, node, results):
123 import_mod = results.get("module_name")
128 if "name_import" in results:
132 if "multiple_imports" in results:
137 results = self.match(node)
138 if results:
    [all...]
fix_map.py 59 def transform(self, node, results):
68 elif "map_lambda" in results:
69 new = ListComp(results["xp"].clone(),
70 results["fp"].clone(),
71 results["it"].clone())
73 if "map_none" in results:
74 new = results["arg"].clone()
76 if "arglist" in results:
77 args = results["arglist"]
  /external/libmojo/mojo/public/cpp/test_support/lib/
test_support.cc 16 std::vector<std::string> results; local
18 results.push_back(*ptr);
22 return results;
  /external/python/cpython2/Lib/lib2to3/fixes/
fix_imports.py 108 results = match(node)
109 if results:
112 if "bare_with_attr" not in results and \
115 return results
122 def transform(self, node, results):
123 import_mod = results.get("module_name")
128 if "name_import" in results:
132 if "multiple_imports" in results:
137 results = self.match(node)
138 if results
    [all...]
fix_map.py 59 def transform(self, node, results):
68 elif "map_lambda" in results:
69 new = ListComp(results["xp"].clone(),
70 results["fp"].clone(),
71 results["it"].clone())
73 if "map_none" in results:
74 new = results["arg"].clone()
76 if "arglist" in results:
77 args = results["arglist"]
  /external/python/cpython3/Lib/lib2to3/fixes/
fix_imports.py 108 results = match(node)
109 if results:
112 if "bare_with_attr" not in results and \
115 return results
122 def transform(self, node, results):
123 import_mod = results.get("module_name")
128 if "name_import" in results:
132 if "multiple_imports" in results:
137 results = self.match(node)
138 if results
    [all...]
fix_intern.py 27 def transform(self, node, results):
28 if results:
31 obj = results['obj']
39 new = ImportAndCall(node, results, names)
fix_reload.py 24 def transform(self, node, results):
25 if results:
28 obj = results['obj']
36 new = ImportAndCall(node, results, names)
fix_map.py 59 def transform(self, node, results):
68 elif "map_lambda" in results:
69 new = ListComp(results["xp"].clone(),
70 results["fp"].clone(),
71 results["it"].clone())
73 if "map_none" in results:
74 new = results["arg"].clone()
76 if "arglist" in results:
77 args = results["arglist"]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_imports.py 108 results = match(node)
109 if results:
112 if "bare_with_attr" not in results and \
115 return results
122 def transform(self, node, results):
123 import_mod = results.get("module_name")
128 if "name_import" in results:
132 if "multiple_imports" in results:
137 results = self.match(node)
138 if results
    [all...]
fix_map.py 59 def transform(self, node, results):
68 elif "map_lambda" in results:
69 new = ListComp(results["xp"].clone(),
70 results["fp"].clone(),
71 results["it"].clone())
73 if "map_none" in results:
74 new = results["arg"].clone()
76 if "arglist" in results:
77 args = results["arglist"]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_imports.py 108 results = match(node)
109 if results:
112 if "bare_with_attr" not in results and \
115 return results
122 def transform(self, node, results):
123 import_mod = results.get("module_name")
128 if "name_import" in results:
132 if "multiple_imports" in results:
137 results = self.match(node)
138 if results
    [all...]
fix_map.py 59 def transform(self, node, results):
68 elif "map_lambda" in results:
69 new = ListComp(results["xp"].clone(),
70 results["fp"].clone(),
71 results["it"].clone())
73 if "map_none" in results:
74 new = results["arg"].clone()
76 if "arglist" in results:
77 args = results["arglist"]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_imports.py 108 results = match(node)
109 if results:
112 if "bare_with_attr" not in results and \
115 return results
122 def transform(self, node, results):
123 import_mod = results.get("module_name")
128 if "name_import" in results:
132 if "multiple_imports" in results:
137 results = self.match(node)
138 if results
    [all...]
fix_map.py 59 def transform(self, node, results):
68 elif "map_lambda" in results:
69 new = ListComp(results["xp"].clone(),
70 results["fp"].clone(),
71 results["it"].clone())
73 if "map_none" in results:
74 new = results["arg"].clone()
76 if "arglist" in results:
77 args = results["arglist"]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_imports.py 108 results = match(node)
109 if results:
112 if "bare_with_attr" not in results and \
115 return results
122 def transform(self, node, results):
123 import_mod = results.get("module_name")
128 if "name_import" in results:
132 if "multiple_imports" in results:
137 results = self.match(node)
138 if results
    [all...]
  /frameworks/base/core/java/android/app/
IInstrumentationWatcher.aidl 27 in Bundle results);
29 in Bundle results);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
ptc-1.s 1 ! Check that simple constants get expected results.
  /development/samples/VoiceRecognitionService/src/com/example/android/voicerecognitionservice/
VoiceRecognitionService.java 31 * no actual voice recognition. It just immediately returns fake recognition results.
46 ArrayList<String> results = new ArrayList<String>(); local
58 results.add("a");
59 results.add("b");
60 results.add("c");
62 results.add("1");
63 results.add("2");
64 results.add("3");
68 bundle.putStringArrayList(SpeechRecognizer.RESULTS_RECOGNITION, results);
71 listener.results(bundle)
    [all...]
  /external/libchrome/base/
PRESUBMIT.py 36 results = []
37 results.extend(_CheckNoInterfacesInBase(input_api, output_api))
38 return results
41 results = []
42 results.extend(_CommonChecks(input_api, output_api))
43 return results
47 results = []
48 results.extend(_CommonChecks(input_api, output_api))
49 return results
  /external/v8/tools/testrunner/local/
pool_unittest.py 17 results = set()
20 results.add(result.value)
21 self.assertEquals(set(range(0, 10)), results)
24 results = set()
28 # Item 10 will not appear in results due to an internal exception.
29 results.add(result.value)
32 self.assertEquals(expect, results)
35 results = set()
38 results.add(result.value)
42 results)
    [all...]
  /external/webrtc/talk/
PRESUBMIT.py 81 results = []
82 results.extend(input_api.canned_checks.CheckLicense(
84 return results
87 results = []
88 results.extend(_CommonChecks(input_api, output_api))
89 return results
92 results = []
93 results.extend(_CommonChecks(input_api, output_api))
94 return results
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
ScanScheduleUtilFilterTest.java 39 * Unit tests for filtering of scan results in
128 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, local
130 assertScanDataFreqsEquals(null, results);
140 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, local
142 assertScanDataFreqsEquals(null, results);
152 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, local
154 assertScanDataFreqsEquals(new int[][]{ { } }, results);
164 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, local
166 assertScanDataFreqsEquals(new int[][]{ { } }, results);
176 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper local
189 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, local
202 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, local
215 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, local
227 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, local
240 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, local
253 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, local
267 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, local
283 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, local
299 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, local
    [all...]

Completed in 483 milliseconds

1 23 4 5 6 7 8 91011>>