OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:js_engine
(Results
1 - 8
of
8
) sorted by null
/external/v8/
Android.mk
22
# 1. use
JS_ENGINE
environment variable, value can be either 'jsc' or 'v8'
24
# 2. if
JS_ENGINE
is not set, or is not 'jsc' or 'v8', this makefile picks
/frameworks/base/tests/DumpRenderTree/assets/
run_layout_tests.py
192
#
JS_ENGINE
environment variable, which is used by the build system in
194
js_engine
= options.
js_engine
195
if not
js_engine
and os.environ.has_key('
JS_ENGINE
'):
196
js_engine
= os.environ['
JS_ENGINE
']
197
if
js_engine
:
198
run_layout_test_cmd_postfix += " -e jsengine " +
js_engine
/external/webkit/Source/
Android.mk
29
# 1. use
JS_ENGINE
environment variable, value can be either 'jsc' or 'v8'
31
# 2. if
JS_ENGINE
is not set, or is not 'jsc' or 'v8', this makefile picks
39
# Read
JS_ENGINE
environment variable
40
JAVASCRIPT_ENGINE = $(
JS_ENGINE
)
/external/chromium/chrome/browser/resources/
about_version.html
83
<tr><td class="label" valign="top" i18n-content="
js_engine
"></td>
/external/chromium/chrome/browser/resources/options/
about_page.html
57
<h3 i18n-content="
js_engine
"></h3>
/external/webkit/
Android.mk
39
# 1. use
JS_ENGINE
environment variable, value can be either 'jsc' or 'v8'
41
# 2. if
JS_ENGINE
is not set, or is not 'jsc' or 'v8', this makefile picks
52
# Read
JS_ENGINE
environment variable
53
JAVASCRIPT_ENGINE = $(
JS_ENGINE
)
/external/chromium/chrome/browser/ui/webui/options/
about_page_handler.cc
229
localized_strings->SetString("
js_engine
", "V8");
232
localized_strings->SetString("
js_engine
", "JavaScriptCore");
/external/chromium/chrome/browser/
browser_about_handler.cc
917
std::string
js_engine
= "V8";
local
920
std::string
js_engine
= "JavaScriptCore";
local
931
localized_strings->SetString("
js_engine
",
js_engine
);
[
all
...]
Completed in 241 milliseconds