Searched defs:opt (Results 1 - 25 of 26) sorted by relevance

12

/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsic3DLUT.java96 * @param opt Launch options for kernel
98 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) { argument
99 forEach(0, ain, aout, null, opt);
H A DScriptIntrinsicResize.java101 * @param opt LaunchOptions for clipping
103 public void forEach_bicubic(Allocation aout, Script.LaunchOptions opt) { argument
104 forEach(0, (Allocation) null, aout, null, opt);
H A DScriptIntrinsicBlur.java97 * @param opt LaunchOptions for clipping
99 public void forEach(Allocation aout, Script.LaunchOptions opt) { argument
100 forEach(0, (Allocation) null, aout, null, opt);
H A DScriptIntrinsicConvolve3x3.java117 * @param opt LaunchOptions for clipping
119 public void forEach(Allocation aout, Script.LaunchOptions opt) { argument
120 forEach(0, (Allocation) null, aout, null, opt);
H A DScriptIntrinsicConvolve5x5.java119 * @param opt LaunchOptions for clipping
121 public void forEach(Allocation aout, Script.LaunchOptions opt) { argument
122 forEach(0, (Allocation) null, aout, null, opt);
H A DScriptIntrinsicColorMatrix.java242 * @param opt LaunchOptions for clipping
244 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) { argument
269 forEach(0, ain, aout, null, opt);
H A DScriptIntrinsicHistogram.java85 * @param opt LaunchOptions for clipping
87 public void forEach(Allocation ain, Script.LaunchOptions opt) { argument
101 forEach(0, ain, null, null, opt);
186 * @param opt LaunchOptions for clipping
188 public void forEach_Dot(Allocation ain, Script.LaunchOptions opt) { argument
199 forEach(1, ain, null, null, opt);
H A DScriptIntrinsicLUT.java134 * @param opt Options for clipping
136 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) { argument
141 forEach(0, ain, aout, null, opt);
H A DScriptIntrinsicBlend.java43 private void blend(int id, Allocation ain, Allocation aout, Script.LaunchOptions opt) { argument
50 forEach(id, ain, aout, null, opt);
68 * @param opt LaunchOptions for clipping
70 public void forEachClear(Allocation ain, Allocation aout, Script.LaunchOptions opt) { argument
71 blend(0, ain, aout, opt);
99 * @param opt LaunchOptions for clipping
101 public void forEachSrc(Allocation ain, Allocation aout, Script.LaunchOptions opt) { argument
133 * @param opt LaunchOptions for clipping
135 public void forEachDst(Allocation ain, Allocation aout, Script.LaunchOptions opt) { argument
163 * @param opt LaunchOption
165 forEachSrcOver(Allocation ain, Allocation aout, Script.LaunchOptions opt) argument
195 forEachDstOver(Allocation ain, Allocation aout, Script.LaunchOptions opt) argument
225 forEachSrcIn(Allocation ain, Allocation aout, Script.LaunchOptions opt) argument
255 forEachDstIn(Allocation ain, Allocation aout, Script.LaunchOptions opt) argument
285 forEachSrcOut(Allocation ain, Allocation aout, Script.LaunchOptions opt) argument
315 forEachDstOut(Allocation ain, Allocation aout, Script.LaunchOptions opt) argument
347 forEachSrcAtop(Allocation ain, Allocation aout, Script.LaunchOptions opt) argument
383 forEachDstAtop(Allocation ain, Allocation aout, Script.LaunchOptions opt) argument
415 forEachXor(Allocation ain, Allocation aout, Script.LaunchOptions opt) argument
455 forEachMultiply(Allocation ain, Allocation aout, Script.LaunchOptions opt) argument
562 forEachAdd(Allocation ain, Allocation aout, Script.LaunchOptions opt) argument
592 forEachSubtract(Allocation ain, Allocation aout, Script.LaunchOptions opt) argument
[all...]
/frameworks/native/services/surfaceflinger/
H A DDdmConnection.cpp37 JavaVMOption opt; local
39 opt.optionString =
43 args.options = &opt;
/frameworks/minikin/libs/minikin/
H A DGraphemeBreak.cpp181 size_t offset, MoveOpt opt) {
182 switch (opt) {
180 getTextRunCursor(const uint16_t* buf, size_t start, size_t count, size_t offset, MoveOpt opt) argument
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicResize.java111 * @param opt LaunchOptions for clipping
113 public void forEach_bicubic(Allocation aout, Script.LaunchOptions opt) { argument
114 forEach(0, (Allocation) null, aout, null, opt);
H A DScriptIntrinsicConvolve3x3.java126 * @param opt LaunchOptions for clipping
128 public void forEach(Allocation aout, Script.LaunchOptions opt) { argument
129 forEach(0, (Allocation) null, aout, null, opt);
H A DScriptIntrinsicConvolve5x5.java129 * @param opt LaunchOptions for clipping
131 public void forEach(Allocation aout, Script.LaunchOptions opt) { argument
132 forEach(0, (Allocation) null, aout, null, opt);
H A DScriptIntrinsicHistogram.java95 * @param opt LaunchOptions for clipping
97 public void forEach(Allocation ain, Script.LaunchOptions opt) { argument
111 forEach(0, ain, null, null, opt);
196 * @param opt LaunchOptions for clipping
198 public void forEach_Dot(Allocation ain, Script.LaunchOptions opt) { argument
209 forEach(1, ain, null, null, opt);
H A DScriptIntrinsicColorMatrix.java222 * @param opt LaunchOptions for clipping
224 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) { argument
249 forEach(0, ain, aout, null, opt);
/frameworks/compile/slang/
H A Drs_cc_options.h34 namespace opt { namespace in namespace:llvm
130 llvm::opt::OptTable *createRSCCOptTable();
/frameworks/base/tools/obbtool/
H A DMain.cpp183 int opt; local
194 while ((opt = getopt_long(argc, argv, ADD_OPTS, longopts, &option_index)) != -1) {
195 switch (opt) {
/frameworks/native/opengl/tests/hwc/
H A DhwcColorEquiv.cpp167 int rv, opt; local
180 while ((opt = getopt(argc, argv, "vs:e:r:D:?h")) != -1) {
181 switch (opt) {
H A DhwcRects.cpp205 int rv, opt; local
213 while ((opt = getopt(argc, argv, "D:v?h")) != -1) {
214 switch (opt) {
H A DhwcStress.cpp242 int rv, opt; local
251 while ((opt = getopt(argc, argv, "vp:d:D:n:s:e:t:?h")) != -1) {
252 switch (opt) {
H A DhwcCommit.cpp339 int rv, opt; local
348 while ((opt = getopt(argc, argv, "s:v?h")) != -1) {
349 switch (opt) {
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp439 JavaVMOption opt; local
440 opt.optionString = optionString;
441 opt.extraInfo = extraInfo;
442 mOptions.add(opt);
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp536 jint count, jint flags, jint offset, jint opt) {
537 GraphemeBreak::MoveOpt moveOpt = GraphemeBreak::MoveOpt(opt);
535 doTextRunCursor(JNIEnv *env, Paint* paint, const jchar *text, jint start, jint count, jint flags, jint offset, jint opt) argument
/frameworks/base/core/java/android/content/
H A DIntent.java5391 boolean handleOption(String opt, ShellCommand cmd); argument
5404 String opt;
5405 while ((opt=cmd.getNextOption()) != null) {
5406 switch (opt) {
5697 if (optionHandler != null && optionHandler.handleOption(opt, cmd)) {
5700 throw new IllegalArgumentException("Unknown option: " + opt);

Completed in 342 milliseconds

12