/external/chromium_org/third_party/WebKit/Source/core/workers/ |
WorkerScriptLoader.h | 61 String script();
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
ContentProviders.js | 34 * @param {Array.<WebInspector.Script>} scripts 42 WebInspector.ConcatenatedScriptsContentProvider.scriptOpenTag = "<script>"; 43 WebInspector.ConcatenatedScriptsContentProvider.scriptCloseTag = "</script>"; 47 * @return {Array.<WebInspector.Script>} 132 * @param {WebInspector.Script} script 135 function searchCallback(script, searchMatches) 137 results[script.scriptId] = []; 139 var searchMatch = new WebInspector.ContentProvider.SearchMatch(searchMatches[i].lineNumber + script.lineOffset, searchMatches[i].lineContent); 140 results[script.scriptId].push(searchMatch) [all...] |
resourceView.css | 52 .resource-view .script-view { 112 .script-view-fallback {
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebDevToolsAgentImpl.h | 96 virtual void evaluateInWebInspector(long callId, const WebString& script);
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-buffer.cc | 44 a->script == b->script && 55 (unsigned int) p->script ^ 510 /* If script is set to INVALID, guess from buffer contents */ 511 if (props.script == HB_SCRIPT_INVALID) { 513 hb_script_t script = unicode->script (info[i].codepoint); local 514 if (likely (script != HB_SCRIPT_COMMON && 515 script != HB_SCRIPT_INHERITED && 516 script != HB_SCRIPT_UNKNOWN)) [all...] |
hb-common.cc | 299 /* Script variants from http://unicode.org/iso15924/ */ 308 /* If it looks right, just use the tag as a script */ 323 hb_script_to_iso15924_tag (hb_script_t script) 325 return (hb_tag_t) script; 329 hb_script_get_horizontal_direction (hb_script_t script) 332 switch ((hb_tag_t) script)
|
/external/chromium_org/third_party/icu/source/common/ |
brkeng.cpp | 109 // Apply the entire script of the character. 110 int32_t script = u_getIntPropertyValue(c, UCHAR_SCRIPT); local 111 fHandled[breakType]->applyIntPropertyValue(UCHAR_SCRIPT, script, status); 241 // TODO: Have to get some characters with script=common handled 270 ICULanguageBreakFactory::loadDictionaryFor(UScriptCode script, int32_t /*breakType*/) { 278 b = ures_getByKeyWithFallback(b, uscript_getShortName(script), b, &status);
|
brkeng.h | 145 * the entire script to which that character belongs.</p> 277 * <p>Create a CompactTrieDictionary for the specified script and break type.</p> 279 * @param script An ISO 15924 script code that identifies the dictionary to be 285 virtual const CompactTrieDictionary *loadDictionaryFor(UScriptCode script, int32_t breakType);
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
locdspnm.h | 28 * more information on language, script, region, variant, key, and 112 * Returns the display name of the provided script code. 113 * @param script the script code 114 * @param result receives the script code's display name 115 * @return the display name of the provided script code 118 virtual UnicodeString& scriptDisplayName(const char* script, 122 * Returns the display name of the provided script code. 123 * @param scriptCode the script code number 124 * @param result receives the script code's display nam [all...] |
/external/chromium_org/third_party/icu/source/test/letest/ |
xmlreader.cpp | 155 UnicodeString script_attr = UNICODE_STRING_SIMPLE("script"); 169 char *script = getCString(testCase->getAttribute(script_attr)); local 184 uscript_getCode(script, &scriptCode, 1, &status); 186 log_err("invalid script name: %s.\n", script); 250 freeCString(script);
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/ |
phonenumber_offline_geocoder.cc | 85 int prefix, const string& language, const string& script, 88 provider_->GetFileName(prefix, language, script, region, &filename); 185 const PhoneNumber& number, const string& lang, const string& script, 191 phone_prefix, lang, script, region);
|
/external/chromium_org/third_party/skia/src/animator/ |
SkAnimatorScript.cpp | 82 const char* script = original; local 83 bool success = evaluateScript(&script, result); 144 const char* script = scriptValue->fOperand.fString->c_str(); local 145 success = engine.evaluateScript(&script, value); 311 bool SkAnimatorScript::EvaluateDisplayable(SkAnimateMaker& maker, SkDisplayable* displayable, const char* script, SkDisplayable** result) { 314 bool success = engine.evaluate(script, &value, SkType_Displayable); 320 bool SkAnimatorScript::EvaluateInt(SkAnimateMaker& maker, SkDisplayable* displayable, const char* script, int32_t* result) { 323 bool success = engine.evaluate(script, &value, SkType_Int); 329 bool SkAnimatorScript::EvaluateFloat(SkAnimateMaker& maker, SkDisplayable* displayable, const char* script, SkScalar* result) { 332 bool success = engine.evaluate(script, &value, SkType_Float) 567 const char* script = scriptTests[index].fScript; local [all...] |
/external/chromium_org/third_party/sqlite/src/tool/ |
omittest.tcl | 4 # Documentation for this script. This may be output to stderr 5 # if the script is invoked incorrectly. 7 This Tcl script is used to test the various compile time options 11 <script> ?test-symbol? ?-makefile PATH-TO-MAKEFILE? ?-skip_run? 17 This script builds the testfixture program and runs the SQLite test suite 20 as a sub-directory of the current directory by the script. The output 116 # This proc processes the command line options passed to this script.
|
/external/chromium_org/tools/playback_benchmark/ |
playback.js | 121 * Checks if script isn't going to be executed too early and delays script 123 * @param {number} scriptId Unique script identifier. 125 * @param {boolean} inlined Indicates whether script is a text block in the page 127 * @param {string} src Script url (if script is not inlined). 137 var elements = doc.getElementsByTagName('script'); 152 Benchmark.die('script element not found', scriptId, src); 228 'script load': ['src'],
|
/external/chromium_org/v8/src/arm/ |
codegen-arm.h | 69 Handle<Script> script);
|
/external/chromium_org/v8/src/mips/ |
codegen-mips.h | 71 Handle<Script> script);
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-737588.js | 30 goog.globalEval = function(script) { 31 return goog.global.eval(script);
|
/external/harfbuzz_ng/src/ |
hb-buffer.cc | 44 a->script == b->script && 55 (unsigned int) p->script ^ 510 /* If script is set to INVALID, guess from buffer contents */ 511 if (props.script == HB_SCRIPT_INVALID) { 513 hb_script_t script = unicode->script (info[i].codepoint); local 514 if (likely (script != HB_SCRIPT_COMMON && 515 script != HB_SCRIPT_INHERITED && 516 script != HB_SCRIPT_UNKNOWN)) [all...] |
hb-common.cc | 299 /* Script variants from http://unicode.org/iso15924/ */ 308 /* If it looks right, just use the tag as a script */ 323 hb_script_to_iso15924_tag (hb_script_t script) 325 return (hb_tag_t) script; 329 hb_script_get_horizontal_direction (hb_script_t script) 332 switch ((hb_tag_t) script)
|
/external/icu4c/common/ |
brkeng.cpp | 112 // Apply the entire script of the character. 113 int32_t script = u_getIntPropertyValue(c, UCHAR_SCRIPT); local 114 fHandled[breakType]->applyIntPropertyValue(UCHAR_SCRIPT, script, status); 249 // TODO: Have to get some characters with script=common handled 280 ICULanguageBreakFactory::loadDictionaryMatcherFor(UScriptCode script, int32_t /* brkType */) { 287 ures_getStringByKeyWithFallback(b, uscript_getShortName(script), &dictnlength, &status);
|
brkeng.h | 145 * the entire script to which that character belongs.</p> 276 * <p>Create a DictionaryMatcher for the specified script and break type.</p> 277 * @param script An ISO 15924 script code that identifies the dictionary to be 283 virtual DictionaryMatcher *loadDictionaryMatcherFor(UScriptCode script, int32_t breakType);
|
/external/icu4c/i18n/unicode/ |
locdspnm.h | 29 * more information on language, script, region, variant, key, and 137 * Returns the display name of the provided script code. 138 * @param script the script code 139 * @param result receives the script code's display name 140 * @return the display name of the provided script code 143 virtual UnicodeString& scriptDisplayName(const char* script, 147 * Returns the display name of the provided script code. 148 * @param scriptCode the script code number 149 * @param result receives the script code's display nam [all...] |
/external/icu4c/samples/layout/ |
ScriptCompositeFontInstance.h | 33 * font and script, so it is best to call this method with text which is 34 * in a single script, passing the script code in as a hint. If you don't 35 * know the script of the text, you can use zero, which is the script code 36 * for characters used in more than one script. 50 * Where it makes sense, they should use the script code as a hint to render 51 * characters from the COMMON script in the font which is used for the given 52 * script. For example, if the input text is a series of Arabic words separated 53 * by spaces, and the script code passed in is <code>arabScriptCode</code> yo [all...] |
/external/icu4c/test/letest/ |
xmlreader.cpp | 155 UnicodeString script_attr = UNICODE_STRING_SIMPLE("script"); 169 char *script = getCString(testCase->getAttribute(script_attr)); local 184 uscript_getCode(script, &scriptCode, 1, &status); 186 log_err("invalid script name: %s.\n", script); 250 freeCString(script);
|
/external/ipsec-tools/src/racoon/ |
privsep.c | 175 * When running privsep, certificate and script paths 182 "require path cert and path script in the config file\n"); 377 char *script; local 388 * We expect: script, name, envp[], void 393 count++; /* script */ 428 * Populate script, name and envp 431 script = bufs[count++]; 447 script, name, envp); 451 * Check script path and name 456 (unsafe_path(script, LC_PATHTYPE_SCRIPT) == 0) [all...] |