/external/webkit/WebCore/storage/ |
DatabaseTracker.cpp | 150 pair<SecurityOrigin*, DatabaseDetails> details(origin, DatabaseDetails(name, displayName, estimatedSize, 0)); 776 typedef Vector<pair<SecurityOrigin*, String> > NotificationQueue; 788 notificationQueue().append(pair<SecurityOrigin*, String>(origin, name.crossThreadString()));
|
/external/webkit/WebKit/mac/icu/unicode/ |
uiter.h | 596 * (byte vector with a big-endian pair of bytes per UChar). 608 * (NUL means pair of 0 bytes at even index from s) 636 * of a surrogate pair
|
/external/zlib/contrib/blast/ |
blast.c | 249 * uncoded bytes. A length/distance pair is a coded length followed by a 253 * - A bit preceding a literal or length/distance pair indicates which comes 261 * - Literal bytes are simply written to the output. A length/distance pair is
|
/frameworks/base/docs/html/guide/topics/ui/ |
declaring-layout.jd | 231 expressed as a pair of <em>left</em> and <em>top</em> coordinates, and 262 The first pair is known as <em>measured width</em> and 270 The second pair is simply known as <em>width</em> and <em>height</em>, or
|
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/ |
uctralgo.h | 429 /// Returns pair<lower_bound,upper_bound> 433 inline pair<typename Container::const_iterator,typename Container::const_iterator> equal_range (const Container& ctr, const LessThanComparable& value) 438 inline pair<typename Container::iterator,typename Container::iterator> equal_range (Container& ctr, const LessThanComparable& value)
|
/frameworks/base/tools/localize/ |
localize.cpp | 298 vector<pair<string,XLIFFFile*> > xliffs; 387 xliffs.push_back(pair<string,XLIFFFile*>(filename.str(), xliff)); 399 for (vector<pair<string,XLIFFFile*> >::iterator it = xliffs.begin(); it != xliffs.end(); it++) {
|
/ndk/build/platforms/android-8/arch-arm/usr/include/sys/ |
queue.h | 56 * A simple queue is headed by a pair of pointers, one the head of the 63 * A tail queue is headed by a pair of pointers, one to the head of the 70 * A circle queue is headed by a pair of pointers, one to the head of the
|
/ndk/build/platforms/android-8/arch-x86/usr/include/sys/ |
queue.h | 56 * A simple queue is headed by a pair of pointers, one the head of the 63 * A tail queue is headed by a pair of pointers, one to the head of the 70 * A circle queue is headed by a pair of pointers, one to the head of the
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
UserDictionaryToolsList.java | 103 /** Focusing pair view */ 512 * @param focusPairView The information of pair of view 527 * @param focusPairView The information of pair of view
|
/external/icu4c/common/ |
ucnv2022.c | [all...] |
unorm.cpp | 832 * if c2!=0 then (c2, c) is a surrogate pair (reversed - c2 is first surrogate but read second!) 1002 /* each entry is a pair { c, result } */ [all...] |
ucnv_ext.c | 163 /* read first pair of the section */ 579 /* read first pair of the section */ [all...] |
utrie.h | 182 /** Internal trie getter from a pair of surrogates */ 401 * Get a 16-bit trie value from a pair of surrogates. 411 * Get a 32-bit trie value from a pair of surrogates.
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/ |
ToStream.java | [all...] |
/external/opencore/fileformats/id3parcom/src/ |
pv_id3_parcom.cpp | 842 // Allocate key-value pair 879 // Allocate key-value pair [all...] |
/prebuilt/linux-x86/bcc/ |
bcc | |
/external/webkit/WebKitTools/android/webkitmerge/ |
webkitmerge.cpp | 268 struct Pair { 279 vector<Pair> m_classes; 280 vector<Pair> m_namespaces; 281 vector<Pair> m_preprocessorConditions; 365 Pair condition = { lineStart, m_braceLevel }; 383 Pair space = { lineStart, m_braceLevel }; 431 Pair _class = { lineStart, m_braceLevel }; [all...] |
/prebuilt/sdk/tools/linux/ |
aapt | |
/external/openssl/ssl/ |
ssltest.c | 693 fprintf(stderr, "Using BIO pair (-bio_pair)\n"); 1037 * The client and the server each employ a "BIO pair": 1039 * BIO pairs are symmetric. A BIO pair behaves similar 1043 * of a single BIO pair, but then this code would be less 1046 * Useful functions for querying the state of BIO pair endpoints: [all...] |
/frameworks/base/core/java/android/content/ |
SyncManager.java | 53 import android.util.Pair; 691 final Pair<Long, Long> previousSettings = [all...] |
/dalvik/libcore/nio_char/src/test/java/tests/api/java/nio/charset/ |
AbstractCharsetEncoderTestCase.java | 99 // valid surrogate pair 511 // valid surrogate pair 513 // invalid surrogate pair [all...] |
/dalvik/vm/compiler/ |
Dataflow.c | 810 /* Return the Dalvik register/subscript pair of a given SSA register */ 818 * and subscript pair. Each SSA register can be used to index the 871 * and subscript pair. Each SSA register can be used to index the [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
compose.h | 222 // NB: if 'tuple' is not in 'table_', the pair (tuple, StateId()) is 323 // Parameterized implementation of FST composition for a pair of FSTs 418 // state_tuple_table_[tuple] creates a new pair (tuple, 0). As a [all...] |
/dalvik/libcore/auth/src/main/java/javax/security/auth/ |
PrivateCredentialPermission.java | 153 // name MUST have one pair at least
|
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
CountDownLatch.java | 38 * <p><b>Sample usage:</b> Here is a pair of classes in which a group
|