/external/pdfium/fxjs/ |
D | cfx_v8_unittest.cpp | 37 v8::Isolate::Scope isolate_scope(isolate()); in TEST_F() 38 v8::HandleScope handle_scope(isolate()); in TEST_F() 39 v8::Context::Scope context_scope(v8::Context::New(isolate())); in TEST_F() 65 v8::Isolate::Scope isolate_scope(isolate()); in TEST_F() 66 v8::HandleScope handle_scope(isolate()); in TEST_F() 67 v8::Context::Scope context_scope(v8::Context::New(isolate())); in TEST_F() 80 v8::Isolate::Scope isolate_scope(isolate()); in TEST_F() 81 v8::HandleScope handle_scope(isolate()); in TEST_F() 82 v8::Context::Scope context_scope(v8::Context::New(isolate())); in TEST_F() 95 v8::Isolate::Scope isolate_scope(isolate()); in TEST_F() [all …]
|
D | cfxjs_engine_embeddertest.cpp | 34 v8::Isolate::Scope isolate_scope(isolate()); in TEST_F() 35 v8::HandleScope handle_scope(isolate()); in TEST_F() 44 v8::Isolate::Scope isolate_scope(isolate()); in TEST_F() 45 v8::HandleScope handle_scope(isolate()); in TEST_F() 47 CFXJS_Engine engine1(isolate()); in TEST_F() 50 CFXJS_Engine engine2(isolate()); in TEST_F() 82 v8::Isolate::Scope isolate_scope(isolate()); in TEST_F() 83 v8::HandleScope handle_scope(isolate()); in TEST_F() 95 v8::Isolate::Scope isolate_scope(isolate()); in TEST_F() 96 v8::HandleScope handle_scope(isolate()); in TEST_F()
|
D | cfxjs_engine.cpp | 72 static void Dispose(v8::Isolate* isolate, 84 explicit V8TemplateMap(v8::Isolate* isolate) : m_map(isolate) {} in V8TemplateMap() argument 133 CFXJS_ObjDefinition(v8::Isolate* isolate, in CFXJS_ObjDefinition() argument 142 m_pIsolate(isolate) { in CFXJS_ObjDefinition() 143 v8::Isolate::Scope isolate_scope(isolate); in CFXJS_ObjDefinition() 144 v8::HandleScope handle_scope(isolate); in CFXJS_ObjDefinition() 145 v8::Local<v8::FunctionTemplate> fun = v8::FunctionTemplate::New(isolate); in CFXJS_ObjDefinition() 147 fun->SetCallHandler(CallHandler, v8::Number::New(isolate, eObjType)); in CFXJS_ObjDefinition() 150 v8::Symbol::GetToStringTag(isolate), in CFXJS_ObjDefinition() 151 v8::String::NewFromUtf8(isolate, "global", v8::NewStringType::kNormal) in CFXJS_ObjDefinition() [all …]
|
D | cfxjs_engine_unittest.cpp | 21 FXJS_Initialize(1, isolate()); in SetUp() 22 engine_ = pdfium::MakeUnique<CFXJS_Engine>(isolate()); in SetUp() 39 v8::Isolate::Scope isolate_scope(isolate()); in TEST_F() 40 v8::HandleScope handle_scope(isolate()); in TEST_F() 78 v8::HandleScope inner_handle_scope(isolate()); in TEST_F()
|
D | cjs_publicmethods_embeddertest.cpp | 26 v8::Isolate::Scope isolate_scope(isolate()); in TEST_F() 27 v8::HandleScope handle_scope(isolate()); in TEST_F() 114 v8::Isolate::Scope isolate_scope(isolate()); in TEST_F() 115 v8::HandleScope handle_scope(isolate()); in TEST_F() 181 v8::Isolate::Scope isolate_scope(isolate()); in TEST_F() 182 v8::HandleScope handle_scope(isolate()); in TEST_F() 217 v8::Isolate::Scope isolate_scope(isolate()); in TEST_F() 218 v8::HandleScope handle_scope(isolate()); in TEST_F()
|
D | ijs_runtime.cpp | 23 void IJS_Runtime::Initialize(unsigned int slot, void* isolate) { in Initialize() argument 25 FXJS_Initialize(slot, static_cast<v8::Isolate*>(isolate)); in Initialize()
|
D | cfx_v8_unittest.h | 30 v8::Isolate* isolate() const { return isolate_.get(); } in isolate() function
|
D | ijs_runtime.h | 48 static void Initialize(unsigned int slot, void* isolate);
|
D | cfx_v8.cpp | 12 CFX_V8::CFX_V8(v8::Isolate* isolate) : m_pIsolate(isolate) {} in CFX_V8() argument
|
/external/pdfium/testing/ |
D | js_embedder_test.cpp | 21 EmbedderTest::SetExternalIsolate(isolate()); in SetUp() 24 v8::Isolate::Scope isolate_scope(isolate()); in SetUp() 25 v8::HandleScope handle_scope(isolate()); in SetUp() 26 FXJS_PerIsolateData::SetUp(isolate()); in SetUp() 27 m_Engine = pdfium::MakeUnique<CFXJS_Engine>(isolate()); in SetUp()
|
D | js_embedder_test.h | 25 v8::Isolate* isolate() const { return m_pIsolate.get(); } in isolate() function
|
/external/pdfium/fxjs/xfa/ |
D | cfxjse_arguments.cpp | 49 v8::Isolate* isolate = m_pInfo->GetIsolate(); in GetUTF8String() local 52 info->ToString(isolate->GetCurrentContext()).ToLocalChecked(); in GetUTF8String() 53 v8::String::Utf8Value szStringVal(isolate, hString); in GetUTF8String()
|
/external/skia/ |
D | .gitignore | 20 infra/bots/tools/luci-go/linux64/isolate 22 infra/bots/tools/luci-go/mac64/isolate 24 infra/bots/tools/luci-go/win64/isolate.exe
|
/external/skia/site/docs/dev/testing/ |
D | download.md | 10 [Isolate](https://github.com/luci/luci-py/blob/main/appengine/isolate/doc/Design.md), 34 --isolate-server=https://isolateserver.appspot.com \
|
D | automated_testing.md | 161 * Isolate: specifies the isolate file. The isolate file specifies the files from the repo to place 162 on the bot before running the task. (For non-Kitchen tasks, the isolate also specifies the command 163 to run.) [More info][isolate user guide]. 190 [isolate user guide]: 191 …https://chromium.googlesource.com/infra/luci/luci-py/+/main/appengine/isolate/doc/client/Isolate-U…
|
/external/pdfium/docs/ |
D | getting-started.md | 63 JavaScript engine. For the V8 isolate, either provide an isolate through 64 `m_pIsolate` for PDFium to use to store per-isolate data, or pass `NULL` to tell 65 PDFium to allocate a new isolate. `m_v8EmbedderSlot` is the embedder data slot
|
/external/toolchain-utils/ |
D | README.chromium | 13 running toolchain regression tests; and using binary search to isolate
|
/external/skia/infra/bots/ |
D | README.md | 72 [Isolate tool](https://github.com/luci/luci-py/tree/main/appengine/isolate/doc) 89 Assorted other infrastructure-related tools, eg. isolate and CIPD binaries.
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/cfg80211/rdev_change_bss/ |
D | format | 18 …), use cts prot: %d, use short preamble: %d, use short slot time: %d, ap isolate: %d, ht opmode: %…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/cfg80211/rdev_change_bss/ |
D | format | 18 …), use cts prot: %d, use short preamble: %d, use short slot time: %d, ap isolate: %d, ht opmode: %…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/cfg80211/rdev_change_bss/ |
D | format | 18 …), use cts prot: %d, use short preamble: %d, use short slot time: %d, ap isolate: %d, ht opmode: %…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/cfg80211/rdev_change_bss/ |
D | format | 18 …), use cts prot: %d, use short preamble: %d, use short slot time: %d, ap isolate: %d, ht opmode: %…
|
/external/wpa_supplicant_8/src/ap/ |
D | x_snoop.c | 22 if (!conf->isolate) { in x_snoop_init()
|
/external/python/pybind11/.github/ISSUE_TEMPLATE/ |
D | bug-report.md | 28 (The code should be minimal, have no external dependencies, isolate the function(s) that cause brea…
|
/external/python/jinja/docs/ |
D | intro.rst | 34 to isolate your project dependencies from other projects and the system.
|