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

  /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/ltp/testcases/kernel/syscalls/fork/
fork04.c 166 static int cmp_env_strings(char *pstring, char *cstring)
171 * Break pstring into env and value
173 penv = pstring;
174 pvalue = strchr(pstring, ':');
178 pstring);
  /external/libevent/include/event2/
tag.h 115 char **pstring);
  /external/pcre/dist2/src/
pcre2posix.c 149 static const char *const pstring[] = { variable
183 message = (errcode <= 0 || errcode >= (int)(sizeof(pstring)/sizeof(char *)))?
184 "unknown error code" : pstring[errcode];
  /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/libevent/
event_tagging.c 550 char **pstring)
559 *pstring = mm_malloc(tag_len + 1);
560 if (*pstring == NULL) {
564 evbuffer_remove(evbuf, *pstring, tag_len);
565 (*pstring)[tag_len] = '\0';
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
TemplateList.java 350 String pstring = template.getMatch().getPatternString(); local
352 new TemplateSubPatternAssociation(template, pattern, pstring);
  /external/chromium-libpac/test/
proxy_resolver_v8_unittest.cc 135 std::string pstring(pch);
136 addString(&ret, pstring);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
aifc.py 36 <marker name> ("pstring")
45 <human-readable version of compression type> ("pstring")
51 A pstring consists of 1 byte length, a string of characters, and 0 or 1
202 raise ValueError("string exceeds maximum pstring length")
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
aifc.py 36 <marker name> ("pstring")
45 <human-readable version of compression type> ("pstring")
51 A pstring consists of 1 byte length, a string of characters, and 0 or 1
214 raise ValueError("string exceeds maximum pstring length")
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
aifc.py 36 <marker name> ("pstring")
45 <human-readable version of compression type> ("pstring")
51 A pstring consists of 1 byte length, a string of characters, and 0 or 1
214 raise ValueError("string exceeds maximum pstring length")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
aifc.py 36 <marker name> ("pstring")
45 <human-readable version of compression type> ("pstring")
51 A pstring consists of 1 byte length, a string of characters, and 0 or 1
214 raise ValueError("string exceeds maximum pstring length")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
aifc.py 36 <marker name> ("pstring")
45 <human-readable version of compression type> ("pstring")
51 A pstring consists of 1 byte length, a string of characters, and 0 or 1
214 raise ValueError("string exceeds maximum pstring length")
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 2330 milliseconds