Searched refs:context3 (Results 1 – 9 of 9) sorted by relevance
/third_party/cef/tests/ceftests/ |
D | request_context_unittest.cc | 67 CefRefPtr<CefRequestContext> context3 = CefRequestContext::GetGlobalContext(); in TEST() local 68 EXPECT_TRUE(context3.get()); in TEST() 69 EXPECT_FALSE(context3->IsSame(context1)); in TEST() 70 EXPECT_FALSE(context3->IsSharingWith(context1)); in TEST() 71 EXPECT_FALSE(context3->IsSame(context2)); in TEST() 72 EXPECT_FALSE(context3->IsSharingWith(context2)); in TEST() 73 EXPECT_FALSE(context1->IsSame(context3)); in TEST() 74 EXPECT_FALSE(context1->IsSharingWith(context3)); in TEST() 75 EXPECT_FALSE(context2->IsSame(context3)); in TEST() 76 EXPECT_FALSE(context2->IsSharingWith(context3)); in TEST() [all …]
|
D | preference_unittest.cc | 463 CefRefPtr<CefRequestContext> context3 = in TEST() local 465 EXPECT_TRUE(context3.get()); in TEST() 485 ValidateGet(context3, event); in TEST() 562 CefRefPtr<CefRequestContext> context3 = in TEST() local 564 EXPECT_TRUE(context3.get()); in TEST() 583 ValidateGet(context3, event); in TEST()
|
/third_party/typescript/tests/baselines/reference/ |
D | arrayLiterals.js | 32 var context3: Base[] = [new Derived1(), new Derived2()]; variable 96 var context3 = [new Derived1(), new Derived2()]; variable
|
D | arrayLiterals.symbols | 81 var context3: Base[] = [new Derived1(), new Derived2()]; 82 >context3 : Symbol(context3, Decl(arrayLiterals.ts, 30, 3))
|
D | arrayLiterals.types | 133 var context3: Base[] = [new Derived1(), new Derived2()]; 134 >context3 : Base[]
|
D | arrayLiterals.errors.txt | 46 var context3: Base[] = [new Derived1(), new Derived2()];
|
/third_party/openssl/test/ |
D | curve448_internal_test.c | 186 static const uint8_t context3[3] = { variable 611 pubkey3, privkey3, context3, in test_ed448() 612 sizeof(context3), NULL)) in test_ed448()
|
/third_party/typescript/tests/cases/conformance/expressions/arrayLiterals/ |
D | arrayLiterals.ts | 31 var context3: Base[] = [new Derived1(), new Derived2()]; variable
|
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
D | TestCharset.java | 4951 String context3[] = { in TestCharsetCallbacks() local 4983 for (int i = 0; i < context3.length; i++) { in TestCharsetCallbacks() 4987 …omUCallback(CoderResult.unmappableForLength(1), CharsetCallback.FROM_U_CALLBACK_SKIP, context3[i]); in TestCharsetCallbacks() 4996 for (int i = 0; i < context3.length; i++) { in TestCharsetCallbacks() 5000 …lback(CoderResult.unmappableForLength(1), CharsetCallback.FROM_U_CALLBACK_SUBSTITUTE, context3[i]); in TestCharsetCallbacks() 5035 for (int i = 0; i < context3.length; i++) { in TestCharsetCallbacks() 5039 …setToUCallback(CoderResult.malformedForLength(1), CharsetCallback.TO_U_CALLBACK_SKIP, context3[i]); in TestCharsetCallbacks()
|