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

<<11121314151617181920>>

  /external/cmockery/cmockery_0_1_2/src/example/
customer_database_test.c 29 void *** const results) {
30 *results = (void**)mock();
  /external/icu/icu4c/source/test/intltest/
listformattertest.h 48 UnicodeString results[4]);
55 UnicodeString results[4]);
frcoll.h 44 static const Collator::EComparisonResult results[]; member in class:CollationFrenchTest
  /external/skia/gm/rebaseline_server/
compare_to_expectations_test.py 11 TODO(epoger): Create a command to update the expected results (in
13 1. examine the results in self._output_dir_actual and make sure they are ok
27 import results namespace
28 import gm_json # must import results first, so that gm_json will be in sys.path namespace
34 """Process results of a GM run with the ExpectationComparisons object."""
43 results.KEY__HEADER__RESULTS_ALL),
  /frameworks/support/v4/java/android/support/v4/app/
RemoteInput.java 34 /** Extra added to a clip data intent object to hold the results bundle. */
181 * Get the remote input results bundle from an intent. The returned Bundle will
192 * Populate an intent object with the results gathered from remote input. This method
193 * should only be called by remote input collection services when sending results to a
195 * @param remoteInputs The remote inputs for which results are being provided
197 * field of the intent will be modified to contain the results.
198 * @param results A bundle holding the remote input results. This bundle should
203 Bundle results) {
204 IMPL.addResultsToIntent(remoteInputs, intent, results);
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/
Group.java 71 protected void doAddMailboxesTo(ArrayList<Address> results) {
73 results.add(mailboxList.get(i));
Mailbox.java 113 protected final void doAddMailboxesTo(ArrayList<Address> results) {
114 results.add(this);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
btm_matcher.py 100 results = defaultdict(list)
120 if not fixer in results:
121 results[fixer] = []
122 results[fixer].append(current_ast_node)
137 if not fixer in results.keys():
138 results[fixer] = []
139 results[fixer].append(current_ast_node)
142 return results
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
btm_matcher.py 100 results = defaultdict(list)
120 if not fixer in results:
121 results[fixer] = []
122 results[fixer].append(current_ast_node)
137 if not fixer in results.keys():
138 results[fixer] = []
139 results[fixer].append(current_ast_node)
142 return results
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_program.c 65 /** The results of running the vertex program go into these arrays. */
66 GLvector4f results[VERT_RESULT_MAX]; member in struct:vp_stage_data
343 if (!store->results[0].storage) {
345 assert(!store->results[i].storage);
346 _mesa_vector4f_alloc( &store->results[i], 0, VB->Size, 32 );
347 store->results[i].size = 4;
405 COPY_4V(store->results[attr].data[i], machine->Outputs[attr]);
410 store->results[VERT_RESULT_FOGC].data[i][1] = 0.0;
411 store->results[VERT_RESULT_FOGC].data[i][2] = 0.0;
412 store->results[VERT_RESULT_FOGC].data[i][3] = 1.0
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_program.c 65 /** The results of running the vertex program go into these arrays. */
66 GLvector4f results[VERT_RESULT_MAX]; member in struct:vp_stage_data
343 if (!store->results[0].storage) {
345 assert(!store->results[i].storage);
346 _mesa_vector4f_alloc( &store->results[i], 0, VB->Size, 32 );
347 store->results[i].size = 4;
405 COPY_4V(store->results[attr].data[i], machine->Outputs[attr]);
410 store->results[VERT_RESULT_FOGC].data[i][1] = 0.0;
411 store->results[VERT_RESULT_FOGC].data[i][2] = 0.0;
412 store->results[VERT_RESULT_FOGC].data[i][3] = 1.0
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
SignerInformationStore.java 84 List results = new ArrayList(); local
90 results.addAll(match1);
97 results.addAll(match2);
100 return results;
  /external/chromium-trace/trace-viewer/src/tracing/analysis/
analysis_results.css 6 .analysis-results {
11 .analysis-results * {
  /external/chromium_org/chrome/browser/resources/sync_internals/
search.js 8 cr.ui.decorate('#sync-results-splitter', cr.ui.Splitter);
21 $('sync-results-list'),
  /external/chromium_org/content/public/browser/
speech_recognition_event_listener.h 45 const SpeechRecognitionResults& results) = 0;
  /external/chromium_org/third_party/icu/source/test/intltest/
frcoll.h 44 static const Collator::EComparisonResult results[]; member in class:CollationFrenchTest
  /external/chromium_org/third_party/skia/src/core/
SkBBoxHierarchy.h 60 * Populate 'results' with data pointers corresponding to bounding boxes that intersect 'query'
62 virtual void search(const SkRect& query, SkTDArray<void*>* results) const = 0;
  /external/chromium_org/tools/memory_inspector/
PRESUBMIT.py 77 results = []
78 results.extend(_CommonChecks(input_api, output_api))
79 results.extend(_CheckPrebuiltsAreUploaded(input_api, output_api))
80 return results
  /external/chromium_org/tools/perf/benchmarks/
jetstream.py 44 def ValidateAndMeasurePage(self, page, tab, results):
48 if (!__results[i].indexOf('Raw results: ')) return __results[i];
63 results.AddValue(list_of_scalar_values.ListOfScalarValues(
64 results.current_page, k.replace('.', '_'), 'score', v['result'],
74 results.AddSummaryValue(list_of_scalar_values.ListOfScalarValues(
  /external/chromium_org/tools/perf/measurements/
webrtc.py 38 def ValidateAndMeasurePage(self, page, tab, results):
41 self._memory_metric.AddResults(tab, results)
44 self._cpu_metric.AddResults(tab, results)
47 self._power_metric.AddResults(tab, results)
  /external/chromium_org/ui/app_list/test/
app_list_test_view_delegate.cc 64 const AppListModel::SearchResults* results = model_->results(); local
65 for (size_t i = 0; i < results->item_count(); ++i) {
66 if (results->GetItemAt(i) == result) {
  /external/dexmaker/src/test/java/com/google/dexmaker/
AppDataDirGuesserTest.java 97 File[] results = guesser.guessPath(path); typedefs
98 assertNotNull("Null results for " + path, results);
99 assertEquals("Bad lengths for " + path, files.length, results.length);
101 assertEquals("Element " + i, new File(files[i]), results[i]);
  /external/littlemock/tests/com/google/testing/littlemock/
AppDataDirGuesserTest.java 99 File[] results = guesser.guessPath(path); typedefs
100 assertNotNull("Null results for " + path, results);
101 assertEquals("Bad lengths for " + path, files.length, results.length);
103 assertEquals("Element " + i, new File(files[i]), results[i]);
  /external/lldb/source/Symbol/
ClangExternalASTSourceCallbacks.cpp 57 llvm::SmallVector <clang::NamedDecl *, 3> results; local
59 m_callback_find_by_name (m_callback_baton, decl_ctx, clang_decl_name, &results);
61 SetExternalVisibleDeclsForName(decl_ctx, clang_decl_name, results);
63 return (results.size() != 0);
  /external/skia/src/core/
SkBBoxHierarchy.h 60 * Populate 'results' with data pointers corresponding to bounding boxes that intersect 'query'
62 virtual void search(const SkIRect& query, SkTDArray<void*>* results) = 0;

Completed in 1280 milliseconds

<<11121314151617181920>>