/external/chromium_org/ui/base/win/ |
D | open_file_name_win_unittest.cc | 125 const base::string16 kNull(L"\0", 1); in TEST() local 129 SetResult(L"C:\\dir\\file" + kNull, &ofn); in TEST() 133 SetResult(L"C:\\dir" + kNull + L"file" + kNull, &ofn); in TEST() 137 SetResult(L"C:\\dir" + kNull + L"file" + kNull + L"otherfile" + kNull, &ofn); in TEST() 147 const base::string16 kNull(L"\0", 1); in TEST() local 153 SetResult(L"C:\\dir\\file" + kNull, &ofn); in TEST() 162 SetResult(L"C:\\dir" + kNull + L"file" + kNull, &ofn); in TEST() 171 SetResult(L"C:\\dir" + kNull + L"file" + kNull + L"otherfile" + kNull, &ofn); in TEST() 188 const base::string16 kNull(L"\0", 1); in TEST() local 199 CheckFilterString(L"a" + kNull + L"b" + kNull, ofn); in TEST() [all …]
|
/external/chromium_org/chrome/browser/profiles/ |
D | profile_destroyer_unittest.cc | 35 DCHECK_EQ(kNull, living_instance_); in TestingOriginalDestructionProfile() 50 static const TestingOriginalDestructionProfile* kNull; member in TestingOriginalDestructionProfile 55 TestingOriginalDestructionProfile::kNull = NULL; member in TestingOriginalDestructionProfile 123 EXPECT_NE(TestingOriginalDestructionProfile::kNull, in TEST_F()
|
/external/chromium_org/ppapi/tests/ |
D | test_test_internals.cc | 86 const std::string* const kNull = NULL; in TestPassingComparisons() local 89 ASSERT_SUBTEST_SUCCESS(COMPARE_BINARY_INTERNAL(EQ, NULL, kNull)); in TestPassingComparisons() 92 ASSERT_SUBTEST_SUCCESS(COMPARE_BINARY_INTERNAL(NE, kDeadBeef, kNull)); in TestPassingComparisons() 178 const std::string* const kNull = NULL; in TestFailingComparisons() local 181 ASSERT_SUBTEST_FAILURE(COMPARE_BINARY_INTERNAL(NE, NULL, kNull)); in TestFailingComparisons() 184 ASSERT_SUBTEST_FAILURE(COMPARE_BINARY_INTERNAL(EQ, kDeadBeef, kNull)); in TestFailingComparisons()
|
/external/chromium_org/components/json_schema/ |
D | json_schema_constants.cc | 25 const char kNull[] = "null"; variable
|
D | json_schema_constants.h | 27 extern const char kNull[];
|
D | json_schema_validator_unittest_base.cc | 306 schema::kNull)); in TestObject() 621 EXPECT_EQ(std::string(schema::kNull), in TestTypeClassifier() 685 schema->SetString(schema::kType, schema::kNull); in TestTypes() 709 JSONSchemaValidator::kInvalidType, schema::kObject, schema::kNull)); in TestTypes() 762 schema->SetString(schema::kType, schema::kNull); in TestTypes() 770 JSONSchemaValidator::kInvalidType, schema::kNull, schema::kBoolean)); in TestTypes()
|
D | json_schema_validator.cc | 39 schema::kNull, in IsValidType() 344 return schema::kNull; in GetJSONSchemaType() 511 } else if (type != schema::kBoolean && type != schema::kNull) { in Validate()
|
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/ |
D | SkPdfNativeObject.cpp | 22 SkPdfNativeObject SkPdfNativeObject::kNull = SkPdfNativeObject::makeNull(); member in SkPdfNativeObject
|
D | SkPdfNativeTokenizer.cpp | 745 dict->set(&key, &SkPdfNativeObject::kNull); in readDictionary()
|
D | SkPdfNativeObject.h | 321 static SkPdfNativeObject kNull; variable
|
/external/skia/experimental/PdfViewer/pdfparser/native/ |
D | SkPdfNativeObject.cpp | 22 SkPdfNativeObject SkPdfNativeObject::kNull = SkPdfNativeObject::makeNull(); member in SkPdfNativeObject
|
D | SkPdfNativeTokenizer.cpp | 745 dict->set(&key, &SkPdfNativeObject::kNull); in readDictionary()
|
D | SkPdfNativeObject.h | 321 static SkPdfNativeObject kNull; variable
|
/external/chromium_org/ui/base/ime/ |
D | remote_input_method_win_unittest.cc | 269 RemoteInputMethodPrivateWin* kNull = in TEST() local 271 EXPECT_EQ(kNull, RemoteInputMethodPrivateWin::Get(other_ptr)); in TEST() 275 EXPECT_NE(kNull, RemoteInputMethodPrivateWin::Get(input_method.get())); in TEST() 279 EXPECT_EQ(kNull, RemoteInputMethodPrivateWin::Get(dangling_ptr)); in TEST()
|
/external/skia/bench/ |
D | benchmain.cpp | 180 static const GLContextType kNull = GrContextFactory::kNull_GLContextType; variable 183 static const GLContextType kNative = 0, kANGLE = 0, kDebug = 0, kNull = 0; variable 213 { kN32_SkColorType, "NULLGPU", 0, Benchmark::kGPU_Backend, kNull, true},
|
/external/chromium_org/v8/src/ |
D | types.h | 216 V(Primitive, kNumber | kName | kBoolean | kNull | kUndefined) \ 222 V(NonNumber, kBoolean | kName | kNull | kReceiver | \
|
D | json-stringifier.h | 425 case Oddball::kNull: in Serialize_()
|
D | types.cc | 194 if (map == heap->null_map()) return kNull; in Lub()
|
/external/chromium_org/testing/gtest/test/ |
D | gtest_unittest.cc | 1015 static const wchar_t* const kNull = NULL; variable 1020 EXPECT_FALSE(String::CaseInsensitiveWideCStringEquals(kNull, L"")); in TEST() 1021 EXPECT_FALSE(String::CaseInsensitiveWideCStringEquals(L"", kNull)); in TEST() 1022 EXPECT_FALSE(String::CaseInsensitiveWideCStringEquals(kNull, L"foobar")); in TEST() 1023 EXPECT_FALSE(String::CaseInsensitiveWideCStringEquals(L"foobar", kNull)); in TEST() 2545 EXPECT_FALSE(IsSubstring("", "", kNull, L"a")); in TEST() 2546 EXPECT_FALSE(IsSubstring("", "", L"b", kNull)); in TEST()
|
/external/gtest/test/ |
D | gtest_unittest.cc | 1022 static const wchar_t* const kNull = NULL; variable 1027 EXPECT_FALSE(String::CaseInsensitiveWideCStringEquals(kNull, L"")); in TEST() 1028 EXPECT_FALSE(String::CaseInsensitiveWideCStringEquals(L"", kNull)); in TEST() 1029 EXPECT_FALSE(String::CaseInsensitiveWideCStringEquals(kNull, L"foobar")); in TEST() 1030 EXPECT_FALSE(String::CaseInsensitiveWideCStringEquals(L"foobar", kNull)); in TEST() 2552 EXPECT_FALSE(IsSubstring("", "", kNull, L"a")); in TEST() 2553 EXPECT_FALSE(IsSubstring("", "", L"b", kNull)); in TEST()
|
/external/protobuf/gtest/test/ |
D | gtest_unittest.cc | 1329 static const wchar_t* const kNull = NULL; variable 1334 EXPECT_FALSE(String::CaseInsensitiveWideCStringEquals(kNull, L"")); in TEST() 1335 EXPECT_FALSE(String::CaseInsensitiveWideCStringEquals(L"", kNull)); in TEST() 1336 EXPECT_FALSE(String::CaseInsensitiveWideCStringEquals(kNull, L"foobar")); in TEST() 1337 EXPECT_FALSE(String::CaseInsensitiveWideCStringEquals(L"foobar", kNull)); in TEST() 2825 EXPECT_FALSE(IsSubstring("", "", kNull, L"a")); in TEST() 2826 EXPECT_FALSE(IsSubstring("", "", L"b", kNull)); in TEST()
|
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/ |
D | json_value.cpp | 37 static const unsigned char ALIGNAS(8) kNull[sizeof(Value)] = {0}; 38 const Value& Value::null = reinterpret_cast<const Value&>(kNull);
|
/external/jsoncpp/chromium-overrides/src/lib_json/ |
D | json_value.cpp | 31 static const unsigned char kNull[sizeof(Value)] = { 0 }; variable 32 const Value& Value::null = reinterpret_cast<const Value&>(kNull);
|
/external/clang/test/SemaCXX/ |
D | constant-expression-cxx11.cpp | 789 enum Null { kNull }; enumerator 790 Base *nullB7 = kNull; // expected-error {{cannot initialize a variable of type 'Class::Base *' with…
|
/external/chromium_org/components/policy/core/common/ |
D | schema.cc | 74 { schema::kNull, base::Value::TYPE_NULL }, in SchemaTypeToValueType()
|