HomeSort by relevance Sort by last modified time
    Searched full:footers (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/libmicrohttpd/src/microhttpd/
internal.c 58 return "footers received";
74 return "footers sending";
76 return "footers sent";
internal.h 429 * 16: We have sent the response body. Prepare the footers.
793 * processing the footers; once the footers are also done, this will
    [all...]
  /external/pcre/dist2/
CleanTxt 4 # the page footers and the screen commands etc so that it is more usefully
5 # readable online. In fact, in the latest nroff, intermediate footers don't
  /cts/tests/tests/widget/res/layout/
listview_layout.xml 24 footers for the relevant tests. -->
  /cts/tests/tests/widget/src/android/widget/cts/
ExpandableListWithHeaders.java 61 * @return The number of headers (and the same number of footers)
PositionTesterContextMenuListener.java 30 // Fake constant to store in testType a test type specific to headers and footers
  /external/v8/tools/release/
git_recipes.py 55 footers = {}
71 footers.clear()
72 return footers
73 footers[m.group(1)] = m.group(2).strip()
74 return footers
  /external/skia/
PRESUBMIT.py 468 def _FooterExists(footers, key, value):
469 for k, v in footers:
511 original_description_lines, footers = cl.GetDescriptionFooters()
516 if all_docs_changes and not _FooterExists(footers, 'No-Try', 'true'):
528 not _FooterExists(footers, 'Docs-Preview', docs_preview_link)):
540 if not _FooterExists(footers, 'No-Tree-Checks', 'true'):
547 if not _FooterExists(footers, 'No-Try', 'true'):
554 if not _FooterExists(footers, 'No-Presubmit', 'true'):
580 cl.UpdateDescriptionFooters(new_description_lines, footers)
  /external/skqp/
PRESUBMIT.py 444 def _FooterExists(footers, key, value):
445 for k, v in footers:
487 original_description_lines, footers = cl.GetDescriptionFooters()
492 if all_docs_changes and not _FooterExists(footers, 'No-Try', 'true'):
504 not _FooterExists(footers, 'Docs-Preview', docs_preview_link)):
516 if not _FooterExists(footers, 'No-Tree-Checks', 'true'):
523 if not _FooterExists(footers, 'No-Try', 'true'):
530 if not _FooterExists(footers, 'No-Presubmit', 'true'):
556 cl.UpdateDescriptionFooters(new_description_lines, footers)
  /packages/apps/Car/Media/src/com/android/car/media/browse/
BrowseViewData.java 60 * Creates a {@link BrowseViewData} for a given text (normally used for headers or footers)
  /system/tpm/trunks/generator/
extract_structures.sh 27 # Remove headers and footers.
123 # Remove headers and footers.
198 # Remove headers and footers.
265 # Remove headers and footers.
336 # Remove headers and footers.
extract_commands.sh 26 # Remove headers and footers.
  /external/apache-http/src/org/apache/http/impl/io/
ChunkedInputStream.java 98 private Header[] footers = new Header[] {}; field in class:ChunkedInputStream
247 this.footers = AbstractMessageParser.parseHeaders
277 return (Header[])this.footers.clone();
  /external/bzip2/
bz-fo.xsl 146 <!-- workaround bug in footers: force right-align w/two 80|30 cols -->
187 <!-- no, book titlepages have no footers at all -->
189 <xsl:when test="$sequence = 'blank' and $footers.on.blank.pages = 0">
  /external/dlmalloc/
malloc.c 52 if FOOTERS is defined.
79 If FOOTERS is defined nonzero, then each allocated chunk
88 FOOTERS may also be worth using with MSPACES.)
211 Unless FOOTERS is defined, each mspace is completely independent.
214 caught). If FOOTERS is defined, then each chunk carries around a tag
287 FOOTERS default: 0
289 information in the footers of allocated chunks. This adds
419 stamping footers. Otherwise, the current time is used.
620 #ifndef FOOTERS
621 #define FOOTERS
    [all...]
  /external/libffi/src/
dlmalloc.c 53 if FOOTERS is defined.
80 If FOOTERS is defined nonzero, then each allocated chunk
89 FOOTERS may also be worth using with MSPACES.)
195 Unless FOOTERS is defined, each mspace is completely independent.
198 caught). If FOOTERS is defined, then each chunk carries around a tag
231 FOOTERS default: 0
233 information in the footers of allocated chunks. This adds
353 stamping footers. Otherwise, the current time is used.
498 #ifndef FOOTERS
499 #define FOOTERS
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/
dlmalloc.c 53 if FOOTERS is defined.
80 If FOOTERS is defined nonzero, then each allocated chunk
89 FOOTERS may also be worth using with MSPACES.)
195 Unless FOOTERS is defined, each mspace is completely independent.
198 caught). If FOOTERS is defined, then each chunk carries around a tag
231 FOOTERS default: 0
233 information in the footers of allocated chunks. This adds
353 stamping footers. Otherwise, the current time is used.
503 #ifndef FOOTERS
504 #define FOOTERS
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/src/
dlmalloc.c 53 if FOOTERS is defined.
80 If FOOTERS is defined nonzero, then each allocated chunk
89 FOOTERS may also be worth using with MSPACES.)
195 Unless FOOTERS is defined, each mspace is completely independent.
198 caught). If FOOTERS is defined, then each chunk carries around a tag
231 FOOTERS default: 0
233 information in the footers of allocated chunks. This adds
353 stamping footers. Otherwise, the current time is used.
503 #ifndef FOOTERS
504 #define FOOTERS
    [all...]
  /external/libmicrohttpd/
README 89 - chunked encoding to validate handling of footers
  /external/python/cpython2/Demo/tkinter/guido/
ManPage.py 12 # XXX Recognizing footers is system dependent
  /frameworks/base/core/java/android/widget/
Adapter.java 146 * getCount() == 0 but since getCount() includes the headers and footers, specialized
ListView.java 543 * headers and/or footers will cause the adapter to be wrapped.
612 // cleanup the state of our footers and headers
2012 final ArrayList<FixedViewInfo> footers = mFooterViewInfos; local
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/bidi/
bidi.go 172 // - headers and footers
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/bidi/
bidi.go 172 // - headers and footers
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
SingleXZInputStream.java 37 * file footers and verify the integrity checks, giving the caller more

Completed in 817 milliseconds

1 2 3