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
17969
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/content/test/data/session_history/
no-title.html
1
<body>no title
specified
</body>
/external/valgrind/main/none/tests/
cmdline3.stderr.exp
1
valgrind: no program
specified
/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/chromium_org/third_party/libphonenumber/src/resources/carrier/
README
1
Unless otherwise
specified
the data is based on Wikipedia and communication with carriers.
/external/clang/test/Parser/
namespace-alias-attr.cpp
7
namespace B __attribute__ (( static )) = A; // expected-error{{attributes can not be
specified
on namespace alias}}
/external/sepolicy/
watchdogd.te
1
# watchdogd seclabel is
specified
in init.<board>.rc
healthd.te
1
# healthd seclabel is
specified
in init.rc since
ueventd.te
1
# ueventd seclabel is
specified
in init.rc since
/external/iptables/extensions/
libxt_iprange.man
4
Match source IP in the
specified
range.
7
Match destination IP in the
specified
range.
/external/chromium_org/third_party/WebKit/Source/core/animation/
TimedItemCalculations.h
48
static inline TimedItem::Phase calculatePhase(double activeDuration, double localTime, const Timing&
specified
)
53
if (localTime <
specified
.startDelay)
55
if (localTime >=
specified
.startDelay + activeDuration)
75
static inline double calculateActiveTime(double activeDuration, double localTime, TimedItem::Phase parentPhase, TimedItem::Phase phase, const Timing&
specified
)
78
ASSERT(phase == calculatePhase(activeDuration, localTime,
specified
));
82
if (
specified
.fillMode == Timing::FillModeBackwards ||
specified
.fillMode == Timing::FillModeBoth)
86
if (isActiveInParentPhase(parentPhase,
specified
.fillMode))
87
return localTime -
specified
.startDelay;
90
if (
specified
.fillMode == Timing::FillModeForwards || specified.fillMode == Timing::FillModeBoth
[
all
...]
/external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_Delay.3
3
SDL_Delay \- Wait a
specified
number of milliseconds before returning\&.
11
Wait a
specified
number of milliseconds before returning\&. \fBSDL_Delay\fP will wait at \fIleast\fP the
specified
time, but possible longer due to OS scheduling\&.
/external/chromium_org/content/browser/renderer_host/pepper/
pepper_security_helper.h
15
// open the
specified
|file| with the
specified
|pp_open_flags|.
21
// open the
specified
file system |url| with the
specified
|pp_open_flags|.
/external/chromium_org/ui/views/win/
hwnd_util.h
17
// Returns the HWND for the
specified
View.
20
// Returns the HWND for the
specified
Widget.
23
// Returns the HWND for the
specified
NativeView.
26
// Returns the HWND for the
specified
NativeWindow.
/external/clang/test/CXX/temp/temp.decls/temp.mem/
p3.cpp
4
template <class C> virtual void g(C); // expected-error{{'virtual' can not be
specified
on member function templates}}
/external/clang/test/Sema/Inputs/
format-unused-system-args.h
2
// arguments
specified
in system headers.
/external/smack/src/org/jivesoftware/smack/filter/
FromMatchesFilter.java
27
* Filter for packets where the "from" field exactly matches a
specified
JID. If the
specified
29
*
specified
JID. But if the
specified
address is a full JID then the filter will only match
30
* if the sender of the packet matches the
specified
resource.
43
* Creates a "from" filter using the "from" field part. If the
specified
address is a bare JID
44
* then the filter will match any address whose bare JID matches the
specified
JID. But if the
45
*
specified
address is a full JID then the filter will only match if the sender of the packet
46
* matches the
specified
resource.
63
// Check if the bare JID of the sender of the packet matches the
specified
JI
[
all
...]
/external/chromium_org/third_party/skia/include/effects/
SkPaintFlagsDrawFilter.h
20
uint16_t fClearFlags; // user
specified
21
uint16_t fSetFlags; // user
specified
/external/clang/test/SemaObjC/
missing-method-return-type.m
5
- initWithFoo:(id)foo; // expected-warning {{method has no return type
specified
; defaults to 'id'}}
9
- initWithFoo:(id)foo { return 0; } // expected-warning {{method has no return type
specified
; defaults to 'id'}}
/external/llvm/test/Linker/
2003-08-24-InheritPtrSize.ll
1
; Linking a module with a
specified
pointer size to one without a
2
;
specified
pointer size should not cause a warning!
/external/skia/include/effects/
SkPaintFlagsDrawFilter.h
20
uint16_t fClearFlags; // user
specified
21
uint16_t fSetFlags; // user
specified
/external/llvm/test/CodeGen/X86/
alignment.ll
4
; explicit alignment
specified
.
14
; they have an explicit alignment
specified
.
28
; explicit alignment
specified
*and* a section
specified
.
37
; they have an explicit alignment
specified
and a section
specified
.
/libcore/luni/src/main/java/javax/crypto/
SecretKeyFactory.java
92
* Creates a new {@code SecretKeyFactory} instance for the
specified
key
97
* @return a secret key factory for the
specified
key algorithm.
101
* if the
specified
algorithm is {@code null}.
113
* Creates a new {@code SecretKeyFactory} instance for the
specified
key
114
* algorithm from the
specified
{@code provider}.
121
* @return a secret key factory for the
specified
key algorithm from the
122
*
specified
provider.
124
* if the
specified
provider cannot provide the requested
127
* if the
specified
provider does not exist.
129
* if the
specified
provider name is {@code null} or empty
[
all
...]
/external/libsepol/include/sepol/policydb/
hashtab.h
44
Creates a new hash table with the
specified
characteristics.
57
Inserts the
specified
(key, datum) pair into the
specified
hash table.
66
Removes the entry with the
specified
key from the hash table.
67
Applies the
specified
destroy function to (key,datum,args) for
70
Returns SEPOL_ENOENT if no entry has the
specified
key or
79
Insert or replace the
specified
(key, datum) pair in the
specified
80
hash table. If an entry for the
specified
key already exists,
81
then the
specified
destroy function is applied to (key,datum,args
[
all
...]
/libcore/luni/src/main/java/java/util/concurrent/
ConcurrentMap.java
32
* If the
specified
key is not already associated
43
* @param key key with which the
specified
value is to be associated
44
* @param value value to be associated with the
specified
key
45
* @return the previous value associated with the
specified
key, or
52
* @throws ClassCastException if the class of the
specified
key or value
54
* @throws NullPointerException if the
specified
key or value is null,
56
* @throws IllegalArgumentException if some property of the
specified
key
73
* @param key key with which the
specified
value is associated
74
* @param value value expected to be associated with the
specified
key
81
* @throws NullPointerException if the
specified
key or value is null
[
all
...]
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
p6.cpp
18
int n6; // expected-error {{'alignas' must be
specified
on definition if it is
specified
on any declaration}}
25
int n8; // expected-error {{'alignas' must be
specified
on definition if it is
specified
on any declaration}}
27
int n9; // expected-error {{'alignas' must be
specified
on definition if it is
specified
on any declaration}}
32
enum E : char {}; // expected-error {{'alignas' must be
specified
on definition if it is
specified
on any declaration}}
41
enum H : char {}; // expected-error {{'alignas' must be
specified
on definition if it is
specified
on any declaration}
[
all
...]
Completed in 1150 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>