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

<<21222324252627282930>>

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
RecognitionException.cs 65 * In general, the recognition exceptions can track where in a grammar a
86 * can retrieve the ith Token, we have to track the Token object.
103 * Track the line (1-based) at which the error occurred in case this is
104 * generated from a lexer. We need to track this since the
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
rhino-python.prog 43 // keep track of this token's position in line because Python is
  /external/chromium/base/allocator/
README 29 The third party sources use a vendor-branch SCM pattern to track
  /external/chromium/chrome/browser/automation/
automation_tab_tracker.cc 25 // We also want to know about navigations so we can keep track of the last
  /external/chromium/chrome/browser/debugger/
inspectable_tab_proxy.h 22 // Keeps track of tabs being debugged so that we can detach from
  /external/chromium/chrome/browser/instant/
promo_counter.h 17 // PromoCounter is used to track whether a promo should be shown. The promo is
  /external/chromium/chrome/browser/sync/engine/
update_applicator.h 79 // Track the result of the various items.
  /external/chromium/chrome/browser/ui/gtk/
first_run_bubble.h 79 // The various labels in the interface. We keep track of them for theme
  /external/chromium/chrome/browser/ui/views/frame/
contents_container.h 82 // Content view of active_overlay. Used to track when the widget is destroyed.
  /external/chromium/chrome/browser/ui/views/
html_dialog_view.h 82 // closing) we delegate to the creator of this view, which we keep track of
  /external/chromium/net/http/
http_alternate_protocols.h 5 // HttpAlternateProtocols is an in-memory data structure used for keeping track
http_alternate_protocols_unittest.cc 5 // HttpAlternateProtocols is an in-memory data structure used for keeping track
  /external/chromium/testing/gmock/src/
gmock_main.cc 39 // Windows. See the following link to track the current status of this bug:
  /external/chromium/testing/gtest/xcode/Samples/FrameworkSample/
runtests.sh 41 # Now execute each one in turn keeping track of how many succeeded and failed.
  /external/chromium/testing/gtest/xcode/Scripts/
runtests.sh 44 # Now execute each one in turn keeping track of how many succeeded and failed.
  /external/chromium-trace/trace-viewer/src/
about_tracing.html 35 <link rel="stylesheet" href="tracks/track.css">
  /external/clang/docs/
MemorySanitizer.rst 99 MemorySanitizer can track origins of unitialized values, similar to
100 Valgrind's --track-origins option. This feature is enabled by
101 ``-fsanitize-memory-track-origins`` Clang option. With the code from
106 % clang -fsanitize=memory -fsanitize-memory-track-origins -fPIE -pie -fno-omit-frame-pointer -g -O2 umr.cc
  /external/clang/test/Analysis/
NSWindow.m 84 // FIXME: For now we don't track NSWindow.
  /external/clang/www/analyzer/
dev_cxx.html 42 <li>Track type info through casts more precisely</li>
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
Item.java 72 * If this instance keeps track of its offset, then this method will
  /external/flac/libFLAC/
stream_encoder_framing.c 151 const FLAC__StreamMetadata_CueSheet_Track *track = metadata->data.cue_sheet.tracks + i; local
153 if(!FLAC__bitwriter_write_raw_uint64(bw, track->offset, FLAC__STREAM_METADATA_CUESHEET_TRACK_OFFSET_LEN))
155 if(!FLAC__bitwriter_write_raw_uint32(bw, track->number, FLAC__STREAM_METADATA_CUESHEET_TRACK_NUMBER_LEN))
158 if(!FLAC__bitwriter_write_byte_block(bw, (const FLAC__byte*)track->isrc, FLAC__STREAM_METADATA_CUESHEET_TRACK_ISRC_LEN/8))
160 if(!FLAC__bitwriter_write_raw_uint32(bw, track->type, FLAC__STREAM_METADATA_CUESHEET_TRACK_TYPE_LEN))
162 if(!FLAC__bitwriter_write_raw_uint32(bw, track->pre_emphasis, FLAC__STREAM_METADATA_CUESHEET_TRACK_PRE_EMPHASIS_LEN))
166 if(!FLAC__bitwriter_write_raw_uint32(bw, track->num_indices, FLAC__STREAM_METADATA_CUESHEET_TRACK_NUM_INDICES_LEN))
168 for(j = 0; j < track->num_indices; j++) {
169 const FLAC__StreamMetadata_CueSheet_Index *index = track->indices + j;
  /external/grub/stage2/
fat.h 48 __u16 secs_track; /* sectors per track */
  /external/icu4c/i18n/
fpositer.cpp 93 // if we're not keeping track of it.
  /external/iptables/include/linux/netfilter/
nf_conntrack_common.h 14 /* Started a new connection to track (only
  /external/jdiff/src/jdiff/
Modifiers.java 7 * Track the various modifiers for a program element.

Completed in 784 milliseconds

<<21222324252627282930>>