OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:specified
(Results
1 - 25
of
21459
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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.
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
immed2.s
1
@ Tests for modified immediate constants with
specified
rotate
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/d30v/
serial2.l
2
.*:5: Error: Unable to mix instructions as
specified
3
.*:6: Error: Unable to mix instructions as
specified
4
.*:8: Error: Unable to mix instructions as
specified
5
.*:9: Error: Unable to mix instructions as
specified
6
.*:11: Error: Unable to mix instructions as
specified
7
.*:12: Error: Unable to mix instructions as
specified
8
.*:13: Error: Unable to mix instructions as
specified
9
.*:14: Error: Unable to mix instructions as
specified
10
.*:16: Error: Unable to mix instructions as
specified
11
.*:17: Error: Unable to mix instructions as
specified
[
all
...]
/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/skia/experimental/FileReaderApp/
FileReaderAppDelegate.mm
7
//Load
specified
skia views after launching
/external/snakeyaml/src/test/resources/issues/
issue139-2.yaml
3
key: 2 # this value must overwrite the previous. Is it
specified
?
/system/sepolicy/
watchdogd.te
1
# watchdogd seclabel is
specified
in init.<board>.rc
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
err-loc-4.s
4
SWYM 1 % { dg-error "
specified
location wasn't TETRA-aligned" "" }
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/s390/
zarch-z9-109-err.l
2
.*:3: Fatal error: odd numbered general purpose register
specified
as register pair
/external/iptables/extensions/
libxt_iprange.man
4
Match source IP in the
specified
range.
7
Match destination IP in the
specified
range.
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/nio/
BufferFactory.java
27
/** Returns a new byte buffer based on the
specified
byte array.
30
* @return A new byte buffer based on the
specified
byte array. */
35
/** Returns a new array based byte buffer with the
specified
capacity.
38
* @return A new array based byte buffer with the
specified
capacity. */
43
/** Returns a new char buffer based on the
specified
char array.
46
* @return A new char buffer based on the
specified
char array. */
51
/** Returns a new readonly char buffer based on the
specified
char sequence.
54
* @return A new readonly char buffer based on the
specified
char sequence. */
59
/** Returns a new array based char buffer with the
specified
capacity.
62
* @return A new array based char buffer with the
specified
capacity. *
[
all
...]
/external/libjpeg-turbo/cmakescripts/
md5cmp.cmake
2
message(FATAL_ERROR "MD5 not
specified
")
6
message(FATAL_ERROR "FILE not
specified
")
/external/llvm/test/MC/COFF/
invalid-scl.s
3
# CHECK: storage class
specified
outside of symbol definition
4
# CHECK: storage class
specified
outside of symbol definition
invalid-type.s
3
# CHECK: symbol type
specified
outside of a symbol definition
4
# CHECK: symbol type
specified
outside of a symbol definition
/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}}
/external/avahi/avahi-core/
querier.h
27
/** Add querier for the
specified
key to the
specified
interface */
30
/** Remove a querier for the
specified
key from the
specified
interface */
33
/** Add a querier for the
specified
key on all interfaces that mach */
36
/** Remove a querier for the
specified
key on all interfaces that mach */
42
/** Free all queriers on the
specified
interface */
45
/** Return 1 if there is a querier for the
specified
key on the
specified
interface */
/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.
Completed in 894 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>