HomeSort by relevance Sort by last modified time
    Searched refs:Header (Results 601 - 625 of 688) sorted by null

<<2122232425262728

  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
G729EncTest.c     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h 298 /// Header for data within LifetimeExtendedCleanupStack.
407 LifetimeExtendedCleanupHeader Header = { sizeof(T), Kind };
411 LifetimeExtendedCleanupStack.size() + sizeof(Header) + Header.Size);
413 static_assert(sizeof(Header) % llvm::AlignOf<T>::Alignment == 0,
416 new (Buffer) LifetimeExtendedCleanupHeader(Header);
417 new (Buffer + sizeof(Header)) T(A...);
    [all...]
  /external/libvorbis/doc/
01-introduction.tex 88 packed into the bitstream header along with extensive CODEC setup
92 without having previously fetched the codec setup header.
102 relatively large as bitstream headers go. The header size is
107 required header is in mindshare; it is an unusual design and thus
266 three header packets; all are required, in-order, by this
271 The header packets are, in order, the identification
272 header, the comments header, and the setup header.
274 \paragraph{Identification Header}
    [all...]
04-codec.tex 17 \subsection{Header decode and decode setup}
19 A Vorbis bitstream begins with three header packets. The header
20 packets are, in order, the identification header, the comments header,
21 and the setup header. All are required for decode compliance. An
22 end-of-packet condition during decoding the first or third header
24 comment header is a non-fatal error condition.
26 \subsubsection{Common header decode}
28 Each header packet begins with the same header fields
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 455 /* Slist Header */
704 NT_ASSERT((((object)->Header.Type & KOBJECT_TYPE_MASK) == GateObject) || \
705 (((object)->Header.Type & KOBJECT_TYPE_MASK) == EventSynchronizationObject))
711 NT_ASSERT(((E)->Header.Type == TimerNotificationObject) || \
712 ((E)->Header.Type == TimerSynchronizationObject))
715 NT_ASSERT((E)->Header.Type == MutantObject)
718 NT_ASSERT((E)->Header.Type == SemaphoreObject)
721 NT_ASSERT(((E)->Header.Type == NotificationEvent) || \
722 ((E)->Header.Type == SynchronizationEvent))
    [all...]
  /art/runtime/
dex_file.cc 262 if (map->Size() < sizeof(DexFile::Header)) {
264 "DexFile: failed to open dex file '%s' that is too short to have a header", location);
268 const Header* dex_header = reinterpret_cast<const Header*>(map->Begin());
435 header_(reinterpret_cast<const Header*>(base)),
509 uint32_t DexFile::Header::GetVersion() const {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 541 /// EmitFunctionHeader - This method emits the header for the current
547 // Print the 'header' of function.
    [all...]
  /build/tools/droiddoc/templates-sdk/components/
masthead.cs 49 <?cs if:!devsite ?><?cs # leave out the global header for devsite; it is in devsite template ?>
50 <!-- Header -->
51 <div id="header-wrapper">
52 <div class="dac-header" id="header"><?cs call:butter_bar() ?>
53 <div class="dac-header-inner">
61 <?cs if:ndk ?><a class="dac-header-logo" href="<?cs var:toroot ?>ndk/index.html">
62 <img class="dac-header-logo-image" src="<?cs var:toroot ?>assets/images/android_logo_ndk.png"
65 </a><?cs else ?><a class="dac-header-logo" href="<?cs var:toroot ?>index.html">
66 <img class="dac-header-logo-image" src="<?cs var:toroot ?>assets/images/android_logo.png
    [all...]
  /build/tools/droiddoc/templates-sdk-dev/components/
masthead.cs 3 <!-- Header -->
4 <div id="header-wrapper">
5 <div class="dac-header <?cs if:ndk ?>dac-ndk<?cs /if ?>" id="header">
6 <div class="dac-header-inner">
14 <?cs if:ndk ?><a class="dac-header-logo" style="width:144px;" href="<?cs var:toroot
16 <img class="dac-header-logo-image" src="<?cs var:toroot ?>assets/images/android_logo.png"
19 </a><?cs else ?><a class="dac-header-logo" href="<?cs var:toroot ?>index.html">
20 <img class="dac-header-logo-image" src="<?cs var:toroot ?>assets/images/android_logo.png"
26 ?><ul class="dac-header-tabs"
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 481 BasicBlock *Header = L->getHeader();
484 for (BasicBlock::iterator I = Header->begin();
    [all...]
  /external/robolectric/v1/lib/main/
httpcore-4.0.1.jar 
  /external/v8/src/ast/
scopes.cc 894 static const char* Header(ScopeType scope_type, FunctionKind function_kind,
    [all...]
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.0.1/
httpcore-4.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /art/compiler/
oat_test.cc 521 const_cast<DexFile::Header*>(&data->GetHeader())->checksum_++;
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_exr.cpp 131 m_datawindow = m_file->header().dataWindow();
139 if( hasChromaticities( m_file->header() ))
140 m_chroma = chromaticities( m_file->header() );
142 const ChannelList &channels = m_file->header().channels();
594 Header header( width, height );
610 header.channels().insert( "R", Channel( type ));
611 header.channels().insert( "G", Channel( type ));
612 header.channels().insert( "B", Channel( type ));
617 header.channels().insert( "Y", Channel( type ))
    [all...]
  /external/opencv3/modules/imgcodecs/src/
grfmt_exr.cpp 118 m_datawindow = m_file->header().dataWindow();
126 if( hasChromaticities( m_file->header() ))
127 m_chroma = chromaticities( m_file->header() );
129 const ChannelList &channels = m_file->header().channels();
588 Header header( width, height );
600 header.channels().insert( "R", Channel( type ));
601 header.channels().insert( "G", Channel( type ));
602 header.channels().insert( "B", Channel( type ));
607 header.channels().insert( "Y", Channel( type ))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
evntrace.h 580 EVENT_TRACE_HEADER Header;
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/0.13.2/
grpc-okhttp-0.13.2.jar 
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 493 milliseconds

<<2122232425262728