Searched defs:string (Results 1 - 25 of 119) sorted by last modified time

12345

/frameworks/wilhelm/tests/examples/
H A DxaVideoDecoderCapabilities.cpp19 #include <string.h>
57 // Use a table of [integer, string] entries to map an integer to a string
61 const char *string; member in struct:__anon1824
69 return table[i].string;
75 // Use a table of [integer, table] entries to map a pair of integers to a string
95 // Map a video codec and profile to string
158 // Map a video codec and level to 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/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/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUT_reduce.java81 public static String string(long myJavaStart, long myJavaEnd, long myRsStart, method in class:UT_reduce.timing
85 myCopyStart, myKernelStart, myRsEnd, myInputs)).string();
88 public static String string(long myInputCells) { method in class:UT_reduce.timing
89 return (new timing(myInputCells)).string();
92 public String string() { method in class:UT_reduce.timing
162 status += " " + t.string();
183 status += " " + t.string();
204 status += " " + t.string();
218 status += " " + t.string();
231 status += " " + t.string();
[all...]
/frameworks/rs/
H A DrsCppUtils.h44 #include <string>
66 class String8: public std::string {
68 String8(const char *ptr) : std::string(ptr) {
71 String8(const char *ptr, size_t len) : std::string(ptr, len) {
74 String8() : std::string() {
78 const char* string() const { function in class:android::String8
/frameworks/support/gradle/wrapper/
H A Dgradle-wrapper.jar ... .Object { private java.net.URI distribution private String distributionBase private String distributionPath private String zipBase private String zipPath ...
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallStateException.java37 CallStateException(String string) argument
39 super(string);
43 CallStateException(int error, String string) argument
45 super(string);
H A DProxyController.java656 private void logd(String string) { argument
657 Rlog.d(LOG_TAG, string);
660 private void loge(String string) { argument
661 Rlog.e(LOG_TAG, string);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccController.java345 private void log(String string) { argument
346 Rlog.d(LOG_TAG, string);
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneFilterTypeAdapter.java186 // search string starts with the old search string
259 * Returns true if the prefixString is an initial for string. Note that
269 * @param string
272 private boolean isStartingInitialsFor(String prefixString, String string) { argument
274 final int strLen = string.length();
279 if (!Character.isLetter(string.charAt(i))) {
285 if (prefixString.charAt(initialIdx++) != string.charAt(i)) {
296 if (prefixString.equals("usa") && string.equals("united states")) {
H A DTimeZonePickerView.java80 updateHint(R.string.hint_time_zone_search, R.drawable.ic_search_holo_light);
90 public void showFilterResults(int type, String string, int time) { argument
92 mResultAdapter.onSetFilter(type, string, time);
173 private void filterOnString(String string) { argument
178 mFilterAdapter.getFilter().filter(string);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigStore.java120 private static String removeDoubleQuotes(String string) { argument
121 int length = string.length();
122 if ((length > 1) && (string.charAt(0) == '"')
123 && (string.charAt(length - 1) == '"')) {
124 return string.substring(1, length - 1);
126 return string;
130 * Generate a string to be used as a key value by wpa_supplicant from
132 * Also transform the internal string format that uses _ (for bewildering
135 * @param set a bit set with a one for each corresponding string to be included from strings.
136 * @param strings the set of string literal
211 lookupString(String string, String[] strings) argument
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jar ... String) String hdfname public void setSymLink (java.lang.String, java.lang.String) String hdf_name_src String hdf_name_dest public ...
/frameworks/opt/chips/src/com/android/ex/chips/
H A DDropdownChipLayouter.java291 res.getString(R.string.dropdown_delete_button_desc, recipient));
463 * @param constraint A string that we will attempt to find within the results.
478 * @param constraint A string that we will attempt to find within the results.
517 private static boolean isAllWhitespace(@Nullable String string) { argument
518 if (TextUtils.isEmpty(string)) {
522 for (int i = 0; i < string.length(); ++i) {
523 if (!Character.isWhitespace(string.charAt(i))) {
/frameworks/native/cmds/dumpstate/
H A Dutils.cpp26 #include <string>
27 #include <string.h>
637 void format_args(const char* command, const char *args[], std::string *string);
663 std::string cmd;
700 std::string cmd;
771 std::string cmd; // used to log command and its args
863 void send_broadcast(const std::string& action, const std::vector<std::string>& args) {
871 for (const std::string
1375 format_args(const char* command, const char *args[], std::string *string) argument
[all...]
/frameworks/native/cmds/service/
H A Dservice.cpp25 #include <string.h>
31 void writeString16(Parcel& parcel, const char* string) argument
33 if (string != NULL)
35 parcel.writeString16(String16(string));
161 aerr << "service: no string supplied for 's16'" << endl;
308 " s16: Write the UTF-16 string STR into the send parcel.\n";
/frameworks/native/libs/gui/
H A DBufferSlot.cpp22 const char* BufferState::string() const { function in class:android::BufferState
/frameworks/native/opengl/libagl/
H A Dstate.cpp343 const GLubyte* glGetString(GLenum string) argument
345 switch (string) {
/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp88 #include <string.h>
186 operator string();
193 Range::operator string()
219 operator string() const;
236 static vector<string> formats;
301 string transformList2str(const list<uint32_t>& transformList);
302 string blendList2str(const list<uint32_t>& blendList);
305 void printOverlapLine(size_t indent, const string formatStr,
341 string str;
359 str += " " + string(arg
[all...]
H A DhwcTestLib.cpp27 #include <string>
158 // Color fraction class to string conversion
159 ColorFract::operator string()
170 // Dimension class to string conversion
171 HwcTestDim::operator string()
194 // Hardware Composer rectangle to string conversion
195 string hwcTestRect2str(const struct hwc_rect& rect)
361 if (string(desc) == string(hwcTestGraphicFormat[n1].desc)) {
385 // a string tha
[all...]
/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/native/opengl/tools/glgen2/registry/
H A Dgenheaders.py24 import sys, time, pdb, string, cProfile namespace
32 # target - string name of target header, or all targets if None
113 # Turn a list of strings into a regexp string matching exactly those strings

Completed in 1395 milliseconds

12345