Home
last modified time | relevance | path

Searched refs:script (Results 1 – 25 of 37) sorted by relevance

12

/development/pdk/docs/licenses/
Dlicenses_toc.cs1 <script type="text/javascript" language="JavaScript">
5 </script>
17 <script type="text/javascript">
21 </script>
/development/pdk/docs/releases/
Dreleases_toc.cs1 <script type="text/javascript" language="JavaScript">
5 </script>
18 <script type="text/javascript">
22 </script>
/development/samples/CubeLiveWallpaper/src/com/android/livecubes/cube3/
DCube3RS.java194 ScriptC script = sb.create(); in createScript() local
195 script.setClearColor(0.0f, 0.0f, 0.0f, 1.0f); in createScript()
196 script.setTimeZone(TimeZone.getDefault().getID()); in createScript()
198 script.bindAllocation(mState, RSID_STATE); in createScript()
199 script.bindAllocation(mPointAlloc, RSID_POINTS); in createScript()
200 script.bindAllocation(mLineIdxAlloc, RSID_LINES); in createScript()
201 script.bindAllocation(mPVAlloc.mAlloc, RSID_PROGRAMVERTEX); in createScript()
203 return script; in createScript()
/development/emulator/qtools/tests/
Dcommon_head.mk13 $(CC) $(CFLAGS) -Xlinker --script ../tests.ld -o $@ $< -nostdlib
19 $(CC) $(CFLAGS) -Xlinker --script ../tests.ld -nostdlib -o $@ $<
/development/pdk/docs/guide/
Dpdk_toc.cs1 <script type="text/javascript" language="JavaScript">
5 </script>
88 <script type="text/javascript">
92 </script>
Drelease_keys.jd29 … the manufacturer and product names. To simplify key creation, copy the script below to this dire…
49 <p><code>mkkey.sh</code> is a helper script to generate the platform's keys. NOTE: the password y…
70 …p</code>. This is the file you need to pass to the <code>sign_target_files_apks</code> script.</p>
71 <p>You would typically run the script like this:</p>
/development/tools/layoutopt/libs/uix/src/com/android/layoutopt/uix/rules/
DGroovyRule.java42 public GroovyRule(String name, Script script) { in GroovyRule() argument
44 mScript = script; in GroovyRule()
/development/ndk/apps/san-angeles/project/
Ddefault.properties7 # "build.properties", and override values to adapt the script to your
/development/samples/JetBoy/
Ddefault.properties7 # "build.properties", and override values to adapt the script to your
/development/ndk/apps/hello-gl2/project/
Ddefault.properties7 # "build.properties", and override values to adapt the script to your
/development/ndk/apps/hello-jni/project/
Ddefault.properties7 # "build.properties", and override values to adapt the script to your
/development/ndk/apps/hello-jni/project/tests/
Ddefault.properties7 # "build.properties", and override values to adapt the script to your
/development/ndk/apps/two-libs/project/
Ddefault.properties7 # "build.properties", and override values to adapt the script to your
/development/ndk/apps/two-libs/project/tests/
Ddefault.properties7 # "build.properties", and override values to adapt the script to your
/development/pdk/docs/
Dindex.jd80 <script type="text/javascript">
129 </script>
130 <script type="text/javascript" src="{@docRoot}assets/carousel.js"></script>
131 <script type="text/javascript">
133 </script>
/development/tools/hierarchyviewer/etc/
Dhierarchyviewer.bat19 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
/development/tools/apkbuilder/etc/
Dapkbuilder.bat19 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
/development/tools/draw9patch/etc/
Ddraw9patch.bat19 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
/development/tools/layoutopt/app/etc/
Dlayoutopt.bat19 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
/development/ndk/build/core/
Dadd-application.mk93 $(call ndk_log, Using build script $(APP_BUILD_SCRIPT))
99 $(call __ndk_info,to a valid NDK build script.)
/development/ndk/docs/
DCHANGES.TXT8 - Fix build/host-setup.sh to execute as a Bourne shell script (again)
28 - Added --prebuilt-ndk=FILE option to build/tools/make-release.sh script to
67 * execute as a Bourne shell script
72 * ensure that the script is run from $NDKROOT as build/host-setup.sh
82 in $(CLEAR_VARS) script.
/development/tools/traceview/etc/
Dtraceview.bat19 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
/development/tools/ddms/app/etc/
Dddms.bat19 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
/development/tools/layoutopt/libs/uix/src/com/android/layoutopt/uix/
DLayoutAnalyzer.java98 Script script = shell.parse(stream); in loadRule() local
99 mRules.add(new GroovyRule(name, script)); in loadRule()
/development/tools/sdkmanager/app/etc/
Dandroid.bat19 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

12