OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:to_test
(Results
1 - 5
of
5
) sorted by null
/art/compiler/optimizing/
instruction_simplifier_x86_shared.h
25
bool AreLeastSetBitInputs(HInstruction*
to_test
, HInstruction* other);
instruction_simplifier_x86_shared.cc
123
bool AreLeastSetBitInputs(HInstruction*
to_test
, HInstruction* other) {
124
if (
to_test
->IsAdd()) {
125
HAdd* add =
to_test
->AsAdd();
129
if (
to_test
->IsSub()) {
130
HSub* sub =
to_test
->AsSub();
instruction_builder.cc
[
all
...]
/external/autotest/client/site_tests/audio_AlsaAPI/
audio_AlsaAPI.py
34
def run_once(self,
to_test
):
39
@param
to_test
: support these test items:
48
if
to_test
== 'drop' and board in self._BOARDS_WITHOUT_DROP_SUPPORT:
55
method_name = '_test_' +
to_test
103
@param option: same as
to_test
in run_once.
/external/vixl/tools/
test.py
87
def ArgList(self,
to_test
):
89
if
to_test
== 'all':
94
for value in
to_test
:
Completed in 342 milliseconds