OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:specified
(Results
301 - 325
of
15610
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/clang/test/SemaObjC/
attr-root-class.m
9
@interface NonRootClass : RootClass // expected-error {{objc_root_class attribute may only be
specified
on a root class declaration}}
block-attr.m
6
@property void(^someBlock)(void); // expected-warning {{'copy' attribute must be
specified
for the block property}}
objc2-warn-weak-decl.m
4
__weak id p; // expected-warning {{__weak attribute cannot be
specified
on a field declaration}}
/external/clang/unittests/StaticAnalyzer/
AnalyzerOptionsTest.cpp
35
// Checker one has Option
specified
as true. It should read true regardless of
42
// package option is
specified
.
44
// No package option is
specified
and search in packages is turned off. The
49
// Checker true has no option
specified
. It should get the default value when
/external/compiler-rt/test/ubsan/TestCases/Misc/
nonnull.cpp
10
// CHECK-NEXT: nonnull.cpp:[[@LINE-5]]:16: note: returns_nonnull attribute
specified
here
/external/iproute2/include/linux/
atmsap.h
22
#define ATM_L2_NONE 0 /* L2 not
specified
*/
34
#define ATM_L2_USER 0x10 /* user-
specified
*/
44
#define ATM_L3_NONE 0 /* L3 not
specified
*/
53
#define ATM_L3_USER 0x10 /* user-
specified
*/
62
#define ATM_HL_NONE 0 /* HL not
specified
*/
75
#define ATM_IMD_NONE 0 /* mode not
specified
*/
84
#define ATM_TT_NONE 0 /* terminal type not
specified
*/
111
unsigned char user; /* user-
specified
l2 information */
122
unsigned char user; /* user
specified
l3 information */
/external/iproute2/man/man8/
tc-hfsc.8
17
\(bu at least one of \fBrt\fR, \fBls\fR or \fBsc\fR must be
specified
18
\(bu \fBul\fR can only be
specified
with \fBls\fR or \fBsc\fR
38
\fBdefault\fR is not
specified
, unclassified packets will be dropped.
45
As you can see in \fBSYNOPSIS\fR, service curve (SC) can be
specified
in two
/external/iptables/extensions/
libip6t_icmp6.man
2
specified
. It provides the following option:
libip6t_mh.man
2
specified
. It provides the following option:
libxt_TCPOPTSTRIP.man
5
Strip the given option(s). The options may be
specified
by TCP option number or
/external/jmonkeyengine/engine/src/android/com/jme3/util/
FastInteger.java
44
* Converts the
specified
integer into its decimal string representation.
151
* Determines the highest (leftmost) bit of the
specified
integer that is 1
153
* the Most Significant 1 Bit. Returns zero if the
specified
integer is
171
* Determines the lowest (rightmost) bit of the
specified
integer that is 1
173
* to as the Least Significant 1 Bit. Returns zero if the
specified
integer
186
* Determines the number of leading zeros in the
specified
integer prior to
204
* Determines the number of trailing zeros in the
specified
integer after
217
* Counts the number of 1 bits in the
specified
integer; this is also
235
* Rotates the bits of the
specified
integer to the left by the
specified
[
all
...]
/external/jmonkeyengine/engine/src/networking/com/jme3/network/
Server.java
59
* Sends the
specified
message to all connected clients.
64
* Sends the
specified
message to all connected clients that match
65
* the filter. If no filter is
specified
then this is the same as
80
* Sends the
specified
message over the
specified
alternate channel to all connected
81
* clients that match the filter. If no filter is
specified
then this is the same as
102
* Adds an alternate channel to the server, using the
specified
port. This is an
167
* Adds a listener that will be notified when messages of the
specified
180
* the
specified
types.
/external/kernel-headers/original/uapi/asm-generic/
poll.h
4
/* These are
specified
by iBCS2 */
/external/kernel-headers/original/uapi/linux/
atmsap.h
22
#define ATM_L2_NONE 0 /* L2 not
specified
*/
34
#define ATM_L2_USER 0x10 /* user-
specified
*/
44
#define ATM_L3_NONE 0 /* L3 not
specified
*/
53
#define ATM_L3_USER 0x10 /* user-
specified
*/
62
#define ATM_HL_NONE 0 /* HL not
specified
*/
75
#define ATM_IMD_NONE 0 /* mode not
specified
*/
84
#define ATM_TT_NONE 0 /* terminal type not
specified
*/
111
unsigned char user; /* user-
specified
l2 information */
122
unsigned char user; /* user
specified
l3 information */
/external/llvm/include/llvm/Analysis/
ConstantFolding.h
34
/// ConstantFoldInstruction - Try to constant fold the
specified
instruction.
43
/// using the
specified
DataLayout. If successful, the constant result is
50
///
specified
operands. If successful, the constant result is returned, if not,
61
/// instruction (icmp/fcmp) with the
specified
operands. If it fails, it
62
/// returns a constant expression of the
specified
operands.
70
/// instruction with the
specified
operands and indices. The constant result is
93
/// the
specified
function.
96
/// ConstantFoldCall - Attempt to constant fold a call to the
specified
function
97
/// with the
specified
arguments, returning null if unsuccessful.
/external/llvm/include/llvm/CodeGen/
VirtRegMap.h
90
/// @brief returns true if the
specified
virtual register is
96
/// @brief returns the physical register mapped to the
specified
103
/// @brief creates a mapping for the
specified
virtual register to
104
/// the
specified
physical register
114
/// @brief clears the
specified
virtual register's, physical
156
/// @brief returns true if the
specified
virtual register is not
166
/// @brief returns the stack slot mapped to the
specified
virtual
176
/// @brief create a mapping for the
specified
virtual register to
177
/// the
specified
stack slot
/external/llvm/test/CodeGen/X86/
tls-models.ll
21
; ----- no model
specified
-----
58
; ----- localdynamic
specified
-----
64
; Non-PIC code can use initial exec, PIC code use local dynamic as
specified
.
95
; ----- initialexec
specified
-----
101
; Non-PIC and PIC code will use initial exec as
specified
.
118
; Non-PIC code can use local exec, PIC code use initial exec as
specified
.
140
; ----- localexec
specified
-----
146
; Non-PIC and PIC code will use local exec as
specified
.
163
; Non-PIC and PIC code will use local exec as
specified
.
/external/llvm/test/DebugInfo/PDB/
pdbdump-flags.test
6
; Check that neither symbols nor compilands are dumped when neither argument
specified
.
15
; Check that only types are dumped when only -types is
specified
.
24
; Check that only compilands are dumped when only -compilands is
specified
.
33
; Check that types and compilands are dumped when both arguments are
specified
.
/external/llvm/test/ExecutionEngine/MCJIT/remote/
test-data-align-remote.ll
3
; Check that a variable is always aligned as
specified
.
/external/llvm/test/ExecutionEngine/OrcMCJIT/remote/
test-data-align-remote.ll
3
; Check that a variable is always aligned as
specified
.
/external/llvm/test/ExecutionEngine/OrcMCJIT/
test-data-align.ll
3
; Check that a variable is always aligned as
specified
.
/external/llvm/test/MC/ARM/
udf-thumb-2-diagnostics.s
10
@ CHECK: error: instruction 'udf' is not predicable, but condition code
specified
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
InvocationRecord.java
104
* Store the value for the
specified
key. If this object already contained a mapping
105
* for this key, the old value is replaced by the
specified
value. This method throws
109
* @param value - the value to store for the
specified
key
119
* Returns <code>true</code> if this object contains a mapping for the
specified
key.
142
* Get the String value associated with the
specified
key. Returns null if there is
149
* @return the String data stored at the
specified
key; may be null
150
* @throws ClassCastException - if the object for the
specified
key is not a String
159
* Get the Object value associated with the
specified
key. Returns null if there is
166
* @return the data stored at the
specified
key, as an Object; may be null
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/
InvocationRecord.java
103
* Store the value for the
specified
key. If this object already contained a mapping
104
* for this key, the old value is replaced by the
specified
value. This method throws
108
* @param value - the value to store for the
specified
key
119
* Returns <code>true</code> if this object contains a mapping for the
specified
key.
142
* Get the String value associated with the
specified
key. Returns null if there is
149
* @return the String data stored at the
specified
key; may be null
151
* @throws ClassCastException - if the object for the
specified
key is not a String
160
* Get the Object value associated with the
specified
key. Returns null if there is
167
* @return the data stored at the
specified
key, as an Object; may be null
/external/selinux/policycoreutils/sepolicy/sepolicy/help/
login_default.txt
1
The Login Mapping Screen has a special Login user called __default__. This record is used to setup the default login user for any login account that is not
specified
separately.
Completed in 160 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>