HomeSort by relevance Sort by last modified time
    Searched refs:values (Results 1451 - 1475 of 2119) sorted by null

<<51525354555657585960>>

  /frameworks/base/core/java/android/text/
TextUtils.java 827 * <code>values</code>. "^^" is used to produce a single caret in
828 * the output. Only up to 9 replacement values are supported,
833 * placeholder values. This object is not modified; a copy is
836 * @param values CharSequences substituted into the template. The
842 * value that was not provided, or if more than 9 values are
846 CharSequence... values) {
847 if (values.length > 9) {
848 throw new IllegalArgumentException("max of 9 values are supported");
868 if (which >= values.length) {
871 "; only " + values.length + " provided")
    [all...]
  /frameworks/base/services/java/com/android/server/connectivity/
Tethering.java 606 int values[]; local
609 values = new int[mUpstreamIfaceTypes.size()];
612 values[i] = iterator.next();
615 return values;
679 for (TetherInterfaceSM sm : mIfaces.values()) {
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyContactImporter.java 265 ") VALUES (?,?,?,?,?,?,?,?,?)";
406 ") VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?)";
433 ") VALUES (?,?,?,?,?,?,?)";
459 ") VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?)";
481 ") VALUES (?,?,?)";
699 ") VALUES (?,?,?,?,?,?,?,?)";
765 ") VALUES (?,?,?,?,?,?,?,?)";
787 ") VALUES (?,?,?,?,?,?,?,?)";
809 ") VALUES (?,?,?,?,?,?,?,?)";
1146 ContentValues values = new ContentValues(); local
    [all...]
  /cts/tools/dex-tools/test/dex/reader/
DexFileReaderTests.java 303 List<DexEncodedValue> values = (List<DexEncodedValue>) dexAnnotationValue.getEncodedValue().getValue(); local
305 for (DexEncodedValue value : values) {
  /cts/tools/signature-tools/src/signature/converter/dex/
DexUtil.java 402 private static String concatEncodedValues(List<DexEncodedValue> values) {
404 for (DexEncodedValue string : values) {
  /dalvik/vm/mterp/armv5te/
OP_FILLED_NEW_ARRAY.S 59 @ copy values from registers into the array
  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp     [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
IdentityHashMapTest.java 42 // tests with null keys and values
152 * @tests java.util.IdentityHashMap#values()
155 // tests with null keys and values
165 Collection valueset = map.values();
224 * @tests java.util.IdentityHashMap#values()
237 Collection vals = map.values();
TreeMapExtendTest.java 124 assertEquals(0, treeMap.values().size());
1483 Collection values = subMap_default.values(); local
2388 Collection values = decendingMap.values(); local
    [all...]
  /external/bluetooth/bluez/lib/bluetooth/
sdp_lib.h 73 * Values of the flags parameter to sdp_record_register
79 * Values of the flags parameter to sdp_connect
110 * to figure out the error reason. For status values 0x0001-0x0006 check
166 sdp_data_t *sdp_seq_alloc(void **dtds, void **values, int len);
167 sdp_data_t *sdp_seq_alloc_with_length(void **dtds, void **values, int *length, int len);
251 * Set the LanguageBase attributes to the values specified in list
  /external/chromium/chrome/browser/resources/net_internals/
testview.js 70 // We will fill in result cells with actual values (to replace the
view.js 86 // Initialize the default values to those of the DIV.
  /external/emma/core/java12/com/vladium/emma/report/
ReportProperties.java 346 result.setColumnOrder (_columns.values ());
398 result.setSortOrder (_sort.values ());
417 // silently ignore invalid cutoff values:
  /external/expat/bcb5/
elements.mak 10 # It is recommended to use the IDE to change any of the values in this
expat.mak 10 # It is recommended to use the IDE to change any of the values in this
expat_static.mak 10 # It is recommended to use the IDE to change any of the values in this
expatw.mak 10 # It is recommended to use the IDE to change any of the values in this
expatw_static.mak 10 # It is recommended to use the IDE to change any of the values in this
outline.mak 10 # It is recommended to use the IDE to change any of the values in this
xmlwf.mak 10 # It is recommended to use the IDE to change any of the values in this
  /external/guava/src/com/google/common/collect/
AbstractBiMap.java 213 @Override public Set<V> values() { method
230 final Iterator<V> iterator = delegate.values().iterator();
  /external/javassist/src/main/javassist/bytecode/analysis/
Type.java 455 return new Type((CtClass) interfaces.values().iterator().next());
505 i = new ArrayList(alterMap.values()).iterator();
  /external/libffi/src/x86/
win32.S 77 # obliged to handle floating-point values.
188 # obliged to handle floating-point values.
  /external/llvm/tools/bugpoint/
ExecutionDriver.cpp 44 cl::values(clEnumValN(AutoPick, "auto", "Use best guess"),
65 cl::values(clEnumValN(AutoPick, "safe-auto", "Use best guess"),
  /external/v8/test/mjsunit/
big-array-literal.js 56 // Check that the properties have the expected values.

Completed in 497 milliseconds

<<51525354555657585960>>