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

1 2 3

  /ndk/sources/host-tools/make-3.81/
alloca.c 317 include the fifteen word trailer area. */
330 this trailer). */
333 long link; /* Address of trailer block of previous
358 struct stk_trailer *trailer; local
371 trailer = (struct stk_trailer *) (status.current_address
376 a fatal error if "trailer" is null. */
378 if (trailer == 0)
383 while (trailer != 0)
385 block = (long *) trailer->this_address;
386 size = trailer->this_size
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
alloca.c 305 include the fifteen word trailer area. */
318 this trailer). */
321 long link; /* Address of trailer block of previous
346 struct stk_trailer *trailer; local
359 trailer = (struct stk_trailer *) (status.current_address
364 a fatal error if "trailer" is null. */
366 if (trailer == 0)
371 while (trailer != 0)
373 block = (long *) trailer->this_address;
374 size = trailer->this_size
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_execfile.py 19 power< 'execfile' trailer< '(' arglist< filename=any [',' globals=any [',' locals=any ] ] > ')' > >
21 power< 'execfile' trailer< '(' filename=any ')' > >
36 read = [Node(syms.trailer, [Dot(), Name(u'read')]),
37 Node(syms.trailer, [LParen(), RParen()])]
fix_intern.py 20 trailer< lpar='('
40 [pytree.Node(syms.trailer,
fix_tuple_params.py 161 trailer = [Subscript(Number(unicode(i)))]
163 map_to_index(obj, trailer, d=d)
165 d[obj] = prefix + trailer
fix_dict.py 47 trailer< '.' method=('keys'|'items'|'values'|
50 parens=trailer< '(' ')' >
69 args = head + [pytree.Node(syms.trailer,
83 P1 = "power< func=NAME trailer< '(' node=any ')' > any* >"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_execfile.py 19 power< 'execfile' trailer< '(' arglist< filename=any [',' globals=any [',' locals=any ] ] > ')' > >
21 power< 'execfile' trailer< '(' filename=any ')' > >
36 read = [Node(syms.trailer, [Dot(), Name(u'read')]),
37 Node(syms.trailer, [LParen(), RParen()])]
fix_intern.py 20 trailer< lpar='('
40 [pytree.Node(syms.trailer,
fix_tuple_params.py 161 trailer = [Subscript(Number(unicode(i)))]
163 map_to_index(obj, trailer, d=d)
165 d[obj] = prefix + trailer
fix_dict.py 47 trailer< '.' method=('keys'|'items'|'values'|
50 parens=trailer< '(' ')' >
69 args = head + [pytree.Node(syms.trailer,
83 P1 = "power< func=NAME trailer< '(' node=any ')' > any* >"
  /external/chromium_org/third_party/libjingle/source/talk/base/
sslidentity.cc 71 size_t trailer = pem_string.find("-----END " + pem_type + "-----");
72 if (trailer == std::string::npos)
75 std::string inner = pem_string.substr(body + 1, trailer - (body + 1));
  /external/chromium_org/third_party/leveldatabase/src/table/
table_builder.cc 183 char trailer[kBlockTrailerSize]; local
184 trailer[0] = type;
186 crc = crc32c::Extend(crc, trailer, 1); // Extend crc to cover block type
187 EncodeFixed32(trailer+1, crc32c::Mask(crc));
188 r->status = r->file->Append(Slice(trailer, kBlockTrailerSize));
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
graminit.h 69 #define trailer 322 macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symbol.py 79 trailer = 322 variable
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
graminit.h 69 #define trailer 322 macro
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symbol.py 79 trailer = 322 variable
  /build/tools/droiddoc/templates-ds/
sampleindex.cs 50 <?cs include:"trailer.cs" ?>
  /build/tools/droiddoc/templates-pdk/
sampleindex.cs 50 <?cs include:"trailer.cs" ?>
  /build/tools/droiddoc/templates-sac/
sampleindex.cs 50 <?cs include:"trailer.cs" ?>
  /external/doclava/res/assets/templates/
docpage.cs 35 <?cs include:"trailer.cs" ?>
sample.cs 30 <?cs include:"trailer.cs" ?>
hierarchy.cs 64 <?cs include:"trailer.cs" ?>
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
glX_proto_send.py 835 trailer = " }"
837 trailer = None
866 if trailer: print trailer
887 trailer = " }"
889 trailer = None
921 if trailer: print trailer
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_frag.c 94 unsigned int trailer; local
111 (sizeof(*hdr) + sizeof(*fraghdr) + sizeof(trailer));
  /external/mesa3d/src/mapi/glapi/gen/
glX_proto_send.py 835 trailer = " }"
837 trailer = None
866 if trailer: print trailer
887 trailer = " }"
889 trailer = None
921 if trailer: print trailer
    [all...]

Completed in 262 milliseconds

1 2 3