HomeSort by relevance Sort by last modified time
    Searched defs:scripts (Results 26 - 50 of 56) sorted by null

12 3

  /external/chromium_org/third_party/WebKit/Source/core/fetch/
MemoryCache.h 47 // This cache holds subresources used by Web pages: images, scripts, stylesheets, etc.
146 TypeStatistic scripts; member in struct:WebCore::FINAL::Statistics
162 // since the decoded cost of resources like scripts and stylesheets is not known.
ResourceFetcher.cpp 504 // types of resources, like Images, Scripts, and CSS, can be loaded from
1398 unsigned scripts = 0; local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
uspoof_impl.cpp 227 // Return the set of scripts, each of which can represent something that is
351 // Given a locale (a language), add all the characters from all of the scripts used with that language
355 UScriptCode scripts[30]; local
357 int32_t numScripts = uscript_getCode(locale, scripts, sizeof(scripts)/sizeof(UScriptCode), &status);
368 tmpSet.applyIntPropertyValue(UCHAR_SCRIPT, scripts[i], status);
uspoof.cpp 211 // A count of the number of non-Common or inherited scripts.
221 // Note: scriptCount == 2 covers all cases of the number of scripts >= 2
290 // Compute the set of scripts that every input character has a confusable in.
293 // If the number of such scripts is two or more, and the input consisted of
295 // (The two scripts will be the original script and the one that is confusable)
296 // If the number of such scripts >= one, and the original input contained characters from
306 ScriptSet scripts; local
307 This->wholeScriptCheck(nfkdText, nfkdLength, &scripts, *status);
308 int32_t confusableScriptCount = scripts.countMembers();
  /external/icu/icu4c/source/i18n/
uspoof.cpp 573 // Compute the set of scripts that every input character has a confusable in.
577 // If the number of such scripts is two or more, and the input consisted of
579 // (The two scripts will be the original script and the one that is confusable)
581 // If the number of such scripts >= one, and the original input contained characters from
596 ScriptSet scripts; local
597 This->wholeScriptCheck(nfdText, &scripts, *status);
598 int32_t confusableScriptCount = scripts.countMembers();
uspoof_impl.cpp 232 // Return the set of scripts, each of which can represent something that is
355 // Given a locale (a language), add all the characters from all of the scripts used with that language
359 UScriptCode scripts[30]; local
361 int32_t numScripts = uscript_getCode(locale, scripts, sizeof(scripts)/sizeof(UScriptCode), &status);
372 tmpSet.applyIntPropertyValue(UCHAR_SCRIPT, scripts[i], status);
  /external/chromium_org/chrome/browser/extensions/
extension_prefs_unittest.cc 601 scoped_ptr<base::ListValue> scripts(new base::ListValue);
602 scripts->AppendString("test.js");
603 manifest.Set(manifest_keys::kBackgroundScripts, scripts.release());
635 const base::ListValue* scripts; variable
636 ASSERT_TRUE(manifest->GetList(manifest_keys::kBackgroundScripts, &scripts));
637 EXPECT_EQ(1u, scripts->GetSize());
    [all...]
extension_service_unittest.cc 1192 const extensions::UserScriptList& scripts = local
    [all...]
  /external/icu/icu4c/source/test/intltest/
itspoof.cpp 145 UnicodeString s("xyz"); // Many latin ranges are whole-script confusable with other scripts.
535 ScriptSet scripts; local
536 scripts.parseScripts(UnicodeString(test.fScripts), status);
537 TEST_ASSERT_MSG(scripts == *idInfo.getScripts(), testNumStr);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
UserMetrics.js 61 scripts: 4,
  /external/chromium_org/third_party/icu/source/test/cintltst/
cldrtest.c 851 USet *scripts[10]= {0}; local
949 UScriptCode scripts[USCRIPT_CODE_LIMIT]; local
    [all...]
  /external/chromium_org/ui/gfx/
render_text_harfbuzz.cc 29 // The maximum number of scripts a Unicode character can belong to. This value
31 // character to belong to more scripts.
309 // If the given scripts match, returns the one that isn't USCRIPT_COMMON or
323 // Unicode |codepoint|. Returns the number of written scripts.
324 int GetScriptExtensions(UChar32 codepoint, UScriptCode* scripts) {
329 scripts[0] = uscript_getScript(codepoint, &icu_error);
332 // Fill the rest of |scripts| with the extensions.
333 int count = uscript_getScriptExtensions(codepoint, scripts + 1,
345 UScriptCode scripts[kMaxScripts] = { USCRIPT_INVALID_CODE }; local
346 int count = GetScriptExtensions(codepoint, scripts);
378 UScriptCode scripts[kMaxScripts] = { USCRIPT_INVALID_CODE }; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cldrtest.c 795 USet *scripts[10]= {0}; local
890 UScriptCode scripts[USCRIPT_CODE_LIMIT]; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorPageAgent.cpp 450 RefPtr<JSONObject> scripts = m_state->getObject(PageAgentState::pageAgentScriptsToEvaluateOnLoad); local
451 if (!scripts) {
452 scripts = JSONObject::create();
453 m_state->setObject(PageAgentState::pageAgentScriptsToEvaluateOnLoad, scripts);
456 // scripts once we restored the scripts from the cookie during navigation.
459 } while (scripts->find(*identifier) != scripts->end());
460 scripts->setString(*identifier, source);
463 m_state->setObject(PageAgentState::pageAgentScriptsToEvaluateOnLoad, scripts);
468 RefPtr<JSONObject> scripts = m_state->getObject(PageAgentState::pageAgentScriptsToEvaluateOnLoad); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeVerticalData.cpp 317 } scripts[1]; member in struct:WebCore::OpenType::ScriptList
322 if (!isValidEnd(buffer, &scripts[count]))
325 if (scripts[i].scriptTag == tag)
326 return validateOffset<ScriptTable>(buffer, scripts[i].scriptOffset);
334 if (!count || !isValidEnd(buffer, &scripts[count]))
339 return validateOffset<ScriptTable>(buffer, scripts[0].scriptOffset);
363 const ScriptList* scripts = scriptList(buffer); local
364 if (!scripts)
366 return scripts->defaultLangSys(buffer);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 1304 scripts = script variable
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp 4599 PassRefPtrWillBeRawPtr<HTMLCollection> Document::scripts() function in class:WebCore::Document
    [all...]
  /external/chromium_org/v8/src/
debug-debugger.js 35 // The different types of scripts matching enum ScriptType in objects.h.
517 var scripts = Debug.scripts();
520 for (var i in scripts) {
521 var script = scripts[i];
676 var scripts = this.scripts();
679 for (var i = 0; i < scripts.length; i++) {
680 if (script_id == scripts[i].id) {
681 break_point.actual_position = %SetScriptBreakPoint(scripts[i], position
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mlang.h 917 SCRIPT_IDS scripts; member in struct:tagSCRIPFONTINFO
    [all...]
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.10/
gradle-tooling-api-1.10.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.11/
gradle-tooling-api-1.11.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.12/
gradle-tooling-api-1.12.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.6/
gradle-tooling-api-1.6.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.6-rc-1/
gradle-tooling-api-1.6-rc-1.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.7/
gradle-tooling-api-1.7.jar 

Completed in 643 milliseconds

12 3