OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:specified
(Results
1076 - 1100
of
36314
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
p1.cpp
3
// A storage-class-specifier shall not be
specified
in an explicit
32
template<> static int X<float>::value; // expected-error{{'static' can only be
specified
inside the class definition}}
/external/clang/test/FixIt/
fixit-missing-method-return-type.m
13
- initWithFoo:(id)foo; // expected-warning {{method has no return type
specified
; defaults to 'id' [-Wmissing-method-return-type]}}
19
- initWithFoo:(id)foo { return 0; } // expected-warning {{method has no return type
specified
; defaults to 'id' [-Wmissing-method-return-type]}}
/external/clang/test/SemaCXX/
inherit.cpp
31
class H : G_copy, A, G_copy_2, // expected-error{{base class 'G_copy' (aka 'G')
specified
more than once as a direct base class}}
32
public G_copy_3 { }; // expected-error{{base class 'G_copy' (aka 'G')
specified
more than once as a direct base class}}
/external/clang/test/SemaObjC/
conflicting-ivar-test-1.m
24
int IVAR1; // expected-error {{inconsistent number of instance variables
specified
}}
49
int IVAR1; // expected-error {{inconsistent number of instance variables
specified
}}
protocols.m
4
@required // expected-error {{directive may only be
specified
in protocols only}}
8
@optional // expected-error {{directive may only be
specified
in protocols only}}
/external/curl/docs/cmdline-opts/
socks5-hostname.d
6
Use the
specified
SOCKS5 proxy (and let the proxy resolve the host name). If
7
the port number is not
specified
, it is assumed at port 1080.
socks5.d
6
Use the
specified
SOCKS5 proxy - but resolve the host name locally. If the
7
port number is not
specified
, it is assumed at port 1080.
/external/google-benchmark/src/
statistics.h
26
// (and any user-
specified
info) for the
specified
list of reports. If 'reports'
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
AllOf.java
40
* Creates a matcher that matches if the examined object matches <b>ALL</b> of the
specified
matchers.
49
* Creates a matcher that matches if the examined object matches <b>ALL</b> of the
specified
matchers.
AnyOf.java
30
* Creates a matcher that matches if the examined object matches <b>ANY</b> of the
specified
matchers.
39
* Creates a matcher that matches if the examined object matches <b>ANY</b> of the
specified
matchers.
IsSame.java
32
* the
specified
target object.
43
* the
specified
target object.
StringContains.java
19
* Creates a matcher that matches if the examined {@link String} contains the
specified
33
* Creates a matcher that matches if the examined {@link String} contains the
specified
StringEndsWith.java
17
* Creates a matcher that matches if the examined {@link String} ends with the
specified
30
* Creates a matcher that matches if the examined {@link String} ends with the
specified
StringStartsWith.java
16
* Creates a matcher that matches if the examined {@link String} starts with the
specified
29
* Creates a matcher that matches if the examined {@link String} starts with the
specified
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
IsArrayWithSize.java
24
* satisfies the
specified
matcher.
37
* equals the
specified
<code>size</code>.
IsCollectionWithSize.java
25
* a value that satisfies the
specified
matcher.
38
* a value equal to the
specified
<code>size</code>.
IsIterableWithSize.java
28
* examined {@link Iterable} yields an item count that satisfies the
specified
42
* examined {@link Iterable} yields an item count that is equal to the
specified
IsMapContaining.java
48
* at least one entry whose key satisfies the
specified
<code>keyMatcher</code> <b>and</b> whose
49
* value satisfies the
specified
<code>valueMatcher</code>.
64
* at least one entry whose key equals the
specified
<code>key</code> <b>and</b> whose value equals the
65
*
specified
<code>value</code>.
80
* at least one key that satisfies the
specified
matcher.
93
* at least one key that is equal to the
specified
key.
106
* at least one value that satisfies the
specified
valueMatcher.
119
* at least one value that is equal to the
specified
value.
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/object/
HasToString.java
20
* returns a value that satisfies the
specified
matcher.
33
* returns a value equalTo the
specified
string.
/external/iproute2/man/man8/
devlink-sb.8
198
.SS devlink sb tc bind set - set port-TC to pool binding with
specified
threshold
272
Show port-pool setup for
specified
port and pool.
277
Change threshold for port
specified
port and pool.
282
Show pool binding and threshold for
specified
port and TC.
287
Set pool binding and threshold for
specified
port and TC.
292
Make a snapshot of occupancy of shared buffer for
specified
devlink device.
297
Show occupancy for
specified
port from the snapshot.
302
Clear watermarks for shared buffer of
specified
devlink device.
/external/iptables/extensions/
libip6t_ipv6header.man
4
Matches if the packet includes \fBany\fP of the headers
specified
with
8
Matches the packet which EXACTLY includes all
specified
headers. The headers
libxt_limit.man
11
Maximum average matching rate:
specified
as a number, with an optional
17
recharged by one every time the limit
specified
above is not reached,
/external/jsilver/src/org/clearsilver/
HDF.java
36
* Loads the contents of the
specified
HDF file from disk into the current
70
* Retrieves the integer value at the
specified
path in this HDF node's
77
* Retrieves the value at the
specified
path in this HDF node's subtree.
82
* Sets the value at the
specified
path in this HDF node's subtree.
87
* Remove the
specified
subtree.
97
* Export a date to a clearsilver tree using a
specified
timezone
102
* Export a date to a clearsilver tree using a
specified
timezone
172
* starting at the
specified
HDF path node.
/external/libchrome/crypto/
signature_creator.h
38
//
specified
.
43
//
specified
in PKCS #1 v1.5.
/external/libcxx/utils/google-benchmark/src/
statistics.h
26
// (and any user-
specified
info) for the
specified
list of reports. If 'reports'
Completed in 308 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>