OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlBlock
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/content/res/
AssetManager.java
487
XmlBlock
block = openXmlBlockAsset(cookie, fileName);
500
/*package*/ final
XmlBlock
openXmlBlockAsset(String fileName)
513
/*package*/ final
XmlBlock
openXmlBlockAsset(int cookie, String fileName)
519
long
xmlBlock
= openXmlAssetNative(cookie, fileName);
520
if (
xmlBlock
!= 0) {
521
XmlBlock
res = new
XmlBlock
(this,
xmlBlock
);
XmlBlock.java
34
final class
XmlBlock
{
37
public
XmlBlock
(byte[] data) {
43
public
XmlBlock
(byte[] data, int offset, int size) {
78
Parser(long parseState,
XmlBlock
block) {
462
private final
XmlBlock
mBlock;
477
* of this newly creating
XmlBlock
.
479
XmlBlock
(AssetManager assets, long
xmlBlock
) {
481
mNative =
xmlBlock
;
482
mStrings = new StringBlock(nativeGetStringBlock(
xmlBlock
), false)
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
Completed in 68 milliseconds