OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tracks
(Results
76 - 100
of
1333
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libmtp/examples/
getplaylist.c
35
track = LIBMTP_Get_Trackmetadata(device, pl->
tracks
[i]);
37
printf(" %u: %s - %s\n", pl->
tracks
[i], track->artist, track->title);
40
printf(" %u: INVALID TRACK REFERENCE!\n", pl->
tracks
[i]);
/frameworks/av/services/audioflinger/
FastMixerDumpState.h
34
// Underrun counters are not reset to zero for new
tracks
or if track generation changes.
70
uint32_t mNumTracks; // total number of active fast
tracks
74
uint32_t mTrackMask; // mask of active
tracks
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
README.txt
13
WifiService: Implements the IWifiManager 3rd party API. The API and the device state information (screen on/off, battery state, sleep policy) go as input into the WifiController which
tracks
high level states as to whether STA or AP mode is operational and controls the WifiStateMachine to handle bringup and shut down.
17
WifiSettingsStore:
Tracks
the various settings (wifi toggle, airplane toggle, tethering toggle, scan mode toggle) and provides API to figure if wifi should be turned on or off.
23
WifiStateMachine:
Tracks
the various states on STA and AP connectivity and handles bring up and shut down.
/art/tools/dexfuzz/src/dexfuzz/program/
MBranchInsn.java
20
* A subclass of the MInsn, that
tracks
its target instruction.
MInsnWithData.java
20
* A subclass of the MInsn, that
tracks
the data instruction.
MTryBlock.java
22
*
Tracks
where try blocks start and end.
/external/chromium-trace/catapult/tracing/tracing/model/
location.html
16
* offset in the y direction of all
tracks
within a specific viewX and viewY
36
* that is specified by percent offsets within
tracks
rather than specific
62
while (elem instanceof tr.ui.
tracks
.Track) {
89
while (elem instanceof tr.ui.
tracks
.Track) {
/external/chromium-trace/catapult/tracing/tracing/ui/extras/highlighter/
vsync_highlighter.html
8
<link rel="import" href="/tracing/ui/
tracks
/highlighter.html">
11
<link rel="import" href="/tracing/ui/
tracks
/model_track.html">
21
var Highlighter = tr.ui.
tracks
.Highlighter;
116
tr.ui.
tracks
.Highlighter.register(VSyncHighlighter);
/external/chromium-trace/catapult/tracing/tracing/ui/tracks/
container_to_track_map.html
13
tr.exportTo('tr.ui.
tracks
', function() {
frame_track_test.html
12
<link rel="import" href="/tracing/ui/
tracks
/drawing_container.html">
13
<link rel="import" href="/tracing/ui/
tracks
/frame_track.html">
20
var FrameTrack = tr.ui.
tracks
.FrameTrack;
50
var drawingContainer = new tr.ui.
tracks
.DrawingContainer(viewport);
object_instance_track_test.html
14
<link rel="import" href="/tracing/ui/
tracks
/drawing_container.html">
15
<link rel="import" href="/tracing/ui/
tracks
/object_instance_track.html">
22
var ObjectInstanceTrack = tr.ui.
tracks
.ObjectInstanceTrack;
50
var drawingContainer = new tr.ui.
tracks
.DrawingContainer(viewport);
track.html
7
<link rel="stylesheet" href="/tracing/ui/
tracks
/track.css">
15
tr.exportTo('tr.ui.
tracks
', function() {
17
* The base class for all
tracks
, which render data into a provided div.
41
if (cur instanceof tr.ui.
tracks
.DrawingContainer)
letter_dot_track.html
14
<link rel="import" href="/tracing/ui/
tracks
/track.html">
25
tr.exportTo('tr.ui.
tracks
', function() {
35
'letter-dot-track', tr.ui.
tracks
.Track);
38
__proto__: tr.ui.
tracks
.Track.prototype,
41
tr.ui.
tracks
.Track.prototype.decorate.call(this, viewport);
86
case tr.ui.
tracks
.DrawType.GENERAL_EVENT:
multi_row_track.html
8
<link rel="import" href="/tracing/ui/
tracks
/container_track.html">
16
tr.exportTo('tr.ui.
tracks
', function() {
23
'multi-row-track', tr.ui.
tracks
.ContainerTrack);
27
__proto__: tr.ui.
tracks
.ContainerTrack.prototype,
30
tr.ui.
tracks
.ContainerTrack.prototype.decorate.call(this, viewport);
146
tr.ui.
tracks
.ContainerTrack.prototype.updateContents_.call(this);
/external/mp4parser/
README.android
12
but it is as well as dealing with structure like
tracks
and movies.
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
AppleTrackNumberBox.java
17
* @param of number of
tracks
overall
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
PiffSampleEncryptionBox.java
33
* Creates a AbstractSampleEncryptionBox for non-h264
tracks
.
/external/webrtc/talk/app/webrtc/
mediastreamobserver.cc
49
// Find removed audio
tracks
.
61
// Find added audio
tracks
.
73
// Find removed video
tracks
.
85
// Find added video
tracks
.
/frameworks/base/core/res/assets/webkit/
incognito_mode_start_page.html
19
<li>Malicious software that
tracks
your keystrokes in exchange for free smileys</li>
/frameworks/base/core/res/res/raw/
incognito_mode_start_page.html
19
<li>Malicious software that
tracks
your keystrokes in exchange for free smileys</li>
/frameworks/base/core/res/res/raw-xlarge/
incognito_mode_start_page.html
19
<li>Malicious software that
tracks
your keystrokes in exchange for free smileys</li>
/frameworks/native/opengl/specs/
README
4
The table below
tracks
usage of EGL enumerant values that have been reserved
/external/chromium-trace/catapult/tracing/tracing/ui/extras/system_stats/
system_stats_instance_track.html
12
<link rel="import" href="/tracing/ui/
tracks
/stacked_bars_track.html">
13
<link rel="import" href="/tracing/ui/
tracks
/object_instance_track.html">
45
*
Tracks
that display system stats data.
52
'tr-ui-e-system-stats-instance-track', tr.ui.
tracks
.StackedBarsTrack);
56
__proto__: tr.ui.
tracks
.StackedBarsTrack.prototype,
59
tr.ui.
tracks
.StackedBarsTrack.prototype.decorate.call(this, viewport);
194
case tr.ui.
tracks
.DrawType.GENERAL_EVENT:
347
tr.ui.
tracks
.ObjectInstanceTrack.register(
system_stats_instance_track_test.html
11
<link rel="import" href="/tracing/ui/
tracks
/drawing_container.html">
51
var drawingContainer = new tr.ui.
tracks
.DrawingContainer(viewport);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
SilenceTrackImpl.java
1
package com.googlecode.mp4parser.authoring.
tracks
;
37
throw new RuntimeException("
Tracks
of type " + ofType.getClass().getSimpleName() + " are not supported");
Completed in 1304 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>