Searched refs:arg (Results 1 - 25 of 195) sorted by relevance

12345678

/frameworks/rs/api/
H A Drs_debug.spec30 arg: const char* message
31 arg: #1 a
46 arg: const char* message
47 arg: #2#1 a
56 arg: const char* message
57 arg: #2#1 a
64 arg: const char* message
65 arg: float#1 a
74 arg: const char* message
75 arg
[all...]
H A Drs_atomic.spec37 arg: volatile int32_t* addr, "Address of the value to modify."
38 arg: int32_t value, "Amount to add."
48 arg: volatile uint32_t* addr
49 arg: uint32_t value
56 arg: volatile int32_t* addr, "Address of the value to modify."
57 arg: int32_t value, "Value to and with."
68 arg: volatile uint32_t* addr
69 arg: uint32_t value
76 arg: volatile int32_t* addr, "Address of the value to compare and replace if the test passes."
77 arg
[all...]
H A Drs_graphics.spec189 arg: #1* dst
198 arg: #1 v
207 arg: #1* dst
208 arg: #1 src
216 arg: rs_allocation alloc
233 arg: rs_allocation alloc
234 arg: rs_allocation_usage_type source
242 arg: rs_allocation colorTarget
243 arg: uint slot
255 arg
[all...]
H A Drs_quaternion.spec25 arg: rs_quaternion* q, "Destination quaternion to add to."
26 arg: const rs_quaternion* rhs, "Quaternion to add."
40 arg: rs_quaternion* q, "Quaternion to modify."
53 arg: const rs_quaternion* q0, "First quaternion."
54 arg: const rs_quaternion* q1, "Second quaternion."
65 arg: rs_matrix4x4* m, "Resulting matrix."
66 arg: const rs_quaternion* q, "Normalized quaternion."
97 arg: rs_quaternion* q, "Destination quaternion."
98 arg: float rot, "Angle to rotate by, in radians."
99 arg
[all...]
H A Drs_matrix.spec52 arg: const rs_matrix4x4* viewProj, "Matrix to extract planes from."
53 arg: float4* left, "Left plane."
54 arg: float4* right, "Right plane."
55 arg: float4* top, "Top plane."
56 arg: float4* bottom, "Bottom plane."
57 arg: float4* near, "Near plane."
58 arg: float4* far, "Far plane."
112 arg: float4* sphere, "float4 representing the sphere."
113 arg: float4* left, "Left plane."
114 arg
[all...]
H A Drs_math.spec157 arg: #2#1 v
171 arg: #2#1 v, range(-1,1)
185 arg: #2#1 v
199 arg: #2#1 v, range(-1,1)
215 arg: #2#1 v, range(-1,1)
229 arg: #2#1 v
243 arg: #2#1 v, range(-1,1)
259 arg: #2#1 v, range(-1,1)
273 arg: #2#1 numerator, "Numerator."
274 arg
[all...]
H A Drs_io.spec29 arg: rs_allocation a, "Allocation to work on."
40 arg: rs_allocation a, "Allocation to work on."
50 arg: int cmdID
65 arg: int cmdID
66 arg: const void* data, "Application specific data."
67 arg: uint len, "Length of the data, in bytes."
73 arg: int cmdID
89 arg: int cmdID
90 arg: const void* data, "Application specific data."
91 arg
[all...]
H A Drs_convert.spec31 arg: #2#1 v, compatible(#3)
53 arg: #2#1 v, compatible(#3)
63 arg: #2#1 v, compatible(#3)
73 arg: #2#1 v, compatible(#3)
79 arg: float r, "Red component."
80 arg: float g, "Green component."
81 arg: float b, "Blue component."
100 arg: float r
101 arg: float g
102 arg
[all...]
/frameworks/compile/libbcc/include/bcinfo/Wrap/
H A Dsupport_macros.h26 class_name(class_name& arg) // Do not implement
32 void operator=(class_name& arg) // Do not implement
/frameworks/base/core/java/com/android/internal/os/
H A DBaseCommand.java97 String arg = mArgs[mNextArg];
98 if (!arg.startsWith("-")) {
102 if (arg.equals("--")) {
105 if (arg.length() > 1 && arg.charAt(1) != '-') {
106 if (arg.length() > 2) {
107 mCurArgData = arg.substring(2);
108 return arg.substring(0, 2);
111 return arg;
115 return arg;
[all...]
H A DZygoteConnection.java304 * <li> --runtime-args indicates that the remaining arg list should
355 * Any args after and including the first non-option arg
400 String arg = args[curArg];
402 if (arg.equals("--")) {
405 } else if (arg.startsWith("--setuid=")) {
408 "Duplicate arg specified");
412 arg.substring(arg.indexOf('=') + 1));
413 } else if (arg.startsWith("--setgid=")) {
416 "Duplicate arg specifie
[all...]
/frameworks/native/cmds/installd/
H A Dinstalld.cpp30 static char* parse_null(char* arg) { argument
31 if (strcmp(arg, "!") == 0) {
34 return arg;
38 static int do_ping(char **arg __unused, char reply[REPLY_MAX] __unused)
43 static int do_install(char **arg, char reply[REPLY_MAX] __unused) argument
45 return install(parse_null(arg[0]), arg[1], atoi(arg[2]), atoi(arg[3]), arg[
48 do_dexopt(char **arg, char reply[REPLY_MAX] __unused) argument
56 do_mark_boot_complete(char **arg, char reply[REPLY_MAX] __unused) argument
61 do_move_dex(char **arg, char reply[REPLY_MAX] __unused) argument
66 do_rm_dex(char **arg, char reply[REPLY_MAX] __unused) argument
71 do_remove(char **arg, char reply[REPLY_MAX] __unused) argument
76 do_rename(char **arg, char reply[REPLY_MAX] __unused) argument
81 do_fixuid(char **arg, char reply[REPLY_MAX] __unused) argument
86 do_free_cache(char **arg, char reply[REPLY_MAX] __unused) argument
91 do_rm_cache(char **arg, char reply[REPLY_MAX] __unused) argument
96 do_rm_code_cache(char **arg, char reply[REPLY_MAX] __unused) argument
101 do_get_size(char **arg, char reply[REPLY_MAX]) argument
122 do_rm_user_data(char **arg, char reply[REPLY_MAX] __unused) argument
127 do_cp_complete_app(char **arg, char reply[REPLY_MAX] __unused) argument
133 do_mk_user_data(char **arg, char reply[REPLY_MAX] __unused) argument
139 do_mk_user_config(char **arg, char reply[REPLY_MAX] __unused) argument
144 do_rm_user(char **arg, char reply[REPLY_MAX] __unused) argument
154 do_linklib(char **arg, char reply[REPLY_MAX] __unused) argument
159 do_idmap(char **arg, char reply[REPLY_MAX] __unused) argument
164 do_restorecon_data(char **arg, char reply[REPLY_MAX] __attribute__((unused))) argument
170 do_create_oat_dir(char **arg, char reply[REPLY_MAX] __unused) argument
176 do_rm_package_dir(char **arg, char reply[REPLY_MAX] __unused) argument
182 do_link_file(char **arg, char reply[REPLY_MAX] __unused) argument
268 char *arg[TOKEN_MAX+1]; local
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLLogWrapper.java74 private void arg(String name, String value) { method in class:GLLogWrapper
97 private void arg(String name, boolean value) { method in class:GLLogWrapper
98 arg(name, Boolean.toString(value));
101 private void arg(String name, int value) { method in class:GLLogWrapper
102 arg(name, Integer.toString(value));
105 private void arg(String name, float value) { method in class:GLLogWrapper
106 arg(name, Float.toString(value));
118 private void arg(String name, int n, int[] arr, int offset) { method in class:GLLogWrapper
119 arg(name, toString(n, FORMAT_INT, arr, offset));
122 private void arg(Strin method in class:GLLogWrapper
126 private void arg(String name, int n, float[] arr, int offset) { method in class:GLLogWrapper
230 private void arg(String name, int n, FloatBuffer buf) { method in class:GLLogWrapper
234 private void arg(String name, int n, IntBuffer buf) { method in class:GLLogWrapper
238 private void arg(String name, int n, ShortBuffer buf) { method in class:GLLogWrapper
[all...]
H A DEGLLogWrapper.java50 arg("display", display);
51 arg("attrib_list", attrib_list);
52 arg("config_size", config_size);
57 arg("configs", configs);
58 arg("num_config", num_config);
67 arg("display", display);
68 arg("surface", surface);
69 arg("native_pixmap", native_pixmap);
81 arg("display", display);
82 arg("confi
397 private void arg(String name, String value) { method in class:EGLLogWrapper
420 private void arg(String name, int value) { method in class:EGLLogWrapper
424 private void arg(String name, Object object) { method in class:EGLLogWrapper
428 private void arg(String name, EGLDisplay object) { method in class:EGLLogWrapper
438 private void arg(String name, EGLContext object) { method in class:EGLLogWrapper
446 private void arg(String name, EGLSurface object) { method in class:EGLLogWrapper
479 private void arg(String name, int[] arr) { method in class:EGLLogWrapper
487 private void arg(String name, Object[] arr) { method in class:EGLLogWrapper
[all...]
/frameworks/base/cmds/bu/src/com/android/commands/bu/
H A DBackup.java54 String arg = nextArg();
55 if (arg.equals("backup")) {
57 } else if (arg.equals("restore")) {
60 Log.e(TAG, "Invalid operation '" + arg + "'");
74 String arg;
75 while ((arg = nextArg()) != null) {
76 if (arg.startsWith("-")) {
77 if ("-apk".equals(arg)) {
79 } else if ("-noapk".equals(arg)) {
81 } else if ("-obb".equals(arg)) {
[all...]
/frameworks/base/core/java/android/security/keymaster/
H A DKeymasterArguments.java101 KeymasterArgument arg = getArgumentByTag(tag);
102 if (arg == null) {
105 return getEnumTagValue(arg);
118 for (KeymasterArgument arg : mArguments) {
119 if (arg.tag == tag) {
120 values.add(getEnumTagValue(arg));
130 private int getEnumTagValue(KeymasterArgument arg) { argument
131 return ((KeymasterIntArgument) arg).value;
162 KeymasterArgument arg = getArgumentByTag(tag);
163 if (arg
210 getLongTagValue(KeymasterArgument arg) argument
[all...]
/frameworks/base/cmds/settings/src/com/android/commands/settings/
H A DSettingsCmd.java71 String arg;
73 while ((arg = nextArg()) != null) {
74 if ("--user".equals(arg)) {
81 if ("get".equalsIgnoreCase(arg)) {
83 } else if ("put".equalsIgnoreCase(arg)) {
85 } else if ("delete".equalsIgnoreCase(arg)) {
87 } else if ("list".equalsIgnoreCase(arg)) {
91 System.err.println("Invalid command: " + arg);
95 if (!"system".equalsIgnoreCase(arg)
96 && !"secure".equalsIgnoreCase(arg)
[all...]
/frameworks/compile/mclinker/tools/mcld/
H A DMain.cpp267 if (llvm::opt::Arg* arg = args_->getLastArg(kOpt_Color)) {
268 bool res = llvm::StringSwitch<bool>(arg->getValue())
284 if (llvm::opt::Arg* arg = args_->getLastArg(kOpt_Verbose)) {
285 llvm::StringRef value = arg->getValue();
288 mcld::errs() << "Invalid value for" << arg->getOption().getPrefixedName()
289 << ": " << arg->getValue();
296 if (llvm::opt::Arg* arg = args_->getLastArg(kOpt_ErrorLimit)) {
297 llvm::StringRef value = arg->getValue();
300 mcld::errs() << "Invalid value for" << arg->getOption().getPrefixedName()
301 << ": " << arg
[all...]
/frameworks/native/opengl/libs/tools/
H A Dgltracegen79 my $arg = $args[$num];
80 if ($arg =~ /(\S+\s)+\**\s*([\w]+)/) {
82 if ($arg =~ /((const )*(\S+\s)+\**)\s*([\w]+)/) {
/frameworks/base/tools/aidl/
H A Dgenerate_java_binder.cpp253 arg_type* arg; local
279 arg = method->args;
280 while (arg != NULL) {
282 NAMES.Search(arg->type.type.data), arg->name.data,
283 arg->type.dimension));
284 arg = arg->next;
304 arg = method->args;
305 while (arg !
[all...]
H A Dgenerate_java_rpc.cpp155 arg_type* arg; local
176 arg = method->args;
177 while (arg != NULL) {
178 Type* t = NAMES.Search(arg->type.type.data);
180 v->dimension = arg->type.dimension;
184 if (convert_direction(arg->direction.data) & IN_PARAMETER) {
185 generate_create_from_data(t, block, arg->name.data, v,
188 if (arg->type.dimension == 0) {
191 else if (arg->type.dimension == 1) {
203 arg
634 arg_type* arg; local
680 arg_type* arg; local
743 arg_type* arg; local
800 arg_type* arg; local
845 arg_type* arg; local
[all...]
/frameworks/data-binding/library/src/main/java/android/databinding/
H A DPropertyChangeRegistry.java27 int arg, Void notUsed) {
28 callback.onPropertyChanged(sender, arg);
/frameworks/native/opengl/libs/EGL/
H A Dtrace.cpp69 static const char* GLbooleanToString(GLboolean arg) { argument
70 return arg ? "GL_TRUE" : "GL_FALSE";
245 const void* arg = va_arg(argp, const void*);
246 builder.append("(%s) 0x%08x", type, (size_t) arg);
248 size_t arg = va_arg(argp, size_t);
252 if (b->e & arg) {
259 arg &= ~b->e;
262 if (first || arg != 0) {
266 builder.append("0x%08x", arg);
269 GLboolean arg
[all...]
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
H A DModelMethod.java78 ModelClass arg = args.get(i);
79 if (!parameterType.isAssignableFrom(arg) && !isImplicitConversion(arg, parameterType)) {
91 final ModelClass arg = args.get(i);
94 final int diff = compareParameter(arg, thisParameter, thatParameter);
111 private static int compareParameter(ModelClass arg, ModelClass thisParameter, argument
113 if (thatParameter.equals(arg)) {
115 } else if (thisParameter.equals(arg)) {
117 } else if (isBoxingConversion(thatParameter, arg)) {
119 } else if (isBoxingConversion(thisParameter, arg)) {
[all...]
/frameworks/compile/slang/tests/
H A Dtest.py94 for arg in args:
95 print arg,
191 for arg in sys.argv[1:]:
192 if arg in ('-h', '--help'):
195 elif arg in ('-n', '--no-cleanup'):
197 elif arg in ('-u', '--update-cts'):
199 elif arg in ('-v', '--verbose'):
203 if os.path.isdir(arg):
204 files.append(arg)
206 print >> sys.stderr, 'Invalid test or option: %s' % arg
[all...]

Completed in 531 milliseconds

12345678