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

<<21222324252627282930>>

  /packages/apps/IM/src/com/android/im/app/
MessageView.java 92 // first convert \r\n pair to \n, then single \r to \n.
  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDevice.java 49 * functionality that can be performed on the device (connect, pair, disconnect,
330 pair(); method
499 pair(); method
506 public void pair() { method in class:CachedBluetoothDevice
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
double-int.h 28 /* A large integer is currently represented as a pair of HOST_WIDE_INTs.
  /sdk/emulator/qtools/
read_trace.cpp 126 // thumb_pair is true if this is the first of a pair of
  /system/core/libcutils/
strdup8to16.c 91 /* this will result in a surrogate pair */
  /system/extras/tests/sdcard/
stopwatch.h 106 // is a pair (time, duration). The 1st sample is always at time
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
public_event_mbox.h 48 The event mechanism is based on a pair of event buffers (buffers "A" and "B") in fixed locations
  /system/wlan/ti/wilink_6_1/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
  /frameworks/base/core/java/android/accounts/
AccountManagerService.java 54 import android.util.Pair;
149 private final HashMap<Pair<Pair<Account, String>, Integer>, Integer>
151 new HashMap<Pair<Pair<Account, String>, Integer>, Integer>();
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 372 /* A structure used to model a kerning pair for the kerning table */
377 /* left :: The index of the left glyph in pair. */
379 /* right :: The index of the right glyph in pair. */
386 FT_UShort left; /* index of left glyph in pair */
387 FT_UShort right; /* index of right glyph in pair */
    [all...]
  /external/guava/javadoc/com/google/common/collect/
Multimap.html 177 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns <code>true</code> if the multimap contains the specified key-value pair.</TD>
260 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Stores a key-value pair in the multimap.</TD>
286 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes a key-value pair from the multimap.</TD>
400 <DD>Returns <code>true</code> if the multimap contains the specified key-value pair.
416 <DD>Stores a key-value pair in the multimap.
419 case <code>put</code> always adds a new key-value pair and increases the
421 a key-value pair that's already in the multimap has no effect.
426 <code>false</code> if the multimap already contained the key-value pair and
440 <DD>Removes a key-value pair from the multimap.
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
ustring.h 203 * part of a surrogate pair.
223 * part of a surrogate pair.
290 * part of a surrogate pair.
310 * part of a surrogate pair.
803 * part of a surrogate pair.
823 * part of a surrogate pair.
843 * part of a surrogate pair.
863 * part of a surrogate pair.
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
ustring.h 203 * part of a surrogate pair.
223 * part of a surrogate pair.
290 * part of a surrogate pair.
310 * part of a surrogate pair.
803 * part of a surrogate pair.
823 * part of a surrogate pair.
843 * part of a surrogate pair.
863 * part of a surrogate pair.
    [all...]
  /external/webkit/WebCore/icu/unicode/
ustring.h 203 * part of a surrogate pair.
223 * part of a surrogate pair.
290 * part of a surrogate pair.
310 * part of a surrogate pair.
803 * part of a surrogate pair.
823 * part of a surrogate pair.
843 * part of a surrogate pair.
863 * part of a surrogate pair.
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
ustring.h 203 * part of a surrogate pair.
223 * part of a surrogate pair.
290 * part of a surrogate pair.
310 * part of a surrogate pair.
803 * part of a surrogate pair.
823 * part of a surrogate pair.
843 * part of a surrogate pair.
863 * part of a surrogate pair.
    [all...]
  /external/guava/src/com/google/common/collect/
AbstractMultimap.java 54 * distinct key. When you insert a key-value pair with a key that isn't already
70 * duplicates, an added key-value pair will replace an existing pair with the
71 * same key and value, if such a pair is present. With collections like {@link
73 * pairs while adding a new pair.
92 * key. When a key-value pair is added to a multimap that didn't previously
    [all...]
LinkedHashMultimap.java 56 * key-value pair equal to an existing key-value pair has no effect.
  /external/icu4c/common/
serv.h 397 * <p>A StringPair holds a displayName/ID pair. ICUService uses it
403 * <p>The display name of the pair.</p>
408 * <p>The ID of the pair.</p>
413 * <p>Creates a string pair from a displayName and an ID.</p>
425 * <p>Return TRUE if either string of the pair is bogus.</p>
426 * @return TRUE if either string of the pair is bogus.
    [all...]
utext.cpp 117 // Adjust the index position if it is in the middle of a surrogate pair.
177 // never on the trail half of a surrogate pair.
274 // It cannot be part of a pair.)
314 // It cannot be part of a pair.)
847 // pair. Doing this is simpler than checking for the edge case.
    [all...]
ucnvscsu.c 36 SQ0=0x01, /* Quote from window pair 0 */
37 SQ7=0x08, /* Quote from window pair 7 */
307 /* output surrogate pair */
415 /* output surrogate pair */
646 /* output surrogate pair */
729 /* output surrogate pair */
    [all...]
  /dalvik/dx/src/com/android/dx/dex/cf/
AttributeTranslator.java 401 NameValuePair pair = new NameValuePair( local
404 result.add(pair);
  /dalvik/libcore/archive/src/main/java/java/util/jar/
Attributes.java 327 * Returns a set containing map entries for each of the key/value pair
401 * Deletes the key/value pair with key {@code key} from this {@code
  /dalvik/libcore/luni/src/main/java/java/util/
TreeMap.java     [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
NodeVector.java 237 * Push a pair of nodes into the stack.
272 * Pop a pair of nodes from the tail of the stack.
  /external/dbus/dbus/
dbus-address.c 568 * Escapes the given string as a value in a key=value pair
600 * Unescapes the given string as a value in a key=value pair

Completed in 78 milliseconds

<<21222324252627282930>>