Home
last modified time | relevance | path

Searched refs:kNull (Results 1 – 25 of 28) sorted by relevance

12

/external/chromium_org/ui/base/win/
Dopen_file_name_win_unittest.cc125 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/
Dprofile_destroyer_unittest.cc35 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/
Dtest_test_internals.cc86 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/
Djson_schema_constants.cc25 const char kNull[] = "null"; variable
Djson_schema_constants.h27 extern const char kNull[];
Djson_schema_validator_unittest_base.cc306 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()
Djson_schema_validator.cc39 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/
DSkPdfNativeObject.cpp22 SkPdfNativeObject SkPdfNativeObject::kNull = SkPdfNativeObject::makeNull(); member in SkPdfNativeObject
DSkPdfNativeTokenizer.cpp745 dict->set(&key, &SkPdfNativeObject::kNull); in readDictionary()
DSkPdfNativeObject.h321 static SkPdfNativeObject kNull; variable
/external/skia/experimental/PdfViewer/pdfparser/native/
DSkPdfNativeObject.cpp22 SkPdfNativeObject SkPdfNativeObject::kNull = SkPdfNativeObject::makeNull(); member in SkPdfNativeObject
DSkPdfNativeTokenizer.cpp745 dict->set(&key, &SkPdfNativeObject::kNull); in readDictionary()
DSkPdfNativeObject.h321 static SkPdfNativeObject kNull; variable
/external/chromium_org/ui/base/ime/
Dremote_input_method_win_unittest.cc269 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/
Dbenchmain.cpp180 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/
Dtypes.h216 V(Primitive, kNumber | kName | kBoolean | kNull | kUndefined) \
222 V(NonNumber, kBoolean | kName | kNull | kReceiver | \
Djson-stringifier.h425 case Oddball::kNull: in Serialize_()
Dtypes.cc194 if (map == heap->null_map()) return kNull; in Lub()
/external/chromium_org/testing/gtest/test/
Dgtest_unittest.cc1015 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/
Dgtest_unittest.cc1022 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/
Dgtest_unittest.cc1329 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/
Djson_value.cpp37 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/
Djson_value.cpp31 static const unsigned char kNull[sizeof(Value)] = { 0 }; variable
32 const Value& Value::null = reinterpret_cast<const Value&>(kNull);
/external/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp789 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/
Dschema.cc74 { schema::kNull, base::Value::TYPE_NULL }, in SchemaTypeToValueType()

12