Searched
full:track (Results
451 -
475 of
4318) sorted by null
<<11121314151617181920>>
/external/libmtp/src/ |
README | 17 We will try to track libptp2 and fold changes back into
|
/external/llvm/test/Transforms/GVN/ |
rle-no-phi-translate.ll | 3 ; FIXME: This should be promotable, but memdep/gvn don't track values
|
/external/ltrace/sysdeps/linux-gnu/ |
os.h | 34 /* For breakpoints that track return from IFUNC functions, we
|
/external/mesa3d/src/gallium/drivers/radeon/ |
SIMachineFunctionInfo.h | 10 // SIMachineFunctionInfo is used to keep track of the spi_sp_input_addr config
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_screen.h | 45 /* Increments whenever textures are modified. Contexts can track
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
DataInformationBox.java | 27 * The data information box contains objects that declare the location of the media information in a track.
|
MediaBox.java | 24 * track.
|
MediaInformationBox.java | 22 * This box contains all the objects that declare characteristic information of the media in the track.
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/ |
AbstractTrack.java | 22 public abstract class AbstractTrack implements Track {
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
CroppedTrack.java | 20 import com.googlecode.mp4parser.authoring.Track; 28 * Generates a Track that starts at fromSample and ends at toSample (exclusive). The user of this class 36 Track origTrack; 41 public CroppedTrack(Track origTrack, long fromSample, long toSample) {
|
/external/okhttp/okio/ |
deploy_javadoc.sh | 20 # Checkout and track the gh-pages branch
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowCompoundButton.java | 11 * Keeps track of whether or not its "checked" state is set and deals with listeners in an appropriate way.
|
/external/selinux/libsemanage/man/man3/ |
semanage_bool_set_active.3 | 28 is used to track persistent state across semanage calls, and for error reporting. The
|
semanage_del.3 | 28 is used to track persistent state across semanage calls, and for error reporting. The
|
semanage_exists.3 | 28 is used to track persistent state across semanage calls, and for error reporting. The
|
semanage_list.3 | 28 is used to track persistent state across semanage calls, and for error reporting. The function will allocate and populate the the array of objects, and store it at the location pointed by
|
semanage_modify.3 | 30 is used to track persistent state across semanage calls, and for error reporting. The
|
semanage_query.3 | 28 is used to track persistent state across semanage calls, and for error reporting. The
|
/external/selinux/policycoreutils/setfiles/ |
restore.h | 23 int add_assoc; /* Track inode associations for conflict detection. */
|
/external/skia/src/core/ |
SkVarAlloc.h | 38 // (We may not track this precisely to save space.)
|
/external/skia/src/gpu/ |
GrRectanizer_skyline.h | 14 // Pack rectangles and track the current silhouette
|
/external/skia/src/pdf/ |
SkPDFFormXObject.h | 30 // The caller could keep track of the form XObjects it creates and
|
/external/sonivox/jet_tools/JetCreator/ |
JetUtils.py | 419 def SetMuteFlag(track, muteFlag, mute):
422 SetMute(track, muteFlag)
424 ClearMute(track, muteFlag)
426 def SetMute(track, muteFlag):
429 muteFlag |= 1 << (track)
435 def ClearMute(track, muteFlag):
438 muteFlag &= ~(1 << (track))
444 def GetMute(track, muteFlag):
447 if (muteFlag & ( 1 << (track))) == 0:
618 for track in mi.trackList: [all...] |
/external/valgrind/gdbserver_tests/ |
mssnapshot.stderrB.exp | 10 v.info open_fds : show open file descriptors (only if --track-fds=yes)
|
/external/valgrind/helgrind/ |
README_YARD.txt | 33 You can disable lock order checking with --track-lockorders=no, as it
|
Completed in 215 milliseconds
<<11121314151617181920>>