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

<<11121314151617181920>>

  /system/core/libpixelflinger/tinyutils/
KeyedVector.h 151 key_value_pair_t<KEY,VALUE> pair(key, value);
152 mVector.remove(pair);
153 return mVector.add(pair);
  /cts/tools/vm-tests/src/dot/junit/opcodes/opc_return/
Test_opc_return.java 89 * @title return on wide register pair
  /dalvik/docs/opcodes/
opcode-0f-return.html 50 Register vA must not be part of a register pair.
opcode-32-if-test.html 64 Registers vA and vB must not be part of a register pair.
opcode-38-if-testz.html 63 Register vA must not be part of a register pair.
opcode-4b-aput.html 42 <td><code>A:</code> source value register or pair; (8 bits)<br/>
opcode-d0-binop-lit16.html 81 register pair originally.
opcode-d8-binop-lit8.html 84 register pair originally.
  /dalvik/dx/src/com/android/dx/rop/annotation/
AnnotationsList.java 32 * same number of elements, and each pair of elements must contain
NameValuePair.java 24 * A (name, value) pair. These are used as the contents of an annotation.
  /dalvik/libcore/regex/src/main/java/java/util/regex/
MatchResult.java 23 * pair of parentheses in the regular expression and an additional group for
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/generators/
RSAKeyPairGenerator.java 13 * an RSA key pair generator.
  /dalvik/libcore/support/src/test/java/tests/support/
Support_ProviderTrust.java 69 // Key pair generator
  /dalvik/vm/compiler/codegen/arm/Thumb/
Factory.c 574 bool pair = false; local
579 pair = true;
639 if (pair) {
643 if (pair) {
705 bool pair = false; local
710 pair = true;
713 pair = true;
757 if (pair) {
762 if (pair) {
  /development/tools/
make_key 17 # Generates a public/private key pair suitable for use in signing
  /external/apache-http/src/org/apache/http/message/
BasicHeaderValueParser.java 271 * Parses a name-value-pair with the given parser.
276 * @return the parsed name-value pair
407 * Creates a name-value pair.
413 * @return a name-value pair representing the arguments
HeaderValueParser.java 166 * quoted-string = ( <"> *(qdtext | quoted-pair ) <"> )
174 * quoted-pair = "\" CHAR
202 * @param buffer the buffer holding the name-value pair to parse
206 * @return the name-value pair, where the value is <code>null</code>
  /external/e2fsprogs/lib/ss/
ss.h 17 * Germany, probably the most despised pair of letters in western
  /external/guava/src/com/google/common/collect/
AbstractListMultimap.java 65 * Stores a key-value pair in the multimap.
  /external/guava/src/com/google/common/io/
AppendableWriter.java 89 // tricky: append takes start, end pair...
  /external/icu4c/common/
ucnv_u16.c 92 /* the last buffer ended with a lead surrogate, output the surrogate pair */
209 /* output the surrogate pair, will overflow (see conditions comment above) */
286 /* complete a partial UChar or pair from the last call */
327 /* output the surrogate pair */
429 length+=2*(count-1); /* one more byte pair was consumed than count decremented */
447 /* output the surrogate pair, will overflow (see conditions comment above) */
520 /* check for a surrogate pair */
536 /* too few (2 or 3) bytes for a surrogate pair: truncated code point */
694 /* the last buffer ended with a lead surrogate, output the surrogate pair */
811 /* output the surrogate pair, will overflow (see conditions comment above) *
    [all...]
  /external/oprofile/libdb/
db_insert.c 3 * Inserting a key-value pair into a DB
  /external/stlport/stlport/stl/
_algobase.h 376 _STLP_INLINE_LOOP _STLP_STD::pair<_InputIter, _OutputIter>
384 return _STLP_STD::pair<_InputIter, _OutputIter>(__first, __result);
388 inline _STLP_STD::pair<_RAIter, _OutputIter>
392 return _STLP_STD::pair<_RAIter, _OutputIter>(__last, _STLP_STD::copy(__first, __last, __result));
398 inline pair<_InputIter, _OutputIter>
522 _STLP_STD::pair<_InputIter1, _InputIter2> mismatch(_InputIter1 __first1,
531 return _STLP_STD::pair<_InputIter1, _InputIter2>(__first1, __first2);
536 _STLP_STD::pair<_InputIter1, _InputIter2> mismatch(_InputIter1 __first1,
546 return _STLP_STD::pair<_InputIter1, _InputIter2>(__first1, __first2);
  /external/stlport/stlport/stl/config/
_dm.h 10 * slist<pair<const int, string> > for instance. The generation of assignment
  /external/stlport/test/unit/
alg_test.cpp 335 typedef pair<int, string> Pair;
338 public binary_function<const Pair&, const string&, bool>
340 bool operator () ( const Pair &p, const string& value ) const

Completed in 263 milliseconds

<<11121314151617181920>>