HomeSort by relevance Sort by last modified time
    Searched full:specified (Results 1 - 25 of 15610) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/none/tests/
cmdline3.stderr.exp 1 valgrind: no program specified
  /frameworks/compile/slang/tests/F_rs_fp_two_pragmas/
stderr.txt.expect 1 rs_fp_two_pragmas.rs:5:9: error: Multiple float precisions specified. Encountered rs_fp_relaxed previously.
  /external/llvm/test/MC/ARM/
invalid-crc32.s 11 @ CHECK: error: instruction 'crc32cb' is not predicable, but condition code specified
12 @ CHECK: error: instruction 'crc32b' is not predicable, but condition code specified
13 @ CHECK: error: instruction 'crc32ch' is not predicable, but condition code specified
14 @ CHECK: error: instruction 'crc32h' is not predicable, but condition code specified
15 @ CHECK: error: instruction 'crc32cw' is not predicable, but condition code specified
16 @ CHECK: error: instruction 'crc32w' is not predicable, but condition code specified
thumb-invalid-crypto.txt 5 @ CHECK: error: instruction 'aesd' is not predicable, but condition code specified
7 @ CHECK: error: instruction 'aesimc' is not predicable, but condition code specified
9 @ CHECK: error: instruction 'aesmc' is not predicable, but condition code specified
11 @ CHECK: error: instruction 'aese' is not predicable, but condition code specified
15 @ CHECK: error: instruction 'sha1h' is not predicable, but condition code specified
17 @ CHECK: error: instruction 'sha1su1' is not predicable, but condition code specified
19 @ CHECK: error: instruction 'sha256su0' is not predicable, but condition code specified
23 @ CHECK: error: instruction 'sha1c' is not predicable, but condition code specified
25 @ CHECK: error: instruction 'sha1m' is not predicable, but condition code specified
27 @ CHECK: error: instruction 'sha1p' is not predicable, but condition code specified
    [all...]
  /external/clang/test/Parser/
namespace-alias-attr.cpp 7 namespace B __attribute__ (( static )) = A; // expected-error{{attributes cannot be specified on namespace alias}}
cxx1z-attributes.cpp 5 namespace [[]] bad = foo; // expected-error {{attributes cannot be specified on namespace alias}}
7 namespace [[]] A::B {} // expected-error {{attributes cannot be specified on a nested namespace definition}}
  /external/sepolicy/
watchdogd.te 1 # watchdogd seclabel is specified in init.<board>.rc
  /external/skia/experimental/FileReaderApp/
FileReaderAppDelegate.mm 7 //Load specified skia views after launching
  /external/iptables/extensions/
libxt_iprange.man 4 Match source IP in the specified range.
7 Match destination IP in the specified range.
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/
p3.cpp 3 void nondecl(int (*f)(int x = 5)) // expected-error {{default arguments can only be specified}}
5 void (*f2)(int = 17) // expected-error {{default arguments can only be specified}}
6 = (void (*)(int = 42))f; // expected-error {{default arguments can only be specified}}
10 int (*f)(int = 17); // expected-error{{default arguments can only be specified for parameters in a function declaration}}
11 void (*g())(int = 22); // expected-error{{default arguments can only be specified for parameters in a function declaration}}
13 auto i(int) -> void (*)(int = 9); // expected-error{{default arguments can only be specified for parameters in a function declaration}}
15 void mem8(int (*fp)(int) = (int (*)(int = 17))0); // expected-error{{default arguments can only be specified for parameters in a function declaration}}
  /dalvik/dx/tests/125-main-dex-list/
info.txt 1 Instruct dx to build 2 dex files with specified classes in each dex file. Then run a test on
  /external/clang/test/CXX/temp/temp.decls/temp.mem/
p3.cpp 4 template <class C> virtual void g(C); // expected-error{{'virtual' cannot be specified on member function templates}}
  /external/clang/test/Sema/Inputs/
