OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:checkinitialized
(Results
1 - 25
of
29
) sorted by null
1
2
/art/test/596-app-images/src/
Main.java
38
if (!
checkInitialized
(Inner.class))
41
if (!
checkInitialized
(Nested.class))
44
if (!
checkInitialized
(StaticFields.class))
47
if (!
checkInitialized
(StaticFieldsInitSub.class))
50
if (!
checkInitialized
(StaticFieldsInit.class))
53
if (!
checkInitialized
(StaticInternString.class))
111
public static native boolean
checkInitialized
(Class<?> klass);
/packages/services/Telephony/testapps/EmbmsServiceTestApp/src/com/android/phone/testapps/embmsmw/
EmbmsTestStreamingService.java
107
checkInitialized
(appKey);
128
checkInitialized
(appKey);
147
checkInitialized
(appKey);
161
checkInitialized
(appKey);
173
checkInitialized
(appKey);
210
private void
checkInitialized
(FrontendAppIdentifier appKey) {
EmbmsSampleDownloadService.java
109
checkInitialized
(appKey);
127
checkInitialized
(appKey);
140
checkInitialized
(appKey);
164
checkInitialized
(appKey);
418
private void
checkInitialized
(FrontendAppIdentifier appKey) {
/packages/apps/TV/common/src/com/android/tv/common/ui/setup/animation/
SetupAnimationHelper.java
61
private static void
checkInitialized
() {
75
checkInitialized
();
126
checkInitialized
();
132
checkInitialized
();
/art/test/660-clinit/src/
Main.java
69
if (
checkInitialized
(klass) == false) {
75
if (
checkInitialized
(klass) == true) {
82
public static native boolean
checkInitialized
(Class<?> klass);
/external/droiddriver/src/io/appium/droiddriver/util/
InstrumentationUtils.java
61
private static synchronized void
checkInitialized
() {
69
checkInitialized
();
83
checkInitialized
();
/art/test/906-iterate-heap/src/art/
Test906.java
160
if (!
checkInitialized
(Inf1.class)) {
175
if (!
checkInitialized
(Inf2.class)) {
292
private static native boolean
checkInitialized
(Class<?> klass);
/libcore/ojluni/src/main/java/java/security/
Provider.java
267
checkInitialized
();
294
checkInitialized
();
306
checkInitialized
();
618
checkInitialized
();
626
checkInitialized
();
635
checkInitialized
();
642
checkInitialized
();
649
checkInitialized
();
655
checkInitialized
();
659
private void
checkInitialized
() {
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputMethodManager.java
76
sInstance.
checkInitialized
();
88
private void
checkInitialized
() {
121
checkInitialized
();
/external/protobuf/src/google/protobuf/
message_unittest.cc
243
TEST(MessageTest,
CheckInitialized
) {
245
EXPECT_DEATH(message.
CheckInitialized
(),
message.cc
111
void Message::
CheckInitialized
() const {
message.h
216
void
CheckInitialized
() const;
[
all
...]
/cts/tests/tests/telephony/EmbmsMiddlewareTestApp/src/android/telephony/cts/embmstestapp/
CtsStreamingService.java
266
private void
checkInitialized
() {
CtsDownloadService.java
480
private void
checkInitialized
() {
/external/tensorflow/tensorflow/core/graph/
costmodel.h
112
void
CheckInitialized
(const Graph& graph) const;
costmodel.cc
233
void CostModel::
CheckInitialized
(const Graph& graph) const {
475
CheckInitialized
(g);
/art/test/913-heaps/src/art/
Test913.java
202
if (!
checkInitialized
(Inf1.class)) {
217
if (!
checkInitialized
(Inf2.class)) {
740
private static native boolean
checkInitialized
(Class<?> klass);
/packages/apps/Messaging/src/com/android/messaging/datamodel/
BugleNotifications.java
175
checkInitialized
();
395
private static void
checkInitialized
() {
[
all
...]
/external/v8/include/
v8.h
[
all
...]
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
message.h
194
void
CheckInitialized
() const;
[
all
...]
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
message.h
194
void
CheckInitialized
() const;
[
all
...]
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
message.h
194
void
CheckInitialized
() const;
[
all
...]
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
message.h
194
void
CheckInitialized
() const;
[
all
...]
/external/golang-protobuf/proto/
all_test.go
531
func
checkInitialized
(pb *GoTest, t *testing.T) {
591
checkInitialized
(pb, t)
[
all
...]
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
message.h
216
void
CheckInitialized
() const;
[
all
...]
Completed in 727 milliseconds
1
2