Searched defs:to (Results 1 - 25 of 487) sorted by relevance

1234567891011>>

/external/libutf/
H A Dutfecpy.c4 * Permission to use, copy, modify, and distribute this software for any
20 utfecpy(char *to, char *e, const char *from) argument
24 if(to >= e)
25 return to;
26 end = (char*)memccpy(to, from, '\0', e - to);
29 while(end>to && (*--end&0xC0)==0x80)
/external/clang/test/CodeGen/
H A D2002-03-12-StructInitialize.c5 long to; member in struct:Connection_Type
H A D2002-03-12-StructInitializer.c9 long to; member in struct:Connection_Type
/external/icu/icu4c/source/i18n/
H A Dzonemeta.h20 const UChar *mzid; // const because it's a reference to a resource bundle string.
22 UDate to; member in struct:OlsonToMetaMappingEntry
41 * This overload method returns a persistent const UChar*, which is guranteed to persist
42 * (a pointer to a resource).
57 * @return A reference to the result country
75 * Returns the pointer to the persistent time zone ID string, or NULL if the given tzid is not in the
81 * Returns the pointer to the persistent meta zone ID string, or NULL if the given mzid is not available.
/external/skia/src/c/
H A Dsk_c_from_to.h8 static bool find_sk(CType from, SKType* to) { argument
11 if (to) {
12 *to = CTypeSkTypeMap[i].fSK;
20 static bool find_c(SKType from, CType* to) { argument
23 if (to) {
24 *to = CTypeSkTypeMap[i].fC;
/external/toybox/toys/lsb/
H A Ddmesg.c36 // For -n just tell kernel to which messages to keep.
40 char *data, *to, *from; local
46 data = to = from = xmalloc(size+1);
54 char *to; local
56 if (*from == '<' && (to = strchr(from, '>'))) from = ++to;
57 if ((toys.optflags&FLAG_t) && *from == '[' && (to = strchr(from, ']')))
58 from = to+1+(to[
[all...]
/external/clang/
H A Dclang-tblgen-rules.mk2 ## TableGen: Compile .td files to .inc.
10 define transform-clang-td-to-out
12 $(call transform-host-clang-td-to-out,$(1)), \
13 $(call transform-device-clang-td-to-out,$(1)))
16 define transform-td-to-out
18 $(call transform-host-td-to-out,$(1)), \
19 $(call transform-device-td-to-out,$(1)))
28 $(call transform-clang-td-to-out,clang-attr-dump)
35 $(call transform-clang-td-to-out,clang-attr-impl)
42 $(call transform-clang-td-to
[all...]
H A Dclang-device-build.mk32 ## Commands for running tblgen to compile a td file
34 define transform-device-clang-td-to-out
H A Dclang-host-build.mk32 ## Commands for running tblgen to compile a td file
34 define transform-host-clang-td-to-out
/external/mesa3d/src/glsl/
H A DAndroid.gen.mk6 # Permission is hereby granted, free of charge, to any person obtaining a
8 # to deal in the Software without restriction, including without limitation
9 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
10 # and/or sell copies of the Software, and to permit persons to whom the
11 # Software is furnished to do so, subject to the following conditions:
49 define local-l-or-ll-to-c-or-cpp
55 define local-y-to-c-and-h
61 define local-yy-to
[all...]
/external/ceres-solver/internal/ceres/
H A Dcasts.h14 // used to endorse or promote products derived from this software without
48 // - Performing arithmetic conversions (int32 to int64, int to double, etc.).
51 // In general, implicit_cast can be used to convert this code
52 // To to = from;
53 // DoSomething(to);
54 // to this
57 // base::identity_ is used to make a non-deduced context, which
58 // forces all callers to explicitly specify the template argument.
60 inline To implicit_cast(typename identity_<To>::type to) { argument
[all...]
/external/clang/test/SemaCXX/
H A Dconstexpr-duffs-device.cpp4 constexpr void copy(const char *from, unsigned long count, char *to) { argument
7 case 0: do { *to++ = *from++;
8 case 7: *to++ = *from++;
9 case 6: *to++ = *from++;
10 case 5: *to++ = *from++;
11 case 4: *to++ = *from++;
12 case 3: *to++ = *from++;
13 case 2: *to++ = *from++;
14 case 1: *to++ = *from++;
/external/compiler-rt/test/asan/TestCases/
H A Dstrcat_strict.c14 void test1(char *to, int to_size, char *from) { argument
15 // One of arguments points to not allocated memory.
16 char* r = strcat(to + to_size, from);
19 void test2(char *to, int to_size, char *from) { argument
20 // "to" is not zero-terminated.
21 memset(to, 'z', to_size);
22 char* r = strcat(to, from);
27 char *to = (char*)malloc(to_size); local
33 if (!strcmp(argv[1], "test1")) test1(to, to_size, from);
37 if (!strcmp(argv[1], "test2")) test2(to, to_siz
[all...]
H A Dstrncat_strict.c14 void test1(char *to, int to_size, char *from) { argument
15 // One of arguments points to not allocated memory.
16 char* r = strncat(to + to_size, from, 2);
19 void test2(char *to, int to_size, char *from) { argument
20 // "to" is not zero-terminated.
21 memset(to, 'z', to_size);
22 char* r = strncat(to, from, 1);
27 char *to = (char*)malloc(to_size); local
33 if (!strcmp(argv[1], "test1")) test1(to, to_size, from);
37 if (!strcmp(argv[1], "test2")) test2(to, to_siz
[all...]
/external/icu/icu4c/source/common/
H A Ddtintrv.cpp23 DateInterval::DateInterval(UDate from, UDate to) argument
25 toDate(to)
/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DDepFind.java10 * Unless required by applicable law or agreed to in writing, software
34 public void run(String from, String to, DepHandler handler) throws IOException { argument
38 ClassPathIterator cp = new ClassPathIterator(curDir, to, null);
H A DTextDepHandler.java10 * Unless required by applicable law or agreed to in writing, software
31 protected void handle(String from, String to) throws IOException { argument
32 w.println(from + " -> " + to);
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
H A DStandaloneJarProcessor.java10 * Unless required by applicable law or agreed to in writing, software
28 public static void run(File from, File to, JarProcessor proc) throws IOException { argument
67 IoUtil.copyZipWithoutEmptyDirectories(tmpTo, to);
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
H A Dchar16_t_in.pass.cpp16 // internT* to, internT* to_end, internT*& to_next) const;
29 F::intern_type to[9]; local
35 to, to + 9, to_next) == F::ok);
37 assert(to_next - to == 9);
39 assert(to[i] == from[i]);
H A Dchar16_t_out.pass.cpp16 // externT* to, externT* to_end, externT*& to_next) const;
33 char to[9] = {0}; local
38 to, to + 9, to_next);
41 assert(to_next - to == 9);
43 assert(to[i] == from[i]);
H A Dchar32_t_in.pass.cpp16 // internT* to, internT* to_end, internT*& to_next) const;
29 F::intern_type to[9]; local
35 to, to + 9, to_next) == F::ok);
37 assert(to_next - to == 9);
39 assert(to[i] == from[i]);
H A Dchar32_t_out.pass.cpp16 // externT* to, externT* to_end, externT*& to_next) const;
33 char to[9] = {0}; local
38 to, to + 9, to_next);
41 assert(to_next - to == 9);
43 assert(to[i] == from[i]);
/external/libgsm/src/
H A Ddebug.c14 * calls to functions in this module are #defined to nothing
21 void gsm_debug_words P4( (name, from, to, ptr), argument
24 int to,
29 fprintf( stderr, "%s [%d .. %d]: ", name, from, to );
30 while (from <= to) {
35 if (from < to) putc('\n', stderr);
41 void gsm_debug_longwords P4( (name, from, to, ptr), argument
44 int to,
49 fprintf( stderr, "%s [%d .. %d]: ", name, from, to );
[all...]
/external/libvncserver/libvncclient/
H A Dlisten.c16 * along with this software; if not, write to the Free Software
43 * servers, and fork a new process to deal with each connection.
69 #ifdef LIBVNCSERVER_IPv6 /* only try that if we're IPv6-capable, otherwise we may try to bind to the same port which would make all that listening fail */
113 /* Now fork off a new process to deal with it... */
122 /* child - return to caller */
151 struct timeval to; local
154 to.tv_sec= timeout / 1000000;
155 to.tv_usec= timeout % 1000000;
172 #ifdef LIBVNCSERVER_IPv6 /* only try that if we're IPv6-capable, otherwise we may try to bin
[all...]
/external/llvm/
H A Dllvm-tblgen-rules.mk2 ## Commands for running tblgen to compile a td file
4 define transform-td-to-out
6 $(call transform-host-td-to-out,$(1)), \
7 $(call transform-device-td-to-out,$(1)))
11 ## TableGen: Compile .td files to .inc.
14 # Set LOCAL_MODULE_CLASS to STATIC_LIBRARIES default (require
45 $(call transform-td-to-out, register-info)
50 $(call transform-td-to-out,instr-info)
55 $(call transform-td-to-out,subtarget)
62 $(call transform-td-to
[all...]

Completed in 868 milliseconds

1234567891011>>