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

<<21222324252627282930>>

  /external/smali/
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.
  /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...]
mirror-debugger.js 158 var SCRIPT_TYPE = 'script';
372 * Check whether the mirror reflects a script.
373 * @returns {boolean} True if the mirror reflects a script
833 * Returns the script object for the function.
834 * @return {ScriptMirror or undefined} Script object for the function or
835 * undefined if the function has no script
837 FunctionMirror.prototype.script = function() {
838 // Return script if function is resolved. Otherwise just fall through
841 var script = %FunctionGetScript(this.value_);
842 if (script) {
    [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
  /prebuilts/devtools/tools/
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
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
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
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
  /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 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/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/harfbuzz_ng/contrib/python/scripts/
hbtestfont 14 p.add_option('-c', '--script', help="script code")
43 if (opts.lang or opts.script) : buffer.set_scriptlang(opts.script if opts.script else "", opts.lang if opts.lang else "")
  /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/skia/legacy/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);
  /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/core/jni/android/graphics/
TextLayoutCache.h 205 hb_script_t script);
219 SkTypeface* setCachedTypeface(SkTypeface** typeface, hb_script_t script, SkTypeface::Style style);
222 bool isComplexScript(hb_script_t script);
  /ndk/tests/standalone/
run.sh 18 # This script is used to run a series of tests on a given standalone
23 # This script will use ${PREFIX}gcc to invoke the compiler,
102 echo "option, or by defining PREFIX in your environment before calling this script."
109 echo "The script will automatically use an NDK-provided sysroot, but you can specify an"
121 echo "When called without any arguments, the script will run all known toolchain tests."
199 # SCRIPT
207 SCRIPT=
211 TEST_TYPE=script
212 SCRIPT=run.sh
215 TEST_TYPE=script
    [all...]

Completed in 992 milliseconds

<<21222324252627282930>>