/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/ |
cons.s | 23 .global string, pstring 27 pstring .pstring "abcd" label 28 .pstring "abc","defg"
|
cons.d | 70 0+026 <pstring>:
|
consfar.d | 72 0+026 <pstring>:
|
/external/libnfc-nxp/Linux_x86/ |
phOsalNfc.c | 79 void phOsalNfc_DbgString(const char *pString) 82 if(pString != NULL) 84 printf(pString); 86 ALOGD("%s", pString); 158 * \param[in] pString pointer to string to be displayed. 163 void phOsalNfc_PrintData(const char *pString, uint32_t length, uint8_t *pBuffer, 169 if (pString == NULL) { 170 pString = ""; 181 if (!strcmp(pString, "SEND") && length >= 2) { 183 } else if (!strcmp(pString, "RECV") && length >= 2) [all...] |
/external/apache-http/src/org/apache/commons/codec/net/ |
QCodec.java | 181 * @param pString 184 * the charset for pString 190 public String encode(final String pString, final String charset) throws EncoderException { 191 if (pString == null) { 195 return encodeText(pString, charset); 204 * @param pString 211 public String encode(String pString) throws EncoderException { 212 if (pString == null) { 215 return encode(pString, getDefaultCharset()); 222 * @param pString [all...] |
URLCodec.java | 219 * @param pString string to convert to a URL safe form 220 * @param charset the charset for pString 225 public String encode(String pString, String charset) 228 if (pString == null) { 231 return new String(encode(pString.getBytes(charset)), StringEncodings.US_ASCII); 239 * @param pString string to convert to a URL safe form 245 public String encode(String pString) throws EncoderException { 246 if (pString == null) { 250 return encode(pString, getDefaultCharset()); 262 * @param pString URL safe string to convert into its original for [all...] |
QuotedPrintableCodec.java | 246 * @param pString 255 public String encode(String pString) throws EncoderException { 256 if (pString == null) { 260 return encode(pString, getDefaultCharset()); 270 * @param pString 280 public String decode(String pString, String charset) throws DecoderException, UnsupportedEncodingException { 281 if (pString == null) { 284 return new String(decode(pString.getBytes(StringEncodings.US_ASCII)), charset); 291 * @param pString 300 public String decode(String pString) throws DecoderException [all...] |
/frameworks/compile/mclinker/lib/Script/ |
StrToken.cpp | 26 StrToken::StrToken(Kind pKind, const std::string& pString) 27 : m_Kind(pKind), m_Name(pString) { 33 StrToken* StrToken::create(const std::string& pString) { 35 new (result) StrToken(String, pString);
|
/external/apache-http/src/org/apache/commons/codec/ |
StringDecoder.java | 35 * @param pString a String to encode 42 String decode(String pString) throws DecoderException;
|
StringEncoder.java | 35 * @param pString a String to encode 42 String encode(String pString) throws EncoderException;
|
/external/pdfium/core/src/fpdfdoc/ |
doc_bookmark.cpp | 54 CPDF_String* pString = ToString(m_pDict->GetElementValue("Title")); 55 if (!pString) 58 CFX_WideString title = pString->GetUnicodeText();
|
/frameworks/compile/mclinker/include/mcld/Script/ |
StrToken.h | 33 StrToken(Kind pKind, const std::string& pString); 47 static StrToken* create(const std::string& pString);
|
/frameworks/compile/mclinker/lib/LD/ |
MergedStringTable.cpp | 13 bool MergedStringTable::insertString(llvm::StringRef pString) { 14 return m_StringMap.insert(std::make_pair(pString, 0)).second;
|
/prebuilts/go/darwin-x86/src/syscall/ |
dir_plan9.go | 85 b = pstring(b, d.Name) 86 b = pstring(b, d.Uid) 87 b = pstring(b, d.Gid) 88 b = pstring(b, d.Muid) 173 // pstring copies the string s to b, prepending it with a 16-bit length in little-endian order, and 175 func pstring(b []byte, s string) []byte { func
|
/prebuilts/go/linux-x86/src/syscall/ |
dir_plan9.go | 85 b = pstring(b, d.Name) 86 b = pstring(b, d.Uid) 87 b = pstring(b, d.Gid) 88 b = pstring(b, d.Muid) 173 // pstring copies the string s to b, prepending it with a 16-bit length in little-endian order, and 175 func pstring(b []byte, s string) []byte { func
|
/external/libnfc-nxp/src/ |
phOsalNfc.h | 151 * \param[in] pString pointer to buffer content to be displayed. 155 void phOsalNfc_DbgString(const char *pString); 163 * \param[in] pString pointer to string to be displayed. 169 void phOsalNfc_PrintData(const char *pString, uint32_t length, uint8_t *pBuffer,
|
/external/icu/icu4c/source/common/ |
ucase.h | 238 * @param pString If the mapping result is a string, then the pointer is 239 * written to *pString. 253 const UChar **pString, 259 const UChar **pString, 265 const UChar **pString, 270 const UChar **pString, 285 const UChar **pString,
|
ucase.cpp | 803 const UChar **pString, 854 *pString=iDot; 857 *pString=jDot; 860 *pString=iOgonekDot; 863 *pString=iDotGrave; 866 *pString=iDotAcute; 869 *pString=iDotTilde; 907 *pString=iDot; 928 *pString=reinterpret_cast<const UChar *>(pe+1); 947 const UChar **pString, [all...] |
/external/pdfium/core/src/fpdfapi/fpdf_font/ |
font_int.h | 134 FX_DWORD GetNextChar(const FX_CHAR* pString, int nStrLen, int& offset) const; 135 int CountChar(const FX_CHAR* pString, int size) const;
|
/external/apache-http/src/org/apache/commons/codec/language/ |
RefinedSoundex.java | 130 * @param pString 134 public String encode(String pString) { 135 return soundex(pString);
|
/external/pdfium/core/include/fpdfapi/ |
fpdf_resource.h | 153 virtual FX_DWORD GetNextChar(const FX_CHAR* pString, 159 uint8_t ch = offset < nStrLen ? pString[offset++] : pString[nStrLen - 1]; 163 virtual int CountChar(const FX_CHAR* pString, int size) const { return size; } 200 int GetStringWidth(const FX_CHAR* pString, int size); 437 FX_DWORD GetNextChar(const FX_CHAR* pString, 440 int CountChar(const FX_CHAR* pString, int size) const override;
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/ |
FwdLockConv.c | 444 * @param[in,out] pString A reference to a dynamically growing string. 449 static FwdLockConv_Status_t FwdLockConv_StringAppend(FwdLockConv_String_t *pString, int ch) { 450 if (pString->length == pString->maxLength) { 451 size_t newMaxLength = pString->maxLength + pString->lengthIncrement; 452 char *newPtr = realloc(pString->ptr, newMaxLength + 1); 456 pString->ptr = newPtr; 457 pString->maxLength = newMaxLength; 459 pString->ptr[pString->length++] = ch [all...] |
/external/libnfc-nci/halimpl/pn54x/utils/ |
phNxpNciHal_utils.c | 477 void phNxpNciHal_print_packet(const char *pString, const uint8_t *p_data, 487 if( 0 == memcmp(pString,"SEND",0x04)) 491 else if( 0 == memcmp(pString,"RECV",0x04))
|
phNxpNciHal_utils.h | 92 void phNxpNciHal_print_packet(const char *pString, const uint8_t *p_data,
|
/frameworks/compile/mclinker/include/mcld/LD/ |
MergedStringTable.h | 33 bool insertString(llvm::StringRef pString);
|