HomeSort by relevance Sort by last modified time
    Searched refs:script (Results 526 - 550 of 1049) sorted by null

<<21222324252627282930>>

  /external/harfbuzz/src/
harfbuzz-shaper.cpp 253 if (item->item.script == HB_Script_Hebrew
662 HB_Script script = items[i].script; local
663 if (script == HB_Script_Inherited)
664 script = HB_Script_Common;
665 HB_AttributeFunction attributeFunction = HB_ScriptEngines[script].charAttributes;
668 attributeFunction(script, string, items[i].pos, items[i].length, attributes);
1054 HB_Script script = shaper_item->item.script; local
    [all...]
harfbuzz-shape.h 108 * another approach would be to use OpenType script tags.
135 HB_ShapeScript script; member in struct:_HB_ShapeInput
harfbuzz-tibetan.c 218 assert(item->item.script == HB_Script_Tibetan);
251 void HB_TibetanAttributes(HB_Script script, const HB_UChar16 *text, hb_uint32 from, hb_uint32 len, HB_CharAttributes *attributes)
256 HB_UNUSED(script);
  /external/chromium/chrome/browser/extensions/
user_script_master.h 42 // Called by the script reloader when new scripts have been loaded.
68 // ScriptReloader is the worker that manages running the script scan
74 // Parses the includes out of |script| and returns them in |includes|.
76 UserScript* script);
144 // List of scripts outside of script directories we should also load.
151 // If the script directory is modified while we're rescanning it, we note
  /external/dhcpcd/
if-options.h 102 char script[PATH_MAX]; member in struct:if_options
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
HtmlTooltipHelper.java 255 private static int evaluateScriptInt(Browser browser, String script) throws Exception {
256 Object o = ReflectionUtils.invokeMethod(browser, "evaluate(java.lang.String)", script);
261 String script = "document.getElementById('_wbp_close').style.display = 'none'"; local
262 ReflectionUtils.invokeMethod(browser, "evaluate(java.lang.String)", script);
  /external/icu4c/i18n/unicode/
uldnames.h 159 * Returns the display name of the provided script.
161 * @param script the script whose display name to return
171 const char *script,
177 * Returns the display name of the provided script code.
179 * @param scriptCode the script code whose display name to return
  /external/icu4c/layout/
LEFontInstance.h 100 * font and script, so it is best to call this method with text which is
101 * in a single script, passing the script code in as a hint. If you don't
102 * know the script of the text, you can use zero, which is the script code
103 * for characters used in more than one script.
117 * Where it makes sense, they should use the script code as a hint to render
118 * characters from the COMMON script in the font which is used for the given
119 * script. For example, if the input text is a series of Arabic words separated
120 * by spaces, and the script code passed in is <code>arabScriptCode</code> yo
    [all...]
  /external/linux-tools-perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
Context.pm 37 Perf (script) documentation
  /external/v8/src/
liveedit.h 34 // User should be able to change script on already running VM. This feature
41 // script.source[positions, positions+length] = new_string;
43 // change area. Then both old and new versions of script are fully compiled
48 // to them in a new script version. However, new version of code will
59 // in a particular script. It gets called from compiler all the time, but
87 static JSArray* GatherCompileInfo(Handle<Script> script,
98 // Updates script field in FunctionSharedInfo.
105 // For a script updates its source field. If old_script_name is provided
106 // (i.e. is a String), also creates a copy of the script with its origina
    [all...]
  /external/v8/test/mjsunit/
function-source.js 32 // Check that the script source for all functions in a script is the same.
  /external/webkit/Source/JavaScriptCore/bytecode/
SamplingTool.cpp 212 void SamplingTool::notifyOfScope(ScriptExecutable* script)
216 m_scopeSampleMap->set(script, new ScriptSampleRecord(script));
218 UNUSED_PARAM(script);
  /external/webkit/Source/WebCore/html/parser/
HTMLDocumentParser.h 141 ScriptController* script() const;
  /external/webkit/Source/WebCore/loader/cache/
CachedScript.cpp 44 : CachedResource(url, Script)
82 const String& CachedScript::script() function in class:WebCore::CachedScript
  /external/webkit/Source/WebKit/chromium/src/
WebBindings.cpp 76 bool WebBindings::evaluate(NPP npp, NPObject* object, NPString* script, NPVariant* result)
78 return _NPN_Evaluate(npp, object, script, result);
81 bool WebBindings::evaluateHelper(NPP npp, bool popupsAllowed, NPObject* object, NPString* script, NPVariant* result)
83 return _NPN_EvaluateHelper(npp, popupsAllowed, object, script, result);
  /external/webkit/Tools/Scripts/
make-script-test-wrappers 29 # Script to generate HTML wrappers for JavaScript tests from templates
67 if ($tpath =~ s:/(script-tests)/TEMPLATE.html$::) {
  /external/wpa_supplicant_8/wpa_supplicant/examples/
p2p-action-udhcp.sh 34 -s /etc/udhcpc.script
  /sdk/find_java/
find_java.bat 16 rem This script is called by the other batch files to find a suitable Java.exe
17 rem to use. The script changes the "java_exe" env variable. The variable
  /sdk/lint/cli/etc/
lint.bat 19 rem Set up prog to be the path of this script, including following symlinks,
26 rem Change current directory and drive to where the script is, to avoid
  /sdk/monkeyrunner/etc/
monkeyrunner.bat 19 rem Set up prog to be the path of this script, including following symlinks,
23 rem Change current directory and drive to where the script is, to avoid
  /sdk/traceview/etc/
traceview.bat 19 rem Set up prog to be the path of this script, including following symlinks,
23 rem Change current directory and drive to where the script is, to avoid
  /sdk/uiautomatorviewer/etc/
uiautomatorviewer.bat 19 rem Set up prog to be the path of this script, including following symlinks,
23 rem Change current directory and drive to where the script is, to avoid
  /tools/build/
gradlew.bat 4 @rem Gradle startup script for Windows
11 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
  /cts/suite/audio_quality/lib/src/
SignalProcessingImpl.cpp 69 bool SignalProcessingImpl::init(const android::String8& script)
77 script.string(), NULL) < 0) {
79 script.string(), errno);
172 LOGE("script returned error %d", header[3]);
  /external/harfbuzz/tests/linebreaking/
main.cpp 35 static QVector<HB_CharAttributes> getCharAttributes(const QString &str, HB_Script script = HB_Script_Common)
41 item.script = script;

Completed in 1674 milliseconds

<<21222324252627282930>>