| /external/icu4c/test/intltest/ |
| ssearch.cpp | 43 #include <string.h> 685 OrderList(UCollator *coll, const UnicodeString &string, int32_t stringOffset = 0); 710 OrderList::OrderList(UCollator *coll, const UnicodeString &string, int32_t stringOffset) 714 UCollationElements *elems = ucol_openElements(coll, string.getBuffer(), string.length(), &status); 1044 static UnicodeString &escape(const UnicodeString &string, UnicodeString &buffer) 1046 for(int32_t i = 0; i < string.length(); i += 1) { 1047 UChar32 ch = string.char32At(i); 1823 const UnicodeString *string = NULL; local [all...] |
| /external/kernel-headers/original/linux/ |
| usb.h | 77 char *string; /* iInterface string, if present */ member in struct:usb_host_interface 198 * @string: pointer to the cached version of the iConfiguration string, if 236 char *string; /* iConfiguration string, if present */ member in struct:usb_host_config 358 char *product; /* iProduct string, if present */ 359 char *manufacturer; /* iManufacturer string, if present */ 360 char *serial; /* iSerialNumber string, if present */ 435 * @buf: where to put the string [all...] |
| /external/libmtp/src/ |
| ptp-pack.c | 106 uint16_t string[PTP_MAXSTRLEN+1]; local 117 /* copy to string[] to ensure correct alignment for iconv(3) */ 118 memcpy(string, &data[offset+1], length * sizeof(string[0])); 119 string[length] = 0x0000U; /* be paranoid! add a terminator. */ 123 src = (char *)string; 124 srclen = length * sizeof(string[0]); 160 ptp_pack_string(PTPParams *params, char *string, unsigned char* data, uint16_t offset, uint8_t *len) 165 size_t convlen = strlen(string); 173 char *stringp = string; [all...] |
| /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
| gtest-port.h | 47 // GTEST_HAS_GLOBAL_STRING - Define it to 1/0 to indicate that ::string 49 // ::string, which is different to std::string). 50 // GTEST_HAS_GLOBAL_WSTRING - Define it to 1/0 to indicate that ::string 163 // string. 166 // string. 184 // StringFromGTestEnv() - parses a string environment variable. 190 #include <string.h> 198 #include <string> // NOLINT 333 // The user told us that ::std::string isn't available 754 typedef ::string string; typedef in namespace:testing::internal 756 typedef ::std::string string; typedef in namespace:testing::internal [all...] |
| /external/llvm/utils/unittest/googletest/include/gtest/internal/ |
| gtest-port.h | 47 // GTEST_HAS_GLOBAL_STRING - Define it to 1/0 to indicate that ::string 49 // ::string, which is different to std::string). 50 // GTEST_HAS_GLOBAL_WSTRING - Define it to 1/0 to indicate that ::string 164 // string. 167 // string. 185 // StringFromGTestEnv() - parses a string environment variable. 191 #include <string.h> 199 #include <string> // NOLINT 336 // The user told us that ::std::string isn't available 759 typedef ::string string; typedef in namespace:testing::internal 761 typedef ::std::string string; typedef in namespace:testing::internal [all...] |
| /external/openssl/ssl/ |
| kssl.c | 71 #include <string.h> 803 *kstring(char *string) 807 return ((string == NULL)? null: string); 936 /* Set kssl_err error info when reason text is a simple string 1655 char **string; local [all...] |
| ssltest.c | 151 #include <string.h> 229 char *string; member in struct:app_verify_arg 308 static const char rnd_seed[] = "string to make the random number generator think it has entropy"; [all...] |
| /external/quake/quake/src/QW/client/ |
| common.c | 759 static char string[2048]; local 768 string[l] = c; 770 } while (l < (int) sizeof(string)-1); 772 string[l] = 0; 774 return string; 779 static char string[2048]; local 788 string[l] = c; 790 } while (l < (int) sizeof(string)-1); 792 string[l] = 0; 794 return string; 1246 static char string[1024]; local [all...] |
| /external/quake/quake/src/WinQuake/ |
| common.cpp | 699 static char string[2048]; local 708 string[l] = c; 710 } while (l < (int) (sizeof(string)-1)); 712 string[l] = 0; 714 return string; 926 Parse a token out of a string 1205 static char string[1024]; local 1208 vsprintf (string, format,argptr); 1211 return string; [all...] |
| menu.cpp | 700 Q_strcpy(setup_myname, cl_name.string); 701 Q_strcpy(setup_hostname, hostname.string); 797 if (Q_strcmp(cl_name.string, setup_myname) != 0) 799 if (Q_strcmp(hostname.string, setup_hostname) != 0) 2936 char string [64]; local [all...] |
| /external/smack/src/org/xbill/DNS/ |
| WKSRecord.java | 206 public static String 207 string(int type) { method in class:WKSRecord.Protocol 218 value(String s) { 561 public static String 562 string(int type) { method in class:WKSRecord.Service 573 value(String s) { 633 String s = st.getString(); 664 * Converts rdata to a String 666 String
|
| /external/v8/test/cctest/ |
| test-heap-profiler.cc | 71 v8::String::AsciiValue prop_name(prop->GetName()); 84 v8::String::AsciiValue node_name(node->GetName()); 174 CHECK_EQ(v8::String::New("native_bind"), f->GetName()); 247 v8::String::AsciiValue anonymous_name(anonymous->GetName()); 563 class AsciiResource: public v8::String::ExternalAsciiStringResource { 565 explicit AsciiResource(i::Vector<char> string): data_(string.start()) { 566 length_ = string.length(); 582 "\"String \\n\\r\\u0008\\u0081\\u0101\\u0801\\u8001\"" 597 // Verify that snapshot string is valid JSON 668 v8::Local<v8::String> string = strings_array->Get(string_index)->ToString(); local [all...] |
| /external/valgrind/main/coregrind/m_demangle/ |
| cplus-dem.c | 54 #include <string.h> 93 one set at compile time, we maintain a string containing all the 95 is in that string. CPLUS_MARKER is usually '$' on systems where the 123 typedef struct string /* Beware: these aren't required to be */ struct 125 char *b; /* pointer to start of string */ 128 } string; typedef in typeref:struct:string 155 string* previous_argument; /* The last function argument demangled. */ 349 static char *mop_up (struct work_stuff *, string *, int); 357 demangle_method_args (struct work_stuff *, const char **, string *); 365 const char **, string *); [all...] |
| demangle.h | 95 /* Define string names for the various demangling styles. */ 156 return a string allocated by malloc on success, NULL on error. */ 205 tree representation into a demangled string. Here we define an 208 demangled string. This can be used to canonicalize user input into 219 /* A name, with a length and a pointer to a string. */ 330 NULL, or a string (represented as DEMANGLE_COMPONENT_NAME), or an 381 to the mangled string, but since negative numbers are mangled 383 number which involves neither modifying the mangled string nor 502 /* Standard substitution string. */ 503 const char* string; member in struct:demangle_component::__anon16761::__anon16769 [all...] |
| /external/webkit/Source/JavaScriptCore/API/tests/ |
| testapi.c | 301 JSStringRef string = JSStringCreateWithUTF8CString("MyObjectAsString"); local 302 JSValueRef result = JSValueMakeString(context, string); 303 JSStringRelease(string); 310 // string conversion -- forward to default object class 651 JSStringRef string = JSValueToStringCopy(ctx, arguments[0], NULL); local 652 size_t sizeUTF8 = JSStringGetMaximumUTF8CStringSize(string); 654 JSStringGetUTF8CString(string, stringUTF8, sizeUTF8); 657 JSStringRelease(string); 1168 JSStringRef string; local [all...] |
| /external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
| glslang_lex.cpp | 30 #include <string.h> 2903 int string = 0; local 2919 int string = 0; local 2935 int string = 0, line = 0; local 2943 int string = 0, line = 0; local [all...] |
| /external/webkit/Source/WebCore/bridge/qt/ |
| qt_runtime.cpp | 99 String, 113 const char *map[] = { "Variant", "Number", "Boolean", "String", "Date", 158 return String; 180 return String; // I don't know. 219 case String: 332 if (type == String) 347 if (type == String) 485 if (type == String) 525 } else if (type == String) { 595 } else if (type == String) { 971 QString string = variant.toString(); local [all...] |
| /external/webkit/Source/WebCore/editing/ |
| TextIterator.cpp | 68 SearchBuffer(const String& target, FindOptions); 88 String m_target; 107 String m_target; 495 String str = renderer->text(); 507 String firstLetter = m_firstLetterText->text(); 565 String str = renderer->text(); 1410 String CharacterIterator::string(int numChars) function in class:WebCore::CharacterIterator [all...] |
| /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/ |
| PluginObject.cpp | 36 #include <string.h> 627 NPUTF8* string = browser->utf8fromidentifier(identifiers[i]); local 629 if (!string) 633 STRINGZ_TO_NPVARIANT(string, args[0]); 637 browser->memfree(string); 753 static char* toCString(const NPString& string) 755 char* result = static_cast<char*>(malloc(string.UTF8Length + 1)); 756 memcpy(result, string.UTF8Characters, string.UTF8Length); 757 result[string.UTF8Length] = '\0' [all...] |
| /external/webkit/Tools/Scripts/webkitpy/thirdparty/ |
| BeautifulSoup.py | 108 """Returns either the given Unicode string or its encoding.""" 386 """Encodes an object to a string in some encoding, or to Unicode. 409 the string in DEFAULT_OUTPUT_ENCODING. That encoding needs to be 421 """text.string gives you text. This is for backwards 422 compatibility for Navigable*String, but for CData* it lets you 423 get the string without the CData wrapper.""" 424 if attr == 'string': 616 """Renders this tag as a string.""" 640 """Returns a string or Unicode representation of this tag and 742 """Renders the contents of this tag as a string in the give 1955 import string namespace [all...] |
| /hardware/qcom/audio/legacy/libalsa-intf/ |
| msm8960_use_cases.h | 87 /* Maximum string length of use case and device combination */ 89 /* Maximum string length of use case or device */ 107 char *string; member in struct:mixer_control
|
| /libcore/luni/src/test/java/libcore/java/security/cert/ |
| X509CertificateTest.java | 68 private static final String CERT_RSA = "x509/cert-rsa.der"; 70 private static final String CERT_DSA = "x509/cert-dsa.der"; 72 private static final String CERT_EC = "x509/cert-ec.der"; 74 private static final String CERT_KEYUSAGE_EXTRALONG = "x509/cert-keyUsage-extraLong.der"; 76 private static final String CERT_EXTENDEDKEYUSAGE = "x509/cert-extendedKeyUsage.der"; 78 private final static String CERT_RSA_TBS = "x509/cert-rsa-tbs.der"; 80 private final static String CERT_RSA_SIGNATURE = "x509/cert-rsa-sig.der"; 82 private static final String CERT_USERWITHPATHLEN = "x509/cert-userWithPathLen.der"; 84 private static final String CERT_CA = "x509/cert-ca.der"; 86 private static final String CERT_CAWITHPATHLEN = "x509/cert-caWithPathLen.der" 871 String string = new String(bytes, 0); local 1014 String string = new String(bytes, 0); local [all...] |
| /ndk/sources/host-tools/make-3.81/ |
| main.c | 105 string, /* One string per switch. */ 128 in command switches of a type that takes string arguments. */ 368 { 'C', string, (char *) &directories, 0, 0, 0, 0, 0, "directory" }, 370 { CHAR_MAX+1, string, (char *) &db_flags, 1, 1, 0, "basic", 0, "debug" }, 376 { 'f', string, (char *) &makefiles, 0, 0, 0, 0, 0, "file" }, 380 { 'I', string, (char *) &include_directories, 1, 1, 0, 0, 0, 384 { CHAR_MAX+2, string, (char *) &jobserver_fds, 1, 1, 0, 0, 0, 401 { 'o', string, (char *) &old_files, 0, 0, 0, 0, 0, "old-file" }, 418 { 'W', string, (char *) &new_files, 0, 0, 0, 0, 0, "what-if" } 104 string, \/* One string per switch. *\/ enumerator in enum:command_switch::__anon22157 [all...] |
| /packages/apps/Contacts/src/com/android/contacts/group/ |
| GroupEditorFragment.java | 80 private static final String TAG = "GroupEditorFragment"; 82 private static final String LEGACY_CONTACTS_AUTHORITY = "contacts"; 84 private static final String KEY_ACTION = "action"; 85 private static final String KEY_GROUP_URI = "groupUri"; 86 private static final String KEY_GROUP_ID = "groupId"; 87 private static final String KEY_STATUS = "status"; 88 private static final String KEY_ACCOUNT_NAME = "accountName"; 89 private static final String KEY_ACCOUNT_TYPE = "accountType"; 90 private static final String KEY_DATA_SET = "dataSet"; 91 private static final String KEY_GROUP_NAME_IS_READ_ONLY = "groupNameIsReadOnly" [all...] |
| /packages/apps/Gallery2/src/com/android/gallery3d/app/ |
| AlbumSetPage.java | 69 private static final String TAG = "AlbumSetPage"; 73 public static final String KEY_MEDIA_PATH = "media-path"; 74 public static final String KEY_SET_TITLE = "set-title"; 75 public static final String KEY_SET_SUBTITLE = "set-subtitle"; 76 public static final String KEY_SELECTED_CLUSTER_TYPE = "selected-cluster"; 90 private String mTitle; 91 private String mSubtitle; 225 toast = Toast.makeText(mActivity, R.string.empty_album, toastLength); 248 String mediaPath = targetSet.getPath().toString(); 311 String basePath = mMediaSet.getPath().toString() 641 int string = action == FilterUtils.CLUSTER_BY_ALBUM local [all...] |