OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initialize
(Results
176 - 200
of
1490
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/proguard/src/proguard/evaluation/
TracedVariables.java
108
public void
initialize
(TracedVariables other)
method in class:TracedVariables
110
super.
initialize
(other);
112
producerVariables.
initialize
(other.producerVariables);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DebugChecksumsSubsection.cpp
52
Error DebugChecksumsSubsectionRef::
initialize
(BinaryStreamReader Reader) {
function in class:DebugChecksumsSubsectionRef
59
Error DebugChecksumsSubsectionRef::
initialize
(BinaryStreamRef Section) {
function in class:DebugChecksumsSubsectionRef
61
return
initialize
(Reader);
DebugCrossImpSubsection.cpp
45
Error DebugCrossModuleImportsSubsectionRef::
initialize
(
function in class:DebugCrossModuleImportsSubsectionRef
50
Error DebugCrossModuleImportsSubsectionRef::
initialize
(BinaryStreamRef Stream) {
function in class:DebugCrossModuleImportsSubsectionRef
52
return
initialize
(Reader);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
LargeNumAidsService.java
30
initialize
(getCommandSequence(), getResponseSequence());
ThroughputService.java
51
initialize
(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE);
method
/external/antlr/runtime/ObjC/Framework/examples/LL-star/
SimpleCLexer.h
43
+ (void)
initialize
;
variable
/external/antlr/runtime/ObjC/Framework/examples/combined/
CombinedParser.h
55
+ (void)
initialize
;
variable
/external/antlr/runtime/ObjC/Framework/examples/hoistedPredicates/
TParser.h
60
+ (void)
initialize
;
variable
/external/antlr/runtime/ObjC/Framework/examples/scopes/
SymbolTableLexer.h
37
+ (void)
initialize
;
variable
/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCLexer.h
49
+ (void)
initialize
;
variable
/external/antlr/runtime/ObjC/Framework/examples/treeparser/
LangDumpDecl.h
76
+ (void)
initialize
;
variable
/external/antlr/runtime/Ruby/lib/antlr3/modes/
ast-builder.rb
16
def
initialize
( input, options = {} )
method in class:ANTLR3.ASTBuilder
/external/autotest/client/profilers/cpistat/
cpistat.py
13
def
initialize
(self, interval = 1):
member in class:cpistat
/external/autotest/client/profilers/mpstat/
mpstat.py
12
def
initialize
(self, interval = 1):
member in class:mpstat
/external/autotest/client/profilers/turbostat/
turbostat.py
17
def
initialize
(self):
member in class:turbostat
/external/autotest/client/profilers/vmstat/
vmstat.py
14
def
initialize
(self, interval = 1):
member in class:vmstat
/external/autotest/client/site_tests/buffet_IntermittentConnectivity/
buffet_IntermittentConnectivity.py
12
def
initialize
(self):
member in class:buffet_IntermittentConnectivity
/external/autotest/client/site_tests/buffet_InvalidCredentials/
buffet_InvalidCredentials.py
12
def
initialize
(self):
member in class:buffet_InvalidCredentials
/external/autotest/client/site_tests/buffet_RefreshAccessToken/
buffet_RefreshAccessToken.py
12
def
initialize
(self):
member in class:buffet_RefreshAccessToken
/external/autotest/client/site_tests/buffet_RestartWhenRegistered/
buffet_RestartWhenRegistered.py
12
def
initialize
(self):
member in class:buffet_RestartWhenRegistered
/external/autotest/client/site_tests/hardware_GPIOSwitches/
hardware_GPIOSwitches.py
18
def
initialize
(self):
member in class:hardware_GPIOSwitches
/external/autotest/client/site_tests/policy_EnrollmentRetainment/
policy_EnrollmentRetainment.py
17
def
initialize
(self, **kwargs):
member in class:policy_EnrollmentRetainment
/external/autotest/client/site_tests/power_MemorySuspend/
power_MemorySuspend.py
15
def
initialize
(self):
member in class:power_MemorySuspend
/external/autotest/client/site_tests/power_NoConsoleSuspend/
power_NoConsoleSuspend.py
18
def
initialize
(self):
member in class:power_NoConsoleSuspend
/external/autotest/client/tests/aio_dio_bugs/
aio_dio_bugs.py
19
def
initialize
(self):
member in class:aio_dio_bugs
Completed in 659 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>