HomeSort by relevance Sort by last modified time
    Searched refs:script (Results 501 - 525 of 981) sorted by null

<<21222324252627282930>>

  /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/ddms/app/etc/
ddms.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/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/hierarchyviewer2/app/etc/
hierarchyviewer.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/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
  /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/src/
harfbuzz-tibetan.c 217 assert(item->item.script == HB_Script_Tibetan);
250 void HB_TibetanAttributes(HB_Script script, const HB_UChar16 *text, hb_uint32 from, hb_uint32 len, HB_CharAttributes *attributes)
255 HB_UNUSED(script);
  /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;
  /external/icu4c/layoutex/
ParagraphLayout.cpp 355 // now intersect the font, direction and script runs...
387 fStyleRunInfo[run].script = (UScriptCode)0;
403 fStyleRunInfo[run].script = (UScriptCode) fScriptRuns->getValue(styleIndices[2]);
409 fStyleRunInfo[run].script, getLanguageCode(fStyleRunInfo[run].locale), layoutStatus);
753 UScriptCode script; local
755 while (uscript_nextRun(sr, NULL, &limit, &script)) {
756 scriptRuns->add(script, limit);
798 le_int32 script = fScriptRuns->getValue(si[1]); local
801 const LEFontInstance *subFont = runFont->getSubFont(fChars, &offset, styleRunLimits[run], script, status);
970 le_bool ParagraphLayout::isComplex(UScriptCode script)
    [all...]
  /external/mesa3d/src/pixelflinger2/
shader.cpp 111 struct BCCOpaqueScript * script; member in struct:Instance
115 if (script)
116 bccDisposeScript(script);
394 BCCScriptRef & script = instance->script; local
395 script = bccCreateScript();
396 result = bccReadModule(script, "glsl", (LLVMModuleRef)instance->module, 0);
398 result = bccRegisterSymbolCallback(script, SymbolLookup, &ctx);
400 result = bccPrepareExecutable(script, NULL, NULL, 0);
402 result = bccGetError(script);
    [all...]
  /external/skia/src/animator/
SkScript.h 77 bool evaluateScript(const char** script, SkScriptValue* value);
201 bool evaluateDot(const char*& script, bool suppressed);
202 bool evaluateDotParam(const char*& script, bool suppressed, const char* field, size_t fieldLength);
SkScript2.h 42 bool evaluateScript(const char** script, SkScriptValue2* value);
233 bool evaluateDot(const char*& script);
234 bool evaluateDotParam(const char*& script, const char* field, size_t fieldLength);
  /frameworks/base/graphics/java/android/renderscript/
RenderScript.java 160 native void rsnContextBindRootScript(int con, int script);
161 synchronized void nContextBindRootScript(int script) {
163 rsnContextBindRootScript(mContext, script);
489 native void rsnScriptBindAllocation(int con, int script, int alloc, int slot);
490 synchronized void nScriptBindAllocation(int script, int alloc, int slot) {
492 rsnScriptBindAllocation(mContext, script, alloc, slot);
494 native void rsnScriptSetTimeZone(int con, int script, byte[] timeZone);
495 synchronized void nScriptSetTimeZone(int script, byte[] timeZone) {
497 rsnScriptSetTimeZone(mContext, script, timeZone);
558 byte[] script, int length)
    [all...]

Completed in 637 milliseconds

<<21222324252627282930>>