/developers/samples/android/ui/actionbarcompat/ActionBarCompat-ShareActionProvider/ |
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.
|
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/ |
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.
|
/developers/samples/android/ui/actionbarcompat/Basic/ |
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.
|
/developers/samples/android/ui/holo/BorderlessButtons/ |
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.
|
/developers/samples/android/ui/lists/CustomChoiceList/ |
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.
|
/developers/samples/android/ui/notifications/BasicNotifications/ |
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.
|
/developers/samples/android/ui/notifications/CustomNotifications/ |
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.
|
/developers/samples/android/ui/views/HorizontalPaging/ |
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.
|
/developers/samples/android/ui/views/TextSwitcher/ |
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.
|
/developers/samples/android/ui/window/AdvancedImmersiveMode/ |
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.
|
/developers/samples/android/ui/window/BasicImmersiveMode/ |
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.
|
/developers/samples/android/ui/window/ImmersiveMode/ |
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.
|
/developers/samples/android/views/TextLinkify/ |
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.
|
/development/samples/training/testingfun/ |
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/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/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/test/ |
ModalDialogTest.java | 42 "<head><script>window.onbeforeunload=function() {" + 44 "};</script></head></html>"); 306 private OnEvaluateJavaScriptResultHelper executeJavaScriptAndWaitForDialog(String script) 310 return executeJavaScriptAndWaitForDialog(helper, script); 318 final OnEvaluateJavaScriptResultHelper helper, String script) 321 script); local
|
/external/chromium_org/chrome/browser/extensions/ |
user_script_master.h | 52 // Called by the script reloader when new scripts have been loaded. 67 // ScriptReloader is the worker that manages running the script load 73 // Parses the includes out of |script| and returns them in |includes|. 75 UserScript* script);
|
webstore_startup_installer_browsertest.cc | 90 std::string script = base::StringPrintf( local 95 script, 109 std::string script = base::StringPrintf("%s('%s', %d)", local 113 script,
|
/external/chromium_org/chrome/test/chromedriver/client/ |
chromedriver.py | 148 def ExecuteScript(self, script, *args): 151 Command.EXECUTE_SCRIPT, {'script': script, 'args': converted_args}) 153 def ExecuteAsyncScript(self, script, *args): 157 {'script': script, 'args': converted_args})
|
/external/chromium_org/content/public/test/ |
render_view_test.cc | 94 const string16& script, 98 GetMainFrame()->executeScriptAndReturnValue(WebScriptSource(script)); 254 std::string script = local 259 WebScriptSource(WebString::fromUTF8(script)));
|
render_view_test.h | 69 bool ExecuteJavaScriptAndReturnIntValue(const string16& script, int* result);
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorController.h | 103 void evaluateForTestInFrontend(long callId, const String& script);
|
/external/chromium_org/third_party/WebKit/public/testing/ |
WebTestDelegate.h | 109 // Evaluate the given script in the DevTools agent. 110 virtual void evaluateInWebInspector(long callID, const std::string& script) = 0;
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-old.cc | 41 hb_old_script_from_script (hb_script_t script) 43 switch ((hb_tag_t) script) 319 item.item.script = hb_old_script_from_script (buffer->props.script);
|
/external/chromium_org/third_party/icu/source/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
|