Home
last modified time | relevance | path

Searched refs:generate (Results 1 – 25 of 148) sorted by relevance

123456

/frameworks/opt/setupwizard/tools/gradle/
Ddocs.gradle2 * 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/
DVerifierDeviceIdentity.java79 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/
Dreadme.md3 `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/
DRegionSamplingTest.cpp71 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/
DAsmGeneratorTest.java117 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/
DPalette.java85 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/
DREADME.md45generate a fractional number of frames. So the resampler will sometimes generate 1044 frames and s…
/frameworks/av/media/libaaudio/
DREADME.md3 To generate Doxygen output, run command "doxygen" in this directory.
/frameworks/native/services/surfaceflinger/Tracing/tools/
DLayerTraceGenerator.h32 bool generate(const perfetto::protos::TransactionTraceFile&, std::uint32_t traceFlags,
DLayerTraceGenerator.cpp51 bool LayerTraceGenerator::generate(const perfetto::protos::TransactionTraceFile& traceFile, in generate() function in android::LayerTraceGenerator
165 .generate(hierarchyBuilder.getHierarchy()); in generate()
/frameworks/wilhelm/doc/
DDoxyfile54 # 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/
DGaussianBlurFilter.h40 sk_sp<SkImage> generate(SkiaGpuContext* context, const uint32_t radius,
DKawaseBlurFilter.h45 sk_sp<SkImage> generate(SkiaGpuContext* context, const uint32_t radius,
DBlurFilter.h43 virtual sk_sp<SkImage> generate(SkiaGpuContext* context, const uint32_t radius,
DGaussianBlurFilter.cpp45 sk_sp<SkImage> GaussianBlurFilter::generate(SkiaGpuContext* context, const uint32_t blurRadius, in generate() function in android::renderengine::skia::GaussianBlurFilter
/frameworks/base/libs/WindowManager/Shell/
DAndroid.bp103 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/
DRuleGenerator.h31 …static android::sp<Rule> generate(const android::SortedVector<SplitDescription>& group, size_t ind…
/frameworks/ex/common/
DBUILD1 # TODO(b/198224074): auto-generate this file using bp2build.
/frameworks/compile/mclinker/include/mcld/LD/
DDiagRelocations.inc19 "attempt to generate unsupported relocation `%0' for symbol `%1', "
21 "attempt to generate unsupported relocation `%0' for symbol `%1, "
/frameworks/base/core/res/
DMakeJavaSymbols.sed2 # to generate the set of <java-symbol> commands to have aapt generate
/frameworks/native/docs/
DDoxyfile68 # 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/
DOWNERS6 per-file generate-preloaded-classes.sh = islamelbanna@google.com, ngeoffray@google.com, vmarko@goog…
/frameworks/base/core/tests/coretests/src/android/content/pm/
DVerifierDeviceIdentityTest.java164 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/
DRebootEscrowKey.java48 static RebootEscrowKey generate() throws IOException { in generate() method in RebootEscrowKey
/frameworks/opt/setupwizard/tools/docs/
DREADME1 This directory contains files needed to generate the documentations for setup wizard library.

123456