Searched refs:from (Results 126 - 150 of 1785) sorted by relevance

1234567891011>>

/external/valgrind/none/tests/
H A Dfdleak_pipe.stderr.exp11 <inherited from parent>
14 <inherited from parent>
17 <inherited from parent>
H A Dfdleak_socketpair.stderr.exp11 <inherited from parent>
14 <inherited from parent>
17 <inherited from parent>
H A Dfdleak_cmsg.stderr.exp17 <inherited from parent>
20 <inherited from parent>
23 <inherited from parent>
38 <inherited from parent>
41 <inherited from parent>
44 <inherited from parent>
H A Dfdleak_ipv4.stderr.exp11 <inherited from parent>
14 <inherited from parent>
17 <inherited from parent>
26 <inherited from parent>
29 <inherited from parent>
32 <inherited from parent>
/external/chromium-trace/trace-viewer/tracing/
H A Dtrace2html9 from build import trace2html
H A Dvulcanize_trace_viewer8 from build import vulcanize_trace_viewer
/external/guava/guava-tests/test/com/google/common/jdk5backport/
H A DArrays.java13 public static byte[] copyOfRange(byte[] original, int from, int to) { argument
14 int newLength = to - from;
17 System.arraycopy(original, from, copy, 0, Math.min(original.length - from, newLength));
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
H A Dwchar_t_in.pass.cpp15 // const externT* from, const externT* from_end, const externT*& from_next,
28 const std::basic_string<F::extern_type> from("some text");
29 const std::basic_string<F::intern_type> expected(from.begin(), from.end());
30 std::basic_string<F::intern_type> to(from.size(), F::intern_type());
35 F::result r = f.in(mbs, from.data(), from.data() + from.size(), from_next,
38 assert(from_next - from.data() == from
[all...]
H A Dchar16_t_in.pass.cpp15 // const externT* from, const externT* from_end, const externT*& from_next,
28 const char from[] = "some text"; local
34 assert(f.in(mbs, from, from + 9, from_next,
36 assert(from_next - from == 9);
39 assert(to[i] == from[i]);
H A Dchar16_t_out.pass.cpp15 // const internT* from, const internT* from_end, const internT*& from_next,
32 F::intern_type from[9] = {'s', 'o', 'm', 'e', ' ', 't', 'e', 'x', 't'}; local
37 F::result r = f.out(mbs, from, from + 9, from_next,
40 assert(from_next - from == 9);
43 assert(to[i] == from[i]);
H A Dchar32_t_in.pass.cpp15 // const externT* from, const externT* from_end, const externT*& from_next,
28 const char from[] = "some text"; local
34 assert(f.in(mbs, from, from + 9, from_next,
36 assert(from_next - from == 9);
39 assert(to[i] == from[i]);
H A Dchar32_t_out.pass.cpp15 // const internT* from, const internT* from_end, const internT*& from_next,
32 F::intern_type from[9] = {'s', 'o', 'm', 'e', ' ', 't', 'e', 'x', 't'}; local
37 F::result r = f.out(mbs, from, from + 9, from_next,
40 assert(from_next - from == 9);
43 assert(to[i] == from[i]);
/external/skia/src/c/
H A Dsk_c_from_to.h8 static bool find_sk(CType from, SKType* to) { argument
10 if (CTypeSkTypeMap[i].fC == from) {
20 static bool find_c(SKType from, CType* to) { argument
22 if (CTypeSkTypeMap[i].fSK == from) {
/external/valgrind/drd/tests/
H A Dpth_cleanup_handler.stderr.exp6 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
/external/valgrind/gdbserver_tests/
H A Dmcmain_pic.stdout.exp2 another func called msg called from gdb
4 another func called msg called from main
H A Dmcmain_pic.stderrB.exp2 vgdb-error value changed from 0 to 999999
H A Dnlpasssigalrm.stderrB.exp2 vgdb-error value changed from 0 to 999999
/external/chromium-trace/trace-viewer/tracing/build/
H A Dupdate_gypi12 from tracing import tracing_project
13 from tracing.build import update_gypi
/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DTextDepHandler.java31 protected void handle(String from, String to) throws IOException { argument
32 w.println(from + " -> " + to);
/external/libutf/
H A Dutfecpy.c20 utfecpy(char *to, char *e, const char *from) argument
26 end = (char*)memccpy(to, from, '\0', e - to);
/external/markdown/bin/
H A Dmarkdown8 Basic use from the command line:
33 from markdown import COMMAND_LINE_LOGGING_LEVEL
34 from markdown import commandline
/external/mockito/src/org/mockito/internal/util/reflection/
H A DFieldCopier.java11 public <T> void copyValue(T from, T to, Field field) throws IllegalAccessException { argument
12 Object value = field.get(from);
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DBoundedByteStringTest.java16 // contributors may be used to endorse or promote products derived from
37 * by inheriting the tests from {@link LiteralByteStringTest}. The only method which
48 int from = 100;
50 stringUnderTest = ByteString.copyFrom(sourceBytes).substring(from, to);
51 referenceBytes = new byte[to - from];
52 System.arraycopy(sourceBytes, from, referenceBytes, 0, to - from);
/external/valgrind/coregrind/
H A Dvg_preloaded.c42 originates from Valgrind.
88 from this function.
114 running under Valgrind can be distinguished from other crashes. */
121 /* Scrubbing DYLD_INSERT_LIBRARIES from envp during exec is insufficient,
124 Instead, scrub DYLD_INSERT_LIBRARIES from the parent process once
130 // GrP fixme copied from m_libcproc
133 HChar **from; local
137 for (from = to = env; from && *from; fro
[all...]
/external/elfutils/src/config/
H A Dylwrap128 # during the conversion from y.tab.c to parse.c.
140 from=$1
143 case $from in
144 "y.tab.c") from=y_tab.c;;
145 "y.tab.h") from=y_tab.h;;
151 sed_fix_filenames="${sed_fix_filenames}s|"`quote_for_sed "$from"`"|$to|g;"
152 sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;"
181 for from in *
183 to=`printf '%s\n' "$from" | sed "$sed_fix_filenames"`
184 if test -f "$from"; the
[all...]

Completed in 650 milliseconds

1234567891011>>