/frameworks/compile/mclinker/lib/Target/ |
ELFEmulation.cpp | 19 const char* from; ///< the prefix of the input string. (match FROM*) member in struct:mcld::NameMap 78 pScript.sectionMap().insert(map[i].from, map[i].to, map[i].policy);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/ |
char16_t_in.pass.cpp | 15 // const externT* from, const externT* from_end, const externT*& from_next, 28 const char from[] = "some text"; local 34 assert(f.in(mbs, from, from + 9, from_next, 36 assert(from_next - from == 9); 39 assert(to[i] == from[i]);
|
char16_t_out.pass.cpp | 15 // const internT* from, const internT* from_end, const internT*& from_next, 32 F::intern_type from[9] = {'s', 'o', 'm', 'e', ' ', 't', 'e', 'x', 't'}; local 37 F::result r = f.out(mbs, from, from + 9, from_next, 40 assert(from_next - from == 9); 43 assert(to[i] == from[i]);
|
char32_t_in.pass.cpp | 15 // const externT* from, const externT* from_end, const externT*& from_next, 28 const char from[] = "some text"; local 34 assert(f.in(mbs, from, from + 9, from_next, 36 assert(from_next - from == 9); 39 assert(to[i] == from[i]);
|
char32_t_out.pass.cpp | 15 // const internT* from, const internT* from_end, const internT*& from_next, 32 F::intern_type from[9] = {'s', 'o', 'm', 'e', ' ', 't', 'e', 'x', 't'}; local 37 F::result r = f.out(mbs, from, from + 9, from_next, 40 assert(from_next - from == 9); 43 assert(to[i] == from[i]);
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
StrSegment.java | 31 public int from; field in class:StrSegment 64 * @param from The start position 67 public StrSegment(String str, int from, int to) { 69 this.from = from;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
badsyntax_future7.py | 3 from __future__ import nested_scopes; import string; from __future__ import \ 4 nested_scopes namespace
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
badsyntax_future7.py | 3 from __future__ import nested_scopes; import string; from __future__ import \ 4 nested_scopes namespace
|
/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/ |
SocketConnect.java | 13 private InputStream from; field in class:SocketConnect 16 public SocketConnect(Socket from, Socket to) throws IOException { 17 this.from = from.getInputStream(); 28 int r = from.read(buffer); 34 from.close();
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
xt_connbytes.h | 4 *** This header was automatically generated from a Linux kernel header 7 *** structures, and macros generated from the original header, and thus, 37 __aligned_u64 from; member in struct:xt_connbytes_info::__anon681
|
/development/ndk/platforms/android-21/include/linux/netfilter/ |
xt_connbytes.h | 4 *** This header was automatically generated from a Linux kernel header 7 *** structures, and macros generated from the original header, and thus, 37 __aligned_u64 from; member in struct:xt_connbytes_info::__anon1743
|
/development/ndk/platforms/android-3/include/linux/netfilter/ |
xt_connbytes.h | 4 *** This header was automatically generated from a Linux kernel header 7 *** structures, and macros generated from the original header, and thus, 30 aligned_u64 from; member in struct:xt_connbytes_info::__anon2223
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
IncomingMessageInterstitial.java | 56 CharSequence from = getIntent().getCharSequenceExtra(IncomingMessageView.KEY_FROM); local 59 Intent[] stack = IncomingMessage.makeMessageIntentStack(this, from, msg);
|
/external/guava/guava/src/com/google/common/cache/ |
CacheLoader.java | 107 * but only the entries for {@code keys} will be returned from {@code getAll}. 114 * @return a map from each key in {@code keys} to the value associated with that key; 137 public static <K, V> CacheLoader<K, V> from(Function<K, V> function) { method in class:CacheLoader 167 public static <V> CacheLoader<Object, V> from(Supplier<V> supplier) { method in class:CacheLoader 231 * Thrown to indicate that an invalid response was returned from a call to {@link CacheLoader}.
|
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/ |
CacheLoader.java | 73 * but only the entries for {@code keys} will be returned from {@code getAll}. 80 * @return a map from each key in {@code keys} to the value associated with that key; 103 public static <K, V> CacheLoader<K, V> from(Function<K, V> function) { method in class:CacheLoader 133 public static <V> CacheLoader<Object, V> from(Supplier<V> supplier) { method in class:CacheLoader 157 * Thrown to indicate that an invalid response was returned from a call to {@link CacheLoader}.
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
MinimalSet.java | 44 public static <E> MinimalSet<E> from(Collection<? extends E> contents) { method in class:MinimalSet
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
TimeZoneTransition.java | 16 private final TimeZoneRule from; field in class:TimeZoneTransition 25 * @param from The time zone rule used before the transition. 30 public TimeZoneTransition(long time, TimeZoneRule from, TimeZoneRule to) { 32 this.from = from; 66 return from; 79 buf.append(", from={" + from + "}");
|
/external/iptables/include/linux/netfilter/ |
xt_connbytes.h | 20 __aligned_u64 from; /* count to be matched */ member in struct:xt_connbytes_info::__anon10693
|
/external/jetty/src/java/org/eclipse/jetty/client/ |
Address.java | 31 public static Address from(String hostAndPort) method in class:Address
|
/external/jsilver/src/com/google/streamhtmlparser/impl/ |
StateTableTransition.java | 22 * Holds one state transition as derived from a Python configuration 32 * state to go from A to B for any character that is either 1,2,3 or in 38 private final InternalState from; field in class:StateTableTransition 50 return String.format("Expression: %s; From: %s; To: %s", 51 expression, from, to); 54 StateTableTransition(String expression, InternalState from, 58 Preconditions.checkNotNull(from); 61 this.from = from; 70 return from; [all...] |
/external/kernel-headers/original/uapi/linux/netfilter/ |
xt_connbytes.h | 20 __aligned_u64 from; /* count to be matched */ member in struct:xt_connbytes_info::__anon11348
|
/external/libnl/lib/route/ |
rtnl.c | 114 int from = RTNL_REALM_FROM(realms); local 117 snprintf(buf, len, "%d/%d", from, to);
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
FromParser.java | 27 import gov.nist.javax.sip.header.From; 32 /** From header parser. 43 public FromParser(String from) { 44 super(from); 53 From from = new From(); local 55 this.lexer.match(TokenTypes.FROM); 59 super.parse(from); 61 return from; [all...] |
/external/protobuf/java/src/test/java/com/google/protobuf/ |
BoundedByteStringTest.java | 16 // contributors may be used to endorse or promote products derived from 37 * by inheriting the tests from {@link LiteralByteStringTest}. The only method which 48 int from = 100; local 50 stringUnderTest = ByteString.copyFrom(sourceBytes).substring(from, to); 51 referenceBytes = new byte[to - from]; 52 System.arraycopy(sourceBytes, from, referenceBytes, 0, to - from);
|
/external/sfntly/cpp/src/test/ |
test_utils_test.cc | 30 // Conversion is done from UTF16 to UTF8, SJIS 35 UChar from[8] = {0x016A, 0x006E, 0x012D, 0x0063, 0x014D, 0x0064, 0x0065, local 41 int32_t encoded = TestUtils::EncodeOneChar(conv, (int16_t)from[i]);
|