OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:explicit
(Results
326 - 350
of
5092
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/llvm/test/Transforms/Inline/
byval.ll
3
; Inlining a byval struct should cause an
explicit
copy into an alloca.
35
; Inlining a byval struct should NOT cause an
explicit
copy
62
; Inlining a byval with an
explicit
alignment needs to use *at least* that
86
; Inlining a byval struct should NOT cause an
explicit
copy
88
; alignment to satisfy an
explicit
alignment request.
/external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerCodeRef.h
104
explicit
FunctionPtr(FunctionType* value)
134
explicit
ReturnAddressPtr(void* value)
140
explicit
ReturnAddressPtr(FunctionPtr function)
162
explicit
MacroAssemblerCodePtr(void* value)
173
explicit
MacroAssemblerCodePtr(ReturnAddressPtr ra)
/external/webkit/Source/WebCore/platform/graphics/
IntPoint.h
82
explicit
IntPoint(const IntSize& size) : m_x(size.width()), m_y(size.height()) { }
118
explicit
IntPoint(const CGPoint&); // don't do this implicitly since it's lossy
123
explicit
IntPoint(const NSPoint&); // don't do this implicitly since it's lossy
139
explicit
IntPoint(const BPoint&);
142
explicit
IntPoint(const Evas_Point&);
/libcore/dalvik/src/main/java/dalvik/system/
CloseGuard.java
21
* resources that should have been cleaned up by
explicit
close
22
* methods (aka "
explicit
termination methods" in Effective Java).
170
* @param closer non-null name of
explicit
termination method
183
String message = "
Explicit
termination method '" + closer + "' not called";
199
* properly cleanup by calling an
explicit
close method
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/
DerOutputStream.java
55
@Override public void encodeExplicit(ASN1Explicit
explicit
) {
59
explicit
.type.encodeASN(this);
132
@Override public void getExplicitLength(ASN1Explicit
explicit
) {
140
explicit
.type.setEncodingContent(this);
147
length =
explicit
.type.getEncodedLength(this);
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
functional_hash.h
53
///
Explicit
specializations for integer types.
130
///
Explicit
specializations for float.
144
///
Explicit
specializations for double.
158
///
Explicit
specializations for long double.
163
///
Explicit
specialization of member operator for non-builtin types.
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
functional_hash.h
53
///
Explicit
specializations for integer types.
130
///
Explicit
specializations for float.
144
///
Explicit
specializations for double.
158
///
Explicit
specializations for long double.
163
///
Explicit
specialization of member operator for non-builtin types.
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
functional_hash.h
53
///
Explicit
specializations for integer types.
130
///
Explicit
specializations for float.
144
///
Explicit
specializations for double.
158
///
Explicit
specializations for long double.
163
///
Explicit
specialization of member operator for non-builtin types.
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/
DERIA5String.java
34
* @param
explicit
true if the object is meant to be explicitly
41
boolean
explicit
)
45
if (
explicit
|| o instanceof DERIA5String)
DERNumericString.java
34
* @param
explicit
true if the object is meant to be explicitly
41
boolean
explicit
)
45
if (
explicit
|| o instanceof DERNumericString)
DERPrintableString.java
36
* @param
explicit
true if the object is meant to be explicitly
43
boolean
explicit
)
47
if (
explicit
|| o instanceof DERPrintableString)
/external/chromium/chrome/browser/ui/views/
create_application_shortcut_view.h
39
explicit
CreateApplicationShortcutView(Profile* profile);
88
explicit
CreateUrlApplicationShortcutView(TabContentsWrapper* tab_contents);
119
explicit
CreateChromeApplicationShortcutView(Profile* profile,
/external/chromium/chrome/browser/ui/webui/options/
password_manager_handler.h
69
explicit
ListPopulater(PasswordManagerHandler* page);
88
explicit
PasswordListPopulater(PasswordManagerHandler* page);
102
explicit
PasswordExceptionListPopulater(PasswordManagerHandler* page);
/external/clang/test/SemaTemplate/
explicit-instantiation.cpp
5
template typedef void f0; // expected-error{{
explicit
instantiation of typedef}}
88
inline template struct X3<int>; // expected-warning{{ignoring 'inline' keyword on
explicit
template instantiation}}
89
static template struct X3<float>; // expected-warning{{ignoring 'static' keyword on
explicit
template instantiation}}
/external/skia/include/pdf/
SkPDFGraphicState.h
86
explicit
GSCanonicalEntry(SkPDFGraphicState* gs)
89
explicit
GSCanonicalEntry(const SkPaint* paint) : fPaint(paint) {}
97
explicit
SkPDFGraphicState(const SkPaint& paint);
/external/chromium/base/threading/
thread_collision_warner_unittest.cc
130
explicit
NonThreadSafeQueue(base::AsserterBase* asserter)
151
explicit
QueueUser(NonThreadSafeQueue& queue)
187
explicit
NonThreadSafeQueue(base::AsserterBase* asserter)
209
explicit
QueueUser(NonThreadSafeQueue& queue)
245
explicit
NonThreadSafeQueue(base::AsserterBase* asserter)
314
explicit
NonThreadSafeQueue(base::AsserterBase* asserter)
/external/clang/test/CodeGenCXX/
vtable-linkage.cpp
121
// E<char> is an
explicit
specialization with a key function defined
128
// E<short> is an
explicit
template instantiation with a key function
138
// F<short> is an
explicit
template instantiation without a key
160
// F<int> is an
explicit
template instantiation declaration without a
164
// E<int> is an
explicit
template instantiation declaration. It has a
181
// F<char> is an
explicit
specialization without a key function, so
/external/llvm/include/llvm-c/
Target.h
38
#undef LLVM_TARGET /*
Explicit
undef to make SWIG happier */
42
#undef LLVM_TARGET /*
Explicit
undef to make SWIG happier */
47
#undef LLVM_TARGET /*
Explicit
undef to make SWIG happier */
52
#undef LLVM_TARGET /*
Explicit
undef to make SWIG happier */
60
#undef LLVM_TARGET /*
Explicit
undef to make SWIG happier */
69
#undef LLVM_TARGET /*
Explicit
undef to make SWIG happier */
/external/webkit/Source/WebCore/inspector/
InspectorValues.h
91
explicit
InspectorValue(Type type) : m_type(type) { }
125
explicit
InspectorBasicValue(bool value) : InspectorValue(TypeBoolean), m_boolValue(value) { }
126
explicit
InspectorBasicValue(int value) : InspectorValue(TypeNumber), m_doubleValue((double)value) { }
127
explicit
InspectorBasicValue(double value) : InspectorValue(TypeNumber), m_doubleValue(value) { }
152
explicit
InspectorString(const String& value) : InspectorValue(TypeString), m_stringValue(value) { }
153
explicit
InspectorString(const char* value) : InspectorValue(TypeString), m_stringValue(value) { }
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/pkcs/
PrivateKeyInfo.java
30
boolean
explicit
)
32
return getInstance(ASN1Sequence.getInstance(obj,
explicit
));
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
AlgorithmIdentifier.java
23
boolean
explicit
)
25
return getInstance(ASN1Sequence.getInstance(obj,
explicit
));
DistributionPoint.java
31
boolean
explicit
)
33
return getInstance(ASN1Sequence.getInstance(obj,
explicit
));
ExtendedKeyUsage.java
29
boolean
explicit
)
31
return getInstance(ASN1Sequence.getInstance(obj,
explicit
));
SubjectKeyIdentifier.java
24
boolean
explicit
)
26
return getInstance(ASN1OctetString.getInstance(obj,
explicit
));
SubjectPublicKeyInfo.java
30
boolean
explicit
)
32
return getInstance(ASN1Sequence.getInstance(obj,
explicit
));
Completed in 2163 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>