Searched defs:string (Results 1 - 25 of 71) sorted by relevance

123

/frameworks/base/graphics/java/android/renderscript/
H A DRSDriverException.java25 public RSDriverException(String string) { argument
26 super(string);
H A DRSIllegalArgumentException.java25 public RSIllegalArgumentException(String string) { argument
26 super(string);
H A DRSInvalidStateException.java25 public RSInvalidStateException(String string) { argument
26 super(string);
H A DRSRuntimeException.java26 public RSRuntimeException(String string) { argument
27 super(string);
/frameworks/av/libvideoeditor/osal/src/
H A DM4PSW_MemoryInterface.c34 * M4OSA_Char* string)
39 * @param string (IN): description of the allocated block (null terminated)
46 M4OSA_Char* string)
44 M4OSA_32bitAlignedMalloc(M4OSA_UInt32 size, M4OSA_CoreID coreID, M4OSA_Char* string) argument
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglShaderSource.cpp2 /* void glShaderSource ( GLuint shader, GLsizei count, const GLchar ** string, const GLint * length ) */
6 (JNIEnv *_env, jobject _this, jint shader, jstring string) {
8 if (!string) {
9 jniThrowException(_env, "java/lang/IllegalArgumentException", "string == null");
13 const char* nativeString = _env->GetStringUTFChars(string, 0);
16 _env->ReleaseStringUTFChars(string, nativeString);
5 android_glShaderSource(JNIEnv *_env, jobject _this, jint shader, jstring string) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallStateException.java30 CallStateException(String string) argument
32 super(string);
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DRSDriverException.java25 public RSDriverException(String string) { argument
26 super(string);
H A DRSIllegalArgumentException.java25 public RSIllegalArgumentException(String string) { argument
26 super(string);
H A DRSInvalidStateException.java25 public RSInvalidStateException(String string) { argument
26 super(string);
H A DRSRuntimeException.java26 public RSRuntimeException(String string) { argument
27 super(string);
/frameworks/av/media/mtp/
H A DMtpDeviceInfo.cpp63 MtpStringBuffer string; local
70 packet.getString(string);
71 mVendorExtensionDesc = strdup((const char *)string);
80 packet.getString(string);
81 mManufacturer = strdup((const char *)string);
82 packet.getString(string);
83 mModel = strdup((const char *)string);
84 packet.getString(string);
85 mVersion = strdup((const char *)string);
86 packet.getString(string);
[all...]
H A DMtpStorageInfo.cpp47 MtpStringBuffer string; local
57 packet.getString(string);
58 mStorageDescription = strdup((const char *)string);
59 packet.getString(string);
60 mVolumeIdentifier = strdup((const char *)string);
H A DMtpObjectInfo.cpp59 MtpStringBuffer string; local
78 packet.getString(string);
79 mName = strdup((const char *)string);
81 packet.getString(string);
82 if (parseDateTime((const char*)string, time))
85 packet.getString(string);
86 if (parseDateTime((const char*)string, time))
89 packet.getString(string);
90 mKeywords = strdup((const char *)string);
H A DMtpDataPacket.cpp86 void MtpDataPacket::getString(MtpStringBuffer& string) argument
88 string.readFromPacket(this);
323 void MtpDataPacket::putString(const MtpStringBuffer& string) {
324 string.writeToPacket(this);
328 MtpStringBuffer string(s);
329 string.writeToPacket(this);
332 void MtpDataPacket::putString(const uint16_t* string) {
335 if (string[i])
342 putUInt16(string[i]);
343 // only terminate with zero if string i
[all...]
/frameworks/base/core/tests/coretests/src/android/os/
H A DBuildTest.java37 private static void assertNotEmpty(String message, String string) { argument
38 //Log.i(TAG, "" + message + ": " + string);
39 assertNotNull(message, string);
40 assertFalse(message, string.equals(""));
47 private static void assertNotEmpty(String string) { argument
48 assertNotEmpty(null, string);
/frameworks/base/opengl/java/android/opengl/
H A DGLException.java30 public GLException(final int error, final String string) { argument
31 super(string);
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DProcFileReaderTest.java134 fail("somehow read a string value?");
155 private static ProcFileReader buildReader(String string) throws IOException { argument
156 return buildReader(string, 2048);
159 private static ProcFileReader buildReader(String string, int bufferSize) throws IOException { argument
161 new ByteArrayInputStream(string.getBytes(Charsets.US_ASCII)), bufferSize);
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pProvDiscEvent.java51 * @param string formats supported include
61 public WifiP2pProvDiscEvent(String string) throws IllegalArgumentException { argument
62 String[] tokens = string.split(" ");
65 throw new IllegalArgumentException("Malformed event " + string);
72 else throw new IllegalArgumentException("Malformed event " + string);
/frameworks/wilhelm/tests/sandbox/
H A Dobject.c20 #include <string.h>
49 const char *string = slesutObjectIDToString(objectID); local
50 if (NULL != string)
51 printf(" (%s)", string);
/frameworks/base/core/tests/coretests/src/android/app/
H A DSuggestionProvider.java80 private void addRow(MatrixCursor cursor, String string) { argument
82 cursor.newRow().add(id).add(string).add(Intent.ACTION_SEARCH).add(string);
/frameworks/native/include/utils/
H A DString16.h40 //! This is a string holding UTF-16 characters.
57 inline const char16_t* string() const;
135 inline const char16_t* String16::string() const function in class:android::String16
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorOsal.cpp226 static char string[VIDEOEDIT_OSAL_RESULT_STRING_MAX] = ""; local
247 M4OSA_chrSPrintf((M4OSA_Char *)string, sizeof(string) - 1,
249 pString = string;
/frameworks/av/media/libmedia/
H A DMemoryLeakTrackUtil.cpp55 const char *string() const { function in struct:android::MyString8
161 write(fd, result.string(), result.size());
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DEvaluationTestBench.c20 #include <string.h>
276 void H264SwDecTrace(char *string) argument
285 fwrite(string, 1, strlen(string), fp);

Completed in 460 milliseconds

123