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

1 2 3

  /external/chromium_org/third_party/tlslite/
setup.py 15 scripts=["scripts/tls.py", "scripts/tlsdb.py"], variable
  /external/chromium_org/v8/test/mjsunit/
debug-script.js 41 var scripts = Debug.scripts(); variable
42 for (i = 0; i < scripts.length; i++) {
43 if (scripts[i].type == Debug.ScriptType.Native) {
44 if (scripts[i].name) {
45 // TODO(1641): Remove check for equally named native scripts once the
47 if (!named_native_names[scripts[i].name]) {
48 named_native_names[scripts[i].name] = true;
52 } else if (scripts[i].type == Debug.ScriptType.Extension) {
54 } else if (scripts[i].type == Debug.ScriptType.Normal)
    [all...]
  /external/icu/icu4c/source/i18n/
collationbasedatabuilder.h 89 UnicodeString scripts; member in class:CollationBaseDataBuilder
collationdata.h 46 scripts(NULL), scriptsLength(0),
134 * Writes the permutation table for the given reordering of scripts and groups,
189 * Data for scripts and reordering groups.
206 const uint16_t *scripts; member in struct:CollationData
collationfastlatin.cpp 53 const uint16_t *scripts = data->scripts; local
58 uint32_t lastByte = reorderTable[scripts[i] & 0xff];
63 if(scripts[i + 2] == USCRIPT_LATIN) { break; }
64 i = i + 2 + scripts[i + 1];
    [all...]
  /external/chromium_org/chrome/test/base/
extension_js_browser_test.cc 32 std::vector<base::string16> scripts; local
34 BuildJavascriptLibraries(&scripts);
37 scripts.push_back(BuildRunTestJSCall(is_async, "RUN_TEST_F", args));
39 base::string16 script_16 = JoinString(scripts, '\n');
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ScriptRunner.cpp 118 Vector<PendingScript> scripts; local
119 scripts.swap(m_scriptsToExecuteSoon);
123 scripts.append(m_scriptsToExecuteInOrder[numInOrderScriptsToExecute]);
127 size_t size = scripts.size();
129 ScriptResource* resource = scripts[i].resource();
130 RefPtrWillBeRawPtr<Element> element = scripts[i].releaseElementAndClear();
  /external/srec/srec/Semproc/include/
SR_SemanticGraphImpl.h 57 * The word map containing the actual scripts. The index of teh script in the wordmap
60 wordmap* scripts; member in struct:SR_SemanticGraphImpl_t
  /external/chromium_org/third_party/WebKit/public/web/
WebCache.h 63 ResourceTypeStat scripts; member in struct:blink::WebCache::ResourceTypeStats
  /external/chromium_org/v8/tools/profviz/
worker.js 29 "load scripts" : load_scripts,
68 function load_scripts(scripts) {
69 time("Loading scripts",
70 function() { for (var i in scripts) importScripts(scripts[i]); });
  /external/chromium_org/third_party/skia/src/sfnt/
SkIBMFamilyClass.h 28 ((Scripts, 10))
137 struct Scripts {
152 } scripts; member in union:SkIBMFamilyClass::SubClass
  /external/markdown/
setup.py 16 script_dir = os.path.join(sys.prefix, 'Scripts')
39 scripts = ['bin/markdown'], variable in class:md_install_scripts
  /external/skia/src/sfnt/
SkIBMFamilyClass.h 28 ((Scripts, 10))
137 struct Scripts {
152 } scripts; member in union:SkIBMFamilyClass::SubClass
  /external/chromium_org/chrome/browser/extensions/
user_script_listener.cc 59 // True if the user scripts contained in |url_patterns| are ready for
63 // A list of URL patterns that have will have user scripts applied to them.
103 // user scripts to see if we need to wait.
120 // One of the user scripts wants to inject into this request, but the
194 const UserScriptList& scripts = local
196 for (UserScriptList::const_iterator iter = scripts.begin();
197 iter != scripts.end(); ++iter) {
active_script_controller_browsertest.cc 31 "\"background\": {\"scripts\": [\"script.js\"]}";
111 std::string scripts; local
114 scripts = base::StringPrintf(
124 scripts = kBackgroundScript;
137 scripts.c_str());
193 // scripts or through chrome.tabs.executeScript()) that sends a message with
231 // This means there is a potential for a race condition with content scripts;
330 // - An extension that injects scripts into all hosts,
331 // - An extension that injects scripts into explicit hosts,
379 // Load up two extensions, each with content scripts
    [all...]
user_script_master.cc 288 // Pickle user scripts and return pointer to the shared memory.
289 static scoped_ptr<base::SharedMemory> Serialize(const UserScriptList& scripts) {
291 pickle.WriteUInt64(scripts.size());
292 for (size_t i = 0; i < scripts.size(); i++) {
293 const UserScript& script = scripts[i];
298 // Write scripts as 'data' so that we can read it out in the slave without
339 // Scripts now contains list of up-to-date scripts. Load the content in the
341 // back even if no scripts ware found to balance the AddRef/Release calls.
370 // notifying about these scripts and instead just immediately reload
421 const UserScriptList& scripts = local
    [all...]
  /external/chromium_org/extensions/common/
file_util_unittest.cc 282 base::ListValue* scripts = new base::ListValue(); local
283 scripts->Append(new base::StringValue("foo.js"));
284 value->Set("background.scripts", scripts);
300 scripts->Clear();
301 scripts->Append(new base::StringValue("http://google.com/foo.js"));
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/bindings/
main.py 42 import bindings.scripts.compute_interfaces_info_individual namespace
43 from bindings.scripts.compute_interfaces_info_individual import compute_info_individual, info_individual
44 import bindings.scripts.compute_interfaces_info_overall namespace
45 from bindings.scripts.compute_interfaces_info_overall import compute_interfaces_info_overall, interfaces_info
46 from bindings.scripts.idl_compiler import IdlCompilerV8
  /external/chromium_org/third_party/icu/source/test/cintltst/
cucdapi.c 303 * Unicode 5 and later encode some of these scripts and give them long names.
432 UScriptCode scripts[20]; local
438 length=uscript_getScriptExtensions(0x0640, scripts, LENGTHOF(scripts), &errorCode);
444 length=uscript_getScriptExtensions(0x0640, NULL, LENGTHOF(scripts), &errorCode);
450 length=uscript_getScriptExtensions(0x0640, scripts, -1, &errorCode);
456 length=uscript_getScriptExtensions(0x0640, scripts, 0, &errorCode);
462 length=uscript_getScriptExtensions(0x0640, scripts, 1, &errorCode);
470 length=uscript_getScriptExtensions(0x063f, scripts, 0, &errorCode);
475 length=uscript_getScriptExtensions(0x0640, scripts, LENGTHOF(scripts), &errorCode)
    [all...]
  /external/freetype/src/autofit/
hbshim.c 92 static const hb_script_t scripts[] = variable
134 script = scripts[style_class->script];
137 /* tag or tags -- some Indic scripts like Devanagari have an old */
333 * Complex scripts like Devanagari have mandatory GPOS features to
461 hb_buffer_set_script( buf, scripts[style_class->script] );
  /external/icu/icu4c/source/test/cintltst/
cucdapi.c 303 * Unicode 5 and later encode some of these scripts and give them long names.
448 UScriptCode scripts[20]; local
454 length=uscript_getScriptExtensions(0x0640, scripts, LENGTHOF(scripts), &errorCode);
460 length=uscript_getScriptExtensions(0x0640, NULL, LENGTHOF(scripts), &errorCode);
466 length=uscript_getScriptExtensions(0x0640, scripts, -1, &errorCode);
472 length=uscript_getScriptExtensions(0x0640, scripts, 0, &errorCode);
478 length=uscript_getScriptExtensions(0x0640, scripts, 1, &errorCode);
485 length=uscript_getScriptExtensions(0x063f, scripts, 0, &errorCode);
493 length=uscript_getScriptExtensions(-1, scripts, LENGTHOF(scripts), &errorCode)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Folder_Actions_Suite.py 42 """attached scripts: List the actions attached to a folder
209 scripts = script variable
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_extension_helper.cc 312 base::ListValue* scripts = new base::ListValue(); local
313 scripts->AppendString("main.js");
315 scripts);
  /external/chromium_org/chrome/common/extensions/api/
extension_api_unittest.cc 261 .Set("scripts", ListBuilder().Append("background.js"))))
481 base::ListValue* scripts = new base::ListValue(); local
482 scripts->Append(new base::StringValue("test.js"));
483 background->Set("scripts", scripts);
630 // "app" API is available to all URLs that content scripts can be injected.
    [all...]
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_worditerator.cc 132 // given language consists of two or more scripts, we just use the first
138 int scripts = uscript_getCode(language.c_str(), script_code, local
140 if (U_SUCCESS(error) && scripts >= 1)

Completed in 820 milliseconds

1 2 3