Searched defs:strings (Results 1 - 23 of 23) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglShaderSource.cpp14 const char* strings[] = {nativeString}; local
15 glShaderSource(shader, 1, strings, 0);
/frameworks/base/core/java/android/nfc/
H A DTechListParcel.java27 public TechListParcel(String[]... strings) { argument
28 mTechLists = strings;
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
H A DPlaybackGraphs.java276 ArrayList<String> strings, Resources resources) {
301 for (int stringIndex = 0; stringIndex < strings.size(); stringIndex++) {
303 canvas.drawText(strings.get(stringIndex), 0, yPos, whiteLabels);
275 draw(Canvas canvas, ArrayList<ShapeDrawable> shapes, ArrayList<String> strings, Resources resources) argument
/frameworks/base/core/java/android/hardware/usb/
H A DUsbAccessory.java31 * The manufacturer, model and version strings are used by the USB Manager to choose
89 public UsbAccessory(String[] strings) { argument
90 mManufacturer = strings[MANUFACTURER_STRING];
91 mModel = strings[MODEL_STRING];
92 mDescription = strings[DESCRIPTION_STRING];
93 mVersion = strings[VERSION_STRING];
94 mUri = strings[URI_STRING];
95 mSerial = strings[SERIAL_STRING];
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DTracer.java213 private static String join(String separator, Object[] strings) { argument
214 if (strings.length == 0)
217 StringBuilder builder = new StringBuilder(objectToString(strings[0]));
218 for (int i = 1; i < strings.length; i++) {
220 builder.append(objectToString(strings[i]));
/frameworks/base/tools/aapt/
H A DStringPool.cpp47 printf("String pool of " ZD " unique %s %s strings, " ZD " entries and "
76 // We don't care about the relative order of these strings.
84 // Sort unstyled strings by type, then by logical configuration.
378 // our client placed their own strings in it.
400 // Now build the pool of unique strings.
442 uint8_t* strings = (uint8_t*)dat; local
444 ENCODE_LENGTH(strings, sizeof(uint8_t), strSize)
446 ENCODE_LENGTH(strings, sizeof(uint8_t), encSize)
448 strncpy((char*)strings, encStr, encSize+1);
450 uint16_t* strings local
[all...]
H A DResourceTable.cpp1281 // Untranslatable strings must only exist in the default [empty] locale
1291 // Don't add untranslatable strings to the localization table; that
1371 // Check whether these strings need valid formats.
2525 // For all strings...
2531 // Look for strings with no default localization
2604 // Iterate through all data, collecting all values (strings,
2628 // This is a hack to tweak the sorting order of the final strings,
2684 // Now we want to sort the value strings for better locality. This will
2685 // cause the positions of the strings to change, so we need to go back
2727 fprintf(stderr, "**** type strings
3250 prepareFlatten(StringPool* strings, ResourceTable* table, const String8* configTypeName, const ConfigDescription* config) argument
3283 remapStringValue(StringPool* strings) argument
3674 setStrings(const sp<AaptFile>& data, ResStringPool* strings, DefaultKeyedVector<String16, uint32_t>* mappings) argument
[all...]
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfigStore.java1008 makeString(config.allowedKeyManagement, WifiConfiguration.KeyMgmt.strings);
1020 makeString(config.allowedProtocols, WifiConfiguration.Protocol.strings);
1032 makeString(config.allowedAuthAlgorithms, WifiConfiguration.AuthAlgorithm.strings);
1045 WifiConfiguration.PairwiseCipher.strings);
1057 makeString(config.allowedGroupCiphers, WifiConfiguration.GroupCipher.strings);
1389 lookupString(val, WifiConfiguration.Protocol.strings);
1402 lookupString(val, WifiConfiguration.KeyMgmt.strings);
1415 lookupString(val, WifiConfiguration.AuthAlgorithm.strings);
1428 lookupString(val, WifiConfiguration.PairwiseCipher.strings);
1441 lookupString(val, WifiConfiguration.GroupCipher.strings);
1526 makeString(BitSet set, String[] strings) argument
1546 lookupString(String string, String[] strings) argument
[all...]
H A DWifiConfiguration.java155 public static final String[] strings = { "NONE", "WPA_PSK", "WPA_EAP", "IEEE8021X", field in class:WifiConfiguration.KeyMgmt
172 public static final String[] strings = { "WPA", "RSN" }; field in class:WifiConfiguration.Protocol
190 public static final String[] strings = { "OPEN", "SHARED", "LEAP" }; field in class:WifiConfiguration.AuthAlgorithm
208 public static final String[] strings = { "NONE", "TKIP", "CCMP" }; field in class:WifiConfiguration.PairwiseCipher
234 public static final String[] strings = { "WEP40", "WEP104", "TKIP", "CCMP" }; field in class:WifiConfiguration.GroupCipher
248 public static final String[] strings = { "current", "disabled", "enabled" }; field in class:WifiConfiguration.Status
440 if (k < KeyMgmt.strings.length) {
441 sbuf.append(KeyMgmt.strings[k]);
451 if (p < Protocol.strings.length) {
452 sbuf.append(Protocol.strings[
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneProxy.java695 public void invokeOemRilRequestStrings(String[] strings, Message response) { argument
696 mActivePhone.invokeOemRilRequestStrings(strings, response);
H A DPhone.java1153 * @param strings The strings to make available as the request data.
1164 void invokeOemRilRequestStrings(String[] strings, Message response); argument
H A DPhoneBase.java814 public void invokeOemRilRequestStrings(String[] strings, Message response) { argument
815 mCM.invokeOemRilRequestStrings(strings, response);
H A DRIL.java1665 // count strings
1696 // count strings
1757 public void invokeOemRilRequestStrings(String[] strings, Message response) { argument
1763 rr.mp.writeStringArray(strings);
2430 String[] strings = (String[]) ret;
2431 length = strings.length;
2435 sb.append(strings[i++]);
2437 sb.append(", ").append(strings[i++]);
3246 String strings[] = (String [])responseStrings(p);
3249 if (strings
[all...]
H A DCommandsInterface.java1312 void invokeOemRilRequestStrings(String[] strings, Message response); argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java295 public void invokeOemRilRequestStrings(String[] strings, Message response) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1218 public void invokeOemRilRequestStrings(String[] strings, Message response) { argument
1221 AsyncResult.forMessage(response).result = strings;
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java512 public void invokeOemRilRequestStrings(String[] strings, Message response) { argument
/frameworks/support/renderscript/v8/jni/
H A Dandroid_renderscript_RenderScript.cpp58 AutoJavaStringArrayToUTF8(JNIEnv* env, jobjectArray strings, jsize stringsLength) argument
59 : mEnv(env), mStrings(strings), mStringsLength(stringsLength) {
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp4458 const char* strings[] = {nativeString}; local
4459 glShaderSource(shader, 1, strings, 0);
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp75 AutoJavaStringArrayToUTF8(JNIEnv* env, jobjectArray strings, jsize stringsLength) argument
76 : mEnv(env), mStrings(strings), mStringsLength(stringsLength) {
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp404 // check invariant: styles follow the strings
406 ALOGW("Bad style block: style block starts at %d, before strings at %d\n",
427 const char16_t* strings = (const char16_t*)mStrings; local
428 char16_t* s = const_cast<char16_t*>(strings);
430 s[i] = dtohs(strings[i]);
576 const char16_t* strings = (char16_t*)mStrings; local
577 const char16_t* str = strings+off;
580 if ((uint32_t)(str+*u16len-strings) < mStringPoolSize) {
584 (int)idx, (int)(str+*u16len-strings), (int)mStringPoolSize);
587 const uint8_t* strings local
641 const uint8_t* strings = (uint8_t*)mStrings; local
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java331 * The keys are strings of the application package name (as
9558 ArrayList<String> strings; field in class:ActivityManagerService.ItemMatcher
9586 if (strings == null) {
9587 strings = new ArrayList<String>();
9589 strings.add(name);
9624 if (strings != null) {
9626 for (int i=0; i<strings.size(); i++) {
9627 if (flat.contains(strings.get(i))) {
10616 * @param args array of argument strings
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp8279 GLuint GLTrace_glCreateShaderProgramvEXT(GLenum type, GLsizei count, const GLchar **strings) { argument
8297 // copy argument strings
8301 arg_strings->add_intvalue((int)strings);
8306 GLuint retValue = glContext->hooks->gl.glCreateShaderProgramvEXT(type, count, strings);
8317 (void *) strings,

Completed in 955 milliseconds