HomeSort by relevance Sort by last modified time
    Searched full:arguments (Results 751 - 775 of 11668) sorted by null

<<31323334353637383940>>

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
omxVC.h 62 * Input Arguments:
71 * Output Arguments:
78 * OMX_Sts_BadArgErr - bad arguments; returned under any of the following
110 * Input Arguments:
119 * Output Arguments:
126 * OMX_Sts_BadArgErr - bad arguments; returned under any of the following
162 * Input Arguments:
174 * Output Arguments:
183 * OMX_Sts_BadArgErr - bad arguments; returned under any of the following
209 * Input Arguments
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
omxVC.h 62 * Input Arguments:
71 * Output Arguments:
78 * OMX_Sts_BadArgErr - bad arguments; returned under any of the following
110 * Input Arguments:
119 * Output Arguments:
126 * OMX_Sts_BadArgErr - bad arguments; returned under any of the following
162 * Input Arguments:
174 * Output Arguments:
183 * OMX_Sts_BadArgErr - bad arguments; returned under any of the following
209 * Input Arguments
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
omxVC.h 62 * Input Arguments:
71 * Output Arguments:
78 * OMX_Sts_BadArgErr - bad arguments; returned under any of the following
110 * Input Arguments:
119 * Output Arguments:
126 * OMX_Sts_BadArgErr - bad arguments; returned under any of the following
162 * Input Arguments:
174 * Output Arguments:
183 * OMX_Sts_BadArgErr - bad arguments; returned under any of the following
209 * Input Arguments
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
test2.c 72 int argc, /* Number of arguments */
109 int argc, /* Number of arguments */
136 int argc, /* Number of arguments */
163 int argc, /* Number of arguments */
195 int argc, /* Number of arguments */
222 int argc, /* Number of arguments */
250 int argc, /* Number of arguments */
277 int argc, /* Number of arguments */
310 int argc, /* Number of arguments */
336 int argc, /* Number of arguments */
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ReplaceStringsVisitor.java 121 mi2.arguments().add(newNode);
198 List arguments = null; local
204 arguments = invoke.arguments();
210 arguments = newclass.arguments();
215 if (parent != null && arguments != null && methodBinding != null) {
218 // which should turn out to be one of the invocation arguments.
235 for (Object arg : arguments) {
242 if (index == arguments.size())
    [all...]
  /external/chromium/chrome/browser/cocoa/
install_from_dmg.mm 261 const char* arguments[] = {source_path_c, target_path_c, NULL};
267 arguments,
275 NSArray* arguments = [NSArray arrayWithObjects:source_path,
282 arguments:arguments];
284 LOG(ERROR) << "+[NSTask launchedTaskWithLaunchPath:arguments:]: "
310 // Launches the application at app_path. The arguments passed to app_path
311 // will be the same as the arguments used to invoke this process, except any
312 // arguments beginning with -psn_ will be stripped.
325 NSMutableArray* arguments
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/
idl_definitions_builder.py 186 arguments = []
191 if child_class == 'Arguments':
192 arguments = arguments_node_to_arguments(child)
200 return IdlOperation(name=name, idl_type=return_type, extended_attributes=extended_attributes, is_static=is_static, arguments=arguments, specials=specials)
204 # [Constructor] and [CustomConstructor] without arguments (the bare form)
205 # have None instead of an arguments node, but have the same meaning as using
210 arguments = []
213 arguments.append(argument_node_to_idl_argument(argument_node))
214 return arguments
    [all...]
v8_callback_interface.py 98 for argument in operation.arguments:
119 contents.update(generate_arguments_contents(operation.arguments, call_with_this_handle))
123 def generate_arguments_contents(arguments, call_with_this_handle):
132 for argument in arguments]
137 'arguments': [generate_argument(argument) for argument in arguments],
138 'handles': ['%sHandle' % argument.name for argument in arguments],
  /external/icu4c/i18n/unicode/
choicfmt.h 51 * with <code>plural</code> arguments for proper plural selection,
52 * and <code>select</code> arguments for simple selection among a fixed set of choices!</em></p>
113 * Only a simple string match is performed, without parsing of arguments that
169 * @deprecated ICU 49 Use MessageFormat instead, with plural and select arguments.
179 * @deprecated ICU 49 Use MessageFormat instead, with plural and select arguments.
195 * @deprecated ICU 49 Use MessageFormat instead, with plural and select arguments.
213 * @deprecated ICU 49 Use MessageFormat instead, with plural and select arguments.
224 * @deprecated ICU 49 Use MessageFormat instead, with plural and select arguments.
232 * @deprecated ICU 49 Use MessageFormat instead, with plural and select arguments.
238 * @deprecated ICU 49 Use MessageFormat instead, with plural and select arguments
    [all...]
  /external/clang/test/SemaCXX/
warn-thread-safety-parsing.cpp 106 // expected-error {{'no_thread_safety_analysis' attribute takes no arguments}}
145 // expected-error {{'guarded_var' attribute takes no arguments}}
151 // expected-error {{'guarded_var' attribute takes no arguments}}
191 // expected-error {{'pt_guarded_var' attribute takes no arguments}}
199 // expected-error {{'pt_guarded_var' attribute takes no arguments}}
228 // expected-error {{'lockable' attribute takes no arguments}}
268 // expected-error {{'scoped_lockable' attribute takes no arguments}}
341 // legal attribute arguments
352 // illegal attribute arguments
354 // expected-warning {{'guarded_by' attribute requires arguments that are class type or point to class type; type here is 'int'}
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/
ircbot.py 48 Arguments:
116 nick = e.arguments()[0]
126 modes = parse_channel_modes(" ".join(e.arguments()))
143 # e.arguments()[0] == "@" for secret channels,
146 # e.arguments()[1] == channel
147 # e.arguments()[2] == nick list
149 ch = e.arguments()[1]
150 for nick in e.arguments()[2].split():
187 Arguments:
200 Arguments
    [all...]
  /external/llvm/lib/Target/Mips/
MipsCallingConv.td 38 // Promote i8/i16 arguments to i32.
41 // Integer arguments are passed in integer registers.
52 // f32 arguments are passed in single precision FP registers.
58 // f64 arguments are passed in double precision FP registers.
69 // N32/64 variable arguments.
70 // All arguments are passed in integer registers.
72 // Promote i8/i16 arguments to i32.
110 // Promote i8/i16 arguments to i32.
113 // Integer arguments are passed in integer registers.
116 // Single fp arguments are passed in pairs within 32-bit mod
    [all...]
  /external/proguard/src/proguard/retrace/
ReTrace.java 208 String arguments = null; local
211 // arguments beforehand.
239 arguments = originalArguments(match);
298 arguments,
304 arguments = originalArguments(match);
305 outLine.append(arguments);
436 String arguments,
455 if (methodInfo.matches(lineNumber, type, arguments))
470 outLine.append('(').append(methodInfo.arguments).append(')');
491 extraBuffer.append('(').append(methodInfo.arguments).append(')')
658 private String arguments; field in class:ReTrace.MethodInfo
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FunctionMultiArgs.java 31 * arguments.
43 * Return an expression array containing arguments at index 3 or greater.
45 * @return An array that contains the arguments at index 3 or greater.
60 * number of arguments is incorrect.
113 * Check that the number of arguments passed to this function is correct.
116 * @param argNum The number of arguments that is being passed to the function.
125 * number of arguments, so this method must never be called.
  /external/bison/lib/
printf-parse.h 172 arguments and the needed count of arguments. */
175 ulc_printf_parse (const char *format, char_directives *d, arguments *a);
177 u8_printf_parse (const uint8_t *format, u8_directives *d, arguments *a);
180 arguments *a);
183 arguments *a);
190 int printf_parse (const char *format, char_directives *d, arguments *a);
  /external/chromium_org/build/android/pylib/
