/external/chromium_org/third_party/skia/include/ports/ |
SkTypeface_android.h | 57 * Return a new typeface for a fallback script. If the script is 59 * @param script The harfbuzz script id. 65 SK_API SkTypeface* SkCreateTypefaceForScriptNG(hb_script_t script, SkTypeface::Style style, 68 SK_API SkTypeface* SkCreateTypefaceForScript(HB_Script script, SkTypeface::Style style,
|
/external/chromium_org/webkit/tools/layout_tests/ |
run_http_server.py | 18 script = os.path.join(script_dir, 'run-blink-httpd') 19 cmd.append(script)
|
/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
|
/frameworks/rs/driver/ |
rsdBcc.h | 27 android::renderscript::Script *s, 32 android::renderscript::Script *script, 38 android::renderscript::Script *s, 47 android::renderscript::Script *script); 49 android::renderscript::Script *script); 51 android::renderscript::Script *script); [all...] |
/sdk/ |
release.md | 6 gradle --init-script release.gradle <tasks
|
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/ |
FontUtilsChromiumWin.cpp | 73 UScriptCode script; member in struct:WebCore::__anon12686::FontMap 112 UScriptCode script; member in struct:WebCore::__anon12686::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. 207 # set metadata for the files generated by this script. 262 def SetPermissions(self, script): 263 """Append set_perm/set_perm_recursive commands to 'script' to 276 script.SetPermissionsRecursive("/"+item.name, *item.best_subtree) 282 script.SetPermissions("/"+item.name, item.uid, item.gid, 291 script.SetPermissions("/"+item.name, item.uid, item.gid, 343 def AppendAssertions(script, info_dict): 345 script.AssertDevice(device) 353 script that is run from init.rc on first boot to actually do th [all...] |
/external/icu4c/i18n/ |
scriptset.cpp | 61 UBool ScriptSet::test(UScriptCode script, UErrorCode &status) const { 65 if (script < 0 || script >= (int32_t)sizeof(bits) * 8) { 69 uint32_t index = script / 32; 70 uint32_t bit = 1 << (script & 31); 75 ScriptSet &ScriptSet::set(UScriptCode script, UErrorCode &status) { 79 if (script < 0 || script >= (int32_t)sizeof(bits) * 8) { 83 uint32_t index = script / 32; 84 uint32_t bit = 1 << (script & 31) [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
DebuggerModel.js | 41 * @type {Object.<string, WebInspector.Script>} 44 /** @type {!Object.<!string, !Array.<!WebInspector.Script>>} */ 175 var script = this.scriptForId(rawLocation.scriptId); 176 if (script.sourceURL) 177 this.setBreakpointByURL(script.sourceURL, rawLocation.lineNumber, rawLocation.columnNumber, condition, callback); 195 var script = scripts[i]; 196 if (lineNumber === script.lineOffset) 197 minColumnNumber = minColumnNumber ? Math.min(minColumnNumber, script.columnOffset) : script.columnOffset; 274 * @return {Object.<string, WebInspector.Script>} [all...] |
SourceMapping.js | 69 * @param {WebInspector.Script} script 71 addScript: function(script) { }
|
/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());
|
/device/asus/tilapia/ |
releasetools.py | 70 info.script.Print("Writing bootloader...") 72 info.script.AppendExtra('''package_extract_file("bootloader.raw", "%s");''' % 79 info.script.Print("Writing radio...") 81 info.script.AppendExtra("""assert(package_extract_file("radio.raw", "%s"),
|
/external/chromium/net/data/proxy_resolver_v8_unittest/ |
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/chromium-libpac/test/js-unittest/ |
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/chromium_org/chrome/browser/extensions/ |
browser_permissions_policy_delegate.h | 23 const UserScript* script,
|
/external/chromium_org/chrome/renderer/extensions/ |
renderer_permissions_policy_delegate.h | 25 const UserScript* script,
|
/external/chromium_org/net/data/proxy_resolver_v8_unittest/ |
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/chromium_org/ppapi/c/private/ |
ppb_instance_private.h | 79 * script in the context of the frame containing the module. 87 * @param[in] script A string containing the JavaScript to execute. 92 * @return The result of the script execution, or a "void" var 96 struct PP_Var script,
|
/external/chromium_org/ppapi/cpp/private/ |
instance_private.h | 48 VarPrivate ExecuteScript(const Var& script, Var* exception = NULL);
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorClient.cpp | 50 ScriptController* scriptController = frame->script(); 56 // FIXME: This should execute the script in the appropriate world.
|
/external/chromium_org/third_party/WebKit/Source/core/loader/cache/ |
ScriptResource.h | 41 const String& script();
|
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
InternalSettings.cpp | 194 static void setFontFamily(Settings* settings, const String& family, const String& script, SetFontFamilyFunction setter) 196 UScriptCode code = scriptNameToCode(script); 201 void InternalSettings::setStandardFontFamily(const String& family, const String& script, ExceptionState& es) 204 setFontFamily(settings(), family, script, &Settings::setStandardFontFamily); local 207 void InternalSettings::setSerifFontFamily(const String& family, const String& script, ExceptionState& es) 210 setFontFamily(settings(), family, script, &Settings::setSerifFontFamily); local 213 void InternalSettings::setSansSerifFontFamily(const String& family, const String& script, ExceptionState& es) 216 setFontFamily(settings(), family, script, &Settings::setSansSerifFontFamily); local 219 void InternalSettings::setFixedFontFamily(const String& family, const String& script, ExceptionState& es) 222 setFontFamily(settings(), family, script, &Settings::setFixedFontFamily) local 228 setFontFamily(settings(), family, script, &Settings::setCursiveFontFamily); local 234 setFontFamily(settings(), family, script, &Settings::setFantasyFontFamily); local 240 setFontFamily(settings(), family, script, &Settings::setPictographFontFamily); local [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-tag.h | 43 hb_ot_tags_from_script (hb_script_t script,
|