OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:text_fragment
(Results
1 - 2
of
2
) sorted by null
/development/samples/devbytes/animation/SlidingFragments/src/com/example/android/slidingfragments/
TextFragment.java
35
View view = inflater.inflate(R.layout.
text_fragment
, container, false);
/art/compiler/
elf_writer_mclinker.cc
207
mcld::Fragment*
text_fragment
= ir_builder_->CreateRegion(const_cast<char*>(oat_data_start),
local
209
CHECK(
text_fragment
!= NULL);
210
ir_builder_->AppendFragment(*
text_fragment
, *text_sectiondata);
Completed in 104 milliseconds