HomeSort by relevance Sort by last modified time
    Searched refs:to (Results 76 - 100 of 12869) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
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...]
  /external/chromium_org/chrome/browser/resources/cryptotoken/
individualattest.js 6 * @fileoverview Provides an interface to determine whether to request the
12 * Interface to determine whether to request the individual attestation
20 * @return {boolean} Whether to request the individual attestation certificate
  /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/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...]
  /art/test/005-annotations/src/android/test/anno/
IntToString.java 11 String to(); method in interface:IntToString
  /dalvik/dx/tests/112-dex-return-jsr-result/
run 11 # Unless required by applicable law or agreed to in writing, software
17 # The awk fun here tries to cull out all but the salient bits. The aim
18 # is to check to see that there are two invoke-static instructions, each
22 dx --debug --dex --dump-to=- --dump-method=blort.zorch --dump-width=200 \
32 # Note: This has to be done before the test clause below.
45 # Note: This has to be done after the test clause above.
61 dx --debug --dex --dump-to=- --dump-method=blort.zorch --dump-width=200 \
  /development/ndk/platforms/android-3/header-patches/include/asm/
uaccess.h 30 #define __copy_from_user(to,from,n) (memcpy(to, (void __force *)from, n), 0)
31 #define __copy_to_user(to,from,n) (memcpy((void __force *)to, from, n), 0)
  /development/ndk/platforms/android-3/include/linux/netfilter/
xt_connbytes.h 5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
31 aligned_u64 to; member in struct:xt_connbytes_info::__anon1401
  /external/chromium_org/net/android/
legacy_openssl.h 10 // the copy of OpenSSL shipped in Chromium. This is used to implement
57 unsigned char* to,
62 unsigned char* to,
67 unsigned char* to,
72 unsigned char* to,
  /external/chromium_org/third_party/boringssl/src/util/
all_tests.sh 5 # Permission to use, copy, modify, and/or distribute this software for any
10 # WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
59 echo $bin failed to complete.
64 echo $bin failed to print PASS on the last line.
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
mucinvitesendtask.h 13 * 3. The name of the author may not be used to endorse or promote products
17 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
20 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
43 XmppReturnStatus Send(const Jid& to, const Jid& invitee);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elfglobal.asm 1 ; Note: you should be able to link elfreloc.o with elfglobal.o to make a
  /external/jarjar/src/main/com/tonicsystems/jarjar/
DepHandler.java 10 * Unless required by applicable law or agreed to in writing, software
27 void handle(PathClass from, PathClass to) throws IOException;
  /external/chromium_org/third_party/libxml/src/include/libxml/
xmlautomata.h 2 * Summary: API to build regexp automata
3 * Description: the API to build regexp automata
58 xmlAutomataStatePtr to,
64 xmlAutomataStatePtr to,
71 xmlAutomataStatePtr to,
79 xmlAutomataStatePtr to,
87 xmlAutomataStatePtr to,
96 xmlAutomataStatePtr to,
104 xmlAutomataStatePtr to,
113 xmlAutomataStatePtr to,
    [all...]
  /external/libxml2/include/libxml/
xmlautomata.h 2 * Summary: API to build regexp automata
3 * Description: the API to build regexp automata
58 xmlAutomataStatePtr to,
64 xmlAutomataStatePtr to,
71 xmlAutomataStatePtr to,
79 xmlAutomataStatePtr to,
87 xmlAutomataStatePtr to,
96 xmlAutomataStatePtr to,
104 xmlAutomataStatePtr to,
113 xmlAutomataStatePtr to,
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
file.c 16 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
29 /* Need either unistd.h or direct.h to prototype getcwd() and mkdir() */
285 yasm__combpath_unix(const char *from, const char *to)
291 if (to[0] == '/') {
292 /* absolute "to" */
293 out = yasm_xmalloc(strlen(to)+1);
295 for (j=0; *to; to++) {
296 if (*to == '/' && *(to+1) == '/'
    [all...]
  /art/test/022-interface/
build 11 # Unless required by applicable law or agreed to in writing, software
22 ${DX} --debug --dex --dump-to=classes.lst --output=classes.dex classes
  /art/test/121-modifiers/
build 11 # Unless required by applicable law or agreed to in writing, software
22 # To reproduce, compile the source files. Asm.java needs the ASM libraries (core and tree). Then
23 # run Asm.java, which produces Inf.out and NonInf.out. Rename these to class files and put them
33 ${DX} --debug --dex --dump-to=classes.lst --output=classes.dex classes
  /cts/tools/signature-tools/src/signature/compare/model/impl/
SigAnnotationElementDelta.java 10 * Unless required by applicable law or agreed to in writing, software
29 IAnnotationElement to) {
30 super(from, to);

Completed in 1477 milliseconds

1 2 34 5 6 7 8 91011>>