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

1 23 4 5 6 7 8 91011>>

  /external/wpa_supplicant_8/src/wps/
Makefile 2 @echo Nothing to be made.
8 @echo Nothing to be made.
  /ndk/tests/build/test-gnustl-chrono/jni/
hanoi.h 8 extern void hanoi(int from, int to, int mid, int n,
  /external/chromium_org/printing/
page_range.h 18 // Print range is inclusive. To select one page, set from == to.
21 int to; member in struct:printing::PageRange
24 return from == rhs.from && to == rhs.to;
  /external/valgrind/main/none/tests/s390x/
rounding-5.stdout.exp 1 setting FPC rounding mode to [-> near]
3 setting FPC rounding mode to [-> zero]
5 setting FPC rounding mode to [-> +inf]
7 setting FPC rounding mode to [-> -inf]
10 setting FPC rounding mode to [-> near]
12 setting FPC rounding mode to [-> zero]
14 setting FPC rounding mode to [-> +inf]
16 setting FPC rounding mode to [-> -inf]
19 setting FPC rounding mode to [-> near]
21 setting FPC rounding mode to [-> zero
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSUnicodeRangeValue.h 14 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
36 static PassRefPtrWillBeRawPtr<CSSUnicodeRangeValue> create(UChar32 from, UChar32 to)
38 return adoptRefWillBeNoop(new CSSUnicodeRangeValue(from, to));
42 UChar32 to() const { return m_to; } function in class:WebCore::CSSUnicodeRangeValue
51 CSSUnicodeRangeValue(UChar32 from, UChar32 to)
54 , m_to(to)
  /external/chromium_org/third_party/openssl/openssl/crypto/rsa/
rsa_none.c 7 * The implementation was written so as to conform with Netscapes SSL.
10 * the following conditions are aheared to. The following conditions
11 * apply to all code found in this distribution, be it the RC4, RSA,
17 * the code are not to be removed.
42 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
46 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
65 int RSA_padding_add_none(unsigned char *to, int tlen,
80 memcpy(to,from,(unsigned int)flen);
84 int RSA_padding_check_none(unsigned char *to, int tlen,
94 memset(to,0,tlen-flen)
    [all...]
  /external/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
char16_t_unshift.pass.cpp 15 // externT* to, externT* to_end, externT*& to_next) const;
27 std::vector<char> to(3);
31 assert(f.unshift(mbs, to.data(), to.data() + to.size(), to_next) == F::noconv);
32 assert(to_next == to.data());
char32_t_unshift.pass.cpp 15 // externT* to, externT* to_end, externT*& to_next) const;
27 std::vector<char> to(3);
31 assert(f.unshift(mbs, to.data(), to.data() + to.size(), to_next) == F::noconv);
32 assert(to_next == to.data());
char_unshift.pass.cpp 15 // externT* to, externT* to_end, externT*& to_next) const;
27 std::vector<char> to(3);
31 assert(f.unshift(mbs, to.data(), to.data() + to.size(), to_next) == F::noconv);
32 assert(to_next == to.data());
wchar_t_out.pass.cpp 16 // externT* to, externT* to_end, externT*& to_next) const;
31 std::vector<char> to(from.size()+1);
36 to.data(), to.data() + to.size(), to_next);
39 assert(to_next - to.data() == from.size());
40 assert(to.data() == std::string("some text"));
45 std::vector<char> to(from.size()+1);
50 to.data(), to.data() + to.size(), to_next)
    [all...]
wchar_t_unshift.pass.cpp 15 // externT* to, externT* to_end, externT*& to_next) const;
29 std::vector<F::extern_type> to(3);
33 assert(f.unshift(mbs, to.data(), to.data() + to.size(), to_next) == F::ok);
34 assert(to_next == to.data());
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ToParser.java 6 * Pursuant to title 15 Untied States Code Section 105, works of NIST
7 * employees are not subject to copyright protection in the United States
8 * and are considered to be in the public domain. As a result, a formal
9 * license is not needed to use the software.
17 * not limited to the correctness, accuracy, reliability or usefulness of
20 * Permission to use this software is contingent upon your acceptance
33 * To Header parser.
45 * @param to String to set
47 public ToParser(String to) {
58 To to = new To(); local
    [all...]
  /external/openssl/crypto/rsa/
rsa_none.c 7 * The implementation was written so as to conform with Netscapes SSL.
10 * the following conditions are aheared to. The following conditions
11 * apply to all code found in this distribution, be it the RC4, RSA,
17 * the code are not to be removed.
42 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
46 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
65 int RSA_padding_add_none(unsigned char *to, int tlen,
80 memcpy(to,from,(unsigned int)flen);
84 int RSA_padding_check_none(unsigned char *to, int tlen,
94 memset(to,0,tlen-flen)
    [all...]
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
complex_rep.S 1 # When trying (and failing) to instrument at the basic block level
3 # to catch some of them
10 cld # we want these to happen forward
12 mov $0xfeb131978,%rax # value to store
14 # test back-to-back rep/stosb's
  /external/valgrind/main/exp-bbv/tests/x86/
complex_rep.S 1 # When trying (and failing) to instrument at the basic block level
3 # to catch some of them
10 cld # we want these to happen forward
12 mov $0xfeb1378,%eax # value to store
14 # test back-to-back rep/stosb's
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
char16_t_unshift.pass.cpp 15 // externT* to, externT* to_end, externT*& to_next) const;
27 std::vector<char> to(3);
31 assert(f.unshift(mbs, to.data(), to.data() + to.size(), to_next) == F::noconv);
32 assert(to_next == to.data());
char32_t_unshift.pass.cpp 15 // externT* to, externT* to_end, externT*& to_next) const;
27 std::vector<char> to(3);
31 assert(f.unshift(mbs, to.data(), to.data() + to.size(), to_next) == F::noconv);
32 assert(to_next == to.data());
char_unshift.pass.cpp 15 // externT* to, externT* to_end, externT*& to_next) const;
27 std::vector<char> to(3);
31 assert(f.unshift(mbs, to.data(), to.data() + to.size(), to_next) == F::noconv);
32 assert(to_next == to.data());
wchar_t_out.pass.cpp 16 // externT* to, externT* to_end, externT*& to_next) const;
31 std::vector<char> to(from.size()+1);
36 to.data(), to.data() + to.size(), to_next);
39 assert(to_next - to.data() == from.size());
40 assert(to.data() == std::string("some text"));
45 std::vector<char> to(from.size()+1);
50 to.data(), to.data() + to.size(), to_next)
    [all...]
wchar_t_unshift.pass.cpp 15 // externT* to, externT* to_end, externT*& to_next) const;
29 std::vector<F::extern_type> to(3);
33 assert(f.unshift(mbs, to.data(), to.data() + to.size(), to_next) == F::ok);
34 assert(to_next == to.data());
  /external/chromium_org/v8/test/mjsunit/
function-length-accessor.js 10 // long comment to trigger lazy compilation.
11 // long comment to trigger lazy compilation.
12 // long comment to trigger lazy compilation.
13 // long comment to trigger lazy compilation.
14 // long comment to trigger lazy compilation.
15 // long comment to trigger lazy compilation.
16 // long comment to trigger lazy compilation.
17 // long comment to trigger lazy compilation.
18 // long comment to trigger lazy compilation.
19 // long comment to trigger lazy compilation
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
InterpolatedTransformOperation.h 15 * contributors may be used to endorse or promote products derived from
20 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
42 static PassRefPtr<InterpolatedTransformOperation> create(const TransformOperations& from, const TransformOperations& to, double progress)
44 return adoptRef(new InterpolatedTransformOperation(from, to, progress));
64 return from.dependsOnBoxSize() || to.dependsOnBoxSize();
67 InterpolatedTransformOperation(const TransformOperations& from, const TransformOperations& to, double progress)
69 , to(to)
74 const TransformOperations to; member in class:WebCore::InterpolatedTransformOperation
    [all...]
  /cts/tools/signature-tools/src/signature/compare/
ApiComparator.java 10 * Unless required by applicable law or agreed to in writing, software
105 public IApiDelta compare(IApi from, IApi to) {
106 assert from.getVisibility() == to.getVisibility();
109 Set<IPackage> toPackages = to.getPackages();
114 IPackage to) {
115 return comparePackage(from, to);
119 IPackage to) {
120 return new SigPackageDelta(from, to);
124 IPackage to) {
125 return from.getName().equals(to.getName())
    [all...]
  /external/libgsm/src/
debug.c 14 * calls to functions in this module are #defined to nothing
21 void gsm_debug_words P4( (name, from, to, ptr),
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),
44 int to,
49 fprintf( stderr, "%s [%d .. %d]: ", name, from, to );
    [all...]
  /external/valgrind/main/gdbserver_tests/
mcinfcallWSRU.stderr.exp 2 Brussels ready to sleep and/or burn
3 London ready to sleep and/or burn
4 Petaouchnok ready to sleep and/or burn
5 main ready to sleep and/or burn
7 Reset valgrind output to log (orderly_finish)

Completed in 647 milliseconds

1 23 4 5 6 7 8 91011>>