HomeSort by relevance Sort by last modified time
    Searched refs:trailer (Results 26 - 50 of 63) sorted by null

12 3

  /external/srtp/srtp/
srtp.c 1450 uint32_t *trailer; \/* pointer to start of trailer *\/ local
1633 uint32_t *trailer; \/* pointer to start of trailer *\/ local
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 311 : atom (trailer)* (options {greedy=true;}:DOUBLESTAR factor)?
332 trailer: LPAREN (arglist)? RPAREN
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 44 return [obj, Node(syms.trailer, [Dot(), attr])]
56 node = Node(syms.trailer, [lparen.clone(), rparen.clone()])
81 return Node(syms.trailer, [Leaf(token.LBRACE, u"["),
195 'any' | 'all' | 'enumerate' | (any* trailer< '.' 'join' >) )
196 trailer< '(' node=any ')' >
203 trailer< '(' arglist<node=any any*> ')' >
382 _block_syms = set([syms.funcdef, syms.classdef, syms.trailer])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 44 return [obj, Node(syms.trailer, [Dot(), attr])]
56 node = Node(syms.trailer, [lparen.clone(), rparen.clone()])
81 return Node(syms.trailer, [Leaf(token.LBRACE, u"["),
195 'any' | 'all' | 'enumerate' | (any* trailer< '.' 'join' >) )
196 trailer< '(' node=any ')' >
203 trailer< '(' arglist<node=any any*> ')' >
382 _block_syms = set([syms.funcdef, syms.classdef, syms.trailer])
  /build/tools/droiddoc/templates-sdk/
sample.cs 77 <?cs include:"trailer.cs" ?>
sampleindex.cs 87 <?cs include:"trailer.cs" ?>
sdkpage.cs 561 <?cs include:"trailer.cs" ?>
  /build/tools/droiddoc/templates-pdk/
docpage.cs 102 <?cs include:"trailer.cs" ?>
sdkpage.cs 250 <?cs include:"trailer.cs" ?>
  /external/e2fsprogs/lib/blkid/
read.c 170 DBG(DEBUG_READ, printf("found device trailer %9s\n", *cp));
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFFont.cpp 81 * after the line containing "eexec," and the trailer starts with 512
224 const uint8_t* trailer = hexData + hexDataLen; local
228 for (; hexData < trailer; hexData++) {
    [all...]
  /external/skia/src/pdf/
SkPDFFont.cpp 81 * after the line containing "eexec," and the trailer starts with 512
224 const uint8_t* trailer = hexData + hexDataLen; local
228 for (; hexData < trailer; hexData++) {
    [all...]
  /external/chromium_org/net/http/
http_network_layer_unittest.cc 142 std::string trailer = local
149 "%s", method.c_str(), trailer.c_str());
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c 4701 mach_msg_trailer_t trailer; member in struct:__anon27889
4742 mach_msg_trailer_t trailer; member in struct:__anon27891
5103 mach_msg_trailer_t trailer; member in struct:__anon27903
5123 mach_msg_trailer_t trailer; member in struct:__anon27904
5144 mach_msg_trailer_t trailer; member in struct:__anon27905
5215 mach_msg_trailer_t trailer; member in struct:__anon27909
5299 mach_msg_trailer_t trailer; member in struct:__anon27911
5359 mach_msg_trailer_t trailer; member in struct:__anon27913
5416 mach_msg_trailer_t trailer; member in struct:__anon27915
5472 mach_msg_trailer_t trailer; member in struct:__anon27917
5669 mach_msg_trailer_t trailer; member in struct:__anon27925
5731 mach_msg_trailer_t trailer; member in struct:__anon27927
5808 mach_msg_trailer_t trailer; member in struct:__anon27929
5994 mach_msg_trailer_t trailer; member in struct:__anon27937
6053 mach_msg_trailer_t trailer; member in struct:__anon27939
6109 mach_msg_trailer_t trailer; member in struct:__anon27941
6162 mach_msg_trailer_t trailer; member in struct:__anon27943
6210 mach_msg_trailer_t trailer; member in struct:__anon27945
6273 mach_msg_trailer_t trailer; member in struct:__anon27947
6584 mach_msg_trailer_t trailer; member in struct:__anon27952
6693 mach_msg_trailer_t trailer; member in struct:__anon27954
6736 mach_msg_trailer_t trailer; member in struct:__anon27956
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prio.h 414 PRSendfileFN sendfile; /* Send a (partial) file with header/trailer*/
1658 const void *trailer; \/* trailer buffer *\/ member in struct:PRSendFileData
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
tcmalloc.cc 1327 Span* trailer = Static::pageheap()->Split(span, needed); local
    [all...]
  /build/tools/droiddoc/templates-ds/
sdkpage.cs 486 <?cs include:"trailer.cs" ?>
class.cs 651 <?cs include:"trailer.cs" ?>
  /build/tools/droiddoc/templates-sac/
sdkpage.cs 485 <?cs include:"trailer.cs" ?>
  /external/chromium_org/third_party/tcmalloc/chromium/src/
tcmalloc.cc 1369 Span* trailer = Static::pageheap()->Split(span, needed); local
    [all...]
  /external/eigen/unsupported/test/mpreal/
dlmalloc.c 4396 void* trailer = 0; local
    [all...]
  /external/libffi/src/
dlmalloc.c 3865 void* trailer = 0; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c 3875 void* trailer = 0; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
transformer.py 348 def trailer(self, nodelist): member in class:Transformer
726 # power: atom trailer* ('**' factor)*
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
transformer.py 348 def trailer(self, nodelist): member in class:Transformer
726 # power: atom trailer* ('**' factor)*
    [all...]

Completed in 746 milliseconds

12 3