/external/webkit/Source/WebKit/efl/DefaultTheme/widget/search/field/ |
search_field.edc | 31 script { 109 script { 117 script { 125 script { 133 script { 141 script {
|
/external/openfst/src/bin/ |
fstrmepsilon.cc | 23 #include <fst/script/rmepsilon.h> 34 namespace s = fst::script; 35 using fst::script::FstClass; 36 using fst::script::MutableFstClass; 37 using fst::script::VectorFstClass; 38 using fst::script::WeightClass;
|
fstshortestpath.cc | 22 #include <fst/script/shortest-path.h> 33 namespace s = fst::script; 34 using fst::script::FstClass; 35 using fst::script::MutableFstClass; 36 using fst::script::VectorFstClass; 37 using fst::script::WeightClass;
|
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;
|
/device/asus/grouper/ |
releasetools.py | 49 info.script.Print("Writing bootloader...") 51 info.script.AppendExtra('''package_extract_file("bootloader.raw", "%s");''' %
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/ |
app.yaml | 17 script: main.py
|
/external/chromium/net/data/proxy_resolver_v8_unittest/ |
side_effects.js | 2 // We write it this way so if the script gets loaded twice,
|
ends_with_comment.js | 5 // We end the script with a comment (and no trailing newline). 7 // would append some functions to the script; the first line of
|
/external/linux-tools-perf/scripts/perl/bin/ |
rwtop-report | 20 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/rwtop.pl $interval
|
/external/openfst/src/script/ |
weight-class.cc | 20 #include <fst/script/weight-class.h> 23 namespace script { namespace in namespace:fst 44 } // namespace script
|
/external/webkit/Source/JavaScriptGlue/ |
testjsglue.cpp | 32 CFStringRef script = variable 43 JSRunRef jsRun = JSRunCreate(script, kJSFlagNone);
|
/external/webkit/Source/WebCore/html/parser/ |
XSSFilter.cpp | 220 DEFINE_STATIC_LOCAL(String, consoleMessage, ("Refused to execute a JavaScript script. Source code of script found within request.\n")); 274 // contents of the script element. 470 // trick a server-side script into doing something dangerous with the query
|
/external/webkit/Source/WebKit/win/Interfaces/ |
IWebInspectorPrivate.idl | 42 HRESULT evaluateInFrontend([in] ULONG callId, [in] BSTR script);
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/ |
WKBundleInspector.cpp | 53 void WKBundleInspectorEvaluateScriptForTest(WKBundleInspectorRef inspectorRef, long callID, WKStringRef script) 55 return toImpl(inspectorRef)->evaluateScriptForTest(callID, toImpl(script)->string());
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
FontUtilsChromiumWin.cpp | 73 UScriptCode script; member in struct:WebCore::__anon14859::FontMap 112 UScriptCode script; member in struct:WebCore::__anon14859::ScriptToFontFamilies 154 scriptFontMap[fontMap[i].script] = fontMap[i].family; 161 UScriptCode script = scriptToFontFamilies[i].script; local 162 scriptFontMap[script] = 0; 166 scriptFontMap[script] = *familyPtr; 194 // http://unicode.org/cldr/utility/list-unicodeset.jsp?a=[:Script=Common:] 230 UScriptCode script = uscript_getScript(ucs4, &err); local 231 // If script is invalid, common or inherited or there's an error 334 UScriptCode script = USCRIPT_COMMON; local [all...] |
/build/tools/releasetools/ |
ota_from_target_files | 50 Insert the contents of file at the end of the update script. 178 # set metadata for the files generated by this script. 229 def SetPermissions(self, script): 230 """Append set_perm/set_perm_recursive commands to 'script' to 243 script.SetPermissionsRecursive("/"+item.name, *item.best_subtree) 248 script.SetPermissions("/"+item.name, item.uid, item.gid, item.mode) 255 script.SetPermissions("/"+item.name, item.uid, item.gid, item.mode) 306 def AppendAssertions(script, input_zip): 308 script.AssertDevice(device) 316 script that is run from init.rc on first boot to actually do th [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
SourceFile.js | 31 WebInspector.SourceFile = function(id, script, contentChangedDelegate) 33 this._scripts = [script]; 35 if (script.sourceURL) 36 this._resource = WebInspector.networkManager.inflightResourceForURL(script.sourceURL) || WebInspector.resourceForURL(script.sourceURL); 40 this.url = script.sourceURL; 41 this.isContentScript = script.isContentScript; 50 addScript: function(script) 52 this._scripts.push(script); 84 forceLoadContent: function(script) [all...] |
/cts/suite/audio_quality/lib/include/ |
SignalProcessingInterface.h | 25 * Interface to Signal processing module to run signal processing script and retrieve the result 32 virtual bool init(const android::String8& script) = 0; 34 * run the script with given input / output parameters. Note that this function does not 36 * @param functionScript function name (python script name to run for this call)
|
/cts/suite/audio_quality/lib/src/ |
SimpleScriptExec.cpp | 30 android::String8 script("test_description/conf/check_conf.py"); 33 if (!runScript(script, param, result)) { 66 bool SimpleScriptExec::runScript(const android::String8& script, const android::String8& param, 71 command.appendFormat("%s %s %s", PYTHON_PATH, script.string(), param.string());
|
/cts/tests/tests/webkitsecurity/assets/ |
policy-ignore-crash.php | 7 <script> 10 </script>
|
/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;
|