HomeSort by relevance Sort by last modified time
    Searched refs:results (Results 701 - 725 of 2244) sorted by null

<<21222324252627282930>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
fixer_base.py 89 results = {"node": node}
90 return self.pattern.match(node, results) and results
92 def transform(self, node, results):
97 results: a dict mapping symbolic names to part of the match.
pytree.py 467 name = None # Optional name used to store match in results dict
488 def match(self, node, results=None):
494 If results is not None, it must be a dict which will be
503 if results is not None:
508 results.update(r)
509 if results is not None and self.name:
510 results[self.name] = node
513 def match_seq(self, nodes, results=None):
521 return self.match(nodes[0], results)
545 If a name is given, the matching node is stored in the results
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_numliterals.py 21 def transform(self, node, results):
fix_unicode.py 16 def transform(self, node, results):
fix_ws_comma.py 24 def transform(self, node, results):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
fixer_base.py 89 results = {"node": node}
90 return self.pattern.match(node, results) and results
92 def transform(self, node, results):
97 results: a dict mapping symbolic names to part of the match.
pytree.py 467 name = None # Optional name used to store match in results dict
488 def match(self, node, results=None):
494 If results is not None, it must be a dict which will be
503 if results is not None:
508 results.update(r)
509 if results is not None and self.name:
510 results[self.name] = node
513 def match_seq(self, nodes, results=None):
521 return self.match(nodes[0], results)
545 If a name is given, the matching node is stored in the results
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_numliterals.py 21 def transform(self, node, results):
fix_unicode.py 16 def transform(self, node, results):
fix_ws_comma.py 24 def transform(self, node, results):
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiResourceAttributeNode.java 323 // Now collect results
324 List<String> results = new ArrayList<String>(); local
331 results.add(ANDROID_THEME_PREFIX + ResourceType.ATTR.getName() + '/');
334 results.add(PREFIX_THEME_REF + ResourceType.ATTR.getName() + '/');
339 results.add(ANDROID_THEME_PREFIX + item.getName());
343 return results.toArray(new String[results.size()]);
348 results.add(ANDROID_PREFIX + resType.getName() + '/');
350 results.add('@' + resType.getName() + '/');
354 results.add("@+" + resType.getName() + '/'); //$NON-NLS-1
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/
media_folder_finder_unittest.cc 83 MediaFolderFinder::MediaFolderFinderResults* results) {
88 MediaGalleryScanResult& result = (*results)[parent_dir];
109 results->erase(parent_dir);
146 const MediaFolderFinder::MediaFolderFinderResults& results) {
151 ASSERT_EQ(expected_keys, GetKeysFromResults(results));
153 results.begin();
154 it != results.end(); ++it) {
157 const MediaGalleryScanResult& actual = results.find(folder)->second;
168 const MediaFolderFinder::MediaFolderFinderResults& results) {
171 results.begin()
    [all...]
  /external/chromium_org/net/cert/
multi_threaded_cert_verifier.cc 85 base::DictionaryValue* results = new base::DictionaryValue(); local
86 results->SetBoolean("has_md5", verify_result.has_md5);
87 results->SetBoolean("has_md2", verify_result.has_md2);
88 results->SetBoolean("has_md4", verify_result.has_md4);
89 results->SetBoolean("is_issued_by_known_root",
91 results->SetBoolean("is_issued_by_additional_trust_anchor",
93 results->SetBoolean("common_name_fallback_used",
95 results->SetInteger("cert_status", verify_result.cert_status);
96 results->Set("verified_cert",
107 results->Set("public_key_hashes", hashes)
    [all...]
x509_certificate_win.cc 77 X509Certificate::OSCertHandles* results) {
95 results->insert(results->begin(), to_add);
101 X509Certificate::OSCertHandles results; local
115 return results;
118 AddCertsFromStore(out_store, &results);
121 return results;
271 OSCertHandles results; local
276 results.push_back(handle);
280 results = ParsePKCS7(data, length)
    [all...]
  /external/lldb/source/Expression/
ClangFunction.cpp 448 log->Printf("-- [ClangFunction::FetchFunctionResults] Fetching function results --");
483 ClangFunction::ExecuteFunction(ExecutionContext &exe_ctx, Stream &errors, Value &results)
485 return ExecuteFunction (exe_ctx, errors, 1000, true, results);
489 ClangFunction::ExecuteFunction(ExecutionContext &exe_ctx, Stream &errors, bool stop_others, Value &results)
495 unwind_on_error, ignore_breakpoints, results);
504 Value &results)
510 try_all_threads, unwind_on_error, ignore_breakpoints, results);
548 ExecutionResults results = exe_ctx.GetProcessRef().RunThreadPlan (exe_ctx, call_plan_sp, local
558 if (results != eExecutionCompleted)
571 return results;
    [all...]
  /frameworks/base/core/java/android/app/
LauncherActivity.java 187 FilterResults results = new FilterResults(); local
198 results.values = list;
199 results.count = list.size();
225 results.values = newValues;
226 results.count = newValues.size();
229 return results;
233 protected void publishResults(CharSequence constraint, FilterResults results) {
235 mActivitiesList = (List<ListItem>) results.values;
236 if (results.count > 0) {
450 protected void onSortResultList(List<ResolveInfo> results) {
    [all...]
  /frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
MemoryUsageTest.java 92 Bundle results = new Bundle(); local
98 measureMemory(app, processName, results);
104 measureMemory(app, app, results);
107 instrumentation.sendStatus(0, results);
211 Bundle results) {
220 reportError(appName, processName, results);
225 results.putInt(mNameToResultKey.get(appName), pss);
232 results.putInt(mNameToResultKey.get(appName), average(pssData));
263 private void reportError(String appName, String processName, Bundle results) {
273 results.putString(mNameToResultKey.get(appName), crash.shortMsg)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ReplaceStringsVisitor.java 339 TreeMap<Integer, Expression> results = new TreeMap<Integer, Expression>(); local
340 findContextCandidates(results, clazzType, 0 /*superType*/);
341 if (results.size() > 0) {
342 Integer bestRating = results.keySet().iterator().next();
343 return results.get(bestRating);
351 * Sort them by rating in the results map.
364 * @param results The map that accumulates the rating=>expression results. The lower
370 private void findContextCandidates(TreeMap<Integer, Expression> results,
388 results.put(Integer.MIN_VALUE, mi)
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
sandboxed_zip_analyzer.cc 58 zip_analyzer::Results()))) {
85 const zip_analyzer::Results& results) {
90 base::Bind(callback_, results));
  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicBounds.cpp 19 int results = findExtrema(cubic[0].x, cubic[1].x, cubic[2].x, cubic[3].x, leftTs); local
21 for (int index = 0; index < results; ++index) {
  /external/chromium_org/tools/memory_inspector/memory_inspector/classification/
mmap_classifier.py 14 from memory_inspector.classification import results namespace
34 """Create aggregated results of memory maps using the provided rules.
46 res = results.AggreatedResults(rule_tree, _RESULT_KEYS)
results_unittest.py 8 from memory_inspector.classification import results namespace
32 result = results.AggreatedResults(rule, keys=['X', 'Y'])
  /external/chromium_org/tools/perf/measurements/
repaint.py 78 def ValidateAndMeasurePage(self, page, tab, results):
79 self._smoothness_controller.AddResults(tab, results)
thread_times.py 16 parser.add_option('--report-silk-results', action='store_true',
17 help='Report results relevant to silk.')
37 def ValidateAndMeasurePage(self, page, tab, results):
46 self._timeline_controller.smooth_records, results)
  /external/chromium_org/tools/telemetry/examples/
measure_trace.py 18 from telemetry.results import page_test_results
19 from telemetry.results import buildbot_output_formatter
65 results = page_test_results.PageTestResults(output_formatters=formatters)
77 results.WillRunPage(page)
79 timeline_model, thread, records, results)
80 results.DidRunPage(page)
81 results.PrintSummary()

Completed in 357 milliseconds

<<21222324252627282930>>