/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/ |
nf_conntrack_common.h | 15 /* Started a new connection to track (only
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/ |
nf_conntrack_common.h | 15 /* Started a new connection to track (only
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/ |
nf_conntrack_common.h | 15 /* Started a new connection to track (only
|
/prebuilts/tools/common/lombok-ast/ |
PREBUILT | 15 which basically adds an extra field to the nodes to track
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completion12-expected-completion75.txt | 29 android:scrollbarTrackHorizontal : Defines the horizontal scrollbar track drawable. [reference] 30 android:scrollbarTrackVertical : Defines the vertical scrollbar track drawable. [reference] 31 android:scrollbarAlwaysDrawHorizontalTrack : Defines whether the horizontal scrollbar track should always be drawn. [boolean] 32 android:scrollbarAlwaysDrawVerticalTrack : Defines whether the vertical scrollbar track should always be drawn. [boolean]
|
/system/core/libcutils/ |
buffer.h | 31 * Byte buffer of known size. Keeps track of how much data has been read
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
BootSector.java | 420 * Gets the number of sectors/track 429 * Sets the number of sectors/track 431 * @param v the new number of sectors per track 492 res.append("Sectors per track = ");
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
c4_17pf.cpp | 102 Word16 dn2[], /* i : maximum of corr. in each track. */ 329 dn2[] Array of type Word16 -- maximum of corr. in each track. 388 Word16 dn2[], /* i : maximum of corr. in each track. */ 404 Word16 track; local 432 for (track = 3; track < 5; track++) 439 ipos[3] = track; 751 Word16 track; local 782 /* track = pos%5 * [all...] |
/packages/apps/Music/src/com/android/music/ |
MediaPlaybackService.java | 150 // used to track what type of audio focus loss caused the playback to pause 771 * for the currently playing track: 775 * "track" - String: the name of the track 781 * respectively indicating that a new track has [all...] |
/external/srtp/doc/ |
rfc3711.txt | 9 Category: Standards Track Cisco Systems, Inc. 21 This document specifies an Internet standards track protocol for the 58 Baugher, et al. Standards Track [Page 1] 115 Baugher, et al. Standards Track [Page 2] 172 Baugher, et al. Standards Track [Page 3] 229 Baugher, et al. Standards Track [Page 4] 273 thereby protects the RTCP fields to keep track of membership, provide 286 Baugher, et al. Standards Track [Page 5] 343 Baugher, et al. Standards Track [Page 6] 400 Baugher, et al. Standards Track [Page 7 [all...] |
/cts/tests/tests/mediastress/src/android/mediastress/cts/ |
MediaPlayerStressTest.java | 81 output.write(" Track Lagging: " + CodecTest.mMediaInfoVideoTrackLaggingCount); 93 output.write("Total Track Lagging: " + mTotalVideoTrackLagging + "\n" );
|
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3rewritestreams.h | 70 /// Track single elements w/o creating a list. Upon 2nd add, alloc list 84 /// the exception would track that info.
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
RecognizerSharedState.cs | 51 * Track the set of token types that can follow any rule invocation. 86 /** <summary>Did the recognizer encounter a syntax error? Track how many.</summary> */
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
Profiler.cs | 48 /** <summary>Using the debug event interface, track what is happening in the parser 57 /** Because I may change the stats, I need to track that for later 115 /** Track memoization; this is not part of standard debug interface 139 /** Warning: doesn't track success/failure, just unique recording event */ 202 decisionEvents.Add(d); // done with decision; track all 245 /** Track refs to lookahead if in a fixed/nonfixed decision. 280 /** Track backtracking decisions. You'll see a fixed or cyclic decision 307 /** Successful or not, track how much lookahead synpreds use */
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
RecognizerSharedState.cs | 53 * Track the set of token types that can follow any rule invocation. 88 /** <summary>Did the recognizer encounter a syntax error? Track how many.</summary> */
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
Profiler.cs | 47 /** <summary>Using the debug event interface, track what is happening in the parser 57 /** Because I may change the stats, I need to track that for later 119 /** Track memoization; this is not part of standard debug interface 147 /** Warning: doesn't track success/failure, just unique recording event */ 217 decisionEvents.Add(d); // done with decision; track all 267 /** Track refs to lookahead if in a fixed/nonfixed decision. 306 /** Track backtracking decisions. You'll see a fixed or cyclic decision 335 /** Successful or not, track how much lookahead synpreds use */
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
RecognizerSharedState.java | 39 /** Track the set of token types that can follow any rule invocation. 65 /** Did the recognizer encounter a syntax error? Track how many. */
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
Profiler.java | 35 /** Using the debug event interface, track what is happening in the parser 113 /** Because I may change the stats, I need to track that for later 171 /** Track memoization; this is not part of standard debug interface 196 /** Warning: doesn't track success/failure, just unique recording event */ 255 decisionEvents.add(d); // done with decision; track all 291 /** Track refs to lookahead if in a fixed/nonfixed decision. 323 /** Track backtracking decisions. You'll see a fixed or cyclic decision 349 /** Successful or not, track how much lookahead synpreds use */
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
CommonTreeNodeStream.java | 44 /** If this tree (root) was created from a token stream, track it. */ 80 /** Pull elements from tree iterator. Track tree level 0..max_level.
|
/external/chromium/chrome/browser/extensions/ |
extension_webnavigation_api.h | 26 // webNavigation API. It is mainly used to track in which frames an error 36 // Starts to track a frame given by its |frame_id| showing the URL |url| in
|
/external/chromium/chrome/browser/ |
shell_integration.h | 164 // Functions that track the process of checking if Chrome is the default 171 // Functions that track the process of setting Chrome as the default
|
/external/chromium/chrome/browser/sync/notifier/ |
chrome_invalidation_client.cc | 131 // invalidations, so keep track of the max versions and drop 134 // TODO(akalin): Now that we keep track of registered types, we
|
/external/chromium/chrome/browser/ui/find_bar/ |
find_tab_helper.cc | 50 // Keep track of the previous search. 71 // Keep track of what the last search was across the tabs.
|
/external/chromium/chrome/browser/ui/views/ |
dropdown_bar_host.h | 114 // The focus manager we register with to keep track of focus changes. 169 // The focus manager we register with to keep track of focus changes.
|
/external/chromium/net/disk_cache/ |
in_flight_io.h | 24 // is keeping track of all operations. When done, we notify the controller 67 // This class keeps track of asynchronous IO operations. A single instance
|