HomeSort by relevance Sort by last modified time
    Searched refs:SCRIPT (Results 26 - 50 of 79) sorted by null

12 3 4

  /external/chromium_org/chrome/browser/predictors/
resource_prefetch_predictor_tables_unittest.cc 193 "http://www.resources.google.com/script.js",
194 ResourceType::SCRIPT,
298 "http://www.google.com/script.js",
299 ResourceType::SCRIPT,
320 "http://www.resources.google.com/script.js",
321 ResourceType::SCRIPT,
332 ResourceType::SCRIPT,
340 ResourceType::SCRIPT,
380 "http://www.facebook.com/script.js",
381 ResourceType::SCRIPT,
    [all...]
resource_prefetch_predictor_tables.cc 108 case ResourceType::SCRIPT:
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_permissions_unittest.cc 124 ResourceType::SCRIPT, NULL, process_id, frame_id);
137 ResourceType::SCRIPT, NULL, process_id, frame_id);
  /external/chromium_org/v8/src/
gdb-jit.h 61 V(SCRIPT) \
118 Script* script,
122 Handle<Script> script,
  /external/v8/src/
gdb-jit.h 61 V(SCRIPT) \
118 Script* script,
122 Handle<Script> script,
  /external/chromium/
Android.mk 437 SCRIPT := $(LOCAL_PATH)/android/generateAndroidForwardingHeader.pl
440 $(GEN): $(SCRIPT)
442 perl $(SCRIPT) $@ "lib/expat.h"
446 $(GEN): $(SCRIPT)
448 perl $(SCRIPT) $@ "include/core/SkBitmap.h"
452 $(GEN): $(SCRIPT)
454 perl $(SCRIPT) $@ "public/WebFormControlElement.h"
458 $(GEN): $(SCRIPT)
460 perl $(SCRIPT) $@ "public/WebRegularExpression.h"
464 $(GEN): $(SCRIPT)
    [all...]
  /ndk/tests/
run-tests.sh 17 # This shell script is used to run all NDK build tests in a row.
305 # Run a simple awk script
306 # $1: awk script to run
312 local SCRIPT="$1"
313 local SCRIPT_NAME="`basename $SCRIPT`"
321 echo "### COMMAND: awk -f \"$SCRIPT\" $@ < \"$INPUT\" > \"$OUTPUT\""
323 awk -f "$SCRIPT" $@ < "$INPUT" > "$OUTPUT"
324 fail_panic "Can't run awk script: $SCRIPT"
326 echo "OUTPUT FROM SCRIPT:
    [all...]
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwContentsTest.java 402 String SCRIPT = "navigator.onLine";
409 SCRIPT));
414 SCRIPT));
419 SCRIPT));
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
SourceHTMLTokenizer.js 74 SCRIPT: 16,
89 var match = /<\/script/i.exec(line);
184 // Re-set line to force </script> detection first.
393 if (this._condition.parseCondition & (this._parseConditions.SCRIPT | this._parseConditions.STYLE)) {
394 // Do not tokenize script and style tag contents, keep lexer state, even though processing "<".
537 if (this._condition.parseCondition & this._parseConditions.SCRIPT) {
538 // Do not tokenize script tag contents, keep lexer state, even though processing "<".
544 this._condition.parseCondition = this._parseConditions.SCRIPT;
682 if (this._condition.parseCondition === this._parseConditions.SCRIPT || this._condition.parseCondition === this._parseConditions.STYLE) {
733 if (this._condition.parseCondition & this._parseConditions.SCRIPT) {
    [all...]
SourceHTMLTokenizer.re2js 73 SCRIPT: 16,
88 var match = /<\/script/i.exec(line);
183 // Re-set line to force </script> detection first.
265 if (this._condition.parseCondition & this._parseConditions.SCRIPT) {
266 // Do not tokenize script tag contents, keep lexer state, even though processing "<".
272 this._condition.parseCondition = this._parseConditions.SCRIPT;
309 if (this._condition.parseCondition & (this._parseConditions.SCRIPT | this._parseConditions.STYLE)) {
310 // Do not tokenize script and style tag contents, keep lexer state, even though processing "<".
324 if (this._condition.parseCondition & this._parseConditions.SCRIPT) {
326 // Do not tokenize script tag contents
    [all...]
  /external/ipsec-tools/src/racoon/
cfparse.h 183 SCRIPT = 399,
348 #define SCRIPT 399
  /external/openssh/regress/
ssh-com.sh 30 SRC=`dirname ${SCRIPT}`
ssh-com-client.sh 30 SRC=`dirname ${SCRIPT}`
scp.sh 21 SRC=`dirname ${SCRIPT}`
  /external/chromium_org/chrome/browser/ui/webui/predictors/
predictors_handler.cc 30 case ResourceType::SCRIPT:
31 return "Script";
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ElementTest.java 122 assertTrue(Element.SCRIPT(mRS) != null);
220 Element[] SCRIPT = { Element.SCRIPT(mRS) };
244 RGBA_5551, RGB_565, SAMPLER, SCRIPT, TYPE,
326 eb.add(Element.SCRIPT(mRS), "SCRIPT", arraySize);
392 assertFalse(Element.SCRIPT(mRS).isComplex());
TypeTest.java 78 testTypeBuilderHelper(Element.SCRIPT(mRS));
  /external/chromium_org/third_party/icu/source/test/intltest/
loctest.cpp 23 // script code
40 // display script (English)
53 // display script (French)
66 /* display script (Catalan) */
85 // display script (Greek)
112 // display script (<root>)
243 if (rawData[SCRIPT][i] && rawData[SCRIPT][i][0] != 0) {
244 testLocale = Locale(rawData[LANG][i], rawData[SCRIPT][i], rawData[CTRY][i], rawData[VAR][i]);
254 if ( (temp=testLocale.getScript()) != (dataTable[SCRIPT][i])
    [all...]
  /external/icu4c/test/intltest/
loctest.cpp 24 // script code
41 // display script (English)
54 // display script (French)
67 /* display script (Catalan) */
86 // display script (Greek)
113 // display script (<root>)
244 if (rawData[SCRIPT][i] && rawData[SCRIPT][i][0] != 0) {
245 testLocale = Locale(rawData[LANG][i], rawData[SCRIPT][i], rawData[CTRY][i], rawData[VAR][i]);
255 if ( (temp=testLocale.getScript()) != (dataTable[SCRIPT][i])
    [all...]
  /frameworks/rs/cpp/
Element.cpp 97 CREATE_USER(SCRIPT, SCRIPT);
  /external/dhcpcd/
Makefile 15 SCRIPT= ${LIBEXECDIR}/dhcpcd-run-hooks
37 SED_SCRIPT= -e 's:@SCRIPT@:${SCRIPT}:g'
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
ruby.php 174 'SCRIPT' => array(
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ElementThunker.java 207 e = android.renderscript.Element.SCRIPT(rst.mN);
  /external/chromium/chrome/browser/extensions/
extension_webrequest_api.cc 48 "script",
58 ResourceType::SCRIPT,
  /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...]

Completed in 603 milliseconds

12 3 4