HomeSort by relevance Sort by last modified time
    Searched full:pair (Results 376 - 400 of 1449) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/jni/
android_bluetooth_common.h 83 /* pair of sockets for event loop control, Reader and Writer */
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccProvider.java 398 String[] pair = param.split("="); local
400 if (pair.length != 2) {
405 String key = pair[0].trim();
406 String val = pair[1].trim();
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
AttributesImplSerializer.java 92 * This method adds the attribute, but also records its qName/index pair in
155 // Add quick look-up to find with uri/local name pair
  /dalvik/vm/oo/
Class.h 259 * Compare a (name, prototype) pair with the (name, prototype) of
268 * Compare a (name, method descriptor) pair with the (name, prototype) of
  /development/host/windows/usb/api/
adb_object_handle.h 56 that is) is assigned to it, a pair <handle, object> is added to the global
67 <handle, object> pair is deleted from the map and object's refcount is
  /external/freetype/src/truetype/
ttdriver.c 86 /* left_glyph :: The index of the left glyph in the kern pair. */
88 /* right_glyph :: The index of the right glyph in the kern pair. */
  /external/guava/src/com/google/common/collect/
TreeMultimap.java 57 * key-value pair equal to an existing key-value pair has no effect.
  /external/ipsec-tools/src/racoon/
proposal.c 1176 struct prop_pair **pair; local
1180 /* get proposal pair */
1181 pair = get_proppair(iph2->sa, IPSECDOI_TYPE_PH2);
1182 if (pair == NULL)
1190 if (pair[i] == NULL)
1196 pp_peer = aproppair2saprop(pair[i]);
1291 if (pair)
1292 free_proppair(pair);
  /external/opencore/pvmi/media_io/pvmi_mio_fileinput/src/
pvmi_mio_fileinput.h 270 * Verify one key-value pair parameter against capability of the port and
274 * @param aKvp Key-value pair parameter to be verified
  /external/opencore/pvmi/media_io/pvmio_comm_loopback/src/
pvmi_mio_comm_loopback.h 263 * Verify one key-value pair parameter against capability of the port and
267 * @param aKvp Key-value pair parameter to be verified
  /external/skia/src/core/
SkGlyphCache.h 106 //! Add a proc/data pair to the glyphcache. proc should be non-null
108 //! If found, remove the proc/data pair from the glyphcache (does not
  /external/skia/src/views/
SkEventSink.cpp 308 /** Register a name/id pair with the system. If the name already exists,
309 replace its ID with the new id. This pair will persist until UnregisterNamedSink()
  /external/webkit/WebCore/platform/network/mac/
ResourceHandleMac.mm 309 void ResourceHandle::schedule(SchedulePair* pair)
312 NSRunLoop *runLoop = pair->nsRunLoop();
315 [d->m_connection.get() scheduleInRunLoop:runLoop forMode:(NSString *)pair->mode()];
321 UNUSED_PARAM(pair);
325 void ResourceHandle::unschedule(SchedulePair* pair)
328 if (NSRunLoop *runLoop = pair->nsRunLoop())
329 [d->m_connection.get() unscheduleFromRunLoop:runLoop forMode:(NSString *)pair->mode()];
331 UNUSED_PARAM(pair);
    [all...]
  /external/zlib/contrib/masmx64/
inffas8664.c 67 - The maximum input bits used by a length/distance pair is 15 bits for the
73 - The maximum bytes that a single length/distance pair can output is 258
  /external/icu4c/common/
bmpset.cpp 35 * The last pair of indexes is for finding supplementary code points.
295 * Check for sufficient length for trail unit for each surrogate pair.
335 // surrogate pair
375 // surrogate pair
424 // surrogate pair
467 // surrogate pair
unormcmp.cpp 322 /* advance beyond source surrogate pair if it case-folds */
367 /* advance beyond source surrogate pair if it case-folds */
412 /* advance beyond source surrogate pair if it decomposes */
453 /* advance beyond source surrogate pair if it decomposes */
511 /* part of a surrogate pair, leave >=d800 */
521 /* part of a surrogate pair, leave >=d800 */
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
replace.h 98 ReplaceFstImpl(const vector< pair<Label, const Fst<A>* > >& fst_tuples,
527 // Note that the constructor uses a vector of pair<>. These correspond
546 ReplaceFst(const vector<pair<Label, const Fst<A>* > >& fst_array,
550 ReplaceFst(const vector<pair<Label, const Fst<A>* > >& fst_array,
670 // input argument is a vector of pair<>. These correspond to the tuple
673 void Replace(const vector<pair<typename Arc::Label,
  /external/stlport/test/unit/
unordered_test.cpp 78 pair<usettype::iterator, bool> ret;
178 pair<umaptype::iterator, bool> ret;
203 vector<pair<int, int> > us_val;
242 typedef pair<int, int> ptype;
366 pair<umset::iterator, umset::iterator> p = iumset.equal_range(1);
414 pair<umset::iterator, umset::iterator> p = iumset.equal_range(targetedBucket);
  /external/svox/pico/lib/
picotrns.c 150 - 0 = before pair search
151 - 1 = search state is a valid pair search state
155 picoos_int32 searchState; /**< pair search state or inEps trans search state */
310 case 0: /* before pair search */
340 case 1: /* within pair search */
350 /* no more pair found */
  /external/webkit/WebCore/dom/
ContainerNode.cpp 49 typedef Vector<std::pair<NodeCallback, RefPtr<Node> > > NodeCallbackQueue;
562 s_postAttachCallbackQueue->append(std::pair<NodeCallback, RefPtr<Node> >(callback, node));
570 std::pair<NodeCallback, RefPtr<Node> >& pair = (*s_postAttachCallbackQueue)[i]; local
571 NodeCallback callback = pair.first;
572 Node* node = pair.second.get();
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_ssdp.c 284 * One pair for rootdevice, one pair for uuid, and a pair each for
417 * One pair for rootdevice, one pair for uuid, and a pair each for
  /frameworks/base/core/java/android/webkit/
CacheManager.java 248 // make sure to call enableTransaction/disableTransaction in pair
258 // make sure to call enableTransaction/disableTransaction in pair
268 // make sure to call startTransaction/endTransaction in pair
274 // make sure to call startTransaction/endTransaction in pair
285 // make sure to call startCacheTransaction/endCacheTransaction in pair
295 // make sure to call startCacheTransaction/endCacheTransaction in pair
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 120 AutoDecoderCancel* pair = gAutoDecoderCancel; local
121 while (pair != NULL) {
122 if (pair->fJOptions == joptions) {
123 pair->fDecoder->cancelDecode();
126 pair = pair->fNext;
  /frameworks/base/graphics/java/android/graphics/
Matrix.java 373 * @param srcIndex Index of the first pair of src values
375 * @param dstIndex Index of the first pair of dst values
405 * @param dstIndex The index of the first [x,y] pair of dst floats
407 * @param srcIndex The index of the first [x,y] pair of src floats
423 * @param dstIndex The index of the first [x,y] pair of dst floats
425 * @param srcIndex The index of the first [x,y] pair of src floats
  /external/webkit/SunSpider/tests/parse-only/
prototype-1.6.0.3.js 423 return match[1].split(separator || '&').inject({ }, function(hash, pair) {
424 if ((pair = pair.split('='))[0]) {
425 var key = decodeURIComponent(pair.shift());
426 var value = pair.length > 1 ? pair.join('=') : pair[0];
1011 var value = this._object[key], pair = [key, value];
1012 pair.key = key;
1013 pair.value = value
    [all...]

Completed in 331 milliseconds

<<11121314151617181920>>