/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/ |
022-define-func-arg-with-parens.c.expected | 2 (argument(including parens)for the win)
|
022-define-func-arg-with-parens.c | 2 foo(argument(including parens)for the win)
|
038-func-arg-with-commas.c | 2 foo(argument (with,embedded , commas) -- tricky)
|
/external/mesa3d/src/glsl/glcpp/tests/ |
022-define-func-arg-with-parens.c.expected | 2 (argument(including parens)for the win)
|
022-define-func-arg-with-parens.c | 2 foo(argument(including parens)for the win)
|
038-func-arg-with-commas.c | 2 foo(argument (with,embedded , commas) -- tricky)
|
/external/valgrind/main/none/tests/ |
map_unaligned.stderr.exp | 2 unaligned mmap failed: Invalid argument
|
/external/chromium_org/v8/test/webkit/ |
dfg-to-string-toString-in-string-expected.txt | 29 PASS "" + foo(argument) is "hello" 30 PASS "" + foo(argument) is "hello" 31 PASS "" + foo(argument) is "hello" 32 PASS "" + foo(argument) is "hello" 33 PASS "" + foo(argument) is "hello" 34 PASS "" + foo(argument) is "hello" 35 PASS "" + foo(argument) is "hello" 36 PASS "" + foo(argument) is "hello" 37 PASS "" + foo(argument) is "hello" 38 PASS "" + foo(argument) is "hello [all...] |
dfg-to-string-valueOf-in-string-expected.txt | 29 PASS "" + foo(argument) is "hello" 30 PASS "" + foo(argument) is "hello" 31 PASS "" + foo(argument) is "hello" 32 PASS "" + foo(argument) is "hello" 33 PASS "" + foo(argument) is "hello" 34 PASS "" + foo(argument) is "hello" 35 PASS "" + foo(argument) is "hello" 36 PASS "" + foo(argument) is "hello" 37 PASS "" + foo(argument) is "hello" 38 PASS "" + foo(argument) is "hello [all...] |
/external/valgrind/main/memcheck/tests/ |
sigkill.stderr.exp-darwin | 26 setting signal 9: Invalid argument 27 getting signal 9: Invalid argument 50 setting signal 17: Invalid argument 51 getting signal 17: Invalid argument 94 Invalid argument 97 setting signal 34: Invalid argument 98 getting signal 34: Invalid argument 100 setting signal 35: Invalid argument 101 getting signal 35: Invalid argument 103 setting signal 36: Invalid argument [all...] |
/external/clang/test/CXX/temp/temp.param/ |
p11.cpp | 5 template<class T1 = int, // expected-note{{previous default template argument defined here}} 6 class T2> // expected-error{{template parameter missing a default argument}} 9 template<template<class> class = Y1, // expected-note{{previous default template argument defined here}} 10 template<class> class> // expected-error{{template parameter missing a default argument}} 13 template<int N = 5, // expected-note{{previous default template argument defined here}} 14 int M> // expected-error{{template parameter missing a default argument}}
|
p12.cpp | 2 template<typename> struct Y1; // expected-note{{too few template parameters in template template argument}} 7 class T2 = int> // expected-note{{previous default template argument defined here}} 11 typename T2 = float> // expected-error{{template parameter redefines default argument}} 15 template<class> class = Y1> // expected-note{{previous default template argument defined here}} 21 template<class> class = Y1> // expected-error{{template parameter redefines default argument}} 25 int M = 5> // expected-note{{previous default template argument defined here}} 31 int M = 7> // expected-error{{template parameter redefines default argument}} 36 = Y1> // expected-error{{template template argument has different template parameters than its corresponding template template parameter}} 39 C1<> c1; // expected-note{{while checking a default template argument}}
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/ |
todo | 2 make the result argument independant of the inputs.
|
/external/openssl/crypto/bn/ |
todo | 2 make the result argument independant of the inputs.
|
/external/clang/test/Driver/ |
unknown-arg.c | 4 // CHECK: unknown argument 5 // CHECK: unknown argument 6 // CHECK: unknown argument
|
/external/clang/test/CodeGen/ |
builtins-mips-args.c | 8 __builtin_mips_wrdsp(2052, a); // expected-error{{argument to '__builtin_mips_wrdsp' must be a constant integer}} 9 __builtin_mips_rddsp(a); // expected-error{{argument to '__builtin_mips_rddsp' must be a constant integer}} 10 __builtin_mips_wrdsp(2052, -1); // expected-error{{argument should be a value from 0 to 63}} 11 __builtin_mips_rddsp(-1); // expected-error{{argument should be a value from 0 to 63}} 12 __builtin_mips_wrdsp(2052, 64); // expected-error{{argument should be a value from 0 to 63}} 13 __builtin_mips_rddsp(64); // expected-error{{argument should be a value from 0 to 63}} 17 __builtin_mips_append(1, 2, a); // expected-error{{argument to '__builtin_mips_append' must be a constant integer}} 18 __builtin_mips_balign(1, 2, a); // expected-error{{argument to '__builtin_mips_balign' must be a constant integer}} 19 __builtin_mips_precr_sra_ph_w(1, 2, a); // expected-error{{argument to '__builtin_mips_precr_sra_ph_w' must be a constant integer}} 20 __builtin_mips_precr_sra_r_ph_w(1, 2, a); // expected-error{{argument to '__builtin_mips_precr_sra_r_ph_w' must be a constant integer} [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
ActionListenerTest.java | 32 public static final Argument SUCCESS = new Argument(); 33 public static final Argument FAIL_NO_SERVICE = 34 new Argument(WifiP2pManager.NO_SERVICE_REQUESTS); 39 Argument arg = new Argument(reason); 46 Argument arg = new Argument(); 51 * The container of the argument of {@link #onFailure} or 54 static class Argument extends ListenerArgument [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_reduce.py | 24 (not(argument<any '=' any>) any ',' 25 not(argument<any '=' any>) any) | 26 (not(argument<any '=' any>) any ',' 27 not(argument<any '=' any>) any ',' 28 not(argument<any '=' any>) any)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_reduce.py | 24 (not(argument<any '=' any>) any ',' 25 not(argument<any '=' any>) any) | 26 (not(argument<any '=' any>) any ',' 27 not(argument<any '=' any>) any ',' 28 not(argument<any '=' any>) any)
|
/external/llvm/include/llvm/IR/ |
Argument.h | 1 //===-- llvm/Argument.h - Definition of the Argument class ------*- C++ -*-===// 10 // This file declares the Argument class. 27 /// \brief LLVM Argument representation 29 /// This class represents an incoming formal argument to a Function. A formal 30 /// argument, since it is ``formal'', does not contain an actual value but 31 /// instead represents the type, argument number, and attributes of an argument 33 /// argument of course represents the value of the actual argument that th [all...] |
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/bad/ |
ppapi_bad_native_glibc.stderr | 1 /lib/main.nexe: error while loading shared libraries: /lib/main.nexe: failed to load code from shared object: Invalid argument
|
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/ |
p9-0x.cpp | 3 // -- The argument list of the specialization shall not be identical 4 // to the implicit argument list of the primary template. 10 struct X1<T, Types...> // expected-error{{class template partial specialization does not specialize any template argument; to define the primary template, remove the template argument list}}
|
/external/javasqlite/src/main/java/SQLite/ |
Authorizer.java | 13 * @param arg1 first argument (table, view, index, or trigger name) 14 * @param arg2 second argument (file, table, or column name) 15 * @param arg3 third argument (database name) 16 * @param arg4 third argument (trigger name)
|
/external/llvm/test/Other/ |
invalid-commandline-option.ll | 1 ; RUN: not opt --foo 2>&1 | grep "Unknown command line argument"
|
/external/objenesis/tck-android/ |
pom.xml | 75 <argument>install</argument>
76 <argument>-r</argument>
77 <argument>${project.build.directory}\${project.build.finalName}.apk</argument>
90 <argument>shell</argument>
91 <argument>am</argument>
[all...] |