Home
last modified time | relevance | path

Searched refs:String8 (Results 1 – 14 of 14) sorted by relevance

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DString8.java7 public class String8 { class
11 public String8() { in String8() method in String8
15 public String8(String value) { in String8() method in String8
19 public String8(String8 path) { in String8() method in String8
23 public String8(String value, int len) { in String8() method in String8
101 public String8 append(final String other) { in append()
291 String8 getPathLeaf() { in getPathLeaf()
296 return new String8(this); in getPathLeaf()
298 return new String8(buf.substring(cp + 1)); in getPathLeaf()
365 String8 getBasePath() { in getBasePath()
[all …]
DCppAssetManager.java62 this(new String8(), FileType.kFileTypeRegular, new String8(""), false, false); in asset_path()
65 public asset_path(String8 path, FileType fileType, String8 idmap, in asset_path()
75 String8 path;
77 String8 idmap;
132 String8 idmapPathForPackagePath(final String8 pkgPath) { in idmapPathForPackagePath()
220 public boolean addAssetPath(String8 path, Ref<Integer> cookie, boolean appAsLib) { in addAssetPath()
225 final String8 path, @Nullable Ref<Integer> cookie, boolean appAsLib, boolean isSystemAsset) { in addAssetPath()
230 String8 realPath = path; in addAssetPath()
391 String8 path = new String8(systemAssetsPath); in addDefaultAssets()
461 String8 assetName = new String8(kAssetsRoot); in open()
[all …]
DAssetDir.java26 public String8 getFileName(int idx) { in getFileName()
45 private String8 mFileName; // filename only
47 private String8 mSourceName; // currently debug-only
51 FileInfo(String8 path) { // useful for e.g. svect.indexOf in FileInfo()
81 void set(final String8 path, FileType type) { in set()
86 String8 getFileName() { return mFileName; } in getFileName()
87 void setFileName(String8 path) { mFileName = path; } in setFileName()
92 String8 getSourceName() { return mSourceName; } in getSourceName()
93 void setSourceName(String8 path) { mSourceName = path; } in setSourceName()
109 String8 fileName) { in findEntry()
DResXMLParser.java402 String8 ns8 = null, attr8; in indexOfAttribute()
404 ns8 = new String8(ns, nsLen); in indexOfAttribute()
406 attr8 = new String8(attr, attrLen); in indexOfAttribute()
DAsset.java173 void setAssetSource(final String8 path) { mAssetSource = path; } in setAssetSource()
244 String8 mAssetSource; // debug string
DCppAssetManager2.java521 info.setFileName(new String8(name)); in OpenDir()
523 info.setSourceName(new String8(apk_assets.GetPath())); in OpenDir()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAssetManager.java11 import org.robolectric.res.android.String8;
62 … compileTimeCppAssetManager.addAssetPath(new String8(assetPath.file.getPath()), null, false); in getCompileTimeResTable()
DShadowArscAssetManager.java64 import org.robolectric.res.android.String8;
119 String8 name = dir.getFileName(i); in list()
297 boolean res = am.addAssetPath(new String8(path), cookie, appAsLib); in addAssetPathNative()
/external/swiftshader/src/OpenGL/common/
Ddebug.cpp38 ALOGI("%s", android::String8::formatV(format, vararg).string()); in output()
/external/neven/
DFaceDetector_jni.cpp122 String8 path(root); in initialize()
/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.cpp158 String8(*SymtabF, info); // st_info in WriteSymbolEntry()
159 String8(*SymtabF, other); // st_other in WriteSymbolEntry()
167 String8(*SymtabF, info); // st_info in WriteSymbolEntry()
168 String8(*SymtabF, other); // st_other in WriteSymbolEntry()
DELFObjectWriter.h210 void String8(MCDataFragment &F, uint8_t Value) { in String8() function
/external/v4l2_codec2/cmds/
Dcodec2.cpp148 mControl = mComposerClient->createSurface(String8("A Surface"), kWidth, kHeight, in SimplePlayer()
/external/chromium-libpac/test/
Dproxy_resolver_v8_unittest.cc128 android::String8 response8(response.data()); in string16ToProxyList()