HomeSort by relevance Sort by last modified time
    Searched defs:value1 (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/chromium_org/chrome/common/extensions/
value_counter_unittest.cc 22 base::ListValue value1; local
24 ASSERT_EQ(1, vc.Add(value1));
  /external/chromium_org/net/quic/crypto/
quic_random_test.cc 26 uint64 value1 = rng->RandUint64(); local
28 EXPECT_NE(value1, value2);
  /external/clang/test/Analysis/inlining/
InlineObjCInstanceMethod.h 29 @property (readonly) int value1; variable
  /external/chromium_org/components/nacl/zygote/
nacl_fork_delegate_linux_unittest.cc 21 const char value1[] = "passthrough_value1"; local
34 env->SetVar(passthrough1, value1);
42 EXPECT_EQ(value1, options.environ[passthrough1]);
  /external/chromium_org/gpu/config/
gpu_control_list_number_info_unittest.cc 31 std::string value1; local
34 value1 = "3.14";
37 FloatInfo info(op[i], value1, value2);
129 std::string value1; local
132 value1 = "3";
135 IntInfo info(op[i], value1, value2);
  /external/chromium_org/ui/base/models/
table_model.cc 74 base::string16 value1 = GetText(row1, column_id); local
79 return base::i18n::CompareString16WithCollator(collator, value1, value2);
  /external/google-tv-pairing-protocol/cpp/tests/polo/util/
poloutiltest.cc 79 const std::string value1 = PoloUtil::BytesToHexString(random1, 16); local
87 ASSERT_NE(value1, value2);
  /cts/tests/tests/provider/src/android/provider/cts/
Contacts_SettingsTest.java 34 String value1 = "value 1"; local
37 Settings.setSetting(mContentResolver, "account", key1, value1);
39 assertEquals(value1, Settings.getSetting(mContentResolver, "account", key1));
  /external/chromium_org/extensions/common/api/sockets/
sockets_manifest_permission_unittest.cc 314 scoped_ptr<base::Value> value1 = permission1->ToValue(); local
315 EXPECT_TRUE(value1);
318 EXPECT_TRUE(permission1_1->FromValue(value1.get()));
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
WaveShaperDSPKernel.cpp 120 double value1 = curveData[index1]; local
123 output = (1.0 - interpolationFactor) * value1 + interpolationFactor * value2;
  /external/deqp/framework/referencerenderer/
rrFragmentOperations.hpp 50 GenericVec4 value1; member in struct:rr::Fragment
57 , value1 ()
66 , value1 (value1_)
  /external/javassist/src/main/javassist/compiler/ast/
IntConst.java 65 long value1 = this.value; local
70 newValue = value1 + value2;
73 newValue = value1 - value2;
76 newValue = value1 * value2;
79 newValue = value1 / value2;
82 newValue = value1 % value2;
85 newValue = value1 | value2;
88 newValue = value1 ^ value2;
91 newValue = value1 & value2;
113 double value1 = (double)this.value local
    [all...]
  /external/chromium_org/net/http/
http_server_properties_manager_unittest.cc 270 const uint32 value1 = 31337; local
272 spdy_server_mail, id1, flags1, value1);
284 EXPECT_EQ(value1, flags_and_value1_ret.second);
296 const uint32 value1 = 31337; local
298 spdy_server_mail, id1, flags1, value1);
310 EXPECT_EQ(value1, flags_and_value1_ret.second);
334 const uint32 value1 = 31337; local
336 spdy_server_mail, id1, flags1, value1);
348 EXPECT_EQ(value1, flags_and_value1_ret.second);
416 const uint32 value1 = 31337 local
    [all...]
http_server_properties_impl_unittest.cc 533 const uint32 value1 = 31337; local
534 EXPECT_TRUE(impl_.SetSpdySetting(spdy_server_google, id1, flags1, value1));
543 EXPECT_EQ(value1, flags_and_value1_ret.second);
580 EXPECT_EQ(value1, flags_and_value1_ret.second);
600 const uint32 value1 = 31337; local
601 EXPECT_TRUE(impl_.SetSpdySetting(spdy_server_google, id1, flags1, value1));
610 EXPECT_EQ(value1, flags_and_value1_ret.second);
638 const uint32 value1 = 31337; local
639 EXPECT_TRUE(impl_.SetSpdySetting(spdy_server_google, id1, flags1, value1));
668 EXPECT_EQ(value1, flags_and_value1_ret.second)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationTest.cpp 80 String value1; local
81 ASSERT_TRUE(DictionaryHelper::get(jsKeyframes[0], "width", value1));
82 ASSERT_EQ("100px", value1);
  /external/chromium_org/third_party/WebKit/Source/core/html/
MediaFragmentURIParser.cpp 264 int value1 = digits1.toInt(); local
266 time = value1;
276 time = value1 + fraction;
308 value2 = value1;
309 value1 = 0;
315 time = (value1 * secondsPerHour) + (value2 * secondsPerMinute) + value3 + fraction;
  /external/chromium_org/third_party/webrtc/base/
sharedexclusivelock_unittest.cc 137 int value0, value1; local
149 reader1.PostRead(&value1);
157 EXPECT_EQ(1, 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/lldb/source/Plugins/Instruction/ARM/
EmulationStateARM.cpp 202 uint32_t value1 = pseudo_state->ReadFromPseudoAddress (addr, 4, success); local
211 value64 = (value64 << 32) | value1;
  /cts/tests/tests/util/src/android/util/cts/
ArrayMapTest.java 275 int value1 = bundle1.getInt(key); local
280 if (value1 != value2) {
281 fail("Bad Bundle: at key key " + key + " expected " + value1 + ", got " + value2);
291 int value1 = bundle1.getInt(key); local
293 if (value1 != value2) {
294 fail("Bad Bundle: at key key " + key + " expected " + value1 + ", got " + value2);
  /external/chromium_org/media/cast/net/rtcp/
rtcp.cc 45 uint64 value1 = event_type; local
46 value1 <<= 16;
47 value1 |= packet_id_or_zero;
48 value1 <<= 32;
49 value1 |= frame_rtp_timestamp;
51 value1, static_cast<uint64>(event_timestamp.ToInternalValue()));
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTParser.cpp 424 int value1; local
425 unsigned value1Digits = input.scanDigits(value1);
428 if (value1Digits != 2 || value1 > 59)
443 value2 = value1;
444 value1 = 0;
455 timeStamp = (value1 * secondsPerHour) + (value2 * secondsPerMinute) + value3 + (value4 * secondsPerMillisecond);
  /external/chromium_org/v8/test/cctest/
test-assembler-ia32.cc 555 uint64_t value1 = V8_2PART_UINT64_C(0x12345678, 87654321); local
556 CHECK_EQ(0x12345678, f(uint64_to_double(value1)));
test-assembler-x64.cc 698 uint64_t value1 = V8_2PART_UINT64_C(0x12345678, 87654321); local
699 CHECK_EQ(0x12345678, f(uint64_to_double(value1)));
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.array/
p3.cpp 11 int value1 = sizeof(array); // expected-error {{invalid application of 'sizeof' to an incomplete type 'int []'}} member in namespace:test0

Completed in 734 milliseconds

1 2 3