OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allowed
(Results
801 - 825
of
7690
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/clang/test/Lexer/
c90.c
12
// comment accepted as extension /* expected-error {{// comments are not
allowed
in this language}}
/external/clang/test/SemaCXX/
cast-conversion.cpp
79
f(reinterpret_cast<int>(0.0f)); // expected-error {{reinterpret_cast from 'float' to 'int' is not
allowed
}}
constructor.cpp
16
Foo(long) const; // expected-error{{'const' qualifier is not
allowed
on a constructor}}
ptrtomember.cpp
28
(void)reinterpret_cast<void*>(p->*m); // expected-error {{reference to non-static member function must be called}} expected-error {{reinterpret_cast from 'void' to 'void *' is not
allowed
}}
/external/clang/test/SemaTemplate/
fun-template-def.cpp
3
// Tests that dependent expressions are always
allowed
, whereas non-dependent
function-template-specialization.cpp
48
template <typename T> void f<T*>(T* t) {} // expected-error{{function template partial specialization is not
allowed
}}
/external/dropbear/
dbclient.1
30
(multiple
allowed
).
/external/e2fsprogs/install-utils/
convfstab
20
# Actually there are no comments
allowed
in /etc/fstab
/external/eigen/cmake/
FindEigen2.cmake
15
# Redistribution and use is
allowed
according to the terms of the BSD license.
FindEigen3.cmake
16
# Redistribution and use is
allowed
according to the terms of the 2-clause BSD license.
FindStandardMathLibrary.cmake
13
# Redistribution and use is
allowed
according to the terms of the 2-clause BSD license.
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
ListFeature.java
50
/** Features supported by lists where only removal is
allowed
. */
/external/libvpx/libvpx/vp8/encoder/
mcomp.h
24
/* The maximum number of steps in a step search given the largest
allowed
/external/libxml2/include/libxml/
HTMLparser.h
60
*
allowed
or not), and it doesn't tell us where CDATA and PCDATA
61
* are
allowed
. Some element relationships are not fully represented:
64
const char** subelts; /*
allowed
sub-elements of this element */
288
* Returns 1 if
allowed
; 0 otherwise.
/external/llvm/test/CodeGen/ARM/
2009-08-15-RegScavenger-EarlyClobber.ll
4
; Inline asm is
allowed
to contain operands "=&r", "0".
/external/markdown/tests/safe_mode/
unsafe_urls.txt
1
These links should be unsafe and not
allowed
in safe_mode
/external/mockito/src/org/mockito/internal/verification/
AtLeast.java
28
throw new MockitoException("Negative value is not
allowed
here");
Times.java
28
throw new MockitoException("Negative value is not
allowed
here");
/external/nist-sip/java/gov/nist/javax/sip/
DialogExt.java
27
* is set, INVITEs are not
allowed
to interleave and timed out ACK transmission results in a
/external/oprofile/libop/
op_config_24.h
67
*
allowed
. Must be a prime number
/external/oprofile/pp/
common_option.h
63
* @param allow_lib is merge)lib
allowed
in mergespec
/external/proguard/examples/dictionaries/
windows.txt
2
# This obfuscation dictionary contains names that are not
allowed
as file names
/external/qemu/distrib/sdl-1.2.15/include/
SDL_quit.h
37
* is
allowed
to close. When the window is closed, screen updates will
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSyncResult.java
60
"you are not
allowed
to clear the ALREADY_IN_PROGRESS SyncStats");
/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
H2Map.java
32
throw new SQLException("AUTOINCREMENT is only
allowed
on an INTEGER PRIMARY KEY");
Completed in 1734 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>