HomeSort by relevance Sort by last modified time
    Searched refs:to (Results 126 - 150 of 14121) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_dic.h 10 * Unless required by applicable law or agreed to in writing, software
60 #define NJ_INT32_WRITE(to, from)\
61 {(to)[0]=(NJ_UINT8)(((from)>>24) & 0x000000ff);\
62 (to)[1]=(NJ_UINT8)(((from)>>16) & 0x000000ff);\
63 (to)[2]=(NJ_UINT8)(((from)>>8) & 0x000000ff);\
64 (to)[3]=(NJ_UINT8)((from) & 0x000000ff);}
66 #define NJ_INT16_WRITE(to, from)\
67 {(to)[0]=(NJ_UINT8)(((from)>>8) & 0x00ff);\
68 (to)[1]=(NJ_UINT8)((from) & 0x00ff);}
  /external/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
char16_t_in.pass.cpp 16 // 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]);
char16_t_out.pass.cpp 16 // 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]);
char32_t_in.pass.cpp 16 // 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]);
char32_t_out.pass.cpp 16 // 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]);
char_in.pass.cpp 16 // internT* to, internT* to_end, internT*& to_next) const;
29 std::vector<char> to(from.size());
35 to.data(), to.data() + to.size(), to_next) == F::noconv);
37 assert(to_next == to.data());
char_out.pass.cpp 16 // externT* to, externT* to_end, externT*& to_next) const;
29 std::vector<char> to(from.size());
35 to.data(), to.data() + to.size(), to_next) == F::noconv);
37 assert(to_next == to.data());
wchar_t_in.pass.cpp 16 // internT* to, internT* to_end, internT*& to_next) const;
30 std::basic_string<F::intern_type> to(from.size(), F::intern_type());
36 &to[0], &to[0] + to.size(), to_next);
39 assert(to_next - to.data() == expected.size());
40 assert(to_next - to.data() == expected.size());
41 assert(to == expected);
  /external/mdnsresponder/mDNSShared/
dnsextd.conf 5 // In most cases, you should not need to change these default options in
7 // on port 53, and forward them on as appropriate to BIND on localhost:5030.
9 // You need to edit the "zone" statement below to give the name of your
16 // In /etc/named.conf you will need to modify the "options" section to
17 // tell BIND to accept packets from localhost:5030, like this:
21 // You also need a "zone" statement in /etc/named.conf to tell BIND the update
23 // network, you might allow anyone to perform updates. To do that, you jus
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
char16_t_in.pass.cpp 16 // 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]);
char16_t_out.pass.cpp 16 // 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]);
char32_t_in.pass.cpp 16 // 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]);
char32_t_out.pass.cpp 16 // 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]);
char_in.pass.cpp 16 // internT* to, internT* to_end, internT*& to_next) const;
29 std::vector<char> to(from.size());
35 to.data(), to.data() + to.size(), to_next) == F::noconv);
37 assert(to_next == to.data());
char_out.pass.cpp 16 // externT* to, externT* to_end, externT*& to_next) const;
29 std::vector<char> to(from.size());
35 to.data(), to.data() + to.size(), to_next) == F::noconv);
37 assert(to_next == to.data());
wchar_t_in.pass.cpp 16 // internT* to, internT* to_end, internT*& to_next) const;
30 std::basic_string<F::intern_type> to(from.size(), F::intern_type());
36 &to[0], &to[0] + to.size(), to_next);
39 assert(to_next - to.data() == expected.size());
40 assert(to_next - to.data() == expected.size());
41 assert(to == expected);
  /system/core/toolbox/upstream-netbsd/bin/mv/
mv.c 7 * This code is derived from software contributed to Berkeley by
19 * may be used to endorse or promote products derived from this software
23 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
27 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
154 do_move(char *from, char *to)
167 * the mv utility shall write a prompt to standard error and
172 if (!fflg && !access(to, F_OK)) {
181 (void)fprintf(stderr, "overwrite %s? ", to);
182 } else if (stdin_ok && access(to, W_OK) && !stat(to, &sb))
    [all...]
  /external/qemu-pc-bios/bochs/bios/
notes 24 * drive sets the busy bit in Status Reg to 1
27 error bit in the Status register to 1.
28 > Drive also sets the busy bit in the Status register to 0.
29 > Drive then generates an interrupt to the system.
31 > drive executes an implied seek to desired track and
33 > when sector buffer is filled and the data is ready to be
34 transferred, the drive sets the data-request bit to 1, sets
35 the busy bit to 0, and generates an interrupt.
37 the data, the drive sets the data-request bit and the busy bit to 0.
39 the first sector of data, the drive sets the data-request bit to 0
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_translate.h 7 * Permission is hereby granted, free of charge, to any person obtaining a
9 * to deal in the Software without restriction, including without limitation
10 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
11 * and/or sell copies of the Software, and to permit persons to whom the
12 * Software is furnished to do so, subject to the following conditions:
18 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
36 * For example, convert array of GLushort[3] to GLfloat[4].
38 * \param to the destination addres
    [all...]
  /external/mesa3d/src/mesa/math/
m_translate.h 7 * Permission is hereby granted, free of charge, to any person obtaining a
9 * to deal in the Software without restriction, including without limitation
10 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
11 * and/or sell copies of the Software, and to permit persons to whom the
12 * Software is furnished to do so, subject to the following conditions:
18 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
36 * For example, convert array of GLushort[3] to GLfloat[4].
38 * \param to the destination addres
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/chacha/
chacha_vec_arm.S 2 # needed to support switching on NEON code at runtime. If the whole of OpenSSL
3 # were to be compiled with the needed flags to build chacha_vec.c, then it
4 # wouldn't be possible to run on non-NEON systems.
10 # And then EABI attribute 28 was set to zero to allow linking with soft-float
  /libcore/luni/src/main/java/java/util/regex/
MatchResultImpl.java 10 * Unless required by applicable law or agreed to in writing, software
59 int to = offsets[(group * 2) + 1]; local
60 if (from == -1 || to == -1) {
63 return text.substring(from, to);
  /system/core/toolbox/upstream-netbsd/lib/libc/string/
swab.c 7 * This code is derived from software contributed to Berkeley by
19 * may be used to endorse or promote products derived from this software
23 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
27 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
48 swab(const void * __restrict from, void * __restrict to, ssize_t len)
58 _DIAGASSERT(to != NULL);
62 tp = (char *)to;
70 /* round to multiple of 8 */
  /system/core/toolbox/upstream-netbsd/bin/cp/
cp.c 7 * This code is derived from software contributed to Berkeley by
19 * may be used to endorse or promote products derived from this software
23 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
27 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
51 * Cp copies source files to target files.
53 * The global PATH_T structure "to" always contains the path to the
57 * The basic algorithm is to initialize "to" and use fts(3) to travers
87 PATH_T to = { .p_end = to.p_path, .target_end = empty }; variable
    [all...]
  /external/chromium_org/cc/animation/
transform_operation.cc 5 // Needed on Windows to get |M_PI| from <cmath>
36 const TransformOperation* to,
41 if (IsOperationIdentity(from) && IsOperationIdentity(to))
44 if (IsOperationIdentity(from) && !IsOperationIdentity(to)) {
45 *axis_x = to->rotate.axis.x;
46 *axis_y = to->rotate.axis.y;
47 *axis_z = to->rotate.axis.z;
52 if (!IsOperationIdentity(from) && IsOperationIdentity(to)) {
63 SkMScalar other_length_2 = to->rotate.axis.x * to->rotate.axis.x
    [all...]

Completed in 2192 milliseconds

1 2 3 4 56 7 8 91011>>