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

<<11121314151617181920>>

  /external/webkit/JavaScriptCore/bytecompiler/
Label.h 78 typedef Vector<std::pair<int, int>, 8> JumpVector;
  /external/webkit/JavaScriptCore/jit/
JITStubs.h 227 #define RETURN_POINTER_PAIR(a,b) VoidPtrPair pair = { a, b }; return pair
236 #define RETURN_POINTER_PAIR(a,b) VoidPtrPairUnion pair = {{ a, b }}; return pair.i
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Array/
15.4.4.5-1.js 58 values (possibly the same value) considered as an ordered pair, it
59 always returns the same value when given that pair of values as its
61 not NaN; (b) when considered as a relation, where the pair (x, y) is
65 considered as a different relation, where the pair (x, y) is considered
15.4.4.5-2.js 59 values (possibly the same value) considered as an ordered pair, it
60 always returns the same value when given that pair of values as its
62 not NaN; (b) when considered as a relation, where the pair (x, y) is
66 considered as a different relation, where the pair (x, y) is considered
  /external/webkit/WebCore/bindings/js/
JSSVGContextCache.h 46 pair<WrapperMap::iterator, bool> result = wrapperMap().add(wrapper, context);
  /external/webkit/WebCore/css/
CSSImageGeneratorValue.h 60 typedef pair<IntSize, int> SizeCountPair;
  /external/webkit/WebCore/dom/
CheckedRadioButtons.cpp 47 pair<NameToInputMap::iterator, bool> result = m_nameToCheckedRadioButtonMap->add(element->name().impl(), inputElement);
  /external/webkit/WebCore/loader/
CrossOriginPreflightResultCache.h 74 typedef HashMap<std::pair<String, KURL>, CrossOriginPreflightResultCacheItem*> CrossOriginPreflightResultHashMap;
  /external/webkit/WebCore/platform/graphics/
FontFallbackList.h 77 mutable Vector<pair<const FontData*, bool>, 1> m_fontList;
  /external/webkit/WebCore/svg/animation/
SMILTimeContainer.h 77 typedef pair<SVGElement*, String> ElementAttributePair;
  /external/webkit/WebCore/svg/graphics/
SVGPaintServerGradient.h 46 typedef std::pair<float, Color> SVGGradientStop;
  /external/webkit/WebKit/chromium/src/
PlatformMessagePortChannel.h 85 // Pointer to our entangled pair - cleared when close() is called.
  /external/webkit/WebKit/win/
WebKitCOMAPI.cpp 54 pair<FactoryMap::iterator, bool> result = factories.add(clsid, 0);
  /frameworks/base/media/libmedia/
AudioSystem.cpp 802 char *pair = strtok(str, ";"); local
803 while (pair != NULL) {
804 if (strlen(pair) != 0) {
805 size_t eqIdx = strcspn(pair, "=");
806 String8 key = String8(pair, eqIdx);
808 if (eqIdx == strlen(pair)) {
811 value = String8(pair + eqIdx + 1);
819 LOGV("AudioParameter() cstor empty key value pair");
821 pair = strtok(NULL, ";");
  /frameworks/base/opengl/tools/glgen/src/
Jsr239CodeEmitter.java 24 * argument to a pair of arguments "<type>[] data, int offset".
  /dalvik/libcore/nio_char/src/test/java/tests/api/java/nio/charset/
UTF16BECharsetEncoderTest.java 106 // valid surrogate pair
108 // invalid surrogate pair
UTF16CharsetEncoderTest.java 106 // valid surrogate pair
108 // invalid surrogate pair
  /dalvik/libcore/security/src/main/java/org/bouncycastle/util/
Strings.java 18 // surrogate pair
97 // surrogate pair
  /dalvik/vm/compiler/
CompilerIR.h 164 /* Map SSA reg i to the Dalvik[15..0]/Sub[31..16] pair. */
168 /* Map original Dalvik reg i to the SSA[15..0]/Sub[31..16] pair */
  /external/bison/src/
symtab.h 77 /* Points to the other in the identifier-symbol pair for an alias.
79 identifier-symbol pair for an alias. */
  /external/bluetooth/glib/docs/reference/glib/tmpl/
trees-binary.sgml 17 To insert a key/value pair into a #GTree use g_tree_insert().
32 To remove a key/value pair use g_tree_remove().
  /external/clearsilver/util/
skiplist.h 132 * Description: Inserts the <key>/<value> pair into the <list>.
136 * Input: list - list to add pair to.
  /external/elfutils/libdw/
dwarf_getpubnames.c 66 /* Now we know the offset of the first offset/name pair. */
170 /* READP points to the next offset/name pair. */
  /external/guava/src/com/google/common/collect/
ArrayListMultimap.java 43 * key-value pair equal to an existing key-value pair, the {@code
HashMultimap.java 35 * key-value pair equal to an existing key-value pair has no effect.

Completed in 5477 milliseconds

<<11121314151617181920>>