Searched defs:results (Results 226 - 250 of 314) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/inspector/front-end/
H A DConsoleView.js406 var results = []; variable
426 results.push(property);
430 completionsReadyCallback(results);
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebelement.cpp1657 RefPtr<NodeList> results[] = { d->m_result, other.d->m_result }; local
1658 nodes.reserveInitialCapacity(results[0]->length() + results[1]->length());
1662 Node* n = results[i]->item(j);
1665 n = results[i]->item(++j);
1799 Calling this function on QWebElementCollection::end() leads to undefined results.
1812 Calling this function on QWebElementCollection::end() leads to undefined results.
1821 Calling this function on QWebElementCollection::begin() leads to undefined results.
1989 Calling this function on QWebElementCollection::end() leads to undefined results.
2002 Calling this function on QWebElementCollection::end() leads to undefined results
[all...]
/external/webkit/Tools/Scripts/webkitpy/style/checkers/
H A Dcpp_unittest.py73 def results(self): member in class:ErrorCollector
226 self.assertEquals(error_collector.results(),
254 return error_collector.results()
336 error_collector.results().count(
341 error_collector.results().count(
1848 error_collector.results().count(
1864 error_collector.results().count(
1896 self.assertEquals(0, error_collector.results().count(
1913 self.assertEquals(1, error_collector.results().count(
1927 self.assertEquals(1, error_collector.results()
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_inq.c467 ** p_results_cb - callback returning pointer to results (tBTM_INQ_RESULTS)
519 p_inq->inq_cmpl_info.num_resp = 0; /* Clear the results counter */
875 p_inq->inq_cmpl_info.num_resp = 0; /* Clear the results counter */
1061 ** inquiry results database.
1140 if ((p_ent->in_use) && (!memcmp (p_ent->inq_info.results.remote_bd_addr, p_bda, BD_ADDR_LEN)))
1546 (!memcmp (p_ent->inq_info.results.remote_bd_addr, p_bda, BD_ADDR_LEN)))
1647 if ((p_ent->in_use) && (!memcmp (p_ent->inq_info.results.remote_bd_addr, p_bda, BD_ADDR_LEN)))
1678 memcpy (p_ent->inq_info.results.remote_bd_addr, p_bda, BD_ADDR_LEN);
1703 memcpy (p_old->inq_info.results.remote_bd_addr, p_bda, BD_ADDR_LEN);
1780 /* Filter the inquiry results fo
2738 tBTM_INQ_TXPWR_RESULTS results; local
[all...]
/external/chromium/net/base/
H A Dx509_certificate_mac.cc561 explicit ScopedEncodedCertResults(CSSM_TP_RESULT_SET* results) argument
562 : results_(results) { }
753 DLOG(ERROR) << "Unexpected number of results: "
894 // Evaluate the results
989 // Note: "ExtendedResult" means extended validation results.
1082 OSCertHandles results; local
1088 results.push_back(handle);
1092 AddCertificatesFromBytes(data, length, kSecFormatPKCS7, &results);
1099 return results;
/external/chromium/net/http/
H A Dhttp_network_transaction_unittest.cc3500 // The mock write results of transaction 1 and the first attempt of
3518 // The mock write results of the second attempt of transaction 2.
6836 ProxyInfo* results,
6842 results->UseProxyServer(proxy_server);
7114 // for the results.
7492 // Compare results with expected data.
6835 GetProxyForURL(const GURL& url, ProxyInfo* results, CompletionCallback* callback, RequestHandle* request, const BoundNetLog& net_log) argument
/external/clang/bindings/python/clang/
H A Dcindex.py19 * string results are returned as Python strings, not CXString objects.
148 """Helper for transforming CXString results."""
1827 _fields_ = [('results', POINTER(CodeCompletionResult)),
1837 return self.results[key]
1851 def results(self): member in class:CodeCompletionResults
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-netrexx.jar ... .String[] getCompileOptionsAsArray () java.util.Vector options String[] results private void addExistingToClasspath (java.lang.StringBuffer, java. ...
/external/icu4c/common/
H A Ducnvmbcs.c137 * - 2-byte and 4-byte fromUnicode results are stored directly as 16/32-bit integers
200 * For single-unit results in the code units table, there is no space to
233 * action codes 4 and 5 may result in roundtrip/fallback/unassigned/illegal results
280 * One trail byte state that results in code points, and one that only
329 * Bits 31..16 contain flags for which stage 3 entries contain roundtrip results
737 const uint16_t *stage2, *stage3, *results; local
740 results=(const uint16_t *)mbcsTable->fromUnicodeBytes;
751 /* use all roundtrip and fallback results */
762 stage3=results+st3;
845 /* Ignore single-byte results (<
1117 const uint16_t *table, *results; local
3499 const uint16_t *results; local
3675 const uint16_t *results; local
4875 const uint16_t *results; local
5181 const uint16_t *results; local
[all...]
/external/icu4c/i18n/
H A Dtzgnames.cpp261 UVector *results = fResults; local
267 return results;
739 // you may get incorrect results because of time overlap at DST->STD
1057 UVector *results = handler.getMatches(maxLen); local
1058 if (results != NULL && ((maxLen == (text.length() - start)) || fGNamesTrieFullyLoaded)) {
1060 gmatchInfo = new TimeZoneGenericNameMatchInfo(results);
1063 delete results;
1069 if (results != NULL) {
1070 delete results;
1110 results
[all...]
H A Dtznames_impl.cpp794 TimeZoneNames::MatchInfoCollection* results = fResults; local
800 return results;
/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h82 MarkGlueResults, // Indicate which interior nodes have glue results.
83 CompleteMatch, // Finish a match and update the results.
84 MorphNodeTo // Build a node, finish a match and update results.
897 /// pushing the chain and glue results.
1086 /// CompleteMatchMatcher - Complete a match by replacing the results of the
1093 CompleteMatchMatcher(const unsigned *results, unsigned numresults, argument
1095 : Matcher(CompleteMatch), Results(results, results+numresults),
/external/opencv/ml/src/
H A Dmlsvm.cpp232 const float* another, Qfloat* results,
245 results[j] = (Qfloat)(s*alpha + beta);
251 const float* another, Qfloat* results )
253 calc_non_rbf_base( vcount, var_count, vecs, another, results, 1, 0 );
258 const float* another, Qfloat* results )
260 CvMat R = cvMat( 1, vcount, QFLOAT_TYPE, results );
261 calc_non_rbf_base( vcount, var_count, vecs, another, results, params->gamma, params->coef0 );
267 const float* another, Qfloat* results )
270 calc_non_rbf_base( vcount, var_count, vecs, another, results,
275 Qfloat t = results[
231 calc_non_rbf_base( int vcount, int var_count, const float** vecs, const float* another, Qfloat* results, double alpha, double beta ) argument
[all...]
/external/openssl/apps/
H A Dspeed.c258 static double results[ALGOR_NUM][SIZE_NUM]; variable
638 memset(results, 0, sizeof(results));
2447 if (results[k][j] > 10000 && !mr)
2448 fprintf(stdout," %11.2fk",results[k][j]/1e3);
2450 fprintf(stdout,mr ? ":%.2f" : " %11.2f ",results[k][j]);
2617 results[alg][run_no]=((double)count)/time_used*lengths[run_no];
2721 results[alg][j]+=atof(sstrsep(&p,sep));
/external/skia/src/core/
H A DSkPicturePlayback.cpp651 SkTDArray<void*> results; local
658 fBoundingHierarchy->search(query, &results);
659 if (results.count() == 0) {
663 reinterpret_cast<SkPictureStateTree::Draw**>(results.begin()),
664 reinterpret_cast<SkPictureStateTree::Draw**>(results.end()-1));
670 fStateTree->getIterator(results, &canvas);
/external/srec/srec/Recognizer/src/
H A DRecognizerImpl.c1795 /* utility function to sort the ArrayList of nbest list results by the score of the first
1797 ESR_ReturnCode SemanticResults_SortByScore(ArrayList *results, size_t nbestSize) argument
1815 CHKLOG(rc, ArrayListGet(results, i, (void **)&semanticResultList)); /* nbest index */
1819 CHKLOG(rc, ArrayListGet(results, j, (void **)&semanticResultList)); /* nbest index */
1832 CHKLOG(rc, ArrayListGet(results, i, (void **)&semanticResultList_swap)); /* put i in swap */
1833 CHKLOG(rc, ArrayListSet(results, i, semanticResultList)); /* put j in i */
1834 CHKLOG(rc, ArrayListSet(results, j, semanticResultList_swap)); /* put swap in j */
1944 * Populates the recognizer result if it can, otherwise it returns NO MATCH cuz no results exist
1978 /* a temp buffer to hold semantic results of a parse (there may be several results) */
[all...]
/external/valgrind/main/none/tests/ppc32/
H A Dtest_isa_2_06_part1.c1094 unsigned long long * results; member in struct:xs_conv_test
1786 unsigned long long exp_result = test_group.results[i];
/external/valgrind/main/none/tests/ppc64/
H A Dtest_isa_2_06_part1.c1094 unsigned long long * results; member in struct:xs_conv_test
1786 unsigned long long exp_result = test_group.results[i];
/external/webkit/Source/WebKit/chromium/src/
H A DPlatformBridge.cpp592 bool PlatformBridge::plugins(bool refresh, Vector<PluginInfo>* results) argument
594 WebPluginListBuilderImpl builder(results);
/external/webkit/Tools/DumpRenderTree/chromium/
H A DLayoutTestController.cpp278 // Optional paramater, describing whether it's allowed to dump pixel results in dumpAsText mode.
1560 void LayoutTestController::setEditingBehavior(const CppArgumentList& arguments, CppVariant* results) argument
/external/robolectric/lib/main/
H A Djunit-dep-4.8.2.jar ... junit/experimental/categories/ org/junit/experimental/max/ org/junit/experimental/results/ org/junit/experimental/runners/ org/junit/experimental/theories/ org/junit ...
/external/chromium/chrome/browser/automation/
H A Dautomation_provider_observers.cc1580 history::QueryResults* results) {
1589 for (size_t i = 0; i < results->size(); ++i) {
1591 history::URLResult const &page = (*results)[i];
1578 HistoryQueryComplete( HistoryService::Handle request_handle, history::QueryResults* results) argument

Completed in 898 milliseconds

1234567891011>>