OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:illegal
(Results
201 - 225
of
2771
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
cld_htmlutils_google3.cc
27
//
Illegal
entity; ignore the '&'
/external/chromium_org/third_party/libjingle/source/talk/base/
optionsfile.cc
123
//
Illegal
character.
124
LOG(LS_WARNING) << "Ignoring operation for
illegal
option " << name;
134
//
Illegal
character.
135
LOG(LS_WARNING) << "Ignoring operation for
illegal
value " << value;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
strict.asm
152
;push qword 4 ;
illegal
153
;push strict qword 4 ;
illegal
160
;push qword 400 ;
illegal
161
;push strict qword 400 ;
illegal
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
sce1.asm
21
; if we didn't have a frame pointer, this would be
illegal
/external/clang/test/Sema/
decl-invalid.c
26
register int test1; // expected-error {{
illegal
storage class on file-scoped variable}}
/external/e2fsprogs/e2fsck/
extend.c
43
fprintf(stderr, _("
Illegal
number of blocks!\n"));
/external/eigen/doc/
D07_PassingByValue.dox
7
With Eigen, this is even more important: passing \ref TopicFixedSizeVectorizable "fixed-size vectorizable Eigen objects" by value is not only inefficient, it can be
illegal
or make your program crash! And the reason is that these Eigen objects have alignment modifiers that aren't respected when they are passed by value.
/external/icu4c/i18n/
csrecog.h
45
* FALSE if the input data is not compatible with, or
illegal
in this charset.
/external/iproute2/tc/
em_u32.c
108
return PARSE_ERR(a, "
Illegal
key (>0xFF)");
110
return PARSE_ERR(a, "
Illegal
mask (>0xFF)");
119
return PARSE_ERR(a, "
Illegal
key (>0xFFFF)");
121
return PARSE_ERR(a, "
Illegal
mask (>0xFFFF)");
m_gact.c
143
fprintf(stderr, "
Illegal
\"random type\"\n");
157
fprintf(stderr, "
Illegal
probability val 0x%x\n",pp.pval);
161
fprintf(stderr, "
Illegal
probability val 0x%x\n",pp.pval);
176
fprintf(stderr, "
Illegal
\"index\"\n");
m_skbedit.c
73
fprintf(stderr, "
Illegal
queue_mapping\n");
82
fprintf(stderr, "
Illegal
priority\n");
90
fprintf(stderr, "
Illegal
mark\n");
127
fprintf(stderr, "Pedit:
Illegal
\"index\"\n");
/external/kernel-headers/original/asm-generic/
errno-base.h
32
#define ESPIPE 29 /*
Illegal
seek */
/external/libvpx/libvpx/examples/includes/geshi/docs/api/
errors.html
15
<b>Error on line 569</b> - DocBlock has multiple @access tags,
illegal
. ignoring additional tag "@access private"<br>
/external/llvm/lib/Target/R600/
SIFixSGPRCopies.cpp
11
/// Copies from VGPR to SGPR registers are
illegal
and the register coalescer
12
/// will sometimes generate these
illegal
copies in situations like this:
58
/// Now this code contains an
illegal
copy from a VGPR to an SGPR.
65
/// ultimately led to the creation of an
illegal
COPY.
/external/llvm/test/CodeGen/Generic/
badFoldGEP.ll
4
;; producing an
illegal
getElementPtr. That's because the type generated
/external/llvm/test/CodeGen/X86/
dagcombine-buildvector.ll
3
; Shows a dag combine bug that will generate an
illegal
build vector
shl-i64.ll
3
; Make sure that we don't generate an
illegal
i64 extract after LegalizeType.
/external/llvm/test/Transforms/InstCombine/
gep-addrspace.ll
8
; make sure that we are not crashing when creating an
illegal
type
/external/llvm/test/Verifier/
bitcast-address-space-through-gep-2.ll
10
; gep -> legal bitcast (2 -> 3) -> gep ->
illegal
bitcast (3 -> 1)
/external/srec/srec/Nametag/include/
SR_Nametags.h
86
* Returns Nametag with the specified ID. It is
illegal
to destroy the returned Nametag
96
* Returns Nametag at the specified index. It is
illegal
to destroy the returned Nametag
177
* Returns Nametag with the specified ID. It is
illegal
to destroy the returned Nametag
187
* Returns Nametag at the specified index. It is
illegal
to destroy the returned Nametag
/external/valgrind/main/none/tests/s390x/
op00.stderr.exp1
17
Illegal
opcode at address 0x........
op00.stderr.exp2
17
Illegal
opcode at address 0x........
/libcore/luni/src/main/java/java/lang/
ClassFormatError.java
21
* Thrown by a class loader when a class file has an
illegal
format or if the
/libcore/luni/src/main/java/java/util/
IllegalFormatException.java
22
* contains either an
illegal
syntax or format specifier is transferred as a
/libcore/luni/src/main/java/java/util/logging/
SocketHandler.java
73
* if the host name or port number is
illegal
.
95
* if the host name or port number is
illegal
.
113
throw new IllegalArgumentException("
Illegal
port argument");
116
throw new IllegalArgumentException("
Illegal
port argument");
Completed in 1061 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>