OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:asif
(Results
1 - 10
of
10
) sorted by null
/external/markdown/tests/misc/
uche.txt
0
![
asif
](http://fourthought.com/images/ftlogo.png "Fourthought logo")
uche.html
1
<p><img alt="
asif
" src="http://fourthought.com/images/ftlogo.png" title="Fourthought logo" /></p>
/art/compiler/optimizing/
graph_test.cc
89
ASSERT_EQ(if_block->GetLastInstruction()->
AsIf
()->IfTrueSuccessor(), if_true);
90
ASSERT_EQ(if_block->GetLastInstruction()->
AsIf
()->IfFalseSuccessor(), return_block);
95
ASSERT_EQ(if_block->GetLastInstruction()->
AsIf
()->IfTrueSuccessor(), if_true);
98
HBasicBlock* false_block = if_block->GetLastInstruction()->
AsIf
()->IfFalseSuccessor();
124
ASSERT_EQ(if_block->GetLastInstruction()->
AsIf
()->IfTrueSuccessor(), return_block);
125
ASSERT_EQ(if_block->GetLastInstruction()->
AsIf
()->IfFalseSuccessor(), if_false);
130
ASSERT_EQ(if_block->GetLastInstruction()->
AsIf
()->IfFalseSuccessor(), if_false);
133
HBasicBlock* true_block = if_block->GetLastInstruction()->
AsIf
()->IfTrueSuccessor();
157
ASSERT_EQ(if_block->GetLastInstruction()->
AsIf
()->IfTrueSuccessor(), if_block);
158
ASSERT_EQ(if_block->GetLastInstruction()->
AsIf
()->IfFalseSuccessor(), return_block)
[
all
...]
dead_code_elimination.cc
41
HIf* if_instruction = last_instruction->
AsIf
();
select_generator.cc
84
HIf* if_instruction = block->GetLastInstruction()->
AsIf
();
reference_type_propagation.cc
236
HIf* ifInstruction = block->GetLastInstruction()->
AsIf
();
374
HIf* ifInstruction = block->GetLastInstruction()->
AsIf
();
[
all
...]
induction_var_analysis.cc
574
HIf* ifs = control->
AsIf
();
[
all
...]
bounds_check_elimination.cc
[
all
...]
nodes.cc
[
all
...]
/packages/apps/Email/src/com/android/email/activity/setup/
AccountServerSettingsActivity.java
215
AccountSetupIncomingFragment
asif
= (AccountSetupIncomingFragment) f;
local
216
asif
.onCertificateRequested();
Completed in 429 milliseconds