Home
last modified time | relevance | path

Searched defs:str (Results 1 – 25 of 213) sorted by relevance

123456789

/frameworks/base/core/java/android/text/
DBidiFormatter.java302 public String markAfter(String str, TextDirectionHeuristic heuristic) { in markAfter()
331 public String markBefore(String str, TextDirectionHeuristic heuristic) { in markBefore()
350 public boolean isRtl(String str) { in isRtl()
382 public String unicodeWrap(String str, TextDirectionHeuristic heuristic, boolean isolate) { in unicodeWrap()
412 public String unicodeWrap(String str, TextDirectionHeuristic heuristic) { in unicodeWrap()
425 public String unicodeWrap(String str, boolean isolate) { in unicodeWrap()
436 public String unicodeWrap(String str) { in unicodeWrap()
471 private static int getExitDir(String str) { in getExitDir()
488 private static int getEntryDir(String str) { in getEntryDir()
/frameworks/support/v4/java/android/support/v4/text/
DBidiFormatter.java296 private String markAfter(String str, TextDirectionHeuristicCompat heuristic) { in markAfter()
323 private String markBefore(String str, TextDirectionHeuristicCompat heuristic) { in markBefore()
342 public boolean isRtl(String str) { in isRtl()
373 public String unicodeWrap(String str, TextDirectionHeuristicCompat heuristic, boolean isolate) { in unicodeWrap()
402 public String unicodeWrap(String str, TextDirectionHeuristicCompat heuristic) { in unicodeWrap()
415 public String unicodeWrap(String str, boolean isolate) { in unicodeWrap()
426 public String unicodeWrap(String str) { in unicodeWrap()
461 private static int getExitDir(String str) { in getExitDir()
478 private static int getEntryDir(String str) { in getEntryDir()
/frameworks/support/v4/java/android/support/v4/util/
DAtomicFile.java98 FileOutputStream str = null; in startWrite() local
121 public void finishWrite(FileOutputStream str) { in finishWrite()
138 public void failWrite(FileOutputStream str) { in failWrite()
/frameworks/base/core/java/com/android/internal/os/
DAtomicFile.java68 FileOutputStream str = null; in startWrite() local
89 public void finishWrite(FileOutputStream str) { in finishWrite()
101 public void failWrite(FileOutputStream str) { in failWrite()
/frameworks/base/core/java/android/util/
DAtomicFile.java100 FileOutputStream str = null; in startWrite() local
127 public void finishWrite(FileOutputStream str) { in finishWrite()
144 public void failWrite(FileOutputStream str) { in failWrite()
/frameworks/base/packages/services/PacProcessor/jni/
Dcom_android_pacprocessor_PacNative.cpp36 String8 str(message); in AlertMessage() local
40 String8 str(message); in ErrorMessage() local
50 const jchar* str = env->GetStringCritical(jstr, 0); in jstringToString16() local
57 const char16_t* str = string.string(); in string16ToJstring() local
/frameworks/base/core/jni/android/graphics/
DFontFamily.cpp39 ScopedUtfChars str(env, lang); in FontFamily_create() local
59 ScopedUtfChars str(env, path); in FontFamily_addFont() local
72 ScopedUtfChars str(env, path); in FontFamily_addFontWeightStyle() local
95 ScopedUtfChars str(env, jpath); in FontFamily_addFontFromAsset() local
/frameworks/base/tools/aapt/
DAaptUtil.cpp24 Vector<String8> split(const String8& str, const char sep) { in split()
42 Vector<String8> splitAndLowerCase(const String8& str, const char sep) { in splitAndLowerCase()
DResourceFilter.cpp12 WeakResourceFilter::parse(const String8& str) in parse()
90 StrongResourceFilter::parse(const String8& str) { in parse()
/frameworks/av/media/libmedia/
DAudioParameter.cpp38 char *str = new char[keyValuePairs.length()+1]; in AudioParameter() local
75 String8 str = String8(""); in toString() local
100 char str[12]; in addInt() local
111 char str[23]; in addFloat() local
DStringArray.cpp45 bool StringArray::push_back(const char* str) { in push_back()
103 void StringArray::setEntry(int idx, const char* str) { in setEntry()
/frameworks/base/core/java/android/hardware/
DCamera.java2652 String str = get(KEY_PREVIEW_SIZE + SUPPORTED_VALUES_SUFFIX); in getSupportedPreviewSizes() local
2672 String str = get(KEY_VIDEO_SIZE + SUPPORTED_VALUES_SUFFIX); in getSupportedVideoSizes() local
2732 String str = get(KEY_JPEG_THUMBNAIL_SIZE + SUPPORTED_VALUES_SUFFIX); in getSupportedJpegThumbnailSizes() local
2808 String str = get(KEY_PREVIEW_FRAME_RATE + SUPPORTED_VALUES_SUFFIX); in getSupportedPreviewFrameRates() local
2863 String str = get(KEY_PREVIEW_FPS_RANGE + SUPPORTED_VALUES_SUFFIX); in getSupportedPreviewFpsRange() local
2945 String str = get(KEY_PREVIEW_FORMAT + SUPPORTED_VALUES_SUFFIX); in getSupportedPreviewFormats() local
2989 String str = get(KEY_PICTURE_SIZE + SUPPORTED_VALUES_SUFFIX); in getSupportedPictureSizes() local
3030 String str = get(KEY_PICTURE_FORMAT + SUPPORTED_VALUES_SUFFIX); in getSupportedPictureFormats() local
3247 String str = get(KEY_WHITE_BALANCE + SUPPORTED_VALUES_SUFFIX); in getSupportedWhiteBalance() local
3288 String str = get(KEY_EFFECT + SUPPORTED_VALUES_SUFFIX); in getSupportedColorEffects() local
[all …]
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
DMainActivity.java92 String str = view.getText().toString(); in loadPropIntText() local
105 String str = view.getText().toString(); in loadFloatText() local
117 String str = view.getText().toString(); in loadIntText() local
/frameworks/base/core/tests/coretests/src/android/database/
DDatabaseStressTest.java66 String str = new String(ch); in testSingleThreadInsertDelete() local
88 String str = new String(ch); in testOutOfSpace() local
DDatabaseStatementTest.java237 String str = c.getString(strCol); in testStatementMultipleBindings() local
239 assertEquals(Long.toHexString(i), str); in testStatementMultipleBindings() local
272 String str = c.getString(strCol); in run() local
274 assertEquals(Long.toHexString(i), str); in run() local
/frameworks/av/cmds/screenrecord/
DTextRenderer.cpp154 const char* str = str8.string(); in computeScaledStringWidth() local
167 float TextRenderer::computeScaledStringWidth(const char* str, in computeScaledStringWidth()
187 const char* str = str8.string(); in drawString() local
252 float xpos, float ypos, const String8& str) { in drawWrappedString()
316 char* TextRenderer::breakString(const char* str, float maxWidth) const { in breakString() argument
/frameworks/av/camera/
DCameraParameters2.cpp112 char str[16]; in set() local
119 char str[16]; // 14 should be enough. We overestimate to be safe. in setFloat() local
185 static int parse_pair(const char *str, int *first, int *second, char delim, in parse_pair()
237 char str[32]; in setPreviewSize() local
267 char str[32]; in setVideoSize() local
306 String8 str = String8::format("%d,%d", min_fps, max_fps); in setPreviewFpsRange() local
322 char str[32]; in setPictureSize() local
/frameworks/native/opengl/tests/hwc/
DhwcRects.cpp208 string str; in main() local
365 string str; in parseRect() local
419 string str; in parseRect() local
440 string str; in parseRect() local
/frameworks/wilhelm/src/
Dtrace.c49 const char *str = slesutResultToString(result); in slTraceLeaveGlobal() local
112 const char *str = slesutResultToString(result); in slTraceLeaveInterface() local
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/utils/
DBmsgTokenizer.java62 public BmsgTokenizer(String str) { in BmsgTokenizer()
66 public BmsgTokenizer(String str, int offset) { in BmsgTokenizer()
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/utils/
DBmsgTokenizer.java62 public BmsgTokenizer(String str) { in BmsgTokenizer()
66 public BmsgTokenizer(String str, int offset) { in BmsgTokenizer()
/frameworks/compile/mclinker/lib/LD/
DDiagnostic.cpp133 const std::string& str = getArgStdStr(arg_no); in format() local
144 const char* str = getArgCStr(arg_no); in format() local
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMapBmessageParser.java75 static public BluetoothMapBmessage createBmessage(String str) { in createBmessage()
106 private void parse(String str) throws IOException, ParseException { in parse()
379 private VCardEntry parseVcard(String str) throws IOException, ParseException { in parseVcard()
/frameworks/compile/libbcc/include/bcc/Support/
DProperties.h27 static inline uint32_t getProperty(const char *str) { in getProperty()
/frameworks/compile/slang/
Dslang_diagnostic_buffer.h51 inline const std::string &str() const { in str() function

123456789