Searched refs:from (Results 76 - 100 of 1785) sorted by relevance

1234567891011>>

/external/valgrind/helgrind/tests/
H A Dtc02_simple_tls.stderr.exp3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dtc03_re_excl.stderr.exp3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dtc04_free_lock.stderr.exp12 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
H A Dtc07_hbl1.stderr.exp3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dtc08_hbl2.stderr.exp3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dtc11_XCHG.stderr.exp3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dtc24_nonzero_sem.stderr.exp3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
/external/jsilver/src/com/google/streamhtmlparser/impl/
H A DStateTableTransition.java22 * Holds one state transition as derived from a Python configuration
32 * state to go from A to B for any character that is either 1,2,3 or in
38 private final InternalState from; field in class:StateTableTransition
51 expression, from, to);
54 StateTableTransition(String expression, InternalState from, argument
58 Preconditions.checkNotNull(from);
61 this.from = from;
70 return from;
/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
63 SSSS(const float& from): bv(from) { } argument
71 SSSS(const float& from): bv(from) { } argument
[all...]
/external/compiler-rt/test/asan/TestCases/
H A Dstrcat_strict.c14 void test1(char *to, int to_size, char *from) { argument
16 char* r = strcat(to + to_size, from);
19 void test2(char *to, int to_size, char *from) { argument
22 char* r = strcat(to, from);
29 char *from = (char*)malloc(from_size); local
30 memset(from, 'z', from_size);
31 from[from_size - 1] = '\0';
33 if (!strcmp(argv[1], "test1")) test1(to, to_size, from);
37 if (!strcmp(argv[1], "test2")) test2(to, to_size, from);
42 free(from);
[all...]
H A Dstrncat_strict.c14 void test1(char *to, int to_size, char *from) { argument
16 char* r = strncat(to + to_size, from, 2);
19 void test2(char *to, int to_size, char *from) { argument
22 char* r = strncat(to, from, 1);
29 char *from = (char*)malloc(from_size); local
30 memset(from, 'z', from_size);
31 from[from_size - 1] = '\0';
33 if (!strcmp(argv[1], "test1")) test1(to, to_size, from);
37 if (!strcmp(argv[1], "test2")) test2(to, to_size, from);
42 free(from);
[all...]
/external/libgsm/src/
H A Ddebug.c21 void gsm_debug_words P4( (name, from, to, ptr), argument
23 int from,
29 fprintf( stderr, "%s [%d .. %d]: ", name, from, to );
30 while (from <= to) {
31 fprintf(stderr, "%d ", ptr[ from ] );
32 from++;
35 if (from < to) putc('\n', stderr);
41 void gsm_debug_longwords P4( (name, from, to, ptr), argument
43 int from,
49 fprintf( stderr, "%s [%d .. %d]: ", name, from, t
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DTimeZoneTransition.java16 private final TimeZoneRule from; field in class:TimeZoneTransition
25 * @param from The time zone rule used before the transition.
30 public TimeZoneTransition(long time, TimeZoneRule from, TimeZoneRule to) { argument
32 this.from = from;
66 return from;
79 buf.append(", from={" + from + "}");
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
H A Dwchar_t_out.pass.cpp15 // const internT* from, const internT* from_end, const internT*& from_next,
30 const std::basic_string<F::intern_type> from(L"some text");
31 std::vector<char> to(from.size()+1);
35 F::result r = f.out(mbs, from.data(), from.data() + from.size(), from_next,
38 assert(from_next - from.data() == from.size());
39 assert(to_next - to.data() == from.size());
43 std::basic_string<F::intern_type> from(
[all...]
/external/valgrind/none/tests/
H A Dfdleak_creat.stderr.exp8 <inherited from parent>
11 <inherited from parent>
14 <inherited from parent>
/external/harfbuzz_ng/test/shaping/
H A Dhb-diff-filter-failures3 from hb_test_tools import *
H A Dhb-manifest-read3 from hb_test_tools import *
H A Dhb-manifest-update3 from hb_test_tools import *
H A Dhb-unicode-prettyname3 from hb_test_tools import *
/external/valgrind/gdbserver_tests/
H A Dmcbreak.stdout.exp5 pid .... Thread .... after next: inferior call pushed from mcbreak.stdinB.gdb
6 pid .... Thread .... called from level
7 called from level int_und is not zero
8 pid .... Thread .... called from main
/external/valgrind/memcheck/tests/
H A Dxml1.stdout.exp1 hello from frame3(). The answer is not 42.
/external/chromium-trace/trace-viewer/third_party/Paste/tests/cgiapp_data/
H A Dstderr.cgi2 from __future__ import print_function
/external/fonttools/Tools/
H A Dpyftinspect4 from fontTools import inspect
H A Dpyftmerge4 from fontTools import merge
H A Dpyftsubset4 from fontTools import subset

Completed in 2904 milliseconds

1234567891011>>