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

12 3 4 5 6

  /packages/apps/Email/src/org/apache/commons/io/
EndianUtils.java 315 int value1 = read( input ); local
318 return ( ( ( value1 & 0xff ) << 0 ) +
348 int value1 = read( input ); local
353 return ( ( value1 & 0xff ) << 0 ) +
369 int value1 = read( input ); local
374 long low = ( ( ( value1 & 0xff ) << 0 ) +
  /external/chromium/chrome/browser/task_manager/
task_manager.cc 54 int ValueCompare(T value1, T value2) {
55 if (value1 < value2)
57 if (value1 == value2)
312 size_t value1;
314 if (!GetPrivateMemory(row1, &value1) || !GetPrivateMemory(row2, &value2))
316 return ValueCompare<size_t>(value1, value2);
318 size_t value1;
320 if (!GetSharedMemory(row1, &value1) || !GetSharedMemory(row2, &value2))
322 return ValueCompare<size_t>(value1, value2);
324 size_t value1;
354 size_t value1; variable
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/util/
IntList.java 59 * @param value1 the second value in the list
61 public static IntList makeImmutable(int value0, int value1) {
65 result.add(value1);
  /dalvik/dx/src/com/android/dx/util/
IntList.java 59 * @param value1 the second value in the list
61 public static IntList makeImmutable(int value0, int value1) {
65 result.add(value1);
  /device/lge/mako/camera/hdr/include/
morpho_easy_hdr.h 562 * @param[in] value1 ???l
572 int value1,
582 * @param[out] value1 ???l?i?[??
592 int *value1,
  /external/clang/test/SemaTemplate/
nested-template.cpp 29 static T value1; member in class:Outer::Inner1
81 X Outer<X>::Inner1<Y>::value1 = 0; member in class:Outer::Inner1
  /external/dexmaker/src/dx/java/com/android/dx/util/
IntList.java 59 * @param value1 the second value in the list
61 public static IntList makeImmutable(int value0, int value1) {
65 result.add(value1);
  /external/protobuf/src/google/protobuf/io/
printer.cc 127 const char* variable1, const string& value1,
130 vars[variable1] = value1;
  /external/icu4c/test/cintltst/
putiltst.c 52 double value1 = 0.021; local
57 y1 = uprv_modf(value1, &n1);
65 log_verbose("[float] x = %f n = %f y = %f\n", value1, n1, y1);
72 expn1=uprv_ceil(value1);
76 expn1=uprv_floor(value1);
131 doAssert(uprv_digitsAfterDecimal(value1), 3, "uprv_digitsAfterDecimal() failed.");
trie2test.c 1378 uint32_t value1, value2; local
1397 uint32_t value1, value2; local
    [all...]
  /external/libvpx/libvpx/examples/includes/HTML-Toc-0.91/
TocUpdator.pm 90 my ($key1, $value1, $key2, $value2, $result);
94 HASH1: while (($key1, $value1) = each %$aHash1) {
96 # Value1 differs from value2?
97 if ($value1 ne $aHash2->{$key1}) {
TocGenerator.pm 148 my ($key1, $value1, $key2, $value2, $result);
154 # Get value1
155 $value1 = $aHash1->{$key2};
156 # Does value1 match criteria of value2?
157 if (defined($value1) && $value1 =~ m/$value2/) {
158 # Yes, value1 matches criteria of value2;
171 # No, value1 didn't match criteria of value2;
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
Lookup.h 44 intptr_t value1; member in struct:JSC::HashTableValue
67 m_u.store.value1 = v1;
100 intptr_t value1; member in struct:JSC::HashEntry::__anon17574::__anon17575
Lookup.cpp 49 entry->initialize(identifier, values[i].attributes, values[i].value1, values[i].value2
  /packages/apps/Settings/src/com/android/settings/
ZonePicker.java 318 Object value1 = map1.get(mSortingKey); local
325 if (!isComparable(value1)) {
331 return ((Comparable) value1).compareTo(value2);
  /external/chromium/webkit/glue/
webkitclient_impl.h 68 const WebKit::WebString& value1, const WebKit::WebString& value2);
webkitclient_impl.cc 435 const WebString& value1,
442 values.push_back(value1);
  /hardware/ti/omap4xxx/camera/
BaseCameraAdapter.cpp 327 status_t BaseCameraAdapter::sendCommand(CameraCommands operation, int value1, int value2, int value3)
339 desc = ( BuffersDescriptor * ) value1;
392 desc = ( BuffersDescriptor * ) value1;
445 desc = ( BuffersDescriptor * ) value1;
506 ret = startSmoothZoom(value1);
691 refTimestamp = ( struct timeval * ) value1;
768 ret = startBracketing(value1);
814 refTimestamp = ( struct timeval * ) value1;
875 frame = ( CameraFrame * ) value1;
907 frame = ( CameraFrame * ) value1;
    [all...]
  /external/proguard/src/proguard/evaluation/
Stack.java 490 Value value1 = values[currentSize - 1].category1Value(); local
494 values[currentSize - 2] = value1;
  /external/chromium/chrome/browser/bookmarks/
bookmark_codec_unittest.cc 184 scoped_ptr<Value> value1(EncodeHelper(model1.get(), &enc_checksum1));
185 EXPECT_TRUE(value1.get() != NULL);
  /external/javassist/src/main/javassist/bytecode/analysis/
Executor.java 696 Type value1 = simplePop(frame); local
699 verifyAssignable(expected, value1);
700 simplePush(value1, frame);
861 Type value1 = simplePop(frame); local
864 verifyAssignable(expected, value1);
865 simplePush(value1, frame);
    [all...]
  /device/lge/mako/camera/mm-camera-interface/
mm_omx_jpeg_encoder.c 218 void waitForEvent(int event, int value1, int value2 ){
220 ALOGV("%s:Waiting for:event=%d, value1=%d, value2=%d",
221 __func__, event, value1, value2);
223 expectedValue1 == value1 && expectedValue2 == value2)) {
227 ALOGV("%s:After cond_wait:event=%d, value1=%d, value2=%d",
228 __func__, event, value1, value2);
  /external/apache-http/src/org/apache/commons/codec/language/
DoubleMetaphone.java 221 * @param value1 The left-hand side of the encoded {@link String#equals(Object)}.
227 public boolean isDoubleMetaphoneEqual(String value1, String value2) {
228 return isDoubleMetaphoneEqual(value1, value2, false);
235 * @param value1 The left-hand side of the encoded {@link String#equals(Object)}.
241 public boolean isDoubleMetaphoneEqual(String value1,
244 return doubleMetaphone(value1, alternate).equals(doubleMetaphone
    [all...]
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/
DiskLruCacheTest.java 775 private void set(String key, String value0, String value1) throws Exception {
778 editor.set(1, value1);
794 private void assertValue(String key, String value0, String value1) throws Exception {
797 assertEquals(value1, snapshot.getString(1));
  /hardware/ti/omap4xxx/camera/inc/
BaseCameraAdapter.h 51 virtual status_t sendCommand(CameraCommands operation, int value1 = 0, int value2 = 0, int value3 = 0 );

Completed in 1043 milliseconds

12 3 4 5 6