HomeSort by relevance Sort by last modified time
    Searched refs:value2 (Results 26 - 50 of 149) sorted by null

12 3 4 5 6

  /external/protobuf/src/google/protobuf/io/
printer.h 84 const char* variable2, const string& value2);
printer.cc 128 const char* variable2, const string& value2) {
131 vars[variable2] = value2;
  /packages/apps/Email/src/org/apache/commons/io/
EndianUtils.java 316 int value2 = read( input ); local
319 ( ( value2 & 0xff ) << 8 ) );
349 int value2 = read( input ); local
354 ( ( value2 & 0xff ) << 8 ) +
370 int value2 = read( input ); local
375 ( ( value2 & 0xff ) << 8 ) +
  /external/libxml2/
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/chrome/browser/task_manager/
task_manager.cc 54 int ValueCompare(T value1, T value2) {
55 if (value1 < value2)
57 if (value1 == value2)
313 size_t value2;
314 if (!GetPrivateMemory(row1, &value1) || !GetPrivateMemory(row2, &value2))
316 return ValueCompare<size_t>(value1, value2);
319 size_t value2;
320 if (!GetSharedMemory(row1, &value1) || !GetSharedMemory(row2, &value2))
322 return ValueCompare<size_t>(value1, value2);
325 size_t value2;
355 size_t value2; variable
    [all...]
  /external/apache-harmony/math/src/test/java/tests/api/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...]
  /external/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...]
  /device/lge/mako/camera/hdr/include/
morpho_easy_hdr.h 563 * @param[in] value2 ???l
573 int value2,
583 * @param[out] value2 ???l?i?[??
593 int *value2,
  /external/clang/test/SemaTemplate/
nested-template.cpp 30 static U value2; member in class:Outer::Inner1
85 Y Outer<X>::Inner1<Y>::value2 = Y(); member in class:Outer::Inner1
  /external/webkit/Source/WebCore/svg/properties/
SVGAnimatedPropertyMacros.h 82 SVGSynchronizableAnimatedProperty(const ConstructorParameter1& value1, const ConstructorParameter2& value2)
83 : value(value1, value2)
  /external/freetype/src/base/
ftutil.c 416 FT_UInt32 value2; local
425 value2 = value & (value - 1); /* clear lowest bit */
426 if ( value2 == 0 )
429 value = value2;
  /packages/apps/Settings/src/com/android/settings/
ZonePicker.java 319 Object value2 = map2.get(mSortingKey); local
326 return isComparable(value2) ? 1 : 0;
327 } else if (!isComparable(value2)) {
331 return ((Comparable) value1).compareTo(value2);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-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.7-4.6/sysroot/usr/include/sound/
sfnt_info.h 202 int value2; /* reserved */ member in struct:snd_emux_misc_mode
  /external/v8/tools/oom_dump/
oom_dump.cc 149 u_int32_t value2 = 0; local
150 CHECK(memory_region->GetMemoryAtAddress(value, &value2));
151 if (value2 == v8::internal::HeapStats::kStartMarker) {
  /external/webkit/Source/JavaScriptCore/runtime/
Lookup.h 45 intptr_t value2; member in struct:JSC::HashTableValue
68 m_u.store.value2 = v2;
101 intptr_t value2; member in struct:JSC::HashEntry::__anon17576::__anon17577
Lookup.cpp 49 entry->initialize(identifier, values[i].attributes, values[i].value1, values[i].value2
  /external/chromium/webkit/glue/
webkitclient_impl.h 68 const WebKit::WebString& value1, const WebKit::WebString& value2);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
ResizableIntArrayTests.java 290 final int value2 = 456; local
291 src.fill(value2, startPos, length2);
297 assertEquals("new values after large fill at " + i, value2, v);
313 assertEquals("unmodified values after disjoint fill at " + i, value2, v);
  /cts/tests/tests/webkit/src/android/webkit/cts/
CookieManagerTest.java 163 String value2 = cookie2 + "; expires=" + date.toGMTString(); local
164 mCookieManager.setCookie(url, value2); // expires in 10min
  /external/proguard/src/proguard/evaluation/
Stack.java 491 Value value2 = values[currentSize - 2].category1Value(); local
493 values[currentSize - 1] = value2;
  /external/openssh/
readconf.c 360 int negated, opcode, *intptr, value, value2, scale; local
938 value2 = 0; /* timeout */
943 else if ((value2 = convtime(arg)) >= 0)
950 options->control_persist_timeout = value2;
984 value = a2tun(arg, &value2);
989 options->tun_remote = value2;
1012 value2 = value;
1013 else if ((value2 = parse_ipqos(arg)) == -1)
1018 options->ip_qos_bulk = value2;
    [all...]
  /external/libxml2/include/libxml/
xmlregexp.h 93 const xmlChar *value2,
  /external/chromium/chrome/browser/bookmarks/
bookmark_codec_unittest.cc 189 scoped_ptr<Value> value2(EncodeHelper(model2.get(), &enc_checksum2));
190 EXPECT_TRUE(value2.get() != NULL);
  /external/chromium/chrome/browser/sync/
sync_setup_wizard_unittest.cc 363 ListValue value2;
364 value2.Append(new StringValue("{\"option\":\"nothanks\","
366 test_window_->flow()->flow_handler_->HandleFirstPassphrase(&value2);

Completed in 702 milliseconds

12 3 4 5 6