HomeSort by relevance Sort by last modified time
    Searched defs:value2 (Results 51 - 75 of 201) sorted by null

1 23 4 5 6 7 8 9

  /frameworks/av/services/audiopolicy/
AudioPolicyService.cpp 803 String8 value2; local
804 param2.getAt(k, key2, value2);
    [all...]
  /bionic/libc/kernel/uapi/sound/
sfnt_info.h 171 int value2; member in struct:snd_emux_misc_mode
  /external/chromium_org/chrome/browser/task_manager/
task_manager.cc 67 int ValueCompare(T value1, T value2) {
68 if (value1 < value2)
70 if (value1 == value2)
90 T value2; local
92 bool value2_valid = (model->*f)(row2, &value2);
93 return value1_valid && value2_valid ? ValueCompare(value1, value2) :
910 size_t value2;
913 bool value2_valid = GetVideoMemory(row2, &value2, &has_duplicates);
914 return value1_valid && value2_valid ? ValueCompare(value1, value2) :
    [all...]
  /external/chromium_org/third_party/libxml/src/
pattern.c 155 const xmlChar *value2; /* The namespace name */ member in struct:_xmlStepOp
246 if (op->value2 != NULL)
247 xmlFree((xmlChar *) op->value2);
336 * @value2: the second value
345 xmlPatOp op, xmlChar * value, xmlChar * value2)
361 comp->steps[comp->nbStep].value2 = value2;
385 tmp = comp->steps[i].value2;
386 comp->steps[i].value2 = comp->steps[j].value2;
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
pattern.c 88 xmlChar *value2; member in struct:_xsltStepOp
190 if (op->value2 != NULL)
191 xmlFree(op->value2);
285 * @value2: the second value
294 xsltOp op, xmlChar * value, xmlChar * value2, int novar)
313 comp->steps[comp->nbStep].value2 = value2;
377 tmp = comp->steps[i].value2;
378 comp->steps[i].value2 = comp->steps[j].value2;
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkScriptTokenizer.cpp 1065 SkScriptValue2 value2; local
    [all...]
  /external/kernel-headers/original/uapi/sound/
sfnt_info.h 202 int value2; /* reserved */ member in struct:snd_emux_misc_mode
  /external/libxml2/
pattern.c 158 const xmlChar *value2; /* The namespace name */ member in struct:_xmlStepOp
249 if (op->value2 != NULL)
250 xmlFree((xmlChar *) op->value2);
340 * @value2: the second value
349 xmlPatOp op, xmlChar * value, xmlChar * value2)
365 comp->steps[comp->nbStep].value2 = value2;
389 tmp = comp->steps[i].value2;
390 comp->steps[i].value2 = comp->steps[j].value2;
    [all...]
  /external/skia/src/animator/
SkScriptTokenizer.cpp 1065 SkScriptValue2 value2; local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigDecimalTest.java 33 BigInteger value2 = new BigInteger("12334560000"); field in class:BigDecimalTest
49 BigDecimal big = new BigDecimal(value2, 5);
51 .unscaledValue().equals(value2)
245 BigDecimal divd1 = new BigDecimal(value2, 4);
400 BigDecimal long1 = new BigDecimal(value2.negate(), 0);
418 BigDecimal max1 = new BigDecimal(value2, 1);
419 BigDecimal max2 = new BigDecimal(value2, 4);
439 min1 = new BigDecimal(value2, 5);
440 min2 = new BigDecimal(value2, 0);
453 movePtLeft = new BigDecimal(value2.negate(), 0)
    [all...]
  /libcore/libart/src/main/java/java/lang/
String.java 659 char[] value2 = s.value; local
662 if (value1[offset1] != value2[offset2]) {
1126 char[] value2 = string.value; local
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldPreparedStatementTest.java 594 float value2 = -12345678.12345689f; local
618 ps.setFloat(1, value2);
621 st.execute("select * from type where FloatVal=" + value2);
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactModifier.java 516 final String value2 = values2.getAsString(field.column); local
517 if (!TextUtils.equals(value1, value2)) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sound/
sfnt_info.h 202 int value2; /* reserved */ member in struct:snd_emux_misc_mode
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
sfnt_info.h 202 int value2; /* reserved */ member in struct:snd_emux_misc_mode
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-artifactcomparator/0.20.0/
tycho-artifactcomparator-0.20.0.jar 
  /external/chromium_org/gpu/config/
gpu_control_list.cc 57 unsigned value2 = 0; local
60 valid = base::StringToUint(number_ref, &value2);
62 if (value1 == value2)
64 if (value1 > value2)
83 unsigned value2 = number_ref[i] - '0'; local
84 if (value1 > value2)
86 if (value1 < value2)
473 os_version_value->GetString("value2", &os_version_string2);
545 driver_version_value->GetString("value2", &driver_version_string2);
563 driver_date_value->GetString("value2", &driver_date_string2)
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
wbnf.cpp 1499 Pick * value2 = new Literal("string2"); local
    [all...]
  /external/chromium_org/v8/src/mips/
simulator-mips.cc 555 int32_t value2; local
556 if (GetValue(arg1, &value1) && GetValue(arg2, &value2)) {
558 end = cur + (value2 * Instruction::kInstrSize);
677 int32_t value2; local
678 if (GetValue(arg1, &value1) && GetValue(arg2, &value2)) {
680 end = cur + (value2 * Instruction::kInstrSize);
    [all...]
  /external/chromium_org/v8/test/cctest/
test-types.cc 544 Handle<i::Object> value2 = *vt2; local
546 TypeHandle type2 = T.Constant(value2);
547 CHECK(Equal(type1, type2) == (*value1 == *value2));
845 Handle<i::Object> value2 = *vt2; local
847 TypeHandle const_type2 = T.Constant(value2);
848 CHECK(const_type1->Is(const_type2) == (*value1 == *value2));
1019 Handle<i::Object> value2 = *vt2; local
1187 Handle<i::Object> value2 = *vt2; local
    [all...]
test-heap.cc 810 Handle<Object> value1, value2; local
815 value2 = Object::GetElement(isolate, clone, 0).ToHandleChecked();
816 CHECK_EQ(*value1, *value2);
818 value2 = Object::GetElement(isolate, clone, 1).ToHandleChecked();
819 CHECK_EQ(*value1, *value2);
822 value2 = Object::GetProperty(clone, first).ToHandleChecked();
823 CHECK_EQ(*value1, *value2);
825 value2 = Object::GetProperty(clone, second).ToHandleChecked();
826 CHECK_EQ(*value1, *value2);
836 value2 = Object::GetElement(isolate, clone, 0).ToHandleChecked()
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 
  /external/chromium_org/v8/src/arm/
simulator-arm.cc 439 int32_t value2; local
440 if (GetValue(arg1, &value1) && GetValue(arg2, &value2)) {
442 end = cur + (value2 * Instruction::kInstrSize);
2181 int32_t value2 = get_register(rd+1); local
    [all...]
  /external/srec/srec/test/SRecTest/src/
SRecTest.c 2433 char* value2; local
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
LocalCacheTest.java 1249 Object value2 = new Object(); local
    [all...]

Completed in 1819 milliseconds

1 23 4 5 6 7 8 9