chrome_test_server_spawner.py 103 def __init__(self, ready_event, arguments, adb, tool):
108 arguments: dictionary of arguments to run the test server.
117 self.arguments = arguments
122 self.host_port = self.arguments['port']
179 # The following arguments must exist.
180 type_cmd = _GetServerTypeCommandLine(self.arguments['server-type'])
189 self.command_line.append('--host=%s' % self.arguments['host'])
190 data_dir = self.arguments['data-dir'] or 'chrome/test/data
    [all...]
  /external/chromium_org/google_apis/drive/
task_util.h 43 // ComposedCallback with two arguments.
54 // ComposedCallback with two arguments, and the last one is scoped_ptr.
65 // ComposedCallback with three arguments.
76 // ComposedCallback with three arguments, and the last one is scoped_ptr.
87 // ComposedCallback with four arguments.
98 // ComposedCallback with four arguments, and the second one is scoped_ptr.
111 // Returns callback that takes arguments (arg1, arg2, ...), create a closure
  /external/chromium_org/third_party/icu/source/test/intltest/
dadrcoll.cpp 170 const UChar *arguments = NULL; local
223 testSetting = settings->getString("Arguments", intStatus);
225 logln("Arguments: "+testSetting);
227 arguments = testSetting.getBuffer();
228 processArguments(col, arguments, argLen);
230 processArguments(clone, arguments, argLen);
233 errln("Couldn't process arguments");
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_action.h 42 /** Arguments that are passed to lp_build_tgsi_action::emit. The
43 * order of the arguments should be as follows:
48 * Arguments should be packed into the args array. For example an SOA
56 * Number of arguments in the args array.
67 * determine which channel to read from the opcode arguments. It also
91 * 1. Fetching the instruction arguments into the emit_data->args array.
92 * 2. Setting the number of arguments in emit_data->arg_count.
  /external/chromium_org/third_party/ocmock/
Changes.txt 17 * Arguments only need to be equal, don't have to have same class
46 * Fix to allow block arguments (thanks to Justin DeWind)
78 * Fixed problems that occured when using mocks as arguments
214 * Added the ability to match struct arguments, based on code contributed by Daniel Eggert
216 * Better description of arguments, based on code contributed by Jeremy Higgs
220 * Added the ability to mock out nil arguments (Jeremy Higgs)
244 * Added Richard Clark's contribution, which provides support for scalar arguments.
  /external/chromium_org/third_party/tlslite/tlslite/integration/
ClientHelper.py 39 simply stores these arguments for later. The handshake is
62 shared-key related arguments.
67 shared-key related arguments.
71 exclusive with the 'x509...' arguments.
80 and 'x509TrustList' arguments.
87 'cryptoID' and 'x509Fingerprint' arguments.
93 the 'cryptoID' and 'x509Fingerprint' arguments. Requires the
HTTPTLSConnection.py 87 simply stores these arguments for later. The handshake is
118 shared-key related arguments.
123 shared-key related arguments.
127 exclusive with the 'x509...' arguments.
136 and 'x509TrustList' arguments.
143 'cryptoID' and 'x509Fingerprint' arguments.
149 the 'cryptoID' and 'x509Fingerprint' arguments. Requires the
XMLRPCTransport.py 49 simply stores these arguments for later. The handshake is
73 shared-key related arguments.
78 shared-key related arguments.
82 exclusive with the 'x509...' arguments.
91 and 'x509TrustList' arguments.
98 'cryptoID' and 'x509Fingerprint' arguments.
104 the 'cryptoID' and 'x509Fingerprint' arguments. Requires the
  /external/chromium_org/tools/gn/
command_args.cc 104 "args: Display configurable arguments declared by the build.";
107 " Displays all arguments declared by buildfiles along with their\n"
108 " description. Build arguments are anything in a declare_args() block\n"
112 " These arguments can be overriden on the command-line:\n"
118 " will be displayed. Otherwise all arguments will be displayed.\n";
141 // Too many arguments.
147 // List all arguments. First put them in a regular map so they're sorted.
  /external/chromium_org/v8/test/webkit/
named-function-expression-expected.txt 46 PASS: (function closure() { return closure == arguments.callee && !this.closure; })() should be true and is.
47 PASS: (function closure() { closure = 1; return closure == arguments.callee && !this.closure; })() should be true and is.
50 PASS: (function closure() { function closure() { }; return closure != arguments.callee && !this.closure; })() should be true and is.
56 PASS: (function closure() { eval("function closure() { }"); return closure != arguments.callee && !this.closure; })() should be true and is.
58 PASS: (function closure() { eval("var closure"); delete closure; return closure == arguments.callee && !this.closure; })() should be true and is.
59 PASS: (function closure() { eval("function closure() { }"); delete closure; return closure == arguments.callee && !this.closure; })() should be true and is.
60 PASS: (function closure() { eval("closure = 1;"); return closure == arguments.callee && !this.closure; })() should be true and is.

Completed in 1987 milliseconds

<<31323334353637383940>>