/frameworks/base/media/libmedia/ |
D | ToneGenerator.cpp | 35 { segments: {{ duration: ToneGenerator::TONEGEN_INF, waveFreq: { 1336, 941, 0 }, 0, 0}, 39 { segments: { { duration: ToneGenerator::TONEGEN_INF, waveFreq: { 1209, 697, 0 }, 0, 0 }, 43 { segments: { { duration: ToneGenerator::TONEGEN_INF, waveFreq: { 1336, 697, 0 }, 0, 0 }, 47 { segments: { { duration: ToneGenerator::TONEGEN_INF, waveFreq: { 1477, 697, 0 }, 0, 0 }, 51 { segments: { { duration: ToneGenerator::TONEGEN_INF, waveFreq: { 1209, 770, 0 }, 0, 0 }, 55 { segments: { { duration: ToneGenerator::TONEGEN_INF, waveFreq: { 1336, 770, 0 }, 0, 0 }, 59 { segments: { { duration: ToneGenerator::TONEGEN_INF, waveFreq: { 1477, 770, 0 }, 0, 0 }, 63 { segments: { { duration: ToneGenerator::TONEGEN_INF, waveFreq: { 1209, 852, 0 }, 0, 0 }, 67 { segments: { { duration: ToneGenerator::TONEGEN_INF, waveFreq: { 1336, 852, 0 }, 0, 0 }, 71 { segments: { { duration: ToneGenerator::TONEGEN_INF, waveFreq: { 1477, 852, 0 }, 0, 0 }, [all …]
|
/frameworks/base/core/java/android/net/ |
D | Uri.java | 968 final String[] segments; field in Uri.PathSegments 971 PathSegments(String[] segments, int size) { in PathSegments() argument 972 this.segments = segments; in PathSegments() 981 return segments[index]; in get() 994 String[] segments; field in Uri.PathSegmentsBuilder 998 if (segments == null) { in add() 999 segments = new String[4]; in add() 1000 } else if (size + 1 == segments.length) { in add() 1001 String[] expanded = new String[segments.length * 2]; in add() 1002 System.arraycopy(segments, 0, expanded, 0, segments.length); in add() [all …]
|
/frameworks/base/docs/html/guide/topics/media/jet/ |
D | jetcreator_manual.jd | 142 A musical composition is broken up into segments that can be sequenced to 152 <p>This diagram shows how musical segments are 157 that is played only the last time through. Also, segments can be transposed up 162 the musical segments can be recombined to create a linear music piece. In this 164 segments could be transposed up a half-step to match.</p> 367 type 1 file that JET Creator will use to make segments.</p> 428 the current segments, which MIDI file and 430 segments start and stop time and each segments quantize, transpose, repeat and 470 Displays the move window which allows you to move selected segments or events 474 (selects) all segments for playback</p> [all …]
|
/frameworks/base/include/media/ |
D | ToneGenerator.h | 238 ToneSegment segments[TONEGEN_MAX_SEGMENTS+1];
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | permission-tree-element.jd | 51 two period-separated segments in its path — for example,
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | content-providers.jd | 899 being requested. This can be zero or more segments long. If the content provider 902 segments long — for example, "{@code land/bus}", "{@code land/train}",
|
/frameworks/base/docs/html/sdk/ |
D | android-3.1.jd | 685 segments for a given UID.</li>
|