/external/chromium_org/content/test/plugin/ |
plugin_arguments_test.h | 13 // The PluginArgumentsTest test that we properly receive arguments 16 // This is basically overkill for testing that the arguments passed 19 // We expect to find the following arguments: 22 // count: the count of "val" arguments. If the value is 23 // 2, then we'll find arguments "val1" and "val2". If 24 // the value is 0, then there will be no "val" arguments. 34 // Initialize this PluginTest based on the arguments from NPP_New.
|
/external/chromium_org/third_party/mesa/src/src/mesa/x86-64/ |
calling_convention.txt | 2 rax temporary register; with variable arguments passes information 29 xmm0?1 used to pass and return floating point arguments 31 xmm2?7 used to pass floating point arguments 37 st0 temporary register; used to return long double arguments 39 st1 temporary registers; used to return long double arguments 49 Integer arguments from list: rdi,rsi,rdx,rcx,r8,r9,stack 50 Floating point arguments from list: xmm0-xmm
|
/external/mesa3d/src/mesa/x86-64/ |
calling_convention.txt | 2 rax temporary register; with variable arguments passes information 29 xmm0?1 used to pass and return floating point arguments 31 xmm2?7 used to pass floating point arguments 37 st0 temporary register; used to return long double arguments 39 st1 temporary registers; used to return long double arguments 49 Integer arguments from list: rdi,rsi,rdx,rcx,r8,r9,stack 50 Floating point arguments from list: xmm0-xmm
|
/external/chromium_org/v8/test/webkit/fast/js/kde/ |
arguments-scope.js | 35 var arguments; 37 // in scope beforehand -- e.g. the arguments thing 38 shouldBeOfType("test0", arguments, 'object'); 43 shouldBeOfType("test1", arguments, 'object'); 44 var arguments; 47 function test2(arguments) { 49 shouldBeOfType("test2", arguments, 'number'); 55 shouldBeOfType("test3", arguments, 'function'); 56 function arguments() {} 62 shouldBeOfType('test4.(1)', arguments, 'object') [all...] |
/dalvik/dx/tests/102-verify-nonwide-math/ |
info.txt | 2 ops, comparisons, etc.) to verify that their arguments are actually of
|
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
TextInputController.cpp | 62 void TextInputController::insertText(const CppArgumentList& arguments, CppVariant* result) 66 if (arguments.size() < 1 || !arguments[0].isString()) 69 m_webView->confirmComposition(WebString::fromUTF8(arguments[0].toString())); 72 void TextInputController::doCommand(const CppArgumentList& arguments, CppVariant* result) 80 if (arguments.size() >= 1 && arguments[0].isString()) 81 mainFrame->executeCommand(WebString::fromUTF8(arguments[0].toString())); 84 void TextInputController::setMarkedText(const CppArgumentList& arguments, CppVariant* result) 88 if (arguments.size() < 3 || !arguments[0].isString( [all...] |
/external/chromium_org/v8/test/mjsunit/ |
arguments.js | 29 return arguments.length; 33 return arguments.length; 37 return arguments.length; 56 return arguments[index]; 60 return arguments[index]; 64 return arguments[index]; 93 // an unexpected number of arguments works. 94 function f(a) { return arguments.length; }; 102 var l = g(arguments); 112 if (arguments[0] > 0) [all...] |
/external/clang/test/Sema/Inputs/ |
format-unused-system-args.h | 2 // arguments specified in system headers.
|
/external/clang/test/Sema/ |
builtin-unary-fp.c | 10 check(__builtin_isinf()); // expected-error{{too few arguments}} 11 check(__builtin_isnan(1,2)); // expected-error{{too many arguments}} 14 check(__builtin_fpclassify(0, 0, 0, 0, 1)); // expected-error{{too few arguments}} 15 check(__builtin_fpclassify(0, 0, 0, 0, 0, 1, 0)); // expected-error{{too many arguments}}
|
mips16_attr_allowed.c | 16 void foo32a() __attribute__((nomips16(xyz))) ; // expected-error {{'nomips16' attribute takes no arguments}} 17 void __attribute__((mips16(xyz))) foo16a(); // expected-error {{'mips16' attribute takes no arguments}} 19 void __attribute__((nomips16(1, 2))) foo32b(); // expected-error {{'nomips16' attribute takes no arguments}} 20 void __attribute__((mips16(1, 2))) foo16b(); // expected-error {{'mips16' attribute takes no arguments}}
|
attr-format_arg.c | 9 printf("%d %d", 123); // expected-warning{{more '%' conversions than data arguments}} 12 printf(f("%d %d"), 123); // expected-warning{{more '%' conversions than data arguments}}
|
/external/mockito/src/org/mockito/internal/invocation/realmethod/ |
RealMethod.java | 10 Object invoke(Object target, Object[] arguments) throws Throwable;
|
/external/mockito/src/org/mockito/internal/stubbing/answers/ |
ClonesArguments.java | 17 Object[] arguments = invocation.getArguments();
local 18 for (int i = 0; i < arguments.length; i++) {
19 Object from = arguments[i];
22 arguments[i] = newInstance;
|
/external/v8/test/mjsunit/ |
arguments.js | 29 return arguments.length; 33 return arguments.length; 37 return arguments.length; 56 return arguments[index]; 60 return arguments[index]; 64 return arguments[index]; 93 // an unexpected number of arguments works. 94 function f(a) { return arguments.length; }; 102 var l = g(arguments); 112 if (arguments[0] > 0) [all...] |
/external/chromium_org/tools/cr/cr/actions/ |
runner.py | 35 def Kill(self, context, targets, arguments): 40 def Run(self, context, target, arguments): 45 def Test(self, context, target, arguments): 50 def Invoke(self, context, targets, arguments): 57 self.Test(context, target, arguments) 59 self.Run(context, target, arguments) 62 def Restart(self, context, targets, arguments): 69 self.Invoke(context, targets, arguments) 79 def Kill(self, context, targets, arguments): 82 def Run(self, context, target, arguments) [all...] |
/external/chromium_org/v8/test/webkit/ |
dfg-inline-arguments-use-from-all-the-places-broken.js | 25 "This attempts to test that inlining preserves basic function.arguments functionality when said functionality is used from inside and outside getters and from inlined code, all at once; but it fails at this and instead finds other bugs particularly in the DFG stack layout machinery." 29 return [foo.arguments, bar.arguments].concat(o.f); 33 return [foo.arguments, bar.arguments, getter.arguments, fuzz.arguments]; 37 return [foo.arguments, bar.arguments, getter.arguments].concat(fuzz(42, 56)) [all...] |
/external/proguard/src/proguard/ |
ArgumentWordReader.java | 28 * Single arguments are split into individual words if necessary. 34 private final String[] arguments; field in class:ArgumentWordReader 39 // * Creates a new ArgumentWordReader for the given arguments. 41 // public ArgumentWordReader(String[] arguments) 43 // this(arguments, null); 48 * Creates a new ArgumentWordReader for the given arguments, with the 51 public ArgumentWordReader(String[] arguments, File baseDir) 55 this.arguments = arguments; 63 return index < arguments.length [all...] |
/external/chromium_org/v8/test/mjsunit/bugs/ |
bug-222.js | 30 var oldArgs = Foo.arguments; 32 var newArgs = Foo.arguments 36 // Don't allow arguments to be overwritten. 37 Foo.arguments = oldArgs; 38 assertEquals(Foo.arguments, newArgs); 40 // Don't allow arguments to be deleted. 41 assertFalse(delete Foo.arguments); 42 assertEquals(Foo.arguments, newArgs);
|
/external/llvm/test/TableGen/ |
SuperSubclassSameName.td | 3 // Test for template arguments that have the same name as superclass template 4 // arguments.
|
/external/v8/test/mjsunit/bugs/ |
bug-222.js | 30 var oldArgs = Foo.arguments; 32 var newArgs = Foo.arguments 36 // Don't allow arguments to be overwritten. 37 Foo.arguments = oldArgs; 38 assertEquals(Foo.arguments, newArgs); 40 // Don't allow arguments to be deleted. 41 assertFalse(delete Foo.arguments); 42 assertEquals(Foo.arguments, newArgs);
|
/frameworks/testing/androidtestlib/tests/ |
.project | 10 <arguments> 11 </arguments> 15 <arguments> 16 </arguments> 20 <arguments> 21 </arguments> 25 <arguments> 26 </arguments>
|
/packages/apps/Browser/tests/src/com/android/browser/ |
BrowserLaunchPerformance.java | 10 public void onCreate(Bundle arguments) { 11 super.onCreate(arguments);
|
/packages/apps/Mms/tests/src/com/android/mms/ |
MmsLaunchPerformance.java | 11 public void onCreate(Bundle arguments) { 12 super.onCreate(arguments);
|
/external/chromium/base/ |
string_util_win.h | 37 const char* format, va_list arguments) { 38 int length = vsnprintf_s(buffer, size, size - 1, format, arguments); 40 return _vscprintf(format, arguments); 45 const wchar_t* format, va_list arguments) { 48 int length = _vsnwprintf_s(buffer, size, size - 1, format, arguments); 50 return _vscwprintf(format, arguments);
|
/external/chromium_org/base/strings/ |
string_util_win.h | 36 const char* format, va_list arguments) { 37 int length = _vsprintf_p(buffer, size, format, arguments); 41 return _vscprintf_p(format, arguments); 47 const wchar_t* format, va_list arguments) { 50 int length = _vswprintf_p(buffer, size, format, arguments); 54 return _vscwprintf_p(format, arguments);
|