HomeSort by relevance Sort by last modified time
    Searched defs:to (Results 1 - 25 of 676) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/004-annotations/src/android/test/anno/
IntToString.java 11 String to(); method in interface:IntToString
  /dalvik/tests/004-annotations/src/android/test/anno/
IntToString.java 11 String to(); method in interface:IntToString
  /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/icu/source/i18n/
zonemeta.h 20 const UChar *mzid; // const because it's a reference to a resource bundle string.
22 UDate to; member in struct:OlsonToMetaMappingEntry
42 * Return the country code if this is a 'single' time zone that can fallback to just
44 * to see that there is a localization for the country in order to implement
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
spinlock_internal.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,
46 // "from" to "to". It returns when it performs a transition where done==true.
49 int32 to; member in struct:base::internal::SpinLockWaitTransition
53 // Wait until *w can transition from trans[i].from to trans[i].to for some i
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
spinlock_internal.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,
46 // "from" to "to". It returns when it performs a transition where done==true.
49 int32 to; member in struct:base::internal::SpinLockWaitTransition
53 // Wait until *w can transition from trans[i].from to trans[i].to for some i
  /external/clang/test/CodeGen/
2002-03-12-StructInitialize.c 5 long to; member in struct:Connection_Type
2002-03-12-StructInitializer.c 9 long to; member in struct:Connection_Type
  /external/icu4c/i18n/
zonemeta.h 20 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/smack/src/org/jivesoftware/smack/filter/
ToContainsFilter.java 14 * Unless required by applicable law or agreed to in writing, software
26 * Filters for packets where the "to" field contains a specified value. For example,
27 * the filter could be used to listen for all packets sent to a group chat nickname.
33 private String to; field in class:ToContainsFilter
36 * Creates a "to" contains filter using the "to" field part.
38 * @param to the to field value the packet must contain.
40 public ToContainsFilter(String to) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/
ELFEmulation.cpp 19 const char* to; ///< the output string. member in struct:NameMap
73 pScript.sectionMap().append(map[i].from, map[i].to, exist);
  /external/mesa3d/src/glsl/
Android.gen.mk 6 # 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:
17 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
49 define local-l-or-ll-to-c-or-cpp
55 define local-y-to-c-and-
    [all...]
  /frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
SocketConnect.java 14 private OutputStream to; field in class:SocketConnect
16 public SocketConnect(Socket from, Socket to) throws IOException {
18 this.to = to.getOutputStream();
32 to.write(buffer, 0, r);
35 to.close();
  /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)
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/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));
58 InterpolatedTransformOperation(const TransformOperations& from, const TransformOperations& to, double progress)
60 , to(to)
65 const TransformOperations to; member in class:WebCore::InterpolatedTransformOperation
  /external/clang/
clang-host-build.mk 25 ## Commands for running tblgen to compile a td file
27 define transform-host-clang-td-to-out
  /external/llvm/
llvm-device-build.mk 16 # to here.
64 ## Commands for running tblgen to compile a td file
66 define transform-device-td-to-out
llvm-tblgen-rules.mk 2 ## 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-out, register-info
    [all...]
tblgen-rules.mk 2 ## 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.
31 $(call transform-td-to-out,register-enums)
37 $(call transform-td-to-out,register-desc-header)
43 $(call transform-td-to-out,register-desc)
49 $(call transform-td-to-out,instr-enums)
55 $(call transform-td-to-out,instr-desc
    [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...]
  /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]);
  /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;

Completed in 934 milliseconds

1 2 3 4 5 6 7 8 91011>>