| /dalvik/vm/ |
| Android.mk | 145 # Copy the dalvik shell script to the host's bin directory
|
| /external/chromium/net/proxy/ |
| proxy_resolver_v8.cc | 80 // Pseudo-name for the PAC script. 81 const char kPacResourceName[] = "proxy-pac-script.js"; 82 // Pseudo-name for the PAC utility script. 83 const char kPacUtilityResourceName[] = "proxy-pac-utility-script.js"; 451 // (This script should never fail, as it is a string literal!) 469 // to be a legitimiate PAC script. 510 // Compiles and runs |script| in the current V8 context. 512 int RunScript(v8::Handle<v8::String> script, const char* script_name) { 515 // Compile the script. 518 v8::Local<v8::Script> code = v8::Script::Compile(script, &origin) [all...] |
| /external/elfutils/libelf/ |
| Makefile.am | 116 -Wl,--version-script,$(srcdir)/libelf.map,--no-undefined \
|
| /external/elfutils/src/ |
| ldscript.c | [all...] |
| /external/harfbuzz_ng/src/ |
| hb-ot-shape.cc | 282 * The only BTT vertical script is Ogham, but it's not clear to me whether OpenType 285 if ((HB_DIRECTION_IS_HORIZONTAL (direction) && direction != hb_script_get_horizontal_direction (buffer->props.script)) || 634 bool mirror = hb_script_get_horizontal_direction (buffer->props.script) == HB_DIRECTION_RTL;
|
| /external/iproute2/examples/ |
| dhcp-client-script | 3 # dhclient-script for Linux. 19 echo dhc-script $* reason=$reason 297 # The script mangles it, only if it has dhcp magic signature.
|
| /external/libvpx/libvpx/examples/includes/geshi/contrib/ |
| langcheck.php | 3 * GeSHi example script 5 * Just point your browser at this script (with geshi.php in the parent directory, 67 <title>GeSHi Language File Validation Script</title> 119 <h2>GeSHi Language File Validation Script</h2> 120 <p>To use this script, make sure that <strong>geshi.php</strong> is in the 123 <p>Everything else will be done by this script automatically. After the script 154 report_error(TYPE_ERROR, 'The path "'.GESHI_LANG_ROOT.'" is not readable to this script!'); 424 'REGEXPS', 'SCRIPT'); [all...] |
| /external/linux-tools-perf/ |
| Android.mk | 181 builtin-script.c \
|
| /external/skia/legacy/src/animator/ |
| SkMemberInfo.cpp | 233 SkASSERT(sizeof("string") == sizeof("script")); 235 memcpy(&stringHeader[1], "script", sizeof("script") - 1); 240 if (strncmp(rawValue, "#script:", sizeof("#script:") - 1) != 0) 245 case SkType_MSec: // for the purposes of script, MSec is treated as a Scalar 251 const char* script = valueStr.c_str(); local 252 success = engine.evaluateScript(&script, &scriptValue); 278 goto writeStruct; // real structs have already been written by script
|
| /external/skia/src/animator/ |
| SkMemberInfo.cpp | 233 SkASSERT(sizeof("string") == sizeof("script")); 235 memcpy(&stringHeader[1], "script", sizeof("script") - 1); 240 if (strncmp(rawValue, "#script:", sizeof("#script:") - 1) != 0) 245 case SkType_MSec: // for the purposes of script, MSec is treated as a Scalar 251 const char* script = valueStr.c_str(); local 252 success = engine.evaluateScript(&script, &scriptValue); 278 goto writeStruct; // real structs have already been written by script
|
| /external/v8/src/ |
| api.cc | 1772 i::Handle<i::JSValue> script = local 1789 i::Handle<i::JSValue> script = local [all...] |
| full-codegen.h | 553 Handle<Script> script() { return info_->script(); } function in class:v8::internal::FullCodeGenerator
|
| /external/v8/test/cctest/ |
| test-lockers.cc | 52 using ::v8::Script; 650 v8::Handle<Script> script = v8::Script::Compile(source); local 651 v8::Handle<Value> result = script->Run();
|
| /external/v8/test/mjsunit/ |
| debug-breakpoints.js | 123 // Tests for setting break points by script id and position.
|
| error-constructors.js | 54 // script tags in the same context in a browser setting. We therefore
|
| keywords-and-reserved_words.js | 33 // http://trac.webkit.org/export/89109/trunk/LayoutTests/fast/js/script-tests/keywords-and-reserved_words.js
|
| /external/v8/test/mjsunit/third_party/ |
| string-trim.js | 32 // Based on LayoutTests/fast/js/script-tests/string-trim.js
|
| /external/webkit/LayoutTests/http/conf/ |
| httpd.conf | 618 AddHandler cgi-script .cgi .pl 646 # Action lets you define media types that will execute a script whenever 649 # Format: Action media/type /cgi-script/location 650 # Format: Action handler-name /cgi-script/location 678 # N.B.: You can redirect to a script or a document using server-side-includes. 683 # request will *not* be available to such a script.
|
| /external/webkit/Source/WebKit/wx/WebKitSupport/ |
| FrameLoaderClientWx.cpp | 925 JSGlobalContextRef context = toGlobalRef(coreFrame->script()->globalObject(mainThreadNormalWorld())->globalExec()); 926 JSObjectRef windowObject = toRef(coreFrame->script()->globalObject(mainThreadNormalWorld()));
|
| /external/webkit/Source/WebKit2/UIProcess/API/C/ |
| WKPage.h | 359 WK_EXPORT void WKPageRunJavaScriptInMainFrame(WKPageRef page, WKStringRef script, void* context, WKPageRunJavaScriptFunction function); 362 WK_EXPORT void WKPageRunJavaScriptInMainFrame_b(WKPageRef page, WKStringRef script, WKPageRunJavaScriptBlock block);
|
| /ndk/build/core/ |
| default-build-commands.mk | 102 # the toolchain's setup.mk script.
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/ |
| build-hardy-toolchain.sh | 18 # This script is used to rebuild the Linux 32-bit cross-toolchain 39 # We only support running this script on Linux 46 echo "ERROR: This script can only run on Linux!" 82 # Name of the final toolchain binary tarball that this script will create 265 This script is used to rebuild a 32-bit Linux host toolchain that targets 271 is to use the NDK's dedicated script to do it, e.g.: 275 Then invoke this script as: 280 your NDK directory, and this script will directly download the toolchain 283 Note that this script will download various binary packages from Ubuntu 333 echo " You can make this script download them for you by using [all...] |
| /build/tools/droiddoc/templates-ds/assets/js/ |
| prettify.js | 21 I,J,v],hashComments:!0,cStyleComments:!0,multiLineStrings:!0,regexLiterals:!0}),A={};k(O,["default-code"]);k(x([],[["pln",/^[^<?]+/],["dec",/^<!\w[^>]*(?:>|$)/],["com",/^<\!--[\S\s]*?(?:--\>|$)/],["lang-",/^<\?([\S\s]+?)(?:\?>|$)/],["lang-",/^<%([\S\s]+?)(?:%>|$)/],["pun",/^(?:<[%?]|[%?]>)/],["lang-",/^<xmp\b[^>]*>([\S\s]+?)<\/xmp\b[^>]*>/i],["lang-js",/^<script\b[^>]*>([\S\s]*?)(<\/script\b[^>]*>)/i],["lang-css",/^<style\b[^>]*>([\S\s]*?)(<\/style\b[^>]*>)/i],["lang-in.tag",/^(<\/?[a-z][^<>]*>)/i]]),
|
| /build/tools/droiddoc/templates-sac/assets/js/ |
| prettify.js | 21 I,J,v],hashComments:!0,cStyleComments:!0,multiLineStrings:!0,regexLiterals:!0}),A={};k(O,["default-code"]);k(x([],[["pln",/^[^<?]+/],["dec",/^<!\w[^>]*(?:>|$)/],["com",/^<\!--[\S\s]*?(?:--\>|$)/],["lang-",/^<\?([\S\s]+?)(?:\?>|$)/],["lang-",/^<%([\S\s]+?)(?:%>|$)/],["pun",/^(?:<[%?]|[%?]>)/],["lang-",/^<xmp\b[^>]*>([\S\s]+?)<\/xmp\b[^>]*>/i],["lang-js",/^<script\b[^>]*>([\S\s]*?)(<\/script\b[^>]*>)/i],["lang-css",/^<style\b[^>]*>([\S\s]*?)(<\/style\b[^>]*>)/i],["lang-in.tag",/^(<\/?[a-z][^<>]*>)/i]]),
|
| /build/tools/droiddoc/templates-sdk/assets/js/ |
| prettify.js | 21 I,J,v],hashComments:!0,cStyleComments:!0,multiLineStrings:!0,regexLiterals:!0}),A={};k(O,["default-code"]);k(x([],[["pln",/^[^<?]+/],["dec",/^<!\w[^>]*(?:>|$)/],["com",/^<\!--[\S\s]*?(?:--\>|$)/],["lang-",/^<\?([\S\s]+?)(?:\?>|$)/],["lang-",/^<%([\S\s]+?)(?:%>|$)/],["pun",/^(?:<[%?]|[%?]>)/],["lang-",/^<xmp\b[^>]*>([\S\s]+?)<\/xmp\b[^>]*>/i],["lang-js",/^<script\b[^>]*>([\S\s]*?)(<\/script\b[^>]*>)/i],["lang-css",/^<style\b[^>]*>([\S\s]*?)(<\/style\b[^>]*>)/i],["lang-in.tag",/^(<\/?[a-z][^<>]*>)/i]]),
|