HomeSort by relevance Sort by last modified time
    Searched refs:to (Results 1 - 25 of 9157) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/string/
strcpy.c 16 * may be used to endorse or promote products derived from this software
20 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
24 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
35 strcpy(char *to, const char *from)
37 char *save = to;
39 for (; (*to = *from) != '\0'; ++from, ++to);
  /frameworks/native/libs/utils/
TextOutput.cpp 10 * Unless required by applicable law or agreed to in writing, software
37 TextOutput& operator<<(TextOutput& to, bool val)
39 if (val) to.print("true", 4);
40 else to.print("false", 5);
41 return to;
44 TextOutput& operator<<(TextOutput& to, int val)
48 to.print(buf, strlen(buf));
49 return to;
52 TextOutput& operator<<(TextOutput& to, long val)
56 to.print(buf, strlen(buf))
    [all...]
  /external/valgrind/main/gdbserver_tests/
mchelp.stderrB.exp 1 sending command help to pid ....
2 sending command help debug to pid ....
3 sending command v.kill to pid ....
mcinvokeRU.stderrB.exp 1 sending command v.wait 0 to pid ....
2 sending command v.wait 0 to pid ....
3 sending command v.wait 0 to pid ....
4 sending command v.wait 0 to pid ....
5 sending command v.wait 0 to pid ....
6 sending command v.wait 0 to pid ....
7 sending command v.wait 0 to pid ....
8 sending command v.wait 0 to pid ....
9 sending command v.wait 0 to pid ....
10 sending command v.wait 0 to pid ...
    [all...]
mcinvokeWS.stderrB.exp 1 sending command v.wait 0 to pid ....
2 sending command v.wait 0 to pid ....
3 sending command v.wait 0 to pid ....
4 sending command v.wait 0 to pid ....
5 sending command v.wait 0 to pid ....
6 sending command v.wait 0 to pid ....
7 sending command v.wait 0 to pid ....
8 sending command v.wait 0 to pid ....
9 sending command v.wait 0 to pid ....
10 sending command v.wait 0 to pid ...
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacdec/
aac_mem_funcs.h 10 * Unless required by applicable law or agreed to in writing, software
41 #define pv_memset(to, c, n) memset(to, c, n)
44 #define pv_memcpy(to, from, n) memcpy(to, from, n)
45 #define pv_memmove(to, from, n) memmove(to, from, n)
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pvamrwbdecoder_mem_funcs.h 10 * Unless required by applicable law or agreed to in writing, software
26 Permission to distribute, modify and use this file under the standard license
58 #define pv_memset(to, c, n) memset(to, c, n)
61 #define pv_memcpy(to, from, n) memcpy(to, from, n)
62 #define pv_memmove(to, from, n) memmove(to, from, n)
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
mp3_mem_funcs.h 10 * Unless required by applicable law or agreed to in writing, software
64 #define pv_memset(to, c, n) memset(to, c, n)
67 #define pv_memcpy(to, from, n) memcpy(to, from, n)
68 #define pv_memmove(to, from, n) memmove(to, from, n)
  /external/valgrind/main/none/tests/
pth_blockedsig.stdout.exp 1 thread CHILD sending SIGUSR1 to thread MAIN
  /external/guava/guava-tests/test/com/google/common/base/
CaseFormatTest.java 10 * Unless required by applicable law or agreed to in writing, software
39 assertSame(from + " to " + from, "foo", from.to(from, "foo"));
40 for (CaseFormat to : CaseFormat.values()) {
41 assertEquals(from + " to " + to, "", from.to(to, ""));
42 assertEquals(from + " to " + to, " ", from.to(to, " "))
    [all...]
  /bionic/libc/wchar/
wcpcpy.c 16 * may be used to endorse or promote products derived from this software
20 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
24 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
41 wcpcpy(wchar_t * __restrict to, const wchar_t * __restrict from)
44 for (; (*to = *from); ++from, ++to);
45 return(to);
  /external/clang/test/CodeGen/
2002-03-12-StructInitialize.c 5 long to; member in struct:Connection_Type
2002-03-12-StructInitializer.c 9 long to; member in struct:Connection_Type
  /external/valgrind/main/memcheck/tests/
malloc3.stderr.exp 1 Warning: silly arg (-1) to malloc()
2 Warning: silly args (0,-1) to calloc()
  /external/wpa_supplicant_8/src/ap/
Makefile 2 @echo Nothing to be made.
8 @echo Nothing to be made.
  /external/wpa_supplicant_8/src/common/
Makefile 2 @echo Nothing to be made.
8 @echo Nothing to be made.
  /external/wpa_supplicant_8/src/eap_common/
Makefile 2 @echo Nothing to be made.
8 @echo Nothing to be made.
  /external/wpa_supplicant_8/src/eap_server/
Makefile 2 @echo Nothing to be made.
8 @echo Nothing to be made.
  /external/wpa_supplicant_8/src/eapol_auth/
Makefile 2 @echo Nothing to be made.
8 @echo Nothing to be made.
  /external/wpa_supplicant_8/src/eapol_supp/
Makefile 2 @echo Nothing to be made.
8 @echo Nothing to be made.
  /external/wpa_supplicant_8/src/l2_packet/
Makefile 2 @echo Nothing to be made.
8 @echo Nothing to be made.
  /external/wpa_supplicant_8/src/rsn_supp/
Makefile 2 @echo Nothing to be made.
8 @echo Nothing to be made.
  /external/wpa_supplicant_8/src/wps/
Makefile 2 @echo Nothing to be made.
8 @echo Nothing to be made.
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
StrSegment.java 10 * Unless required by applicable law or agreed to in writing, software
23 * It is used to represent the layers of the composing text ({@link ComposingText}).
33 public int to; field in class:StrSegment
65 * @param to The end position
67 public StrSegment(String str, int from, int to) {
70 this.to = to;
  /external/jsilver/src/com/google/streamhtmlparser/impl/
StateTableTransition.java 10 * Unless required by applicable law or agreed to in writing, software
32 * state to go from A to B for any character that is either 1,2,3 or in
39 private final InternalState to; field in class:StateTableTransition
44 * specified and is subject to change.
50 return String.format("Expression: %s; From: %s; To: %s",
51 expression, from, to);
55 InternalState to) {
59 Preconditions.checkNotNull(to);
62 this.to = to
    [all...]

Completed in 486 milliseconds

1 2 3 4 5 6 7 8 91011>>