format-unused-system-args.h 2 // arguments specified in system headers.
  /external/kernel-headers/original/uapi/linux/netfilter/ipset/
ip_set_hash.h 12 /* Protocol missing but must be specified */
  /external/valgrind/none/tests/s390x/
srnmb.stderr.exp 3 The specified rounding mode is invalid.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/ipset/
ip_set_hash.h 12 /* Protocol missing but must be specified */
  /external/clang/test/SemaObjC/
missing-method-return-type.m 5 - initWithFoo:(id)foo; // expected-warning {{method has no return type specified; defaults to 'id'}}
9 - initWithFoo:(id)foo { return 0; } // expected-warning {{method has no return type specified; defaults to 'id'}}
  /external/llvm/test/Linker/
2003-08-24-InheritPtrSize.ll 1 ; Linking a module with a specified pointer size to one without a
2 ; specified pointer size should not cause a warning!
  /external/skia/include/effects/
SkPaintFlagsDrawFilter.h 20 uint16_t fClearFlags; // user specified
21 uint16_t fSetFlags; // user specified
  /external/llvm/test/CodeGen/X86/
alignment.ll 4 ; explicit alignment specified.
14 ; they have an explicit alignment specified.
28 ; explicit alignment specified *and* a section specified.
37 ; they have an explicit alignment specified and a section specified.
  /external/selinux/policycoreutils/semanage/
semanage-module.8 16 Do not print heading when listing the specified object type
25 Install specified module
28 Remove specified module
31 Disable specified module
34 Enable specified module
40 List records of the specified object type
  /libcore/luni/src/main/java/javax/crypto/
SecretKeyFactory.java 92 * Creates a new {@code SecretKeyFactory} instance for the specified key
97 * @return a secret key factory for the specified key algorithm.
101 * if the specified algorithm is {@code null}.
113 * Creates a new {@code SecretKeyFactory} instance for the specified key
114 * algorithm from the specified {@code provider}.
121 * @return a secret key factory for the specified key algorithm from the
122 * specified provider.
124 * if the specified provider cannot provide the requested
127 * if the specified provider does not exist.
129 * if the specified provider name is {@code null} or empty
    [all...]
  /external/selinux/libsepol/include/sepol/policydb/
hashtab.h 46 Creates a new hash table with the specified characteristics.
59 Inserts the specified (key, datum) pair into the specified hash table.
68 Removes the entry with the specified key from the hash table.
69 Applies the specified destroy function to (key,datum,args) for
72 Returns SEPOL_ENOENT if no entry has the specified key or
81 Insert or replace the specified (key, datum) pair in the specified
82 hash table. If an entry for the specified key already exists,
83 then the specified destroy function is applied to (key,datum,args
    [all...]
  /external/selinux/policycoreutils/newrole/
hashtab.h 49 Creates a new hash table with the specified characteristics.
62 Inserts the specified (key, datum) pair into the specified hash table.
71 Removes the entry with the specified key from the hash table.
72 Applies the specified destroy function to (key,datum,args) for
75 Returns HASHTAB_MISSING if no entry has the specified key or
84 Insert or replace the specified (key, datum) pair in the specified
85 hash table. If an entry for the specified key already exists,
86 then the specified destroy function is applied to (key,datum,args
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentMap.java 33 * If the specified key is not already associated
44 * @param key key with which the specified value is to be associated
45 * @param value value to be associated with the specified key
46 * @return the previous value associated with the specified key, or
53 * @throws ClassCastException if the class of the specified key or value
55 * @throws NullPointerException if the specified key or value is null,
57 * @throws IllegalArgumentException if some property of the specified key
74 * @param key key with which the specified value is associated
75 * @param value value expected to be associated with the specified key
82 * @throws NullPointerException if the specified key or value is null
    [all...]

Completed in 527 milliseconds

1 2 3 4 5 6 7 8 91011>>