OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initCalled
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit/android/WebCoreSupport/
ChromiumInit.cpp
67
static bool
initCalled
= false;
68
if (!
initCalled
) {
72
initCalled
= true;
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
LoginContext1Test.java
321
private boolean
initCalled
;
469
initCalled
= true;
889
assertTrue(TestLoginModule.get(0).
initCalled
);
896
TestLoginModule.get(0).
initCalled
= false;
902
assertFalse(TestLoginModule.get(0).
initCalled
);
924
assertTrue(TestLoginModule.get(0).
initCalled
);
932
TestLoginModule.get(0).
initCalled
= false;
942
assertFalse(TestLoginModule.get(0).
initCalled
);
[
all
...]
/prebuilt/common/groovy/
groovy-all-1.7.0.jar
Completed in 787 milliseconds