/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
ASTTreeParser.stg | 43 /** Add a variable to track last element matched */ 50 /** Add a variable to track last element matched */
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
XSLTElementProcessor.java | 300 // Keep track of which XSLTAttributeDefs have been processed, so 304 // Keep track of XSLTAttributeDefs that were invalid
|
/external/chromium/chrome/browser/extensions/ |
extension_updater.h | 37 // in one manifest check. This class helps us keep track of the id's for a 211 // We need to keep track of some information associated with a url
|
/external/chromium/chrome/browser/renderer_host/ |
render_widget_host_view_gtk.h | 107 // attempts to drag past that edge we track the number of times it has 211 // Used in OnGrabNotify() handler to track the focused state correctly.
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_button.mm | 30 // We need a class variable to track the current dragged button to enable 362 // Mouse tracked out of button during menu track. Hide menus.
|
/external/guava/guava/src/com/google/common/net/ |
HttpHeaders.java | 183 /** The HTTP X-Do-Not-Track header field name. */ 184 public static final String X_DO_NOT_TRACK = "X-Do-Not-Track";
|
/external/kernel-headers/original/linux/ |
qic117.h | 141 /*13*/ {"seek head to track", 0x37, 0x25, motion, 0, required},\ 251 /* 7*/ { "Illegal Track Address Specified for Seek", 1, },\
|
/external/libvorbis/lib/ |
psy.c | 1066 int step,track = 0; local 1087 acc[track]=noise_normalize(p,limit,raw[k],quant[k],floor[k],NULL,acc[track],i,jn,iout); 1097 acc[track]=0.f; 1099 track++; [all...] |
/external/llvm/include/llvm/CodeGen/ |
FunctionLoweringInfo.h | 74 /// StaticAllocaMap - Keep track of frame indices for fixed sized allocas in 79 /// ByValArgFrameIndexMap - Keep track of frame indices for byval arguments.
|
LexicalScopes.h | 36 /// InsnRange - This is used to track range of instructions with identical 153 /// LexicalScope - This class is used to track scope information.
|
ScheduleDAGInstrs.h | 56 /// Use a SparseMultiSet to track physical registers. Storage is only 124 /// Track the last instructon in this region defining each virtual register.
|
/external/llvm/include/llvm/Support/ |
ConstantRange.h | 11 // for an integral value. This keeps track of a lower and upper bound for the 13 // keeps track of a [lower, upper) bound, which specifies an interval just like
|
/external/protobuf/src/google/protobuf/ |
unknown_field_set.h | 35 // Contains classes used to keep track of unrecognized fields seen while 52 // message but were not defined by its type. Keeping track of these can be
|
/external/skia/legacy/src/animator/ |
SkScriptTokenizer.cpp | 597 track(operand.fOperand.fString); 640 track(value->fOperand.fArray); 842 track(callbackResult.fOperand.fString); 863 track(callbackResult.fOperand.fString); 884 track(callbackResult.fOperand.fString); [all...] |
/external/skia/src/animator/ |
SkScriptTokenizer.cpp | 597 track(operand.fOperand.fString); 640 track(value->fOperand.fArray); 842 track(callbackResult.fOperand.fString); 863 track(callbackResult.fOperand.fString); 884 track(callbackResult.fOperand.fString); [all...] |
/external/skia/src/gpu/ |
GrReducedClip.cpp | 143 // During our backwards walk, track whether we've seen ops that either grow or shrink the clip. 144 // TODO: track these per saved clip so that we can consider them on the forward pass.
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_miditypes.h | 65 #define MIDI_FLAGS_JET_MUTE 0x00000001 /* track is muted */ 83 EAS_I32 startFilePos; /* start location of track within file */
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_miditypes.h | 65 #define MIDI_FLAGS_JET_MUTE 0x00000001 /* track is muted */ 83 EAS_I32 startFilePos; /* start location of track within file */
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_miditypes.h | 65 #define MIDI_FLAGS_JET_MUTE 0x00000001 /* track is muted */ 83 EAS_I32 startFilePos; /* start location of track within file */
|
jet_data.h | 169 #define JET_EVENT_TRACK_MASK 0x00fc0000 /* mask for track number */ 173 #define JET_EVENT_TRACK_SHIFT 18 /* shift to get track ID to bit 0 */
|
/external/valgrind/main/none/tests/ |
cmdline2.stdout.exp | 24 --track-fds=no|yes track open file descriptors? [no]
|
/external/webkit/Source/JavaScriptCore/heap/ |
Heap.cpp | 97 // use crazy amounts of memory without a GC happening. So we track these extra 98 // memory costs. Only unusually large objects are noted, and we only keep track
|
/external/webkit/Source/JavaScriptCore/jit/ |
JITPropertyAccess.cpp | 445 // so that we only need track one pointer into the slow case code - we track a pointer to the location 467 // Track the location of the call; this will be used to recover patch information. 523 // Track the location of the call; this will be used to recover patch information. 709 // Track the stub we have created so that it will be deleted later. [all...] |
JITPropertyAccess32_64.cpp | 461 // so that we only need track one pointer into the slow case code - we track a pointer to the location 482 // Track the location of the call; this will be used to recover patch information. 536 // Track the location of the call; this will be used to recover patch information. [all...] |
/external/webkit/Source/WebCore/platform/ |
WindowsKeyboardCodes.h | 211 #define VK_MEDIA_NEXT_TRACK 0xB0 // Windows 2000/XP: Next Track key 212 #define VK_MEDIA_PREV_TRACK 0xB1 // Windows 2000/XP: Previous Track key
|