Searched refs:generated (Results 1 – 25 of 227) sorted by relevance
12345678910
/frameworks/native/opengl/tools/glgen/ |
D | gen | 4 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 | .gitignore | 1 generated
|
/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
D | RecurrenceProcessor.java | 494 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() 978 … generated.set(second, minute, hour, day, month, iteratorYear); in expand() 979 unsafeNormalize(generated); in expand() [all …]
|
/frameworks/compile/mclinker/include/mcld/Config/ |
D | Linkers.def.in | 13 // 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
|
D | Linkers.def | 13 // 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
|
D | Targets.def.in | 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 *|
|
D | Targets.def | 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 *|
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_native_fence_sync.txt | 155 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/ |
D | Android.mk | 104 $(transform-generated-source) 121 $(transform-generated-source) 197 $(transform-generated-source) 212 $(transform-generated-source)
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 31 # 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 …]
|
D | README.txt | 2 have been automatically generated. Application developers should not edit these interface IDs.
|
/frameworks/support/renderscript/v8/rs_support/ |
D | Android.mk | 50 $(transform-generated-source) 67 $(transform-generated-source)
|
/frameworks/compile/libbcc/ |
D | libbcc-gen-config-from-mk.mk | 27 $(transform-generated-source)
|
D | libbcc-gen-build-info.mk | 55 $(transform-generated-source)
|
/frameworks/compile/slang/ |
D | SlangData.mk | 37 $(transform-generated-source)
|
D | README.rst | 120 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/ |
D | aidl.jd | 117 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/ |
D | project.properties | 1 # This file is automatically generated by Android Tools.
|
/frameworks/base/tests/HwAccelerationTest/ |
D | default.properties | 1 # This file is automatically generated by Android Tools.
|
/frameworks/support/volley/tests/ |
D | project.properties | 1 # This file is automatically generated by Android Tools.
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GL11ImplHeader.java-impl | 5 // This source file is automatically generated
|
/frameworks/base/docs/html/tools/help/ |
D | hprof-conv.jd | 8 generated by the Android SDK tools to a standard format so you
|
/frameworks/support/v7/gridlayout/ |
D | project.properties | 1 # This file is automatically generated by Android Tools.
|
/frameworks/wilhelm/src/ |
D | README.txt | 11 autogen/ Automagically generated files, do not edit by hand
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | GLES10ExtHeader.java-if | 17 // This source file is automatically generated
|
12345678910