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

<<11121314151617181920>>

  /external/srec/srec/Semproc/include/
SR_SemanticResult.h 95 * Returns value component of [key, value] pair.
  /external/srec/srec/cfront/
himul32.h 82 // the register pair EDX:EAX. So we have to move the first factor into
  /external/srec/tools/grxmlcompile/
hashmap.cpp 54 pair<typename std::map<T1,T2>::iterator,bool> result = m_Map.insert( make_pair(index, value) );
  /external/stlport/etc/
msvcincl.dat 103 pair.h
  /external/stlport/stlport/stl/
_tree.c 404 pair<__iterator__, bool>
417 return pair<iterator,bool>(_M_insert(__y, __val, /* __x*/ __y), true);
422 return pair<iterator,bool>(_M_insert(__y, __val, __x), true);
424 return pair<iterator,bool>(__j, false);
  /external/stlport/test/unit/
istmit_test.cpp 116 * in the previous copy_n call, this value is returned in the pair
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Math/
15.8.2.18.js 75 suspect that tan (PI/2 + one ulp) is a negative result about the same size as tan (PI/2) and that this pair are the closest
  /external/webkit/WebCore/dom/default/
PlatformMessagePortChannel.cpp 139 // We can't call member functions on our remote pair while holding our mutex or we'll deadlock, but we need to guard against the remote port getting closed/freed, so create a standalone reference.
  /external/webkit/WebCore/html/
HTMLFormControlElement.h 98 /* Override in derived classes to get the encoded name=value pair for submitting.
  /external/webkit/WebKit/chromium/src/
WebURLResponse.cpp 171 pair<HTTPHeaderMap::iterator, bool> result =
  /external/webkit/WebKit/chromium/tests/
UniscribeHelperTest.cpp 95 Vector< std::pair<HFONT, SCRIPT_CACHE*> > createdFonts;
  /external/webkit/WebKit/win/
WebNotificationCenter.cpp 44 typedef std::pair<COMPtr<IUnknown>, COMPtr<IWebNotificationObserver> > ObjectObserverPair;
  /external/webkit/WebKitTools/simplejson/
_speedups.c 43 /* UTF-16 surrogate pair */
  /frameworks/base/core/java/android/os/
TokenWatcher.java 155 // it's a pair, so cancel it
UEventObserver.java 122 /** Removes every key/value pair where value=observer from mObservers */
  /frameworks/base/core/java/android/util/
SparseBooleanArray.java 181 * Puts a key/value pair into the array, optimizing for the case where
SparseIntArray.java 187 * Puts a key/value pair into the array, optimizing for the case where
  /frameworks/base/docs/html/guide/topics/manifest/
meta-data-element.jd 17 <dd>A name-value pair for an item of additional, arbitrary data that can
  /hardware/ti/omap3/dspbridge/inc/
cfgdefs.h 93 DWORD SocketHandle; /* Socket and Function Pair */
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_event_mbox.h 50 The event mechanism is based on a pair of event buffers (buffers "A" and "B") in fixed locations
  /ndk/build/platforms/android-3/arch-arm/usr/include/machine/
cpu-features.h 120 * into/from a pair of 32-bit registers is supported throuhg 'ldrd' and 'strd'
  /ndk/build/platforms/android-4/arch-arm/usr/include/machine/
cpu-features.h 120 * into/from a pair of 32-bit registers is supported throuhg 'ldrd' and 'strd'
  /ndk/build/platforms/android-5/arch-arm/usr/include/machine/
cpu-features.h 120 * into/from a pair of 32-bit registers is supported throuhg 'ldrd' and 'strd'
  /ndk/build/platforms/android-8/arch-arm/usr/include/machine/
cpu-features.h 120 * into/from a pair of 32-bit registers is supported throuhg 'ldrd' and 'strd'
  /packages/apps/Email/src/com/android/email/mail/
PackedString.java 99 // in this case the DELIMITER_PERSONAL is in a future pair (or not found)

Completed in 64 milliseconds

<<11121314151617181920>>