OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:requested
(Results
176 - 200
of
11551
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/PCH/
cxx-static_assert.cpp
18
T<1> t1; // expected-note {{in instantiation of template class 'T<1>'
requested
here}}
ms-if-exists.cpp
27
template void f(HasFoo); // expected-note{{in instantiation of function template specialization 'f<HasFoo>'
requested
here}}
struct.c
26
int *int_ptr_fail = &fun->is_ptr; // expected-error{{address of bit-field
requested
}}
/external/clang/test/SemaCXX/
invalid-instantiated-field-decl.cpp
34
SmallVector<CallSite, 2> DevirtualizedCalls; // expected-note {{in instantiation of template class 'SmallVector<CallSite, 2>'
requested
}}
/external/clang/test/SemaTemplate/
anonymous-union.cpp
19
void f1(T1<A> *S) { S->f0(); } // expected-note{{instantiation of member function}} expected-note{{in instantiation of template class 'T1<A>'
requested
here}}
inject-templated-friend.cpp
42
void Streamer<Foo>::operator () (std_ostream& o) const // expected-note{{
requested
here}}
instantiate-try-catch.cpp
30
template class Templated<int>; // expected-note{{in instantiation of member function 'PR10232::Templated<int>::exception'
requested
here}}
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/membersinject/
NonRequestedChild.java
21
* A class that should not be
requested
by any component, to ensure that we still generate a members
/external/icu/android_icu4j/src/main/java/android/icu/util/
UResourceTypeMismatchException.java
14
* Exception thrown when the
requested
resource type
/external/icu/icu4c/source/common/
localsvc.h
18
* a type of factory object specific to the
requested
service.
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/
HolidayBundle.java
18
// that the key itself can be used if no name is found for the
requested
HolidayBundle_en.java
18
// that the key itself can be used if no name is found for the
requested
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
UResourceTypeMismatchException.java
13
* Exception thrown when the
requested
resource type
/external/jacoco/org.jacoco.core/src/org/jacoco/core/tools/
ExecDumpClient.java
45
* Specifies whether a dump should be
requested
48
* <code>true</code> if a dump should be
requested
94
* in case the dump can not be
requested
110
* in case the dump can not be
requested
/external/javassist/src/main/javassist/bytecode/
DuplicateMemberException.java
21
* An exception thrown when adding a duplicate member is
requested
.
/external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
EscapeMode.java
47
* This function maps the type of escaping
requested
(escapeCmd) to the appropriate EscapeMode. If
48
* no explicit escaping is
requested
, but doAutoEscape is true, the function chooses auto escaping
51
* @param escapeCmd A string indicating type of escaping
requested
.
82
* @param escapeCmd A string indicating type of escaping
requested
.
/external/libcxx/test/std/utilities/any/any.nonmembers/any.cast/
const_correctness.fail.cpp
33
any_cast<TestType &>(static_cast<any const&>(a)); // expected-note {{
requested
here}}
37
any_cast<TestType &&>(static_cast<any const&>(a)); // expected-note {{
requested
here}}
41
any_cast<TestType2 &>(static_cast<any const&&>(a)); // expected-note {{
requested
here}}
45
any_cast<TestType2 &&>(static_cast<any const&&>(a)); // expected-note {{
requested
here}}
/external/llvm/cmake/modules/
GenerateVersionFromCVS.cmake
8
# and SECOND_REPOSITORY and SECOND_REVISION if
requested
, where "FIRST" and
HandleLLVMStdlib.cmake
2
# if the user has
requested
it.
/external/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
asm-global-bugfix.ll
1
; Test case for a bug where we would crash when we were
requested
to report
/external/ppp/pppd/
upap.h
82
#define UPAPCS_CLOSED 1 /* Connection up, haven't
requested
auth */
83
#define UPAPCS_PENDING 2 /* Connection down, have
requested
auth */
92
#define UPAPSS_CLOSED 1 /* Connection up, haven't
requested
auth */
93
#define UPAPSS_PENDING 2 /* Connection down, have
requested
auth */
/external/selinux/policycoreutils/load_policy/
load_policy.8
36
Initial policy load failed and enforcing mode
requested
/external/skia/include/core/
SkImageDeserializer.h
27
*
requested
to be turned into an image.
/external/skia/tools/skiaserve/urlhandlers/
ColorModeHandler.cpp
39
return SendError(connection, "Unable to create
requested
surface");
/external/syslinux/core/lwip/src/netif/ppp/
pap.h
92
#define UPAPCS_CLOSED 1 /* Connection up, haven't
requested
auth */
93
#define UPAPCS_PENDING 2 /* Connection down, have
requested
auth */
102
#define UPAPSS_CLOSED 1 /* Connection up, haven't
requested
auth */
103
#define UPAPSS_PENDING 2 /* Connection down, have
requested
auth */
Completed in 768 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>