HomeSort by relevance Sort by last modified time
    Searched refs:script (Results 801 - 825 of 1141) sorted by null

<<31323334353637383940>>

  /external/webkit/LayoutTests/http/conf/
apache2-msys-httpd.conf 584 AddHandler cgi-script .cgi .pl
612 # Action lets you define media types that will execute a script whenever
615 # Format: Action media/type /cgi-script/location
616 # Format: Action handler-name /cgi-script/location
644 # N.B.: You can redirect to a script or a document using server-side-includes.
649 # request will *not* be available to such a script.
cygwin-httpd.conf 615 AddHandler cgi-script .cgi .pl
643 # Action lets you define media types that will execute a script whenever
646 # Format: Action media/type /cgi-script/location
647 # Format: Action handler-name /cgi-script/location
675 # N.B.: You can redirect to a script or a document using server-side-includes.
680 # request will *not* be available to such a script.
fedora-httpd.conf 687 AddHandler cgi-script .cgi .pl
711 # Action lets you define media types that will execute a script whenever
714 # Format: Action media/type /cgi-script/location
715 # Format: Action handler-name /cgi-script/location
  /external/webkit/Source/WebCore/workers/
DefaultSharedWorkerRepository.cpp 252 // Loads the script on behalf of a worker.
295 InspectorInstrumentation::scriptImported(m_worker->scriptExecutionContext(), m_scriptLoader->identifier(), m_scriptLoader->script());
296 DefaultSharedWorkerRepository::instance().workerScriptLoaded(*m_proxy, m_worker->scriptExecutionContext()->userAgent(m_scriptLoader->url()), m_scriptLoader->script(), m_port.release());
384 // If proxy is already running, just connect to it - otherwise, kick off a loader to load the script.
WorkerContext.cpp 174 // Let current script run to completion but prevent future script evaluations.
257 InspectorInstrumentation::scriptImported(scriptExecutionContext(), scriptLoader.identifier(), scriptLoader.script());
260 m_script->evaluate(ScriptSourceCode(scriptLoader.script(), scriptLoader.responseURL()), &exception);
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
WebKitPluginClient.defs 123 script :data_t;
  /external/webkit/Source/WebKit/wx/
WebFrame.cpp 229 WebCore::ScriptController* controller = m_impl->frame->script();
235 returnValue = wxString(result.toString(m_impl->frame->script()->globalObject(WebCore::mainThreadNormalWorld())->globalExec()).utf8().data(), wxConvUTF8);
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_script.cpp 101 int execute_functional_script(char *script) {
117 cmd = strtok_r((char *) script, DELIMITER, &ctx);
1057 char *script; local
1073 printf("\n SCRIPT : <%s> is currently being executed \n",script_name);
    [all...]
  /ndk/build/core/
add-toolchain.mk 16 # this script is included repeatedly by main.mk to add a new toolchain
  /build/tools/droiddoc/templates-pdk/
sdkpage.cs 207 <script type="text/javascript">
212 </script>
  /external/bison/djgpp/
config.bat 144 Rem Create an arguments file for the configure script.
436 Rem install-sh is required by the configure script but clashes with the
438 Rem script runs and rename it afterwards
472 Rem Update the arguments file for the configure script.
481 Rem Update the arguments file for the configure script.
485 echo Running the ./configure script...
517 echo ./configure script editing failed!
529 echo ./configure script exited abnormally!
  /external/dhcpcd/
configure.c 342 char *const argv[2] = { UNCONST(iface->state->options->script), NULL };
351 if (iface->state->options->script == NULL ||
352 iface->state->options->script[0] == '\0' ||
353 strcmp(iface->state->options->script, "/dev/null") == 0)
378 /* Wait for the script to finish */
if-options.c 61 {"script", required_argument, NULL, 'c'},
352 strlcpy(ifo->script, arg, sizeof(ifo->script));
803 strlcpy(ifo->script, SCRIPT, sizeof(ifo->script));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
ant.bat 51 rem %~dp0 is expanded pathname of the current script under NT
207 rem If there were no errors, we run the post script.
  /external/harfbuzz/src/
harfbuzz-hangul.c 31 // Hangul is a syllable based script. Unicode reserves a large range
219 assert(item->item.script == HB_Script_Hangul);
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-hangul.c 31 // Hangul is a syllable based script. Unicode reserves a large range
219 assert(item->item.script == HB_Script_Hangul);
harfbuzz-tibetan.c 218 assert(item->item.script == HB_Script_Tibetan);
  /external/icu4c/i18n/
transreg.cpp 198 * A Spec may be a locale or a script. If it is a locale, it has a
200 * ssss is the script mapping of xx_YY_ZZZ. The Spec API methods
205 * canonical form, or the script is transformed from an abbreviation
258 // Canonicalize script name -or- do locale->script mapping
261 UScriptCode script[capacity]={USCRIPT_INVALID_CODE}; local
263 script, capacity, &status);
264 if (num > 0 && script[0] != USCRIPT_INVALID_CODE) {
265 scriptName = UnicodeString(uscript_getName(script[0]), -1, US_INV);
277 // We are a script; use canonical nam
    [all...]
  /external/icu4c/tools/gendraft/
genheaders.pl 142 * Created by: genheaders.pl, a perl script written by Ram Viswanadha
  /external/icu4c/tools/genren/
genren.pl 85 * Created by: Perl script tools/genren.pl written by Vladimir Weinstein
  /external/libppp/src/
command.c     [all...]
  /external/libvpx/libvpx/build/make/
gen_msvs_sln.sh 22 This script generates a Visual Studio 2005 solution file from a list of project
  /external/linux-tools-perf/util/
trace-event.h 283 int (*start_script) (const char *script, int argc, const char **argv);
  /external/llvm/utils/
codegen-diff 104 It's easiest to save this output by using B<script>.
129 L<gdb(1)>, L<objdump(1)>, L<script(1)>.
  /external/openfst/src/include/fst/script/
arg-packs.h 36 namespace script { namespace in namespace:fst
237 } // namespace script

Completed in 1059 milliseconds

<<31323334353637383940>>