/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/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WnmData.java | 39 String[] segments = event.split(" "); in buildWnmData() local 40 if (segments.length < 2) { in buildWnmData() 44 switch (segments[1]) { in buildWnmData() 46 if (segments.length != 4) { in buildWnmData() 49 return new WnmData(Long.parseLong(segments[0], 16), in buildWnmData() 50 segments[3], in buildWnmData() 51 Integer.parseInt(segments[2])); in buildWnmData() 54 if (segments.length != 5) { in buildWnmData() 57 int codeID = Integer.parseInt(segments[2]); in buildWnmData() 61 return new WnmData(Long.parseLong(segments[0], 16), in buildWnmData() [all …]
|
D | WifiMonitor.java | 1275 String[] segments = eventStr.split(" "); in handleIconResult() local 1276 if (segments.length != 4) { in handleIconResult() 1281 String bssid = segments[1]; in handleIconResult() 1282 String fileName = segments[2]; in handleIconResult() 1283 int size = Integer.parseInt(segments[3]); in handleIconResult()
|
/frameworks/base/cmds/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 | 466 public boolean swipe(Point[] segments, int segmentSteps) { in swipe() argument 467 Tracer.trace(segments, segmentSteps); in swipe() 468 return getAutomatorBridge().getInteractionController().swipe(segments, segmentSteps); in swipe()
|
/frameworks/base/core/java/android/net/ |
D | Uri.java | 979 final String[] segments; field in Uri.PathSegments 982 PathSegments(String[] segments, int size) { in PathSegments() argument 983 this.segments = segments; in PathSegments() 992 return segments[index]; in get() 1005 String[] segments; field in Uri.PathSegmentsBuilder 1009 if (segments == null) { in add() 1010 segments = new String[4]; in add() 1011 } else if (size + 1 == segments.length) { in add() 1012 String[] expanded = new String[segments.length * 2]; in add() 1013 System.arraycopy(segments, 0, expanded, 0, segments.length); in add() [all …]
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/service/ |
D | RedirectListener.java | 144 String[] segments = s.split(" "); in run() local 145 if (segments.length == 3 && in run() 146 segments[2].startsWith("HTTP/") && in run() 147 segments[1].regionMatches(1, mPath, 0, mPath.length())) { in run()
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/pps/ |
D | Policy.java | 142 String[] segments = MOManager.getString(node, TAG_FQDN_Match).split(","); in PreferredRoamingPartner() local 143 if (segments.length != 2) { in PreferredRoamingPartner() 146 mDomain = Utils.splitDomain(segments[0]); in PreferredRoamingPartner() 147 mIncludeSubDomains = MOManager.getSelection(TAG_FQDN_Match, segments[1]); in PreferredRoamingPartner()
|
/frameworks/base/docs/html/distribute/analyze/ |
D | understand-user-value.jd | 43 app (such as in-app purchases). Pair this data with segments to drill down to 138 Drilling down to look at segments of your data helps you understand what 142 different segments and understand which languages are bringing in the highest 151 Here are some common segments that you might want to consider when looking at 169 To use segments, click <strong>Add Segment</strong> above the report on any 170 data set you’re interested in breaking up. See the 15 System segments that 171 come with any app profile; these are default segments that allow you to do 175 combination of dimensions and metrics, you can create segments specific to 194 Another way to generate segments is to import from the gallery. When you 196 the Gallery you can import segments that other businesses have found useful [all …]
|
D | google-services.jd | 29 these segments you can create Audience Lists of app users to remarket to. 75 can identify interesting segments and then create Audience lists based on
|
D | build-better-apps.jd | 93 are also available as user segments, which allow you to superimpose that
|
D | measure.jd | 87 <li>Create rich user segments to delve deeper into your users’ shopping
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/ |
D | Policy.java | 153 String[] segments = in PreferredRoamingPartner() local 155 if (segments.length != 2) { in PreferredRoamingPartner() 158 mDomain = Utils.splitDomain(segments[0]); in PreferredRoamingPartner() 160 PasspointManagementObjectManager.getSelection(TAG_FQDN_Match, segments[1]); in PreferredRoamingPartner()
|
/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/native/libs/gui/ |
D | OccupancyTracker.cpp | 89 std::vector<Segment> segments(mSegmentHistory.cbegin(), in getSegmentHistory() local 92 return segments; in getSegmentHistory()
|
/frameworks/base/core/java/android/os/ |
D | Environment.java | 916 public static File[] buildPaths(File[] base, String... segments) { in buildPaths() argument 919 result[i] = buildPath(base[i], segments); in buildPaths() 929 public static File buildPath(File base, String... segments) { in buildPath() argument 931 for (String segment : segments) { in buildPath()
|
/frameworks/support/compat/java/android/support/v4/content/ |
D | ContextCompat.java | 346 private static File buildPath(File base, String... segments) { in buildPath() argument 348 for (String segment : segments) { in buildPath()
|
/frameworks/av/include/media/ |
D | ToneGenerator.h | 251 ToneSegment segments[TONEGEN_MAX_SEGMENTS+1];
|
/frameworks/support/core-utils/tests/java/android/support/v4/content/ |
D | FileProviderTest.java | 354 private static File buildPath(File base, String... segments) { in buildPath() argument 356 for (String segment : segments) { in buildPath()
|
/frameworks/support/core-utils/java/android/support/v4/content/ |
D | FileProvider.java | 785 private static File buildPath(File base, String... segments) { in buildPath() argument 787 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 | android.jd | 95 devices or focus on specific segments, devices, or ranges of hardware
|
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/about/versions/ |
D | android-3.1.jd | 580 segments for a given UID.</li>
|