/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
omxVCM4P2_QuantInvInter_I.c | 32 * Input Arguments: 43 * Output Arguments: 50 * OMX_Sts_BadArgErr - bad arguments; one or more of the following is
|
/frameworks/support/v4/kitkat/android/support/v4/view/accessibility/ |
AccessibilityNodeProviderCompatKitKat.java | 31 public boolean performAction(int virtualViewId, int action, Bundle arguments); 55 public boolean performAction(int virtualViewId, int action, Bundle arguments) { 56 return bridge.performAction(virtualViewId, action, arguments);
|
/external/chromium_org/v8/src/ |
d8.js | 531 if (this.arguments) { 532 json += ',"arguments":'; 533 // Encode the arguments part. 534 if (this.arguments.toJSONProtocol) { 535 json += this.arguments.toJSONProtocol(); 537 json += SimpleObjectToJSON_(this.arguments); 561 request.arguments = {}; 562 request.arguments.handles = [ lookup_handle ]; 567 request.arguments = {}; 568 request.arguments.expression = expression [all...] |
/bionic/libc/arch-x86/bionic/ |
clone.S | 15 # insert arguments onto the child stack 43 # with the appropriate arguments on the child stack 71 # insert arguments onto the child stack 103 # with the appropriate arguments on the child stack
|
/development/samples/ApiDemos/src/com/example/android/apis/preference/ |
PreferenceWithHeaders.java | 84 // Can retrieve arguments from preference XML. 85 Log.i("args", "Arguments: " + getArguments()); 100 // Can retrieve arguments from headers XML. 101 Log.i("args", "Arguments: " + getArguments());
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
MismatchedRangeExceptions.js | 2 if (arguments.length===0) {
|
MismatchedTokenException.js | 2 if (arguments.length===0) {
|
/external/apache-xml/src/main/java/org/apache/xalan/res/ |
XSLMessages.java | 40 * arguments, localized to the given locale. 43 * @param args The arguments to be used as replacement text 58 * arguments, localized to the given locale. 61 * @param args The arguments to be used as replacement text
|
/external/bison/lib/ |
printf-args.h | 138 /* Number of directly allocated arguments (no malloc() needed). */ 147 arguments; typedef in typeref:struct:__anon29 150 /* Fetch the arguments, putting them into a. */ 156 int PRINTF_FETCHARGS (va_list args, arguments *a);
|
/external/chromium-trace/trace-viewer/src/cc/ |
tile.js | 19 ObjectSnapshot.apply(this, arguments);
|
/external/chromium-trace/trace-viewer/src/tracing/trace_model/ |
sample.js | 20 tracing.trace_model.TraceModelEvent.apply(this, arguments);
|
/external/chromium_org/build/mac/ |
change_mach_o_flags_from_xcode.sh | 8 # be invoked easily from Xcode. change_mach_o_flags.py expects its arguments
|
/external/chromium_org/chrome/browser/extensions/api/management/ |
management_api_constants.h | 10 // Keys used for incoming arguments and outgoing JSON data.
|
/external/chromium_org/chrome/browser/extensions/api/preference/ |
preference_api_constants.h | 11 // Keys for incoming arguments.
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/ |
function_parallel.js | 68 'with ' + arguments.length + ' argument(s)'); 70 for (var j = 0; j < arguments.length; j++) { 71 this.logger.vlog(arguments[j]); 77 this.steps_[i].apply(this, arguments);
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
ntp_login_handler.h | 47 // Called from JS when the NTP is loaded. |args| is the list of arguments 53 // arguments passed from JS and should be an empty list. 60 // the list of arguments passed from JS and should be an empty list. 65 // list of arguments passed from JS and should be an empty list.
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
runtime_custom_bindings.js | 124 // Align missing (optional) function arguments with the arguments that 132 if (typeof(arguments[nextArg]) == 'string') 133 targetId = arguments[nextArg++]; 137 if (typeof(arguments[nextArg]) == 'object') 138 connectInfo = arguments[nextArg++]; 140 if (nextArg != arguments.length) 141 throw new Error('Invalid arguments to connect.'); 148 throw new Error('Invalid arguments to connectNative.');
|
web_request_custom_bindings.js | 15 var args = $Array.slice(arguments);
|
/external/chromium_org/chrome/test/mini_installer_test/ |
switch_builder.h | 13 // Builds commandline arguments for Chrome installation.
|
/external/chromium_org/content/test/plugin/ |
plugin_arguments_test.cc | 25 // count: the count of "val" arguments. If the value is 26 // 2, then we'll find arguments "val1" and "val2". If 27 // the value is 0, then there will be no "val" arguments. 65 // This test just tests the arguments. We're done now.
|
plugin_private_test.h | 19 // Initialize this PluginTest based on the arguments from NPP_New.
|
/external/chromium_org/ppapi/native_client/tests/nacl_browser/fault_injection/ |
no_fault_pm_nameservice_test.html | 34 this.removeEventListener('message', arguments.callee, false); 43 this.removeEventListener('message', arguments.callee, false); 55 this.removeEventListener('message', arguments.callee, false); 63 this.removeEventListener('message', arguments.callee, false);
|
/external/chromium_org/ppapi/native_client/tests/nacl_browser/nameservice/ |
pm_nameservice_test.html | 34 this.removeEventListener('message', arguments.callee, false); 43 this.removeEventListener('message', arguments.callee, false); 55 this.removeEventListener('message', arguments.callee, false); 63 this.removeEventListener('message', arguments.callee, false);
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
modal-dialog-arguments.html | 14 This tests that modal dialog arguments get passed around correctly. Click the button below to test. The text "SUCCESS" will be shown below if the test was successful.
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
ScriptArguments.cpp | 39 PassRefPtr<ScriptArguments> ScriptArguments::create(ScriptState* scriptState, Vector<ScriptValue>& arguments) 41 return adoptRef(new ScriptArguments(scriptState, arguments)); 44 ScriptArguments::ScriptArguments(ScriptState* scriptState, Vector<ScriptValue>& arguments) 47 m_arguments.swap(arguments);
|