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

1 2 3 4 5 6 7 8 91011>>

  /external/skia/src/animator/
SkAnimate3DSchema.xsx 2 <!--This file is auto-generated by the XML Schema Designer. It holds layout information for components on the designer surface.-->
SkAnimateSchema.xsx 2 <!--This file is auto-generated by the XML Schema Designer. It holds layout information for components on the designer surface.-->
  /external/libhevc/decoder/
ihevcd_defs.h 215 * Bitstream buffer which holds emulation prevention removed bytes
230 * Holds mem records passed to the codec.
235 * Holds VPS
240 * Holds SPS
245 * Holds PPS
250 * Holds Slice Headers
255 * Holds tile information such as start position, widths and heights
260 * Holds entry point offsets for tiles and entropy sync points
265 * Holds scaling matrices
270 * Holds one row skip_flag at 8x8 level used during parsin
    [all...]
  /external/libavc/encoder/
ih264e_defs.h 341 * Holds mem records passed to the codec.
346 * Holds SPS
351 * Holds PPS
356 * Holds Slice Headers
366 * Holds thread handles
371 * Holds control call mutex
376 * Holds entropy call mutex
381 * Holds memory for Process JOB Queue
386 * Holds memory for Entropy JOB Queue
411 * Holds dpb manager contex
    [all...]
  /external/compiler-rt/lib/builtins/
popcountti2.c 27 /* Every 2 bits holds the sum of every pair of bits (64) */
30 /* Every 4 bits holds the sum of every 4-set of bits (3 significant bits) (32) */
33 /* Every 8 bits holds the sum of every 8-set of bits (4 significant bits) (16) */
35 /* Every 8 bits holds the sum of every 8-set of bits (5 significant bits) (8) */
37 /* Every 8 bits holds the sum of every 8-set of bits (6 significant bits) (4) */
39 /* Every 8 bits holds the sum of every 8-set of bits (7 significant bits) (2) */
popcountdi2.c 24 /* Every 2 bits holds the sum of every pair of bits (32) */
26 /* Every 4 bits holds the sum of every 4-set of bits (3 significant bits) (16) */
28 /* Every 8 bits holds the sum of every 8-set of bits (4 significant bits) (8) */
popcountsi2.c 24 /* Every 2 bits holds the sum of every pair of bits */
26 /* Every 4 bits holds the sum of every 4-set of bits (3 significant bits) */
28 /* Every 8 bits holds the sum of every 8-set of bits (4 significant bits) */
  /external/strace/linux/i386/
arch_sigreturn.c 3 * and after it an additional u32 extramask which holds
  /libcore/luni/src/main/java/java/util/regex/
MatchResultImpl.java 20 * Holds the results of a successful match of a regular expression against a
29 * Holds the original input text.
34 * Holds the offsets of the groups in the input text. The first two
  /external/icu/icu4c/source/i18n/
smpdtfst.h 9 * SimpleDateFormatStaticSets holds the UnicodeSets that are needed for lenient
  /external/nist-sip/java/gov/nist/javax/sip/stack/
package.html 10 SIPTransactionStack is the container that holds references to these protocol objects.
  /external/skia/include/utils/
SkPictureUtils.h 19 * SkRecord holds a reference to (e.g. paths, or pixels backing bitmaps).
  /frameworks/support/v4/java/android/support/v4/app/
FragmentContainer.java 20 * Return {@code true} if the container holds any view.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
if_ec.h 26 low nibble holds status */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_ec.h 24 low nibble holds status */
  /cts/suite/cts/deviceTests/opengl/src/com/android/cts/opengl/
GLActivityIntentKeys.java 18 * Holds the name of the benchmark to run.
22 * Holds whether or not the benchmark is to be run offscreen.
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
UncheckedCloseable.java 22 * that the object holds.</p>
42 * Closes the object and release any system resources it holds.
  /external/apache-xml/src/main/java/org/apache/xpath/
XPathProcessorException.java 33 * Create an XPathProcessorException object that holds
44 * Create an XPathProcessorException object that holds
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
message_layer.c 10 * Holds Low Occurance messages
14 * @brief Holds Low Occurance Messages.
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
message_layer.c 10 * Holds Low Occurance messages
14 * @brief Holds Low Occurance Messages.
  /libcore/luni/src/main/java/java/lang/
AutoCloseable.java 22 * that the object holds.
37 * Closes the object and release any system resources it holds.
  /external/libavc/decoder/
ih264d_defs.h 129 * Bitstream buffer which holds emulation prevention removed bytes
144 * Holds mem records passed to the codec.
149 * Holds SPS
154 * Holds PPS
159 * Holds Slice Headers
164 * Holds thread handles
185 * Holds dpb manager context
190 * Holds neighbors' info
195 * Holds neighbors' info
201 * Holds inter pred inforamation on packed format inf
    [all...]
  /external/libnfc-nci/halimpl/pn54x/hal/
phNxpNciHal.h 107 uint8_t bClkSrcVal; /* Holds the System clock source read from config file */
108 uint8_t bClkFreqVal; /* Holds the System clock frequency read from config file */
109 uint8_t bTimeout; /* Holds the Timeout Value */
  /external/llvm/include/llvm/IRReader/
IRReader.h 27 /// If the given file holds a bitcode image, return a Module
35 /// If the given MemoryBuffer holds a bitcode image, return a Module
41 /// If the given file holds a bitcode image, return a Module for it.
  /external/llvm/include/llvm/Support/
MutexGuard.h 34 /// holds - Returns true if this locker instance holds the specified lock.
37 bool holds(const sys::Mutex& lock) const { return &M == &lock; } function in class:llvm::MutexGuard

Completed in 821 milliseconds

1 2 3 4 5 6 7 8 91011>>