Searched refs:from (Results 1 - 25 of 1302) sorted by relevance

1234567891011>>

/external/clang/test/CodeGenCXX/
H A Dmangle-local-class-names.cpp16 SSSS( const float& from): bv(from) { } argument
27 SSSS( const float& from) {} argument
40 SSSS( const float& from): bv(from) { } argument
51 SSSS( const float& from) {} argument
/external/valgrind/main/drd/tests/
H A Domp_matinv_racy.stderr.exp1 ERROR SUMMARY: 76 errors from 7 contexts
H A Domp_prime_racy.stderr.exp1 ERROR SUMMARY: 3 errors from 3 contexts
H A Dpth_barrier.stderr.exp1 ERROR SUMMARY: 1 errors from 1 contexts
H A Dpth_barrier2.stderr.exp1 ERROR SUMMARY: 32 errors from 1 contexts
H A Dpth_barrier3.stderr.exp1 ERROR SUMMARY: 31 errors from 1 contexts
H A Dpth_detached_sem.stderr.exp1 ERROR SUMMARY: 0 errors from 0 contexts
H A Dpth_once.stderr.exp1 ERROR SUMMARY: 0 errors from 0 contexts
H A Dtc05_simple_race.stderr.exp1 ERROR SUMMARY: 2 errors from 2 contexts
H A Dtc06_two_races.stderr.exp1 ERROR SUMMARY: 4 errors from 4 contexts
H A Dannotate_hbefore.stderr.exp3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dannotate_rwlock.stderr.exp4 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dannotate_smart_pointer.stderr.exp4 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dannotate_static.stderr.exp4 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dbar_trivial.stderr.exp3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dboost_thread.stderr.exp6 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dbug-235681.stderr.exp4 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dcircular_buffer.stderr.exp3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dcustom_alloc.stderr.exp3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dfp_race2.stderr.exp3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dhg01_all_ok.stderr.exp3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dhg02_deadlock.stderr.exp3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dhg06_readshared.stderr.exp3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dlinuxthreads_det.stderr.exp3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
/external/apache-http/src/org/apache/http/message/
H A DBasicTokenIterator.java56 /** The iterator from which to obtain the next header. */
102 * Obtains the next token from this iteration.
157 * will be obtained from {@link #headerIt}.
160 * @param from the position in the current header at which to
168 protected int findNext(int from) argument
171 if (from < 0) {
172 // called from the constructor, initialize the first header
177 from = 0;
180 from = findTokenSeparator(from);
230 findTokenStart(int from) argument
286 findTokenSeparator(int from) argument
326 findTokenEnd(int from) argument
[all...]

Completed in 328 milliseconds

1234567891011>>