HomeSort by relevance Sort by last modified time
    Searched refs:script (Results 176 - 200 of 981) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/openfst/src/include/fst/script/
compose.h 20 #include <fst/script/arg-packs.h>
21 #include <fst/script/fst-class.h>
25 namespace script { namespace in namespace:fst
55 const ComposeOptions &opts = fst::script::ComposeOptions());
60 } // namespace script
randgen.h 20 #include <fst/script/arg-packs.h>
21 #include <fst/script/fst-class.h>
25 namespace script { namespace in namespace:fst
68 fst::RandGenOptions<fst::script::RandArcSelection>(
69 fst::script::UNIFORM_ARC_SELECTOR));
71 } // namespace script
  /external/webkit/Source/WebCore/bindings/js/
JSWorkerContextBase.cpp 73 WorkerScriptController* script = workerContext->script();
74 if (!script)
76 JSWorkerContext* contextWrapper = script->workerContextWrapper();
  /external/webkit/Source/WebCore/inspector/
InspectorClient.cpp 52 ScriptController* scriptController = frame->script();
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebinspectorprivate.h 38 WEBKIT_API void webkit_web_inspector_execute_script(WebKitWebInspector*, long callId, const gchar* script);
  /frameworks/compile/libbcc/tools/bcc/
main.cpp 183 BCCScriptRef script = bccCreateScript(); local
185 if (bccReadFile(script, InFile, /* flags */BCC_SKIP_DEP_SHA1) != 0) {
187 bccDisposeScript(script);
235 bccResult = bccPrepareRelocatable(script, output, OutRelocModel, 0);
242 bccPrepareRelocatable(script, IntermediateOutFile, bccRelocPIC, 0);
248 bccPrepareSharedObject(script, IntermediateOutFile, output, 0);
258 return script;
261 bccDisposeScript(script);
266 static int runRoot(BCCScriptRef script) {
268 reinterpret_cast<RootPtr>(bccGetFuncAddr(script, "main"))
294 BCCScriptRef script; local
    [all...]
  /prebuilts/tools/common/proguard/proguard4.7/bin/
proguard.bat 3 REM Start-up script for ProGuard -- free class file shrinker, optimizer,
6 REM Note: when passing file names containing spaces to this script,
  /sdk/emulator/qtools/tests/
common_head.mk 13 $(CC) $(CFLAGS) -Xlinker --script ../tests.ld -o $@ $< -nostdlib
19 $(CC) $(CFLAGS) -Xlinker --script ../tests.ld -nostdlib -o $@ $<
  /sdk/files/proguard/bin/
proguard.bat 3 REM Start-up script for ProGuard -- free class file shrinker, optimizer,
6 rem Change current directory and drive to where the script is, to avoid
  /bootable/recovery/updater/
updater.c 31 // Where in the package we expect to find the edify script to execute.
32 // (Note it's "updateR-script", not the older "update-script".)
33 #define SCRIPT_NAME "META-INF/com/google/android/updater-script"
65 // Extract the script from the package.
83 char* script = malloc(script_entry->uncompLen+1); local
84 if (!mzReadZipEntry(&za, script_entry, script, script_entry->uncompLen)) {
85 fprintf(stderr, "failed to read script from package\n");
88 script[script_entry->uncompLen] = '\0';
97 // Parse the script
    [all...]
  /external/webkit/Tools/DumpRenderTree/qt/
WorkQueueItemQt.h 112 ScriptItem(const QString &script, QWebPage *page)
114 , m_script(script)
118 QString script() const { return m_script; } function in class:ScriptItem
128 LoadingScriptItem(const QString& script, QWebPage* page)
129 : ScriptItem(script, page)
138 NonLoadingScriptItem(const QString& script, QWebPage* page)
139 : ScriptItem(script, page)
  /frameworks/rs/driver/
rsdBcc.h 28 android::renderscript::Script *script,
34 android::renderscript::Script *s,
43 android::renderscript::Script *script);
45 android::renderscript::Script *script);
47 android::renderscript::Script *script);
50 const android::renderscript::Script *,
    [all...]
  /external/markdown/MarkdownTest/
