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

1 23 4 5 6 7

  /sdk/eclipse/scripts/
build_plugins.sh 5 # Usage: sdk/eclipse/scripts/build_plugins <build_version>
13 # Other properties, ant scripts that drive the build are defined in ./buildConfig
97 scripts/setup_eclipse.sh -p "$BASE_DIR"
113 # parse for build internal site flag. If set, pass in internalSite property to ant scripts
167 BUILDFILE=`findFirst "$ECLIPSE_HOME"/plugins/org.eclipse.pde.build_*/scripts/build.xml`
176 echo "Installation Error: Eclipse build file org.eclipse.pde.build_.../scripts/build.xml " \
  /external/webkit/Source/JavaScriptCore/
jsc.cpp 109 Vector<Script> scripts; member in struct:Options
374 static bool runWithScripts(GlobalObject* globalObject, const Vector<Script>& scripts, bool dump)
390 for (size_t i = 0; i < scripts.size(); i++) {
391 if (scripts[i].isFile) {
392 fileName = scripts[i].argument;
397 script = scripts[i].argument;
491 options.scripts.append(Script(true, argv[i]));
497 options.scripts.append(Script(false, argv[i]));
523 options.scripts.append(Script(true, argv[i]));
526 if (options.scripts.isEmpty()
    [all...]
  /external/libvpx/build/make/
gen_msvs_def.sh 22 to export from a DLL. Source files are technically bash scripts (and thus may
  /external/markdown/
setup.py 16 script_dir = os.path.join(sys.prefix, 'Scripts')
39 scripts = ['bin/markdown'], variable in class:md_install_scripts
  /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/webkit/LayoutTests/fast/encoding/resources/
parser-tests.js 4 '<li>56, 57, 58, 59 - we do not run scripts during encoding detection phase and parser treats meta inside a script as text, not a tag.</li>' +
6 '<li>97, 99, 102 - we do not run scripts during encoding detection.</li>' +
  /external/webkit/Source/WebCore/inspector/front-end/
DebuggerModel.js 122 get scripts()
139 var scripts = [];
143 scripts.push(script);
145 return scripts;
  /external/webkit/Source/WebKit/win/
WebCache.cpp 105 static CFStringRef scriptsKey = CFSTR("scripts");
126 value.adoptCF(CFNumberCreate(0, kCFNumberIntType, &stat.scripts.count));
148 value.adoptCF(CFNumberCreate(0, kCFNumberIntType, &stat.scripts.size));
170 value.adoptCF(CFNumberCreate(0, kCFNumberIntType, &stat.scripts.liveSize));
192 value.adoptCF(CFNumberCreate(0, kCFNumberIntType, &stat.scripts.decodedSize));
  /hardware/ti/wlan/mac80211/ti-utils/
Makefile 25 @cp -f ./scripts/go.sh $(NFSROOT)/home/root
  /external/srec/srec/Semproc/src/
SemanticProcessorImpl.c 59 * A holder for accumulated scripts
69 * A list of accumulated scripts
99 * Recursively accumulate the scripts
101 static ESR_ReturnCode accumulate_scripts(SR_SemanticGraphImpl* semgraph, script_list* scripts, sem_partial_path* path_root);
103 static ESR_ReturnCode interpretScripts(SR_SemanticProcessorImpl* semproc, LCHAR* scripts, SR_SemanticResult** result);
544 * Go through the partial paths which were successful and accumulate the scripts
550 /*pfprintf(PSTDOUT,"Accumulated scripts\n");*/
553 * Prepare the scripts for processing, in other words, make them "nice".
667 if (0) PLogMessage( L("Accumulated Scripts for:\n%s"), semproc->acc_scripts);
781 LCHAR acc_scripts[MAX_SCRIPT_LEN]; /* the accumulated scripts */
    [all...]
SemanticGraphImpl.c 234 /* scripts */
235 if ((rc = deserializeWordMapV2(&impl->scripts, fp)) != ESR_SUCCESS)
313 /* Load the scripts file
316 - the scripts file has each line ordered starting from 0 as such
340 wordmap_create(&semgraph->scripts, i, num_scripts, (int)AVG_SCRIPTS_PER_WORD*num_words_to_add);
368 if (wordmap_add_word(semgraph->scripts, oword) != lineNo)
494 wordmap_setbase(semgraph->scripts);
608 wordmap_destroy(&semgraph->scripts);
748 if ((rc = serializeWordMapV2(impl->scripts, fp)) != ESR_SUCCESS)
785 if ((rc = serializeWordMapV2(impl->scripts, fp)) != ESR_SUCCESS
    [all...]
  /external/v8/test/mjsunit/
debug-scripts-request.js 37 var base_request = '"seq":0,"type":"request","command":"scripts"'
65 // Test illegal scripts requests.
68 // Test legal scripts requests.
76 // Test request for all scripts.
  /sdk/monitor/
Android.mk 26 MONITOR_DEP_LIBRARIES := $(shell $(TOPDIR)sdk/eclipse/scripts/create_all_symlinks.sh -d)
35 $(hide)$(TOPDIR)sdk/eclipse/scripts/create_all_symlinks.sh -c
  /external/icu4c/test/cintltst/
cldrtest.c 780 USet *scripts[10]= {0}; local
878 UScriptCode scripts[USCRIPT_CODE_LIMIT]; local
    [all...]
  /external/webkit/Source/WebCore/page/
PageGroup.cpp 414 UserScriptVector* scripts = it->second;
415 for (int i = scripts->size() - 1; i >= 0; --i) {
416 if (scripts->at(i)->url() == url)
417 scripts->remove(i);
420 if (!scripts->isEmpty())
  /external/linux-tools-perf/
Makefile 188 # No Perl scripts right now:
191 SCRIPTS = $(patsubst %.sh,%,$(SCRIPT_SH))
201 ALL_PROGRAMS = $(PROGRAMS) $(SCRIPTS)
489 LIB_OBJS += $(OUTPUT)scripts/perl/Perf-Trace-Util/Context.o
554 LIB_OBJS += $(OUTPUT)scripts/python/Perf-Trace-Util/Context.o
688 $(SCRIPTS) : % : %.sh
693 $(SCRIPTS) \
734 $(OUTPUT)scripts/perl/Perf-Trace-Util/Context.o: scripts/perl/Perf-Trace-Util/Context.c $(OUTPUT)PERF-CFLAGS
740 $(OUTPUT)scripts/python/Perf-Trace-Util/Context.o: scripts/python/Perf-Trace-Util/Context.c $(OUTPUT)PERF-CFLAG
    [all...]
  /external/webkit/Source/WebCore/loader/cache/
CachedResourceLoader.cpp 216 // types of resources, like Images, Scripts, and CSS, can be loaded from
757 unsigned scripts = 0; local
774 scripts++;
794 if (scripts)
795 printf("SCRIPTS: %d (%d hits, hit rate %d%%)\n", scripts, scripts - scriptMisses, (scripts - scriptMisses) * 100 / scripts);
MemoryCache.cpp 620 stats.scripts.addResource(resource);
671 printf("%-13s %13d %13d %13d %13d %13d %13d\n", "JavaScript", s.scripts.count, s.scripts.size, s.scripts.liveSize, s.scripts.decodedSize, s.scripts.purgeableSize, s.scripts.purgedSize);
  /external/v8/src/
debug-debugger.js 58 // The different types of scripts matching enum ScriptType in objects.h.
527 var scripts = Debug.scripts();
530 for (var i in scripts) {
531 var script = scripts[i];
685 var scripts = this.scripts();
686 for (var i = 0; i < scripts.length; i++) {
687 if (script_id == scripts[i].id) {
688 break_point.actual_position = %SetScriptBreakPoint(scripts[i], position
    [all...]
  /external/chromium/build/
install-chroot.sh 100 targets="$(cd /usr/share/debootstrap/scripts
145 grep ubuntu.com /usr/share/debootstrap/scripts/"${distname}" >&/dev/null && {
174 grep ubuntu.com /usr/share/debootstrap/scripts/"${distname}" >&/dev/null &&
182 grep ubuntu.com /usr/share/debootstrap/scripts/"${distname}" >&/dev/null &&
  /external/webkit/Source/WebCore/
Android.derived.mk 96 $(GEN): WEBKITPY_RESOURCES_DIRECTORY := $(LOCAL_PATH)/../../Tools/Scripts/webkitpy
177 $(GEN): PRIVATE_CUSTOM_TOOL = perl -I $(PRIVATE_PATH)/bindings/scripts $< --attrs $(xmlns_attrs) --output $(dir $@)
185 $(GEN): PRIVATE_CUSTOM_TOOL = perl -I $(PRIVATE_PATH)/bindings/scripts $< --attrs $(xml_attrs) --output $(dir $@)
195 $(GEN): PRIVATE_CUSTOM_TOOL = perl -I $(PRIVATE_PATH)/bindings/scripts $< --attrs $(xlink_attrs) --output $(dir $@)
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
interactive.rb 8 A special stream used in the <b>interactive mode</b> of the Main scripts. It
  /external/checkpolicy/
Makefile 64 ../scripts/Lindent $(filter-out $(GENERATED),$(wildcard *.[ch]))
  /external/icu4c/common/unicode/
uscript.h 34 * For scripts for which there are codes in ISO 15924 but which are not
36 * associated with those scripts.
135 /* New scripts in Unicode 3.2 */
145 /* New scripts in Unicode 4 */
166 /* New scripts in Unicode 4.1 */
450 * Some characters are commonly used in multiple scripts.
465 * to the output scripts array.
467 * Some characters are commonly used in multiple scripts.
477 * @param scripts output script code array
478 * @param capacity capacity of the scripts arra
    [all...]
  /external/libsepol/src/
Makefile 55 ../../scripts/Lindent $(wildcard *.[ch])

Completed in 1444 milliseconds

1 23 4 5 6 7