OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Creator
(Results
1 - 25
of
106
) sorted by null
1
2
3
4
5
/external/swiftshader/third_party/LLVM/lib/Support/
ManagedStatic.cpp
22
void ManagedStaticBase::RegisterManagedStatic(void *(*
Creator
)(),
28
void* tmp =
Creator
?
Creator
() : 0;
43
Ptr =
Creator
?
Creator
() : 0;
/external/tensorflow/tensorflow/core/grappler/optimizers/
custom_graph_optimizer_registry.h
35
typedef std::function<CustomGraphOptimizer*()>
Creator
;
38
static void RegisterOptimizerOrDie(const
Creator
& optimizer_creator,
45
const CustomGraphOptimizerRegistry::
Creator
&
creator
,
47
CustomGraphOptimizerRegistry::RegisterOptimizerOrDie(
creator
, name);
custom_graph_optimizer_registry.cc
26
typedef std::unordered_map<string, CustomGraphOptimizerRegistry::
Creator
>
52
const
Creator
& optimizer_creator, const string& name) {
/cts/tests/tests/content/src/com/android/content/cts/
DummyParcelable.java
32
public static final Parcelable.
Creator
<DummyParcelable>
CREATOR
33
= new Parcelable.
Creator
<DummyParcelable>() {
/cts/common/device-side/util/src/com/android/compatibility/common/util/
IBinderParcelable.java
37
public static final Parcelable.
Creator
<IBinderParcelable>
38
CREATOR
= new Parcelable.
Creator
<IBinderParcelable>() {
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
IBinderParcelable.java
37
public static final Parcelable.
Creator
<IBinderParcelable>
38
CREATOR
= new Parcelable.
Creator
<IBinderParcelable>() {
/cts/tests/tests/os/src/android/os/cts/
ExceptionalParcelable.java
46
public static final
Creator
<ExceptionalParcelable>
CREATOR
=
47
new
Creator
<ExceptionalParcelable>() {
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
TestParcelable.java
18
public static final
Creator
<TestParcelable>
CREATOR
=
19
new
Creator
<TestParcelable>() {
TestParcelableImpl.java
17
public static final
Creator
<TestParcelableImpl>
CREATOR
=
18
new
Creator
<TestParcelableImpl>() {
TestParcelablePackage.java
18
public static final CreatorImpl
CREATOR
= new CreatorImpl();
25
public static class CreatorImpl implements
Creator
<TestParcelablePackage> {
/external/llvm/lib/Support/
ManagedStatic.cpp
38
void ManagedStaticBase::RegisterManagedStatic(void *(*
Creator
)(),
40
assert(
Creator
);
45
void *Tmp =
Creator
();
57
Ptr =
Creator
();
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
ManagedStatic.cpp
35
void ManagedStaticBase::RegisterManagedStatic(void *(*
Creator
)(),
37
assert(
Creator
);
42
void *Tmp =
Creator
();
54
Ptr =
Creator
();
/external/swiftshader/third_party/llvm-subzero/lib/Support/
ManagedStatic.cpp
38
void ManagedStaticBase::RegisterManagedStatic(void *(*
Creator
)(),
40
assert(
Creator
);
45
void *Tmp =
Creator
();
57
Ptr =
Creator
();
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
CommandApdu.java
28
public static final Parcelable.
Creator
<CommandApdu>
CREATOR
=
29
new Parcelable.
Creator
<CommandApdu>() {
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/tx/
EditPropertiesTx.java
9
public static final Parcelable.
Creator
<EditPropertiesTx>
CREATOR
=
10
new Parcelable.
Creator
<EditPropertiesTx>() {
GetAccountRemovalAllowedTx.java
10
public static final Parcelable.
Creator
<GetAccountRemovalAllowedTx>
CREATOR
=
11
new Parcelable.
Creator
<GetAccountRemovalAllowedTx>() {
GetAuthTokenLabelTx.java
8
public static final Parcelable.
Creator
<GetAuthTokenLabelTx>
CREATOR
=
9
new Parcelable.
Creator
<GetAuthTokenLabelTx>() {
AddAccountTx.java
12
public static final Parcelable.
Creator
<AddAccountTx>
CREATOR
=
13
new Parcelable.
Creator
<AddAccountTx>() {
/cts/tests/tests/externalservice/common/src/android/externalservice/common/
RunningServiceInfo.java
50
public static final Parcelable.
Creator
<RunningServiceInfo>
CREATOR
51
= new Parcelable.
Creator
<RunningServiceInfo>() {
/developers/build/prebuilts/gradle/ScopedDirectoryAccess/Application/src/main/java/com/example/android/scopeddirectoryaccess/
DirectoryEntry.java
36
public static final
Creator
<DirectoryEntry>
CREATOR
= new
Creator
<DirectoryEntry>() {
/developers/samples/android/content/documentsUi/ScopedDirectoryAccess/Application/src/main/java/com/example/android/scopeddirectoryaccess/
DirectoryEntry.java
36
public static final
Creator
<DirectoryEntry>
CREATOR
= new
Creator
<DirectoryEntry>() {
/development/samples/browseable/ScopedDirectoryAccess/src/com.example.android.scopeddirectoryaccess/
DirectoryEntry.java
36
public static final
Creator
<DirectoryEntry>
CREATOR
= new
Creator
<DirectoryEntry>() {
/external/pdfium/xfa/fxfa/parser/
cxfa_creator.cpp
16
constexpr wchar_t kName[] = L"
creator
";
25
XFA_Element::
Creator
,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
ManagedStatic.h
45
void RegisterManagedStatic(void *(*
creator
)(), void (*deleter)(void*)) const;
59
template <class C, class
Creator
= object_creator<C>,
67
RegisterManagedStatic(
Creator
::call, Deleter::call);
77
RegisterManagedStatic(
Creator
::call, Deleter::call);
/cts/tests/autofillservice/src/android/autofillservice/cts/
MyAutofillId.java
68
public static final
Creator
<MyAutofillId>
CREATOR
= new
Creator
<MyAutofillId>() {
Completed in 1032 milliseconds
1
2
3
4
5