MarkdownTest.pl 20 my $script = "./Markdown.pl";
25 "script=s" => \$script,
38 unless (-f $script) { die "$script does not exist.\n"; }
39 unless (-x $script) { die "$script is not executable.\n"; }
64 my $t_output = `'$script' '$testfile'`;
120 =item B<--script>
122 Specify the path to the Markdown script to test. Defaults t
    [all...]
  /external/webkit/LayoutTests/fast/encoding/resources/
invalid-xml.js 24 var script = document.createElement("script");
25 script.src = "../js/resources/js-test-post.js";
27 script.setAttribute("onload", "layoutTestController.notifyDone()");
28 document.body.appendChild(script);
  /frameworks/rs/scriptc/
rs_core.rsh 126 * Make a script to script call to launch work. One of the input or output is
131 * @param script The target script to call
134 * @param usrData The user definied params to pass to the root script. May be
143 rsForEach(rs_script script, rs_allocation input,
150 rsForEach(rs_script script, rs_allocation input,
155 * Make a script to script call to launch work. One of the input or output is
160 * @param script The target script to cal
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_core.rsh 101 * Make a script to script call to launch work. One of the input or output is
106 * @param script The target script to call
109 * @param usrData The user definied params to pass to the root script. May be
118 rsForEach(rs_script script, rs_allocation input,
125 rsForEach(rs_script script, rs_allocation input,
130 * Make a script to script call to launch work. One of the input or output is
135 * @param script The target script to cal
    [all...]
  /build/tools/droiddoc/templates-pdk/
customizations.cs 12 <script>
16 </script>
26 <script>
30 </script>
40 <script>
44 </script>
54 <script>
58 </script>
68 <script>
72 </script>
    [all...]
  /device/moto/stingray/self-extractors/
generate-packages.sh 126 echo \ \ Generating self-extracting script
127 SCRIPT=extract-$COMPANY-$DEVICE.sh
128 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script
129 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
130 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
131 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
    [all...]
  /device/moto/wingray/self-extractors/
generate-packages.sh 127 echo \ \ Generating self-extracting script
128 SCRIPT=extract-$COMPANY-$DEVICE.sh
129 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script
130 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
131 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
132 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
    [all...]
  /device/samsung/crespo/self-extractors/
generate-packages.sh 127 echo \ \ Generating self-extracting script
128 SCRIPT=extract-$COMPANY-$DEVICE.sh
129 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script
130 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
131 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
132 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
    [all...]
  /device/samsung/crespo4g/self-extractors/
generate-packages.sh 125 echo \ \ Generating self-extracting script
126 SCRIPT=extract-$COMPANY-$DEVICE.sh
127 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script
128 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
129 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
130 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
    [all...]
  /device/samsung/maguro/self-extractors/
generate-packages.sh 129 echo \ \ Generating self-extracting script
130 SCRIPT=extract-$COMPANY-$DEVICE.sh
131 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script
132 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
133 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
134 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
    [all...]
  /device/samsung/toro/self-extractors/
generate-packages.sh 141 echo \ \ Generating self-extracting script
142 SCRIPT=extract-$COMPANY-$DEVICE.sh
143 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script
144 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
145 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
146 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
    [all...]
  /device/ti/panda/self-extractors/
generate-packages.sh 74 echo \ \ Generating self-extracting script
75 SCRIPT=extract-$COMPANY-$DEVICE.sh
76 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script
77 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
78 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
79 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
    [all...]
  /external/openfst/src/bin/
fstmap.cc 25 #include <fst/script/map.h>
36 namespace s = fst::script;
37 using fst::script::FstClass;
38 using fst::script::MutableFstClass;
39 using fst::script::VectorFstClass;

Completed in 411 milliseconds

1 2 3 4 5 6 78 91011>>