HomeSort by relevance Sort by last modified time
    Searched refs:script (Results 701 - 725 of 1554) sorted by null

<<21222324252627282930>>

  /sdk/emulator/opengl/shared/OpenglOsUtils/
Android.mk 1 # This build script corresponds to a small library containing
  /external/chromium_org/v8/src/
mirror-debugger.js 159 var SCRIPT_TYPE = 'script';
381 * Check whether the mirror reflects a script.
382 * @returns {boolean} True if the mirror reflects a script
883 * Returns the script object for the function.
884 * @return {ScriptMirror or undefined} Script object for the function or
885 * undefined if the function has no script
887 FunctionMirror.prototype.script = function() {
888 // Return script if function is resolved. Otherwise just fall through
891 var script = %FunctionGetScript(this.value_);
892 if (script) {
    [all...]
  /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...]
  /build/tools/droiddoc/templates-sdk/
sample.cs 59 <script type="text/javascript">
61 </script>
  /developers/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.
  /developers/build/templates/create/
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/background/alarms/RepeatingAlarm/
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/connectivity/bluetooth/BluetoothLeGatt/
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/connectivity/network/BasicNetworking/
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/connectivity/network/NetworkConnect/
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/connectivity/sync/BasicSyncAdapter/
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/content/contacts/BasicContactables/
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/content/documentsUi/StorageClient/
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/content/documentsUi/StorageProvider/
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/content/multiuser/AppRestrictions/
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/input/gestures/BasicGestureDetect/
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/input/multitouch/BasicMultitouch/
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/media/BasicMediaDecoder/
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/media/BasicMediaRouter/
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/media/MediaRecorder/
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/security/keystore/BasicAndroidKeyStore/
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/testing/ActivityInstrumentation/
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/accessibility/BasicAccessibility/
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/actionbar/DoneBar/
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-ListPopupMenu/
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.

Completed in 271 milliseconds

<<21222324252627282930>>