HomeSort by relevance Sort by last modified time
    Searched refs:inStr (Results 1 - 23 of 23) sorted by null

  /external/libogg/macos/compat/
strdup.c 6 char *strdup(const char *inStr)
10 if (inStr == NULL) {
14 outStr = _ogg_malloc(strlen(inStr) + 1);
17 strcpy(outStr, inStr);
  /external/libvorbis/macos/compat/
strdup.c 6 char *strdup(const char *inStr)
10 if (inStr == NULL) {
14 outStr = _ogg_malloc(strlen(inStr) + 1);
17 strcpy(outStr, inStr);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/
Streams.java 18 * @param inStr stream to be emptied.
21 public static void drain(InputStream inStr)
25 while (inStr.read(bs, 0, bs.length) >= 0)
33 * @param inStr stream to be read.
34 * @return a byte array representing the contents of inStr.
37 public static byte[] readAll(InputStream inStr)
41 pipeAll(inStr, buf);
46 * Read from inStr up to a maximum number of bytes, throwing an exception if more the maximum amount
49 * @param inStr stream to be read.
51 * @return a byte array representing the contents of inStr
    [all...]
  /external/icu/icu4c/source/io/
sscanf.c 104 UFILE inStr;
106 inStr.fConverter = NULL;
107 inStr.fFile = NULL;
108 inStr.fOwnFile = FALSE;
110 inStr.fTranslit = NULL;
112 inStr.fUCBuffer[0] = 0;
113 inStr.str.fBuffer = (UChar *)buffer;
114 inStr.str.fPos = (UChar *)buffer;
115 inStr.str.fLimit = buffer + u_strlen(buffer);
117 if(u_locbund_init(&inStr.str.fBundle, "en_US_POSIX") == 0)
    [all...]
  /external/libogg/macos/compat/sys/
types.h 21 #ifndef __SYS_TYPES_H__ #define __SYS_TYPES_H__ 1 #include <MacTypes.h> #include <alloca.h> #include <string.h> typedef short int16_t; typedef long int32_t; typedef long long int64_t; #define vorbis_size32_t long #if defined(__cplusplus) extern "C" { #endif #pragma options align=power char *strdup(const char *inStr); #pragma options align=reset #if defined(__cplusplus) } #endif #endif /* __SYS_TYPES_H__ */
  /external/libvorbis/macos/compat/sys/
types.h 21 #ifndef __SYS_TYPES_H__ #define __SYS_TYPES_H__ 1 #include <MacTypes.h> #include <alloca.h> #include <string.h> typedef short int16_t; typedef long int32_t; typedef long long int64_t; #define vorbis_size32_t long #if defined(__cplusplus) extern "C" { #endif #pragma options align=power char *strdup(const char *inStr); #pragma options align=reset #if defined(__cplusplus) } #endif #endif /* __SYS_TYPES_H__ */
  /external/icu/icu4c/source/test/iotest/
stream.cpp 61 UnicodeString inStr = UNICODE_STRING_SIMPLE(" UTF-8 ");
107 inTestStream >> inStr >> inStr2;
108 if (inStr.compare(thisMu) != 0) {
109 u_austrncpy(inStrC, inStr.getBuffer(), inStr.length());
110 inStrC[inStr.length()] = 0;
114 u_austrncpy(inStrC, inStr.getBuffer(), inStr.length());
115 inStrC[inStr.length()] = 0;
  /external/bzip2/
bzip2.c 1135 FILE *inStr;
    [all...]
  /external/svox/pico/lib/
picotrns.h 174 pico_status_t picotrns_stAddWithPlane(picotrns_SimpleTransducer this, picoos_char * inStr, picoos_uint8 plane);
picotrns.c 695 * Add chars from NULLC-terminated string \c inStr, shifted to plane \c plane, to internal input buffer of
699 * @param inStr NULLC-terminated byte sequence
703 pico_status_t picotrns_stAddWithPlane(picotrns_SimpleTransducer this, picoos_char * inStr, picoos_uint8 plane)
705 while ((*inStr) && (this->possymWritePos < PICOTRNS_MAX_NUM_POSSYM)) {
707 this->possymBuf[this->possymWritePos].sym = (plane << 8) + (*inStr);
713 inStr++;
715 if (!(*inStr)) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/util/
PrivateKeyFactory.java 63 * @param inStr the stream to read the PrivateKeyInfo encoding from
67 public static AsymmetricKeyParameter createKey(InputStream inStr) throws IOException
69 return createKey(PrivateKeyInfo.getInstance(new ASN1InputStream(inStr).readObject()));
PublicKeyFactory.java 70 * @param inStr the stream to read the SubjectPublicKeyInfo encoding from
74 public static AsymmetricKeyParameter createKey(InputStream inStr) throws IOException
76 return createKey(SubjectPublicKeyInfo.getInstance(new ASN1InputStream(inStr).readObject()));
  /external/deqp/executor/tools/
xeCommandLineExecutor.cpp 80 std::istringstream inStr (src);
83 while (std::getline(inStr, comp, ','))
  /prebuilts/tools/common/m2/repository/com/braintreepayments/encryption/2.1.0/
encryption-2.1.0.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/go/darwin-x86/src/reflect/
all_test.go     [all...]
  /prebuilts/go/linux-x86/src/reflect/
all_test.go     [all...]
  /external/guice/extensions/persist/lib/
jaxen-1.1-beta-7.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jaxen-1.1.6.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.6/
jaxen-1.1.6.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /prebuilts/tools/common/m2/repository/org/apache/logging/log4j/log4j-core/2.5/
log4j-core-2.5.jar 

Completed in 982 milliseconds