/frameworks/opt/setupwizard/tools/gradle/ |
D | docs.gradle | 2 * A helper gradle file to generate documentation using doclava. 3 * Include this file using `apply from` in the gradle build file. This will generate new tasks 4 * "javadoc<Variant>" which will generate javadocs for that target.
|
/frameworks/base/core/java/android/content/pm/ |
D | VerifierDeviceIdentity.java | 79 public static VerifierDeviceIdentity generate() { in generate() method in VerifierDeviceIdentity 81 return generate(sr); in generate() 93 public static VerifierDeviceIdentity generate(Random rng) { in generate() method in VerifierDeviceIdentity
|
/frameworks/native/cmds/bugreportz/ |
D | readme.md | 3 `bugreportz` is used to generate a zipped bugreport whose path is passed back to `adb`, using 15 On version 1.0, `bugreportz` does not generate any output on `stdout` until the bugreport is
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | RegionSamplingTest.cpp | 71 std::generate(buffer.begin(), buffer.end(), [n = 0]() mutable { in TEST_F() 82 std::generate(buffer.begin(), buffer.end(), in TEST_F() 89 std::generate(buffer.begin(), buffer.end(), in TEST_F()
|
/frameworks/layoutlib/create/tests/src/com/android/tools/layoutlib/create/ |
D | AsmGeneratorTest.java | 117 agen.generate(); in testClassRenaming() 162 Map<String, byte[]> output = agen.generate(); in testJavaClassRefactoring() 208 Map<String, byte[]> output = agen.generate(); in testClassRefactoring() 246 Map<String, byte[]> output = agen.generate(); in testClassExclusion() 291 JarUtil.createJar(new FileOutputStream(mOsDestJar), agen.generate()); in testMethodInjection() 364 agen.generate(); in testMethodVisitor_loadLibraryReplacer()
|
/frameworks/base/core/java/com/android/internal/graphics/palette/ |
D | Palette.java | 85 return new Builder(swatches).generate(); in from() 320 public Palette generate() { in generate() method in Palette.Builder 377 public android.os.AsyncTask<Bitmap, Void, Palette> generate( in generate() method in Palette.Builder 386 return generate(); in generate()
|
/frameworks/av/media/libaaudio/src/flowgraph/resampler/ |
D | README.md | 45 …generate a fractional number of frames. So the resampler will sometimes generate 1044 frames and s…
|
/frameworks/av/media/libaaudio/ |
D | README.md | 3 To generate Doxygen output, run command "doxygen" in this directory.
|
/frameworks/native/services/surfaceflinger/Tracing/tools/ |
D | LayerTraceGenerator.h | 32 bool generate(const perfetto::protos::TransactionTraceFile&, std::uint32_t traceFlags,
|
D | LayerTraceGenerator.cpp | 51 bool LayerTraceGenerator::generate(const perfetto::protos::TransactionTraceFile& traceFile, in generate() function in android::LayerTraceGenerator 165 .generate(hierarchyBuilder.getHierarchy()); in generate()
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 54 # information to generate all constant output in the proper language. 92 # Doxygen will generate a detailed section even if there is only a brief 128 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter 185 # sources only. Doxygen will then generate output that is more tailored for C. 192 # sources only. Doxygen will then generate output that is more tailored for 199 # sources only. Doxygen will then generate output that is more tailored for 205 # sources. Doxygen will then generate output that is tailored for 370 # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate 482 # list will mention the files that were used to generate the documentation. 539 # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings [all …]
|
/frameworks/native/libs/renderengine/skia/filters/ |
D | GaussianBlurFilter.h | 40 sk_sp<SkImage> generate(SkiaGpuContext* context, const uint32_t radius,
|
D | KawaseBlurFilter.h | 45 sk_sp<SkImage> generate(SkiaGpuContext* context, const uint32_t radius,
|
D | BlurFilter.h | 43 virtual sk_sp<SkImage> generate(SkiaGpuContext* context, const uint32_t radius,
|
D | GaussianBlurFilter.cpp | 45 sk_sp<SkImage> GaussianBlurFilter::generate(SkiaGpuContext* context, const uint32_t blurRadius, in generate() function in android::renderengine::skia::GaussianBlurFilter
|
/frameworks/base/libs/WindowManager/Shell/ |
D | Android.bp | 103 name: "generate-wm_shell_protolog.json", 109 cmd: "$(location protologtool) generate-viewer-config " + 126 cmd: "$(location protologtool) generate-viewer-config " + 138 srcs: [":generate-wm_shell_protolog.json"],
|
/frameworks/base/tools/split-select/ |
D | RuleGenerator.h | 31 …static android::sp<Rule> generate(const android::SortedVector<SplitDescription>& group, size_t ind…
|
/frameworks/ex/common/ |
D | BUILD | 1 # TODO(b/198224074): auto-generate this file using bp2build.
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagRelocations.inc | 19 "attempt to generate unsupported relocation `%0' for symbol `%1', " 21 "attempt to generate unsupported relocation `%0' for symbol `%1, "
|
/frameworks/base/core/res/ |
D | MakeJavaSymbols.sed | 2 # to generate the set of <java-symbol> commands to have aapt generate
|
/frameworks/native/docs/ |
D | Doxyfile | 68 # information to generate all constant output in the proper language. 116 # Doxygen will generate a detailed section even if there is only a brief 154 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter 218 # sources only. Doxygen will then generate output that is more tailored for C. 225 # sources only. Doxygen will then generate output that is more tailored for 232 # sources only. Doxygen will then generate output that is more tailored for 238 # sources. Doxygen will then generate output that is tailored for 452 # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate 574 # list will mention the files that were used to generate the documentation. 635 # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings [all …]
|
/frameworks/base/config/ |
D | OWNERS | 6 per-file generate-preloaded-classes.sh = islamelbanna@google.com, ngeoffray@google.com, vmarko@goog…
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | VerifierDeviceIdentityTest.java | 164 VerifierDeviceIdentity id2 = VerifierDeviceIdentity.generate(random); in testVerifierDeviceIdentity_Generate_MinValue() 176 VerifierDeviceIdentity id2 = VerifierDeviceIdentity.generate(random); in testVerifierDeviceIdentity_Generate_Random()
|
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | RebootEscrowKey.java | 48 static RebootEscrowKey generate() throws IOException { in generate() method in RebootEscrowKey
|
/frameworks/opt/setupwizard/tools/docs/ |
D | README | 1 This directory contains files needed to generate the documentations for setup wizard library.
|