/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ufs_fs.h | 379 __fs32 fs_npsect; /* # sectors/track including spares */ 386 __fs32 fs_trackskew; /* sector 0 skew, per track */ 398 __fs32 fs_nsect; /* sectors per track */ 432 __fs32 fs_active;/* used by snapshots to track fs */ 459 __fs32 fs_npsect; /* # sectors/track including spares */ 743 __u32 s_npsect; /* # sectors/track including spares */ 745 __u32 s_trackskew; /* sector 0 skew, per track */ 750 __u32 s_nsect; /* sectors per track */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ufs_fs.h | 379 __fs32 fs_npsect; /* # sectors/track including spares */ 386 __fs32 fs_trackskew; /* sector 0 skew, per track */ 398 __fs32 fs_nsect; /* sectors per track */ 432 __fs32 fs_active;/* used by snapshots to track fs */ 459 __fs32 fs_npsect; /* # sectors/track including spares */ 743 __u32 s_npsect; /* # sectors/track including spares */ 745 __u32 s_trackskew; /* sector 0 skew, per track */ 750 __u32 s_nsect; /* sectors per track */ [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
MediaMuxerTest.java | 59 * Test: make sure the muxer handles audio track only file correctly. 68 * Test: make sure the muxer handles video track only file correctly. 319 fail("format didn't match on track No." + i +
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/ |
AuthenticatorActivity.java | 62 /** Keep track of the login task so can cancel it if requested */ 65 /** Keep track of the progress dialog so we can dismiss it */ 136 // can lose track of our dialog if there's an orientation change.
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
CommonTokenStream.as | 35 * TODO: how to access the full token stream? How to track all tokens matched per rule? 54 /** By default, track all incoming tokens */ 57 /** Track the last mark() call result value for use in rewind(). */
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
LegacyCommonTokenStream.cs | 47 * <remarks>TODO: how to access the full token stream? How to track all tokens matched per rule?</remarks> 71 /** <summary>By default, track all incoming tokens</summary> */ 74 /** <summary>Track the last mark() call result value for use in rewind().</summary> */
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
LegacyCommonTokenStream.java | 37 * TODO: how to access the full token stream? How to track all tokens matched per rule? 56 /** By default, track all incoming tokens */ 59 /** Track the last mark() call result value for use in rewind(). */
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
AssignTokenTypesBehavior.java | 47 /** Track actual lexer rule defs so we don't get repeated token defs in 66 /** Track string literals (could be in tokens{} section) */ 130 // track all lexer rules so we can look for token refs w/o
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
AbstractConnPool.java | 84 * A reference queue to track loss of pool entries to GC. 85 * The same queue is used to track loss of the connection manager, 90 /** A worker (thread) to track loss of pool entries to GC. */
|
/external/chromium/chrome/browser/profiles/ |
profile_impl_io_data.cc | 72 // Keep track of isolated app path separately so we can use it on demand. 163 // Keep track of clear_local_state_on_exit for isolated apps. 349 // Keep track of app_http_cache to delete it when we go away.
|
/external/chromium-trace/trace-viewer/src/tracks/ |
counter_track.js | 18 * A track that displays a Counter object. 31 this.classList.add('counter-track'); 63 * the map must manually call invalidate on the track to trigger a redraw.
|
/external/llvm/include/llvm/CodeGen/ |
RegisterPressure.h | 10 // This file defines the RegisterPressure class which can be used to track 153 /// Track the current register pressure at some position in the instruction 179 /// Track the max pressure within the region traversed so far.
|
/external/llvm/lib/IR/ |
PassRegistry.cpp | 46 /// PassInfoMap - Keep track of the PassInfo object for each registered pass. 53 /// AnalysisGroupInfo - Keep track of information for each analysis group. 165 // Make sure we keep track of the fact that the implementation implements
|
/external/llvm/lib/Target/R600/ |
AMDGPUIndirectAddressing.cpp | 71 // The map keeps track of the indirect address that is represented by 76 // First pass - Lower all of the RegisterStore instructions and track which 80 // This map keeps track of the current live indirect registers.
|
/external/llvm/lib/Transforms/IPO/ |
GlobalDCE.cpp | 96 std::vector<GlobalVariable*> DeadGlobalVars; // Keep track of dead globals 100 DeadGlobalVars.push_back(I); // Keep track of dead globals 108 DeadFunctions.push_back(I); // Keep track of dead globals
|
/external/llvm/utils/TableGen/ |
CodeGenInstruction.h | 62 /// OperandInfo - The information we keep track of for each operand in the 104 /// track constraint info for each. 217 // Various boolean values we track for the instruction.
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
PoolAlloc.h | 38 // If we are using guard blocks, we must track each indivual 103 // There are several stacks. One is to track the pushing and popping 187 // Track allocations if and only if we're using guard blocks
|
/external/webkit/Source/WebCore/manual-tests/ |
media-controls.html | 85 'of the timeline gliding smoothly along the track, updated every 200ms or so.</p>', 93 'of the timeline gliding smoothly along the track, updated every 200ms or so.</p>', 155 'with current and remaining time should changing and the thumb of the timeline gliding smoothly along the track, updated every 200ms or so.</p>' +
|
/external/webkit/Source/WebCore/platform/gtk/ |
ScrollbarThemeGtk.cpp | 161 // two buttons, the track disappears. 225 IntRect track = trackRect(scrollbar, false); local 226 currentThumbRect = thumbRect(scrollbar, track);
|
/external/webkit/Source/WebCore/platform/win/ |
ScrollbarThemeWin.cpp | 198 // Find the rect within which we shouldn't snap, by expanding the track rect 216 // Just assume a forward track part. We only paint the track as a single piece when there is no thumb.
|
/frameworks/av/media/libstagefright/codecs/avc/common/include/ |
avcapi_common.h | 198 @param indx Index of a frame in DPB (AVC library keeps track of the index). 207 @param indx Index of frame to be unbound (AVC library keeps track of the index). 212 /** Pointer to malloc function for general memory allocation, so that application can keep track of
|
/frameworks/base/core/java/com/google/android/util/ |
AbstractMessageParser.java | 66 /** Music note that indicates user is listening to a music track. */ 129 // Look for music track (of which there would be only one and it'll be the 252 * Looks for a music track (\u266B is first character, everything else is 253 * track info). 497 // Keeps track of whether we've seen a character (in map if we've seen it) 768 /** Represents a music track token at the beginning. */ 770 private String track; field in class:AbstractMessageParser.MusicTrack 772 public MusicTrack(String track) { 773 super(Type.MUSIC, track); 774 this.track = track [all...] |
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
FileClientSessionCache.java | 55 * doesn't track last modified times. 63 * Map of name -> File. Keeps track of the order files were accessed in. 191 // Used to keep track of whether or not we're expanding the cache.
|
/packages/apps/Email/src/com/android/email/ |
RefreshManager.java | 41 * <li>Keeping track of which mailbox list/message list is actually being refreshed. 404 * we need to keep track of their status separately. 432 * We don't keep track of the status of outboxes, but we monitor this to catch
|
/packages/apps/Music/res/values-tl/ |
strings.xml | 147 <string name="sort_by_track" msgid="7662999005554152565">"Mga Track"</string> 150 <string name="music_picker_title" msgid="4143865470317360605">"Pumili ng track ng musika"</string> 151 <string name="search_settings_description" msgid="6520975349259883368">"Mga artist, album, at track"</string>
|