Searched refs:string (Results 1 - 25 of 1172) sorted by relevance

1234567891011>>

/frameworks/base/rs/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/base/tools/aidl/
H A Doptions.h4 #include <string.h>
5 #include <string>
20 vector<string> importPaths;
21 vector<string> preprocessedFiles;
22 string inputFileName;
23 string outputFileName;
24 string outputBaseFolder;
25 string depFileName;
28 vector<string> filesToPreprocess;
H A Dgenerate_java.h7 #include <string>
11 int generate_java(const string& filename, const string& originalSrc,
17 string gather_comments(extra_text_type* extra);
18 string append(const char* a, const char* b);
23 VariableFactory(const string& base); // base must be short
28 string m_base;
H A Dsearch_path.h8 #include <string>
19 void set_import_paths(const vector<string>& importPaths);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DAccessibilityContentDescriptions.java14 R.string.accessibility_no_phone,
15 R.string.accessibility_phone_one_bar,
16 R.string.accessibility_phone_two_bars,
17 R.string.accessibility_phone_three_bars,
18 R.string.accessibility_phone_signal_full
22 R.string.accessibility_no_data,
23 R.string.accessibility_data_one_bar,
24 R.string.accessibility_data_two_bars,
25 R.string.accessibility_data_three_bars,
26 R.string
[all...]
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglShaderSource.java1 // C function void glShaderSource ( GLuint shader, GLsizei count, const GLchar ** string, const GLint* length )
5 String string
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/support/v8/renderscript/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/compile/mclinker/include/mcld/Support/
H A DDemangle.h12 #include <string>
16 std::string demangleName(const std::string& mangled_name);
/frameworks/compile/slang/
H A Dslang_rs_reflect_utils.h21 #include <string>
45 const std::string *licenseNote;
54 static std::string GetFileNameStem(const char *fileName);
59 static std::string ComputePackagedPath(const char *prefixPath,
67 static std::string JavaClassNameFromRSFileName(const char *rsFileName);
78 static std::string BCFileNameFromRSFileName(const char *rsFileName);
85 static std::string JavaBitcodeClassNameFromRSFileName(const char *rsFileName);
95 std::string JoinPath(const std::string &path1, const std::string
[all...]
H A Dslang_rs_reflection.h24 #include <string>
46 std::string mPackageName;
50 std::string mRSPackageName;
54 std::string mOutputBaseDirectory;
58 std::string mOutputDirectory;
61 std::string mRSSourceFileName;
63 std::string mBitCodeFileName;
67 std::string mResourceId;
70 std::string mScriptClassName;
74 std::string mClassNam
[all...]
/frameworks/ml/bordeaux/learning/multiclass_pa/native/
H A Dutil.h22 #include <string>
28 MulticlassPA* CreateMulticlassPA(const string& version,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallStateException.java30 CallStateException(String string) argument
32 super(string);
/frameworks/compile/mclinker/tools/mcld/include/mcld/
H A DTripleOptions.h12 #include <string>
26 llvm::cl::opt<std::string>& m_TargetTriple;
27 llvm::cl::opt<std::string>& m_MArch;
28 llvm::cl::opt<std::string>& m_MCPU;
29 llvm::cl::list<std::string>& m_MAttrs;
30 llvm::cl::opt<std::string>& m_Emulation;
/frameworks/base/core/java/android/net/http/
H A DErrorStrings.java47 return com.android.internal.R.string.httpErrorOk;
50 return com.android.internal.R.string.httpError;
53 return com.android.internal.R.string.httpErrorLookup;
56 return com.android.internal.R.string.httpErrorUnsupportedAuthScheme;
59 return com.android.internal.R.string.httpErrorAuth;
62 return com.android.internal.R.string.httpErrorProxyAuth;
65 return com.android.internal.R.string.httpErrorConnect;
68 return com.android.internal.R.string.httpErrorIO;
71 return com.android.internal.R.string.httpErrorTimeout;
74 return com.android.internal.R.string
[all...]
/frameworks/base/media/mca/filterfw/native/core/
H A Dnative_program.h21 #include <string>
44 bool OpenLibrary(const std::string& lib_name);
46 bool BindInitFunction(const std::string& func_name);
47 bool BindSetValueFunction(const std::string& func_name);
48 bool BindGetValueFunction(const std::string& func_name);
49 bool BindProcessFunction(const std::string& func_name);
50 bool BindResetFunction(const std::string& func_name);
51 bool BindTeardownFunction(const std::string& func_name);
54 bool CallSetValue(const std::string& key, const std::string
[all...]
/frameworks/compile/mclinker/include/mcld/
H A DTargetOptions.h14 #include <string>
34 TargetOptions(const std::string& pTriple);
40 void setTriple(const std::string& pTriple);
44 const std::string& getArch() const { return m_ArchName; }
46 void setArch(const std::string& pArchName);
48 const std::string& getTargetCPU() const { return m_TargetCPU; }
50 void setTargetCPU(const std::string& pCPU);
52 const std::string& getTargetFeatureString() const { return m_TargetFS; }
54 void setTargetFeatureString(const std::string& pFS);
72 std::string m_ArchNam
[all...]
/frameworks/native/opengl/libs/tools/
H A Dglentrygen21 my $string = shift;
22 $string =~ s/\s+$//;
23 return $string;
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitReader_2_7.h26 #include <string>
38 std::string *ErrMsg);
40 std::string getBitcodeTargetTriple(llvm::MemoryBuffer *Buffer,
42 std::string *ErrMsg);
46 std::string *ErrMsg);

Completed in 5454 milliseconds

1234567891011>>