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

1 2 3 4 5 6 78 91011>>

  /external/icu4c/samples/layout/
FontMap.cpp 25 le_int32 defaultFont = -1, i, script; local
77 sprintf(errorMessage, "The script name %s is invalid.", line);
82 script = (le_int32) scriptCode;
84 if (fFontIndices[script] >= 0) {
86 fFontIndices[script] = -1;
89 fFontIndices[script] = getFontIndex(fontName);
94 for (script = 0; script < scriptCodeCount; script += 1) {
95 if (fFontIndices[script] < 0)
146 le_int32 script; local
    [all...]
  /external/ipsec-tools/src/racoon/samples/roadwarrior/client/
racoon.conf 15 script "/etc/racoon/phase1-up.sh" phase1_up;
16 script "/etc/racoon/phase1-down.sh" phase1_down;
  /external/openfst/src/bin/
fstequivalent.cc 23 #include <fst/script/equivalent.h>
24 #include <fst/script/randequivalent.h>
37 namespace s = fst::script;
38 using fst::script::FstClass;
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;
  /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 123 * Make a script to script call to launch work. One of the input or output is
128 * @param script The target script to call
131 * @param usrData The user definied params to pass to the root script. May be
140 rsForEach(rs_script script, rs_allocation input,
147 rsForEach(rs_script script, rs_allocation input,
152 * Make a script to script call to launch work. One of the input or output is
157 * @param script The target script to cal
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_core.rsh 123 * Make a script to script call to launch work. One of the input or output is
128 * @param script The target script to call
131 * @param usrData The user definied params to pass to the root script. May be
140 rsForEach(rs_script script, rs_allocation input,
147 rsForEach(rs_script script, rs_allocation input,
152 * Make a script to script call to launch work. One of the input or output is
157 * @param script The target script to cal
    [all...]
  /device/asus/tilapia/self-extractors/
generate-packages.sh 168 echo \ \ Generating self-extracting script
169 SCRIPT=extract-$COMPANY-$DEVICE.sh
170 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script
171 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
172 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
173 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
    [all...]
  /device/lge/mako/self-extractors/
generate-packages.sh 223 echo \ \ Generating self-extracting script
224 SCRIPT=extract-$COMPANY-$DEVICE.sh
225 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script
226 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
227 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
228 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
    [all...]
  /device/samsung/maguro/self-extractors/
generate-packages.sh 154 echo \ \ Generating self-extracting script
155 SCRIPT=extract-$COMPANY-$DEVICE.sh
156 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script
157 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
158 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
159 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
    [all...]
  /device/samsung/manta/self-extractors/
generate-packages.sh 109 echo \ \ Generating self-extracting script
110 SCRIPT=extract-$COMPANY-$DEVICE.sh
111 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script
112 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
113 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
114 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
    [all...]
  /device/samsung/toro/self-extractors/
generate-packages.sh 164 echo \ \ Generating self-extracting script
165 SCRIPT=extract-$COMPANY-$DEVICE.sh
166 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script
167 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
168 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
169 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
    [all...]
  /device/samsung/toroplus/self-extractors/
generate-packages.sh 110 echo \ \ Generating self-extracting script
111 SCRIPT=extract-$COMPANY-$DEVICE.sh
112 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script
113 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
114 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
115 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
    [all...]

Completed in 1139 milliseconds

1 2 3 4 5 6 78 91011>>