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

<<11121314151617181920>>

  /external/opencore/nodes/pvdummyinputnode/include/
pvmf_fileinput_port.h 140 * Verify one key-value pair parameter against capability of the port and
144 * @param aKvp Key-value pair parameter to be verified
  /external/opencore/nodes/pvdummyoutputnode/src/
pvmf_dummy_fileoutput_inport.h 150 * Verify one key-value pair parameter against capability of the port and
154 * @param aKvp Key-value pair parameter to be verified
  /external/opencore/nodes/pvfileoutputnode/src/
pvmf_fileoutput_inport.h 147 * Verify one key-value pair parameter against capability of the port and
151 * @param aKvp Key-value pair parameter to be verified
  /external/opencore/nodes/pvmp4ffcomposernode/src/
pvmp4ffcn_port.h 200 * Verify one key-value pair parameter against capability of the port and
204 * @param aKvp Key-value pair parameter to be verified
  /external/opencore/nodes/pvomxencnode/include/
pvmf_omx_enc_port.h 144 * Verify one key-value pair parameter against capability of the port and
148 * @param aKvp Key-value pair parameter to be verified
  /external/skia/tests/
BitmapCopyTest.cpp 79 struct Pair {
85 static const Pair gPairs[] = {
  /external/srec/srec/Semproc/include/
SR_SymbolTable.h 112 * Store a key value pair
142 * Store a "special" key value pair. These are special symbols that are set prior to semantic
  /external/stlport/test/unit/
stack_allocator.h 195 inline void swap(StackAllocator<pair<const int, int> >& __a,
196 StackAllocator<pair<const int, int> >& __b)
  /external/svox/pico/lib/
picotrns.h 40 * - Inserted symbols are allways preceded by a positioned pos/sym pair, e.g.
70 #define PICOTRNS_POS_IGNORE (picoos_int16) -3 /* value to mark a pos/sym pair to be ignored (e.g. start/term symbols only used by the transducer) */
  /external/webkit/WebCore/accessibility/
AccessibilityTableCell.cpp 90 void AccessibilityTableCell::rowIndexRange(pair<int, int>& rowRange)
120 void AccessibilityTableCell::columnIndexRange(pair<int, int>& columnRange)
  /external/webkit/WebCore/css/
CSSPrimitiveValue.cpp 32 #include "Pair.h"
278 void CSSPrimitiveValue::init(PassRefPtr<Pair> p)
281 m_value.pair = p.releaseRef();
307 m_value.pair->deref();
655 Pair* CSSPrimitiveValue::getPairValue(ExceptionCode& ec) const
663 return m_value.pair;
837 text = m_value.pair->first()->cssText();
839 text += m_value.pair->second()->cssText();
  /external/webkit/WebCore/platform/graphics/
FontFallbackList.cpp 107 m_fontList.append(pair<const FontData*, bool>(result, result->isCustomFont()));
136 m_fontList.append(pair<const FontData*, bool>(fontData, fontData->isCustomFont()));
  /external/webkit/WebCore/storage/
StorageMap.cpp 136 pair<HashMap<String, String>::iterator, bool> addResult = m_map.add(key, value);
176 pair<HashMap<String, String>::iterator, bool> result = m_map.add(key.threadsafeCopy(), value.threadsafeCopy());
  /frameworks/base/awt/org/apache/harmony/awt/wtk/
Synchronizer.java 138 * Supposed to be used in Toolkit.unsafeInvokeAndWaitUnderAWTLock() only in pair with
163 * Supposed to be used in Toolkit.unsafeInvokeAndWaitUnderAWTLock() only in pair with
  /frameworks/base/core/java/android/util/
CharsetUtils.java 61 * given name/vendor pair, this returns the original character set
99 * vendor-specific character set for the given name/vendor pair,
  /frameworks/base/graphics/java/android/graphics/utils/
BoundaryPatch.java 54 * x,y pair of floats, as if pts[] were an array of "points".
65 * @param offset The index into pts of the first pair
  /hardware/ti/omap3/libstagefrighthw/
TIHardwareRenderer.cpp 122 // assemble first U/V pair, leave holes for Y's
130 // assemble second U/V pair, leave holes for Y's
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarCache.java 77 * Write a (key, value) pair in the Cache.
98 * Write a (key, value) pair in the database used by the cache. This call should be called into
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/
DNParser.java 139 // gets quoted attribute value: QUOTATION *( quotechar / pair ) QUOTATION
228 // gets string attribute value: *( stringchar / pair )
302 // RFC doesn't explicitly say that escaped hex pair is
353 // Returns byte representation of a char pair
354 // The char pair is composed of DN char in
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
Encodings.java 415 * Return true if the character is the high member of a surrogate pair.
425 * Return true if the character is the low member of a surrogate pair.
435 * Return the unicode code point represented by the high/low surrogate pair.
438 * @param highSurrogate the high char of the high/low pair
439 * @param lowSurrogate the low char of the high/low pair
  /external/bison/src/
muscle_tab.c 180 | MUSCLE is an M4 list of pairs. Create or extend it with the pair |
189 char *pair; local
192 pair = obstack_finish (&muscle_obstack);
193 muscle_grow (muscle, pair, ",\n");
194 obstack_free (&muscle_obstack, pair);
  /external/opencore/oscl/oscl/osclbase/src/
oscl_tagtree.h 313 typename map_type::value_type pair(node->tag.tag, node);
314 nodeMap.insert(pair);
412 * @return Returns a pair of parameters, iterator and bool. The
470 typename map_type::value_type pair(node->tag.tag, node);
471 typename map_type::pair_iterator_bool mapresult = (nodeMap.insert(pair));
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
rmepsilon.h 112 typedef hash_map<Element, pair<StateId, ssize_t>,
120 // Maps an element 'e' to a pair 'p' corresponding to a position
167 pair<Element, pair<StateId, ssize_t> >
168 (element, pair<StateId, ssize_t>(source, arcs_.size())));
  /external/stlport/stlport/stl/
_unordered_set.h 127 pair<iterator, bool> insert(const value_type& __obj)
150 pair<iterator, iterator> equal_range(const _KT& __key)
153 pair<const_iterator, const_iterator> equal_range(const _KT& __key) const
300 pair<iterator, iterator> equal_range(const _KT& __key)
303 pair<const_iterator, const_iterator> equal_range(const _KT& __key) const
  /frameworks/base/core/java/com/android/internal/net/
DNParser.java 133 // gets quoted attribute value: QUOTATION *( quotechar / pair ) QUOTATION
219 // gets string attribute value: *( stringchar / pair )
291 // RFC doesn't explicitly say that escaped hex pair is
342 // Returns byte representation of a char pair
343 // The char pair is composed of DN char in

Completed in 205 milliseconds

<<11121314151617181920>>