/frameworks/native/opengl/tools/glgen/ |
D | gen | 4 rm -rf out generated 125 rm -rf generated 126 mkdir -p generated/C 127 cp out/com_google_android_gles_jni_GLImpl.cpp generated/C 128 cp -r out/com generated 129 cp -r out/javax generated 131 cp out/android_opengl_*.cpp generated/C 132 mkdir -p generated/android/opengl 133 cp -r out/android/opengl generated/android 156 compareGenerated ../../../../base/core/jni generated/C com_google_android_gles_jni_GLImpl.cpp [all …]
|
D | .gitignore | 1 generated
|
/frameworks/ml/nn/runtime/test/specs/ |
D | generate_vts_test.sh | 33 -m $VTS_PATH/generated/vts_models/$BASENAME.model.cpp \ 34 -e $VTS_PATH/generated/examples/$BASENAME.example.cpp 43 OUTFILE=$VTS_PATH/generated/all_generated_${ver}_vts_tests.cpp 66 OUTFILE=$VTS_PATH/generated/all_generated_${ver}_vts_tests.cpp 71 -m $VTS_PATH/generated/vts_models -e $VTS_PATH/generated/examples >> $OUTFILE
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/ |
D | json_util_test.cc | 211 TestMessage generated; in TEST_F() local 212 EXPECT_TRUE(generated.ParseFromString(message->SerializeAsString())); in TEST_F() 213 EXPECT_EQ(1024, generated.int32_value()); in TEST_F() 214 ASSERT_EQ(2, generated.repeated_int32_value_size()); in TEST_F() 215 EXPECT_EQ(1, generated.repeated_int32_value(0)); in TEST_F() 216 EXPECT_EQ(2, generated.repeated_int32_value(1)); in TEST_F() 217 EXPECT_EQ(2048, generated.message_value().value()); in TEST_F() 218 ASSERT_EQ(2, generated.repeated_message_value_size()); in TEST_F() 219 EXPECT_EQ(40, generated.repeated_message_value(0).value()); in TEST_F() 220 EXPECT_EQ(96, generated.repeated_message_value(1).value()); in TEST_F() [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/ |
D | GPBMessageTests+Merge.m | 269 // This block of code is generated, do not edit it directly. 278 // This block of code is generated, do not edit it directly. 287 // This block of code is generated, do not edit it directly. 296 // This block of code is generated, do not edit it directly. 305 // This block of code is generated, do not edit it directly. 314 // This block of code is generated, do not edit it directly. 323 // This block of code is generated, do not edit it directly. 332 // This block of code is generated, do not edit it directly. 341 // This block of code is generated, do not edit it directly. 350 // This block of code is generated, do not edit it directly. [all …]
|
/frameworks/compile/mclinker/include/mcld/Config/ |
D | Linkers.def.cmake | 13 // generated); including this file will then enumerate all of the targets with 16 // The set of targets supported by MCLD is generated at configuration 17 // time, at which point this header is generated. Do not modify this
|
D | Linkers.def.in | 13 // generated); including this file will then enumerate all of the targets with 16 // The set of targets supported by MCLD 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 MCLD 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 MCLD is generated at configuration *| 17 |* time, at which point this header is generated. Do not modify this *|
|
D | Targets.def.cmake | 16 |* The set of targets supported by MCLD 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 MCLD is generated at configuration *| 17 |* time, at which point this header is generated. Do not modify this *|
|
/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 887 generated.set(iterator); in expand() 889 if (SPEW) Log.i(TAG, "year=" + generated.year); in expand() 931 lastDayToExamine = generated in expand() 980 … generated.set(second, minute, hour, day, month, iteratorYear); in expand() 981 unsafeNormalize(generated); in expand() [all …]
|
/frameworks/base/tools/aapt2/link/ |
D | XmlCompatVersioner.cpp | 35 static bool CopyAttribute(const xml::Attribute& src_attr, bool generated, xml::Element* dst_el, in CopyAttribute() argument 39 if (generated) { in CopyAttribute() 56 const util::Range<ApiVersion>& api_range, bool generated, in ProcessRule() argument 62 if (!CopyAttribute(src_attr, generated, dst_el, out_string_pool)) { in ProcessRule() 72 if (!CopyAttribute(src_attr, generated, dst_el, out_string_pool)) { in ProcessRule()
|
/frameworks/native/cmds/dumpstate/ |
D | bugreport-format.md | 3 This document specifies the format of the bugreport files generated by the 7 A _bugreport_ is initially generated by dumpstate, then processed by **Shell**, 14 _bugreport-DATE.txt_ (where _DATE_ is date the bugreport was generated, in the 34 The zip file also contains 2 metadata entries generated by `dumpstate`: 52 Besides the files generated by `dumpstate`, **Shell** can also add 2 other 74 - Two additional dumpsys sections are generated. The two new sections can be 86 - All protos will be generated into separate files per service, per priority. The files
|
/frameworks/base/startop/view_compiler/ |
D | README.md | 29 The DexBuilder has several low-level end to end tests to verify generated DEX 39 generated DEX files and exercises methods in the file. 51 In general, you can probably get by without adding a new generated DEX file, and 52 instead add more methods to the files that are already generated. In this case,
|
/frameworks/rs/script_api/ |
D | generate.sh | 50 rm -f ../../../cts/tests/tests/renderscript/src/android/renderscript/cts/generated/* 51 mv test/* ../../../cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/ |
D | README.md | 73 (`myproto_libs.js` in this example). The generated file will `goog.provide()` 75 tests the generated files contain many `goog.provide` statements like: 83 The generated code will also `goog.require()` many types in the core library, 86 generated code, the core library `.js` files in this directory, and the 105 (so `messages_pb.js` and `base_pb.js` in this example). The generated 158 For more examples, see the tests. You can also look at the generated code 159 to see what methods are defined for your generated messages.
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_image_native_buffer.txt | 85 is generated. 88 EGL_NO_CONTEXT, the error EGL_BAD_CONTEXT is generated. 92 the EGL implementation, the error EGL_BAD_PARAMETER is generated."
|
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/base/tests/LegacyRestoreTest/ |
D | README | 2 "adb backup" archive of the settings provider package. It was generated on a 13 archive, using the same key, generated on a Nexus 4 running Android 4.4 with a fix
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Empty.cs | 4 #region Designer generated code 144 #endregion Designer generated code
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/docs/swift/ |
D | DesignDoc.md | 21 same as the name of its generated type. (However, see the discussion below 73 generated properties and the names of methods and properties defined in the base 79 and proto3) map to features in Swift—what the code generated from a proto will 94 unique type symbol emitted in the generated binary. 97 generated type. To improve upon this situation, we will add a new string file 99 When present, this will cause `typealias`es to be added to the generated Swift 122 It should be noted that this type alias is recorded in the generated 124 not cause a new symbol to be generated in the compiled binary (i.e., we do not 144 generated messages can manipulate this storage, and core serialization logic 182 generated for a field of type `int32` would have Swift type `Int32!`. These [all …]
|
/frameworks/native/opengl/tools/glgen2/registry/ |
D | genheaders.py | 550 generated = 0 558 generated = generated + 1 567 if (target and generated == 0):
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ |
D | GPBCodedOutputStream.m | 469 // This block of code is generated, do not edit it directly. 496 // This block of code is generated, do not edit it directly. 523 // This block of code is generated, do not edit it directly. 550 // This block of code is generated, do not edit it directly. 577 // This block of code is generated, do not edit it directly. 604 // This block of code is generated, do not edit it directly. 631 // This block of code is generated, do not edit it directly. 658 // This block of code is generated, do not edit it directly. 685 // This block of code is generated, do not edit it directly. 712 // This block of code is generated, do not edit it directly. [all …]
|
/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 …]
|