HomeSort by relevance Sort by last modified time
    Searched refs:script (Results 251 - 275 of 747) sorted by null

<<11121314151617181920>>

  /build/tools/apicheck/
Android.mk 18 # script file's timestamp is at least as new as the
23 # the hat script
  /build/tools/droiddoc/templates-sdk/
customizations.cs 18 <script>
22 </script>
32 <script>
36 </script>
74 <script>
76 </script>
89 <script>
105 </script><?cs
  /cts/tools/cts-api-coverage/
Android.mk 18 # script file's timestamp is at least as new as the
21 # the hat script
  /dalvik/tools/dexdeps/
Android.mk 18 # script files' timestamps are at least as new as the
21 # the dexdeps script
  /external/dhcpcd/
if-options.h 100 char script[PATH_MAX]; member in struct:if_options
  /external/icu4c/common/
brkeng.cpp 109 // Apply the entire script of the character.
110 int32_t script = u_getIntPropertyValue(c, UCHAR_SCRIPT); local
111 fHandled[breakType]->applyIntPropertyValue(UCHAR_SCRIPT, script, status);
246 ICULanguageBreakFactory::loadDictionaryFor(UScriptCode script, int32_t /*breakType*/) {
254 b = ures_getByKeyWithFallback(b, uscript_getShortName(script), b, &status);
brkeng.h 145 * the entire script to which that character belongs.</p>
277 * <p>Create a CompactTrieDictionary for the specified script and break type.</p>
279 * @param script An ISO 15924 script code that identifies the dictionary to be
285 virtual const CompactTrieDictionary *loadDictionaryFor(UScriptCode script, int32_t breakType);
  /external/icu4c/i18n/unicode/
locdspnm.h 28 * more information on language, script, region, variant, key, and
112 * Returns the display name of the provided script code.
113 * @param script the script code
114 * @param result receives the script code's display name
115 * @return the display name of the provided script code
118 virtual UnicodeString& scriptDisplayName(const char* script,
122 * Returns the display name of the provided script code.
123 * @param scriptCode the script code number
124 * @param result receives the script code's display nam
    [all...]
  /external/icu4c/samples/layout/
ScriptCompositeFontInstance.h 33 * font and script, so it is best to call this method with text which is
34 * in a single script, passing the script code in as a hint. If you don't
35 * know the script of the text, you can use zero, which is the script code
36 * for characters used in more than one script.
50 * Where it makes sense, they should use the script code as a hint to render
51 * characters from the COMMON script in the font which is used for the given
52 * script. For example, if the input text is a series of Arabic words separated
53 * by spaces, and the script code passed in is <code>arabScriptCode</code> yo
    [all...]
  /external/icu4c/test/letest/
xmlreader.cpp 155 UnicodeString script_attr = UNICODE_STRING_SIMPLE("script");
169 char *script = getCString(testCase->getAttribute(script_attr)); local
184 uscript_getCode(script, &scriptCode, 1, &status);
186 log_err("invalid script name: %s.\n", script);
250 freeCString(script);
  /external/libvpx/build/make/
gen_msvs_def.sh 21 This script generates a MSVC module definition file containing a list of symbols
  /external/skia/src/animator/
SkAnimatorScript.cpp 90 const char* script = original; local
91 bool success = evaluateScript(&script, result);
152 const char* script = scriptValue->fOperand.fString->c_str(); local
153 success = engine.evaluateScript(&script, value);
319 bool SkAnimatorScript::EvaluateDisplayable(SkAnimateMaker& maker, SkDisplayable* displayable, const char* script, SkDisplayable** result) {
322 bool success = engine.evaluate(script, &value, SkType_Displayable);
328 bool SkAnimatorScript::EvaluateInt(SkAnimateMaker& maker, SkDisplayable* displayable, const char* script, int32_t* result) {
331 bool success = engine.evaluate(script, &value, SkType_Int);
337 bool SkAnimatorScript::EvaluateFloat(SkAnimateMaker& maker, SkDisplayable* displayable, const char* script, SkScalar* result) {
340 bool success = engine.evaluate(script, &value, SkType_Float)
575 const char* script = scriptTests[index].fScript; local
    [all...]
  /external/v8/src/
compiler.h 44 explicit CompilationInfo(Handle<Script> script);
62 Handle<Script> script() const { return script_; } function in class:v8::internal::BASE_EMBEDDED
166 if (script_->type()->value() == Script::TYPE_NATIVE) {
208 Handle<Script> script_;
273 Handle<Script> script);
279 Handle<Script> script);
    [all...]
  /external/v8/test/mjsunit/regress/
regress-737588.js 30 goog.globalEval = function(script) {
31 return goog.global.eval(script);
  /external/webkit/Source/WebCore/bindings/js/
JavaScriptCallFrame.h 76 JSC::JSValue evaluate(const JSC::UString& script, JSC::JSValue& exception) const;
  /external/webkit/Source/WebCore/bindings/objc/
WebScriptObject.h 61 If clients need to raise an exception in the script environment
64 is being called within the scope of a script invocation.
108 @param selector The selector that will be exposed to the script environment.
110 in the script environment. It is the responsibility of the class to ensure
117 Objective-C name Default script name
128 @param selector The selector the will be exposed to the script environment.
129 @discussion Return NO to export the selector to the script environment.
130 Return YES to prevent the selector from being exported to the script environment.
139 script environment. Only instance variables that meet the export criteria will
150 script environment
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
WorkerContextExecutionProxy.h 69 // Evaluate a script file in the current execution environment.
70 ScriptValue evaluate(const String& script, const String& fileName, const TextPosition0& scriptStartPosition, WorkerContextExecutionState*);
80 // Run an already compiled script.
81 v8::Local<v8::Value> runScript(v8::Handle<v8::Script>);
WorkerScriptController.cpp 120 return workerContext->script();
  /external/webkit/Source/WebCore/inspector/
InspectorController.h 85 void evaluateForTestInFrontend(long callId, const String& script);
InspectorFrontendHost.h 71 void setExtensionAPI(const String& script);
  /external/webkit/Source/WebCore/inspector/front-end/
InspectorFrontendHostStub.js 92 setExtensionAPI: function(script)
  /external/webkit/Source/WebKit/chromium/src/
WebDevToolsAgentImpl.h 78 virtual void evaluateInWebInspector(long callId, const WebString& script);
  /external/webkit/Source/WebKit/win/
DOMEventsClasses.h 64 /* [in] */ BSTR script,
65 /* [retval][out] */ VARIANT* result) { return DOMObject::evaluateWebScript(script, result); }
115 /* [in] */ BSTR script,
116 /* [retval][out] */ VARIANT* result) { return DOMObject::evaluateWebScript(script, result); }
195 /* [in] */ BSTR script,
196 /* [retval][out] */ VARIANT* result) { return DOMObject::evaluateWebScript(script, result); }
304 /* [in] */ BSTR script,
305 /* [retval][out] */ VARIANT* result) { return DOMObject::evaluateWebScript(script, result); }
452 /* [in] */ BSTR script,
453 /* [retval][out] */ VARIANT* result) { return DOMObject::evaluateWebScript(script, result);
    [all...]
WebInspector.h 64 virtual HRESULT STDMETHODCALLTYPE evaluateInFrontend(ULONG callId, BSTR script);
  /external/webkit/Tools/DumpRenderTree/chromium/
DRTDevToolsAgent.h 72 bool evaluateInWebInspector(long callID, const std::string& script);

Completed in 754 milliseconds

<<11121314151617181920>>