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

1 2 3 4 5 6 7

  /external/linux-tools-perf/scripts/perl/bin/
rw-by-pid-report 3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/rw-by-pid.pl
wakeup-latency-report 3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/wakeup-latency.pl
workqueue-stats-report 3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/workqueue-stats.pl
failed-syscalls-report 10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/failed-syscalls.pl $comm
rw-by-file-report 10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/rw-by-file.pl $comm
rwtop-report 20 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/rwtop.pl $interval
  /external/linux-tools-perf/scripts/python/bin/
futex-contention-report 4 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/futex-contention.py
netdev-times-report 5 perf script -s "$PERF_EXEC_PATH"/scripts/python/netdev-times.py $@
sched-migration-report 3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/sched-migration.py
syscall-counts-report 10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts.py $comm
failed-syscalls-by-pid-report 10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/failed-syscalls-by-pid.py $comm
syscall-counts-by-pid-report 10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts-by-pid.py $comm
sctop-report 24 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/sctop.py $comm $interval
  /external/webkit/Source/WebCore/dom/
ScriptRunner.cpp 101 Vector<PendingScript> scripts; local
102 scripts.swap(m_scriptsToExecuteSoon);
106 scripts.append(m_scriptsToExecuteInOrder[numInOrderScriptsToExecute]);
110 size_t size = scripts.size();
112 CachedScript* cachedScript = scripts[i].cachedScript();
113 RefPtr<Element> element = scripts[i].releaseElementAndClear();
  /external/dhcpcd/mk/
scripts.mk 1 # Quick and dirty scripts
7 _scriptsinstall: ${SCRIPTS}
9 ${INSTALL} -m ${SCRIPTSMODE} ${SCRIPTS} ${DESTDIR}${SCRIPTSDIR}
  /external/webkit/Source/WebKit/mac/WebView/
WebPDFDocumentExtras.mm 73 NSMutableArray *scripts = [NSMutableArray array];
76 return scripts;
80 return scripts;
85 return scripts;
90 return scripts;
128 [scripts addObject:script];
132 return scripts;
  /external/webkit/Source/WebCore/inspector/front-end/
SourceFile.js 143 // WebKit html lexer normalizes line endings and scripts are passed to VM with "\n" line endings.
158 var scripts = this._scripts.slice();
159 scripts.sort(function(x, y) { return x.lineOffset - y.lineOffset || x.columnOffset - y.columnOffset; });
164 if (sources.length < scripts.length)
166 if (scripts.length === 1 && !scripts[0].lineOffset && !scripts[0].columnOffset)
169 this._concatenateScriptsContent(scripts, sources);
171 for (var i = 0; i < scripts.length; ++i)
172 scripts[i].requestSource(didRequestSource.bind(this))
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
DebuggerScript.js 53 var scripts = Debug.scripts();
54 for (var i = 0; i < scripts.length; ++i) {
55 var script = scripts[i];
57 // the context id like we do to discriminate between scripts from different pages.
58 // However we need to filter out v8 native scripts.
78 var scripts = Debug.scripts();
79 for (var i = 0; i < scripts.length; ++i) {
80 var script = scripts[i]
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
build.properties 17 scripts/,\
  /system/bluetooth/brfpatch/
Android.mk 4 # scripts
  /external/webkit/Source/WebKit/mac/Misc/
WebCache.mm 57 [NSNumber numberWithInt:s.scripts.count], @"JavaScript",
67 [NSNumber numberWithInt:s.scripts.size], @"JavaScript",
77 [NSNumber numberWithInt:s.scripts.liveSize], @"JavaScript",
87 [NSNumber numberWithInt:s.scripts.decodedSize], @"JavaScript",
97 [NSNumber numberWithInt:s.scripts.purgeableSize], @"JavaScript",
107 [NSNumber numberWithInt:s.scripts.purgedSize], @"JavaScript",
  /external/icu4c/test/cintltst/
cucdapi.c 303 * Unicode 5 and later encode some of these scripts and give them long names.
436 UScriptCode scripts[20]; local
442 length=uscript_getScriptExtensions(0x0640, scripts, LENGTHOF(scripts), &errorCode);
448 length=uscript_getScriptExtensions(0x0640, NULL, LENGTHOF(scripts), &errorCode);
454 length=uscript_getScriptExtensions(0x0640, scripts, -1, &errorCode);
460 length=uscript_getScriptExtensions(0x0640, scripts, 0, &errorCode);
466 length=uscript_getScriptExtensions(0x0640, scripts, 1, &errorCode);
474 length=uscript_getScriptExtensions(0x063f, scripts, 0, &errorCode);
479 length=uscript_getScriptExtensions(0x0640, scripts, LENGTHOF(scripts), &errorCode)
    [all...]
  /external/v8/test/mjsunit/
debug-script.js 40 var scripts = Debug.scripts(); variable
41 for (i = 0; i < scripts.length; i++) {
42 if (scripts[i].type == Debug.ScriptType.Native) {
43 if (scripts[i].name) {
44 // TODO(1641): Remove check for equally named native scripts once the
46 if (!named_native_names[scripts[i].name]) {
47 named_native_names[scripts[i].name] = true;
51 } else if (scripts[i].type == Debug.ScriptType.Extension) {
53 } else if (scripts[i].type == Debug.ScriptType.Normal)
    [all...]
  /external/libsepol/include/
Makefile 14 ../../scripts/Lindent $(wildcard sepol/*.h)
  /external/libsepol/utils/
Makefile 21 ../../scripts/Lindent $(wildcard *.[ch])

Completed in 3829 milliseconds

1 2 3 4 5 6 7