HomeSort by relevance Sort by last modified time
    Searched full:test_value (Results 1 - 25 of 31) sorted by null

1 2

  /external/guava/guava-tests/test/com/google/common/collect/
MapConstraintsTest.java 56 private static final Integer TEST_VALUE = 42;
76 if (TEST_VALUE.equals(value)) {
105 map.put(TEST_KEY, TEST_VALUE);
119 Maps.immutableEntry(TEST_KEY, TEST_VALUE),
130 constrained.put(TEST_KEY, TEST_VALUE);
134 constrained.put("baz", TEST_VALUE);
155 map.put(TEST_KEY, TEST_VALUE);
167 Maps.immutableEntry(TEST_KEY, TEST_VALUE),
180 constrained.put(TEST_KEY, TEST_VALUE);
184 constrained.put("baz", TEST_VALUE);
    [all...]
ConstrainedBiMapTest.java 33 private static final String TEST_VALUE = "test";
44 if (TEST_VALUE.equals(value)) {
  /external/chromium/chrome/browser/policy/
configuration_policy_provider_mac_unittest.cc 22 // Takes ownership of |test_value|.
25 Value* test_value)
28 test_value_(test_value) {}
50 const Value* test_value() const { return test_value_.get(); } function in class:policy::PolicyTestParams
167 base::mac::ScopedCFTypeRef<CFPropertyListRef> test_value(
169 ASSERT_TRUE(test_value.get());
170 prefs_->AddTestItem(name, test_value.get(), false);
182 base::mac::ScopedCFTypeRef<CFPropertyListRef> test_value(
184 ASSERT_TRUE(test_value.get());
185 prefs_->AddTestItem(name, test_value, true)
    [all...]
config_dir_policy_provider_unittest.cc 107 // Assumes ownership of |test_value|.
110 Value* test_value)
113 test_value_(test_value) {}
135 const Value* test_value() const { return test_value_.get(); } function in class:policy::ValueTestParams
211 dict.Set(GetParam().policy_key(), GetParam().test_value()->DeepCopy());
220 EXPECT_TRUE(GetParam().test_value()->Equals(value));
  /external/skia/tests/
ErrorTest.cpp 34 unsigned int test_value = 0xdeadbeef; local
37 context.fIntPointer = &test_value;
  /external/chromium_org/tools/perf_expectations/
update_perf_expectations.py 147 test_value = all_tests[test_key]
148 if test_value:
154 test_value['reva'] = reva
155 test_value['revb'] = revb
158 if 'sha1' in test_value:
159 del test_value['sha1']
  /external/chromium/chrome/common/
json_value_serializer_unittest.cc 164 string16 test_value; local
165 ASSERT_TRUE(dict_root->GetString("test", &test_value));
166 ASSERT_EQ(test, test_value);
174 ASSERT_TRUE(dict_root->GetString("test", &test_value));
175 ASSERT_EQ(ASCIIToUTF16("go"), test_value);
  /external/chromium_org/chrome/browser/prefs/
pref_metrics_service_unittest.cc 461 StringValue test_value("test value");
463 GetHashedPrefValue(service.get(), "pref.path", &test_value));
465 GetHashedPrefValue(other_service.get(), "pref.path", &test_value));
473 StringValue test_value("test value");
475 GetHashedPrefValue(service.get(), "pref.path1", &test_value));
477 GetHashedPrefValue(service.get(), "pref.path2", &test_value));
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_entry_unittest.cc 59 AutofillKey key(UTF8ToUTF16("test_key"), UTF8ToUTF16("test_value"));
  /cts/tests/tests/database/src/android/database/cts/
AbstractWindowedCursorTest.java 164 byte TEST_VALUE = 3;
171 Arrays.fill(blob, TEST_VALUE);
  /external/chromium_org/base/json/
json_value_serializer_unittest.cc 314 string16 test_value; local
315 ASSERT_TRUE(dict_root->GetString("test", &test_value));
316 ASSERT_EQ(test, test_value);
324 ASSERT_TRUE(dict_root->GetString("test", &test_value));
325 ASSERT_EQ(ASCIIToUTF16("go"), test_value);
  /external/chromium_org/components/policy/core/common/
policy_loader_mac_unittest.cc 276 ScopedCFTypeRef<CFPropertyListRef> test_value(
278 ASSERT_TRUE(test_value.get());
279 prefs_->AddTestItem(name, test_value.get(), false);
  /external/chromium_org/third_party/mesa/src/src/glsl/
glsl_parser_extras.cpp 869 if (test_value != NULL) {
871 test_value->print();
879 ast_case_label::ast_case_label(ast_expression *test_value)
881 this->test_value = test_value;
ast.h 637 ast_case_label(ast_expression *test_value);
646 ast_expression *test_value; member in class:ast_case_label
ast_to_hir.cpp     [all...]
  /external/mesa3d/src/glsl/
glsl_parser_extras.cpp 869 if (test_value != NULL) {
871 test_value->print();
879 ast_case_label::ast_case_label(ast_expression *test_value)
881 this->test_value = test_value;
ast.h 637 ast_case_label(ast_expression *test_value);
646 ast_expression *test_value; member in class:ast_case_label
ast_to_hir.cpp     [all...]
  /external/chromium_org/content/common/dom_storage/
dom_storage_map_unittest.cc 87 const base::string16 kValue = ASCIIToUTF16("test_value");
  /cts/hostsidetests/appsecurity/test-apps/AppWithData/src/com/android/cts/appwithdata/
CreatePrivateDataTest.java 68 static final String DB_VALUE = "test_value";
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
syncstr.h 416 CARD64 test_value; /* trigger event threshold value */ member in struct:_SyncTrigger
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
syncstr.h 416 CARD64 test_value; /* trigger event threshold value */ member in struct:_SyncTrigger
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
syncstr.h 416 CARD64 test_value; /* trigger event threshold value */ member in struct:_SyncTrigger
  /external/chromium_org/chrome/test/functional/
prefs_ui.py 249 'value': 'test_value',
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c 7639 UInt test_value = sp ? 0xffffff99 : 0xfffffc36; local
7792 UInt test_value = sp ? 0xffffff82 : 0xfffffc02; local
7801 Int test_value = sp ? 125 : 1021; local
7818 UInt test_value = sp ? 0xffffff83 : 0xfffffc03; local
7832 UInt test_value = 0xfffffc36; \/\/Int test_value = -970; local
    [all...]

Completed in 1699 milliseconds

1 2