HomeSort by relevance Sort by last modified time
    Searched refs:Arguments (Results 126 - 150 of 221) sorted by null

1 2 3 4 56 7 8 9

  /external/chromium_org/v8/src/
v8globals.h 112 class Arguments;
562 // 8. Implicit binding of 'arguments' in functions.
  /external/gtest/src/
gtest-death-test.cc 844 // Utility class for accumulating command-line arguments.
845 class Arguments {
847 Arguments() {
851 ~Arguments() {
862 void AddArguments(const ::std::vector<Str>& arguments)
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest-death-test.cc 843 // Utility class for accumulating command-line arguments.
844 class Arguments {
846 Arguments() {
850 ~Arguments() {
861 void AddArguments(const ::std::vector<Str>& arguments)
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-death-test.cc 844 // Utility class for accumulating command-line arguments.
845 class Arguments {
847 Arguments() {
851 ~Arguments() {
862 void AddArguments(const ::std::vector<Str>& arguments)
    [all...]
  /external/open-vcdiff/gtest/src/
gtest-death-test.cc 796 // Utility class for accumulating command-line arguments.
797 class Arguments {
799 Arguments() {
803 ~Arguments() {
814 void AddArguments(const ::std::vector<Str>& arguments) {
815 for (typename ::std::vector<Str>::const_iterator i = arguments.begin();
816 i != arguments.end();
828 // A struct that encompasses the arguments to the child process of a
831 char* const* argv; // Command-line arguments for the child's call to exec
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 796 // Utility class for accumulating command-line arguments.
797 class Arguments {
799 Arguments() {
803 ~Arguments() {
814 void AddArguments(const ::std::vector<Str>& arguments) {
815 for (typename ::std::vector<Str>::const_iterator i = arguments.begin();
816 i != arguments.end();
828 // A struct that encompasses the arguments to the child process of a
831 char* const* argv; // Command-line arguments for the child's call to exec
    [all...]
  /external/v8/src/
v8globals.h 113 class Arguments;
530 // 8. Implicit binding of 'arguments' in functions.
  /ndk/sources/third_party/googletest/googletest/src/
gtest-death-test.cc     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 27 Arguments:
28 arg: The arguments to the command. The format is:
47 raise SyntaxError("too many arguments")
228 Arguments:
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 27 Arguments:
28 arg: The arguments to the command. The format is:
47 raise SyntaxError("too many arguments")
228 Arguments:
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 27 Arguments:
28 arg: The arguments to the command. The format is:
47 raise SyntaxError("too many arguments")
228 Arguments:
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 27 Arguments:
28 arg: The arguments to the command. The format is:
47 raise SyntaxError("too many arguments")
228 Arguments:
  /external/chromium_org/content/browser/
plugin_browsertest.cc 201 // Test passing arguments to a plugin.
202 IN_PROC_BROWSER_TEST_F(PluginTest, MAYBE(Arguments)) {
203 LoadAndWait(GetURL("arguments.html"));
  /external/chromium_org/tools/grit/grit/tool/
resize.py 126 Arguments:
229 Arguments:
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
genlingware.pl 96 Arguments:
  /external/v8/test/cctest/
test-profile-generator.cc 698 static v8::Handle<v8::Value> StartProfiling(const v8::Arguments& args);
699 static v8::Handle<v8::Value> StopProfiling(const v8::Arguments& args);
723 const v8::Arguments& args) {
733 const v8::Arguments& args) {
test-api.cc 54 using ::v8::Arguments;
120 const v8::Arguments& args) {
130 static v8::Handle<Value> SignatureCallback(const v8::Arguments& args) {
767 static v8::Handle<Value> handle_call(const v8::Arguments& args) {
773 static v8::Handle<Value> construct_call(const v8::Arguments& args) {
828 static v8::Handle<v8::Value> callback(const v8::Arguments& args) {
    [all...]
  /external/eigen/blas/testing/
cblat3.f 385 * .. Scalar Arguments ..
390 * .. Array Arguments ..
670 * .. Scalar Arguments ..
675 * .. Array Arguments ..
    [all...]
zblat3.f 386 * .. Scalar Arguments ..
391 * .. Array Arguments ..
671 * .. Scalar Arguments ..
676 * .. Array Arguments ..
    [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h 106 /// \brief Returns the minimum number of arguments needed to form a
110 /// the parameters have default arguments or if there is a parameter pack.
155 llvm::PointerIntPair<const TemplateArgument *, 1> Arguments;
157 /// \brief The number of template arguments in this template
166 : Arguments(Args, Owned), NumArguments(NumArgs) { }
170 /// stack object. It does not own its template arguments.
174 /// template arguments.
181 /// The template argument list does not own the template arguments
185 : Arguments(Args, false), NumArguments(NumArgs) { }
194 : Arguments(Other->data(), false), NumArguments(Other->size()) {
    [all...]
  /external/iproute2/doc/
ip-cref.tex 45 ip [ OPTIONS ] OBJECT [ COMMAND [ ARGUMENTS ]]
69 the protocol family is guessed from other arguments. If the rest of the command
138 \verb|ARGUMENTS| is a list of arguments to the command.
139 The arguments depend on the command and object. There are two types of arguments:
169 The arguments did not pass verification for self-consistency.
172 \verb|ip| failed to compile a kernel request from the arguments
237 \paragraph{Arguments:}
335 \paragraph{Arguments:
    [all...]
  /external/mdnsresponder/mDNSPosix/
Responder.c 199 #pragma mark ***** Command Line Arguments
231 fprintf(stderr, " all subsequent arguments after -x are treated as name=val pairs.\n");
246 // Parses our command line arguments into the global variables
327 // Check for any left over command line arguments.
335 // Check for inconsistency between the arguments.
660 // Parse our command line arguments. This won't come back if there's an error.
  /external/chromium_org/chrome/test/base/
js2gtest.js 16 // Arguments from rules in chrome_tests.gypi are passed in through
18 if (arguments.length < 4) {
20 arguments[0] + ' path-to-testfile.js testfile.js output.cc test-type');
28 var jsFile = arguments[1];
35 var jsFileBase = arguments[2];
41 var outputFile = arguments[3];
47 var testType = arguments[4];
79 print('// ' + arguments.join(' '));
  /external/chromium_org/v8/include/
v8.h 163 class Arguments;
268 * constructor allows you to pass handles as arguments by value and
371 friend class Arguments;
468 friend class Arguments;
538 * handles as arguments by value and to assign between persistent
    [all...]
  /external/chromium_org/v8/test/webkit/fast/js/
Object-getOwnPropertyNames.js 26 function argumentsObject() { return arguments; };
38 "new Function()": "['arguments', 'caller', 'length', 'name', 'prototype']",
39 "(function(){var x=new Function();x.__proto__=[1,2,3];return x;})()": "['arguments', 'caller', 'length', 'name', 'prototype']",
57 // Arguments objects
61 "(function(){arguments.__proto__=[1,2,3];return arguments;})()": "['callee', 'length']",

Completed in 1691 milliseconds

1 2 3 4 56 7 8 9