/external/openfst/src/bin/ |
fstpush.cc | 22 #include <fst/script/push.h> 35 namespace s = fst::script; 36 using fst::script::FstClass; 37 using fst::script::VectorFstClass;
|
fstrandgen.cc | 22 #include <fst/script/randgen.h> 36 namespace s = fst::script; 37 using fst::script::FstClass; 38 using fst::script::VectorFstClass;
|
fstreplace.cc | 19 #include <fst/script/replace.h> 24 namespace s = fst::script; 25 using fst::script::FstClass; 26 using fst::script::VectorFstClass;
|
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;
|
/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
|
/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);
|
/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)
|
/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...] |
/frameworks/support/renderscript/v8/rs_support/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/asus/grouper/self-extractors/ |
generate-packages.sh | 170 echo \ \ Generating self-extracting script 171 SCRIPT=extract-$COMPANY-$DEVICE.sh 172 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script 173 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 174 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 175 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script [all...] |
/device/samsung/maguro/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/samsung/manta/self-extractors/ |
generate-packages.sh | 96 echo \ \ Generating self-extracting script 97 SCRIPT=extract-$COMPANY-$DEVICE.sh 98 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script 99 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 100 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 101 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script [all...] |
/device/samsung/toro/self-extractors/ |
generate-packages.sh | 151 echo \ \ Generating self-extracting script 152 SCRIPT=extract-$COMPANY-$DEVICE.sh 153 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script 154 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 155 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 156 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script [all...] |
/device/samsung/toroplus/self-extractors/ |
generate-packages.sh | 105 echo \ \ Generating self-extracting script 106 SCRIPT=extract-$COMPANY-$DEVICE.sh 107 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script 108 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 109 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 110 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script [all...] |
/device/ti/panda/self-extractors/ |
generate-packages.sh | 65 echo \ \ Generating self-extracting script 66 SCRIPT=extract-$COMPANY-$DEVICE.sh 67 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script 68 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 69 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 70 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script [all...] |