HomeSort by relevance Sort by last modified time
    Searched full:track (Results 1526 - 1550 of 3692) sorted by null

<<61626364656667686970>>

  /external/clang/lib/Driver/
SanitizerArgs.h 84 CmdArgs.push_back(Args.MakeArgString("-fsanitize-memory-track-origins"));
  /external/clang/test/SemaCXX/
addr-of-overloaded-function.cpp 10 // track of what went wrong when the implicit conversion failed to
  /external/compiler-rt/lib/ubsan/
ubsan_handlers.cc 33 // Use the SourceLocation from Data to track deduplication, even if 'invalid'
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
Dominators.java 36 * The basic idea behind this algorithm is to perform a DFS walk, keeping track
  /external/grub/
THANKS 6 time and energy in helping to track down bugs, add new features, and
  /external/grub/stage2/
serial.c 325 /* Keep track of the cursor. */
  /external/icu4c/common/
uresdata.c 626 * track the lowest address of any item to use as the limit for char keys[],
627 * track the highest address of any item to return the size of the data.
    [all...]
  /external/icu4c/i18n/unicode/
fieldpos.h 47 * <code>FieldPosition</code> keeps track of the position of the
  /external/javassist/src/main/javassist/bytecode/analysis/
MultiType.java 42 /* TODO - A better, but more involved, approach would be to track the instruction
  /external/jmdns/src/javax/jmdns/impl/
ListenerStatus.java 18 * This class track the status of listener.<br/>
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
PhysicsGhostObject.java 52 * GhostObject can keep track of all objects that are overlapping.
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
PhysicsGhostObject.java 54 * GhostObject can keep track of all objects that are overlapping.
  /external/jmonkeyengine/engine/src/test/jme3test/helloworld/
HelloCollision.java 144 * We do not walk yet, we just keep track of the direction the user pressed. */
  /external/kernel-headers/original/linux/
jbd.h 112 * We use the journal_t to keep track of all outstanding transaction
370 * @h_err: Field for caller's use to track errors through large fs operations
391 /* Field for caller's use to track errors through large fs */
413 * The transaction keeps track of all of the buffers modified by a
    [all...]
slab.h 44 #define SLAB_RECLAIM_ACCOUNT 0x00020000UL /* track pages allocated to indicate
swap.h 128 * The in-memory structure used to track swap areas.
  /external/libogg/doc/
skeleton.html 79 <p>Ogg is a generic container format for time-continuous data streams, enabling interleaving of several tracks of frame-wise encoded content in a time-multiplexed manner. As an example, an Ogg physical bitstream could encapsulate several tracks of video encoded in Theora and multiple tracks of audio encoded in Speex or Vorbis or FLAC at the same time. A player that decodes such a bitstream could then, for example, play one video channel as the main video playback, alpha-blend another one on top of it (e.g. a caption track), play a main Vorbis audio together with several FLAC audio tracks simultaneously (e.g. as sound effects), and provide a choice of Speex channels (e.g. providing commentary in different languages). Such a file is generally possible to create with Ogg, it is however not possible to generically parse such a file, seek on it, understand what codecs are contained in such a file, and dynamically handle and play back such content.</p>
93 <li>the serial number: it identifies a content track</li>
95 <li>other generic name-value fields that can provide meta information such as the language of a track or the video height and width</li>
161 <p>The version fields provide version information for the Skeleton track, currently being 3.0 (the number having evolved within the Annodex project).</p>
  /external/libvorbis/doc/vorbisfile/
chainingexample.html 39 <p>Inside main(), we declare our primary OggVorbis_File structure. We also declare a other helpful variables to track our progress within the file.
example.html 69 <p>Inside main(), we declare our primary OggVorbis_File structure. We also declare a few other helpful variables to track out progress within the file.
  /external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 147 $in_pre = 0; # Keep track of when we're inside <pre> or <code> tags.
256 $in_pre = 0; # Keep track of when we're inside <pre> or <code> tags
345 $in_pre = 0; # Keep track of when we're inside <pre> or <code> tags
382 $in_pre = 0; # Keep track of when we're inside <pre> or <code> tags
  /external/llvm/docs/CommandGuide/
opt.rst 100 :option:`-std-compile-opts` and :option:`-verify-each` can quickly track down
  /external/llvm/include/llvm/Analysis/
LoopPass.h 91 /// run - Execute all of the passes scheduled for execution. Keep track of
  /external/llvm/include/llvm/CodeGen/
MachineMemOperand.h 11 // description of a memory reference. It is used to help track dependencies
MachinePassRegistry.h 81 /// MachinePassRegistry - Track the registration of machine passes.
  /external/llvm/include/llvm/IR/
User.h 11 // Each instance of the Value class keeps track of what User's have handles

Completed in 1226 milliseconds

<<61626364656667686970>>