/frameworks/av/media/libmedia/ |
D | ToneGenerator.cpp | 31 { segments: {{ duration: ToneGenerator::TONEGEN_INF, waveFreq: { 1336, 941, 0 }, 0, 0}, 35 { segments: { { duration: ToneGenerator::TONEGEN_INF, waveFreq: { 1209, 697, 0 }, 0, 0 }, 39 { segments: { { duration: ToneGenerator::TONEGEN_INF, waveFreq: { 1336, 697, 0 }, 0, 0 }, 43 { segments: { { duration: ToneGenerator::TONEGEN_INF, waveFreq: { 1477, 697, 0 }, 0, 0 }, 47 { segments: { { duration: ToneGenerator::TONEGEN_INF, waveFreq: { 1209, 770, 0 }, 0, 0 }, 51 { segments: { { duration: ToneGenerator::TONEGEN_INF, waveFreq: { 1336, 770, 0 }, 0, 0 }, 55 { segments: { { duration: ToneGenerator::TONEGEN_INF, waveFreq: { 1477, 770, 0 }, 0, 0 }, 59 { segments: { { duration: ToneGenerator::TONEGEN_INF, waveFreq: { 1209, 852, 0 }, 0, 0 }, 63 { segments: { { duration: ToneGenerator::TONEGEN_INF, waveFreq: { 1336, 852, 0 }, 0, 0 }, 67 { segments: { { duration: ToneGenerator::TONEGEN_INF, waveFreq: { 1477, 852, 0 }, 0, 0 }, [all …]
|
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/ |
D | InteractionController.java | 477 public boolean swipe(Point[] segments, int segmentSteps) { 488 if(segments.length == 0) 492 ret = touchDown(segments[0].x, segments[0].y); 493 for(int seg = 0; seg < segments.length; seg++) { 494 if(seg + 1 < segments.length) { 496 xStep = ((double)(segments[seg+1].x - segments[seg].x)) / segmentSteps; 497 yStep = ((double)(segments[seg+1].y - segments[seg].y)) / segmentSteps; 500 ret &= touchMove(segments[seg].x + (int)(xStep * i), 501 segments[seg].y + (int)(yStep * i)); 512 ret &= touchUp(segments[segments.length - 1].x, segments[segments.length -1].y);
|
D | UiDevice.java | 463 public boolean swipe(Point[] segments, int segmentSteps) { in swipe() argument 464 Tracer.trace(segments, segmentSteps); in swipe() 465 return getAutomatorBridge().getInteractionController().swipe(segments, segmentSteps); in swipe()
|
/frameworks/base/core/java/android/net/ |
D | Uri.java | 971 final String[] segments; field in Uri.PathSegments 974 PathSegments(String[] segments, int size) { in PathSegments() argument 975 this.segments = segments; in PathSegments() 984 return segments[index]; in get() 997 String[] segments; field in Uri.PathSegmentsBuilder 1001 if (segments == null) { in add() 1002 segments = new String[4]; in add() 1003 } else if (size + 1 == segments.length) { in add() 1004 String[] expanded = new String[segments.length * 2]; in add() 1005 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/support/v4/java/android/support/v4/content/ |
D | ContextCompat.java | 289 private static File buildPath(File base, String... segments) { in buildPath() argument 291 for (String segment : segments) { in buildPath()
|
D | FileProvider.java | 752 private static File buildPath(File base, String... segments) { in buildPath() argument 754 for (String segment : segments) { in buildPath()
|
/frameworks/base/core/java/android/os/ |
D | Environment.java | 793 public static File[] buildPaths(File[] base, String... segments) { in buildPaths() argument 796 result[i] = buildPath(base[i], segments); in buildPaths() 806 public static File buildPath(File base, String... segments) { in buildPath() argument 808 for (String segment : segments) { in buildPath()
|
/frameworks/av/include/media/ |
D | ToneGenerator.h | 241 ToneSegment segments[TONEGEN_MAX_SEGMENTS+1];
|
/frameworks/support/tests/java/android/support/v4/content/ |
D | FileProviderTest.java | 340 private static File buildPath(File base, String... segments) { in buildPath() argument 342 for (String segment : segments) { in buildPath()
|
/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/about/ |
D | index.jd | 104 devices or focus on specific segments, devices, or ranges of hardware
|
/frameworks/base/docs/html/training/secure-file-sharing/ |
D | share-file.jd | 153 segments based on XML meta-data is described in the section
|
/frameworks/base/docs/html/tools/help/uiautomator/ |
D | UiDevice.jd | 840 …a href="#swipe(android.graphics.Point[], int)">swipe</a></span>(Point[] segments, int segmentSteps… 2828 <span class="normal">(Point[] segments, int segmentSteps)</span> 2844 <th>segments</td>
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.1.jd | 580 segments for a given UID.</li>
|