HomeSort by relevance Sort by last modified time
    Searched refs:to (Results 26 - 50 of 11374) sorted by null

12 3 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.
  /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;
StrSegmentClause.java 10 * Unless required by applicable law or agreed to in writing, software
33 * @param to The end position
35 public StrSegmentClause(WnnClause clause, int from, int to) {
36 super(clause.candidate, from, 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...]
  /frameworks/native/include/binder/
TextOutput.h 10 * Unless required by applicable law or agreed to in writing, software
42 inline Bundle(TextOutput& to) : mTO(to) { to.pushBundle(); }
54 // Text output stream for printing to the log (via utils/Log.h).
57 // Text output stream for printing to stdout.
60 // Text output stream for printing to stderr.
65 TextOutput& endl(TextOutput& to);
66 TextOutput& indent(TextOutput& to);
67 TextOutput& dedent(TextOutput& to);
    [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 PassRefPtr<CSSUnicodeRangeValue> create(UChar32 from, UChar32 to)
38 return adoptRef(new CSSUnicodeRangeValue(from, to));
42 UChar32 to() const { return m_to; } function in class:WebCore::CSSUnicodeRangeValue
49 CSSUnicodeRangeValue(UChar32 from, UChar32 to)
52 , m_to(to)
  /frameworks/base/tools/aidl/
AST.cpp 5 WriteModifiers(FILE* to, int mod, int mask)
10 fprintf(to, "@Override ");
14 fprintf(to, "public ");
17 fprintf(to, "private ");
20 fprintf(to, "protected ");
24 fprintf(to, "static ");
28 fprintf(to, "final ");
32 fprintf(to, "abstract ");
37 WriteArgumentList(FILE* to, const vector<Expression*>& arguments)
41 arguments[i]->Write(to);
    [all...]
  /external/clang/test/Index/
complete-at-exprstmt.m 14 + (int)add:(int)x to:(int)y;
15 + (int)add:(int)x to:(int)y plus:(int)z;
19 @selector(add:to:);
49 // CHECK-CC4: NotImplemented:{TypedText add:to:} (40)
50 // CHECK-CC4: NotImplemented:{TypedText add:to:plus:} (40)
53 // CHECK-CC5: NotImplemented:{Informative add:}{TypedText to:} (40)
54 // CHECK-CC5: NotImplemented:{Informative add:}{TypedText to:plus:} (40)
  /ndk/tests/device/multi-static-instances/jni/
Application.mk 3 # This is a trick to allow use to build three executables
4 # that are linked to different STL runtimes.
  /external/clang/
README.android 3 * upstream to the llvm.org repository:
4 * - Changes due to Android's build system.
5 * - Changes due to Android's toolchain.
6 * - Changes due to the limitations in Android-based consumer electronics.
8 * Some of them are to-dos. If and when they are done, there will no longer be
11 * The file contains useful hints when we try to resolve future 3-way merge
15 * For Honeycomb: Synced to upstream r112347
16 * For Honeycomb MR1: Synced to upstream r119349
17 * For Honeycomb MR2: Synced to upstream r119349
18 * For Ice Cream Sandwich: Synced to upstream r13557
    [all...]
  /cts/tools/signature-tools/src/signature/compare/model/impl/
SigValueDelta.java 10 * Unless required by applicable law or agreed to in writing, software
23 public SigValueDelta(Object from, Object to) {
24 super(from, to);
  /external/chromium_org/cc/animation/
transform_operation.cc 26 const TransformOperation* to,
31 if (IsOperationIdentity(from) && IsOperationIdentity(to))
34 if (IsOperationIdentity(from) && !IsOperationIdentity(to)) {
35 *axis_x = to->rotate.axis.x;
36 *axis_y = to->rotate.axis.y;
37 *axis_z = to->rotate.axis.z;
42 if (!IsOperationIdentity(from) && IsOperationIdentity(to)) {
53 double other_length_2 = to->rotate.axis.x * to->rotate.axis.x +
54 to->rotate.axis.y * to->rotate.axis.y
    [all...]
  /external/chromium_org/tools/gyp/test/compiler-override/
cxxtest.cc 5 // Deliberate C syntax error as this file should never be passed to
7 #error Should not be passed to a real compiler
test.c 5 // Deliberate C syntax error as this file should never be passed to
7 #error Should not be passed to a real compiler
  /external/valgrind/main/memcheck/tests/
file_locking.stderr.exp 1 parent: about to lock file for writing.
3 child: about to lock file for writing.
  /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/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/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());

Completed in 1923 milliseconds

12 3 4 5 6 7 8 91011>>