Home
last modified time | relevance | path

Searched refs:generated (Results 1 – 25 of 227) sorted by relevance

12345678910

/frameworks/native/opengl/tools/glgen/
Dgen4 rm -rf out generated
101 rm -rf generated
102 mkdir -p generated/C
103 cp out/com_google_android_gles_jni_GLImpl.cpp generated/C
104 cp -r out/com generated
105 cp -r out/javax generated
107 cp out/android_opengl_*.cpp generated/C
108 mkdir -p generated/android/opengl
109 cp -r out/android/opengl generated/android
132 compareGenerated ../../../../base/core/jni generated/C com_google_android_gles_jni_GLImpl.cpp
[all …]
D.gitignore1 generated
/frameworks/opt/calendar/src/com/android/calendarcommon2/
DRecurrenceProcessor.java494 private static int generateDaysList(Time generated, EventRecurrence r) in generateDaysList() argument
504 lastDayThisMonth = generated.getActualMaximum(Time.MONTH_DAY); in generateDaysList()
510 j = generated.monthDay; in generateDaysList()
514 first = generated.weekDay; in generateDaysList()
761 Time generated = mGenerated; in expand() local
885 generated.set(iterator); in expand()
887 if (SPEW) Log.i(TAG, "year=" + generated.year); in expand()
929 lastDayToExamine = generated in expand()
978generated.set(second, minute, hour, day, month, iteratorYear); in expand()
979 unsafeNormalize(generated); in expand()
[all …]
/frameworks/compile/mclinker/include/mcld/Config/
DLinkers.def.in13 // generated); including this file will then enumerate all of the targets with
16 // The set of targets supported by LLVM is generated at configuration
17 // time, at which point this header is generated. Do not modify this
DLinkers.def13 // generated); including this file will then enumerate all of the targets with
16 // The set of targets supported by LLVM is generated at configuration
17 // time, at which point this header is generated. Do not modify this
DTargets.def.in16 |* The set of targets supported by LLVM is generated at configuration *|
17 |* time, at which point this header is generated. Do not modify this *|
DTargets.def16 |* The set of targets supported by LLVM is generated at configuration *|
17 |* time, at which point this header is generated. Do not modify this *|
/frameworks/native/opengl/specs/
DEGL_ANDROID_native_fence_sync.txt155 generated.
158 EGL_BAD_ATTRIBUTE error is generated.
162 generated.
165 generated.
169 EGL_BAD_MATCH error is generated.
174 EGL_BAD_MATCH error is generated.
178 is returned and an EGL_BAD_MATCH error is generated."
194 "If no errors are generated, EGL_TRUE is returned, and <sync> will no
218 error is generated.
221 returned and an EGL_BAD_PARAMETER error is generated.
/frameworks/rs/
DAndroid.mk104 $(transform-generated-source)
121 $(transform-generated-source)
197 $(transform-generated-source)
212 $(transform-generated-source)
/frameworks/wilhelm/doc/
DDoxyfile31 # This could be handy for archiving the generated documentation or
37 # base path where the generated documentation will be put.
45 # format and will distribute the generated files over these directories.
47 # source files, where putting all generated files in the same directory would
53 # documentation generated by doxygen is written. Doxygen will use this
337 # various overviews, but no documentation section is generated.
480 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated
516 # by doxygen. The layout file controls the global structure of the generated
528 # The QUIET tag can be used to turn on/off the messages that are generated
534 # generated by doxygen. Possible values are YES and NO. If left blank
[all …]
DREADME.txt2 have been automatically generated. Application developers should not edit these interface IDs.
/frameworks/support/renderscript/v8/rs_support/
DAndroid.mk50 $(transform-generated-source)
67 $(transform-generated-source)
/frameworks/compile/libbcc/
Dlibbcc-gen-config-from-mk.mk27 $(transform-generated-source)
Dlibbcc-gen-build-info.mk55 $(transform-generated-source)
/frameworks/compile/slang/
DSlangData.mk37 $(transform-generated-source)
DREADME.rst120 Note that the ScriptC_fountain.java will be generated inside
146 This access takes the form of generated classes which provide access
187 For the generated Java files, using ScriptC_fountain.java as an
288 * The function **.rs.dtor** is a function that is sometimes generated by
301 variable const, only the get methods will be generated.
306 accessors are generated. Static continues to mean *not
313 used. For the non-pointer class, get and set methods are generated for
/frameworks/base/docs/html/guide/components/
Daidl.jd117 AIDL-generated interfaces.</p>
132 list or one of the other AIDL-generated interfaces or parcelables you've declared. A {@link
136 java.util.ArrayList}, although the method is generated to use the {@link
141 list or one of the other AIDL-generated interfaces or parcelables you've declared. Generic maps,
144 receives is always a {@link java.util.HashMap}, although the method is generated to
160 <li>All code comments included in the {@code .aidl} file are included in the generated {@link
189 project's {@code gen/} directory. The generated file name matches the {@code .aidl} file name, but
197 link against the generated class.</p>
203 named after your {@code .aidl} file. The generated interface includes a subclass named {@code Stub}
214 <p>To implement the interface generated from the {@code .aidl}, extend the generated {@link
[all …]
/frameworks/support/volley/
Dproject.properties1 # This file is automatically generated by Android Tools.
/frameworks/base/tests/HwAccelerationTest/
Ddefault.properties1 # This file is automatically generated by Android Tools.
/frameworks/support/volley/tests/
Dproject.properties1 # This file is automatically generated by Android Tools.
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
DGL11ImplHeader.java-impl5 // This source file is automatically generated
/frameworks/base/docs/html/tools/help/
Dhprof-conv.jd8 generated by the Android SDK tools to a standard format so you
/frameworks/support/v7/gridlayout/
Dproject.properties1 # This file is automatically generated by Android Tools.
/frameworks/wilhelm/src/
DREADME.txt11 autogen/ Automagically generated files, do not edit by hand
/frameworks/native/opengl/tools/glgen/stubs/gles11/
DGLES10ExtHeader.java-if17 // This source file is automatically generated

12345678910