/development/tools/winscope/src/common/ |
D | array_utils.ts | 73 let high = values.length - 1; 77 while (low <= high) { 78 const mid = (low + high) >> 1; 86 high = mid - 1; 89 high = mid - 1; 105 let high = values.length - 1; variable 109 while (low <= high) { 110 const mid = (low + high) >> 1; 118 high = mid - 1;
|
/development/tools/winscope/src/test/unit/ |
D | mock_long.ts | 18 constructor(public low: number, public high: number) {} property in MockLong 22 const high = BigInt(this.high >>> 0) << BigInt(32); constant 23 return (low + high).toString();
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | ViewFrameRateActivity.java | 50 long high = 1_000_000_000L / mFrameRates[i + 1]; in ViewFrameRateActivity() local 51 mFrameRateCutoffs[i] = (high * 3 + low) / 4; // 3/4 of the way to high is the cut-off in ViewFrameRateActivity() 113 final RadioButton high = findViewById(R.id.high); in onCreate() local 114 assert high != null; in onCreate() 115 high.setRequestedFrameRate(View.REQUESTED_FRAME_RATE_CATEGORY_NO_PREFERENCE); in onCreate() 116 high.setOnCheckedChangeListener((v, isChecked) -> { in onCreate() 135 high.setChecked(false); in onCreate()
|
/development/samples/browseable/WearHighBandwidthNetworking/ |
D | _index.jd | 8 Sample demonstrates how to determine if a high-bandwidth network is available for use cases that 11 high-bandwidth network operations if the bandwidth of currently available networks is inadequate.
|
/development/tools/winscope/src/parsers/transactions/operations/ |
D | translate_changes.ts | 58 if (originalValue.low !== undefined && originalValue.high !== undefined) { 65 originalValue.high,
|
/development/tools/winscope/src/app/components/bottomnav/ |
D | drawer.scss | 108 @include cdk.high-contrast(active, off) { 130 $high-contrast-border: solid 1px currentColor; 145 @include cdk.high-contrast(active, off) { 146 border-right: $high-contrast-border; 151 @include cdk.high-contrast(active, off) { 152 border-left: $high-contrast-border;
|
/development/tools/ota_analysis/src/services/ |
D | update_metadata_pb.js | 164 …startBlock && $util.isInteger(message.startBlock.low) && $util.isInteger(message.startBlock.high))) 167 …ge.numBlocks && $util.isInteger(message.numBlocks.low) && $util.isInteger(message.numBlocks.high))) 192 …Block = new $util.LongBits(object.startBlock.low >>> 0, object.startBlock.high >>> 0).toNumber(tru… 201 …mBlocks = new $util.LongBits(object.numBlocks.low >>> 0, object.numBlocks.high >>> 0).toNumber(tru… 234 …ber ? new $util.LongBits(message.startBlock.low >>> 0, message.startBlock.high >>> 0).toNumber(tru… 239 …umber ? new $util.LongBits(message.numBlocks.low >>> 0, message.numBlocks.high >>> 0).toNumber(tru… 851 …ize) && !(message.size && $util.isInteger(message.size.low) && $util.isInteger(message.size.high))) 879 … message.size = new $util.LongBits(object.size.low >>> 0, object.size.high >>> 0).toNumber(true); 919 …ongs === Number ? new $util.LongBits(message.size.low >>> 0, message.size.high >>> 0).toNumber(tru… 1540 …dataOffset && $util.isInteger(message.dataOffset.low) && $util.isInteger(message.dataOffset.high))) [all …]
|
/development/tools/winscope/src/app/components/timeline/expanded-timeline/ |
D | default_timeline_row_component_test.ts | 274 function setTraceAndSelectionRange(low: bigint, high: bigint) { 287 TimestampConverterUtils.makeRealTimestamp(high),
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 502 inspector - n. a high ranking police officer 510 intensive - j. characterized by a high degree or intensity; often used as a combining form 727 playful - j. full of fun and high spirits 801 rapid - j. characterized by speed; moving with or capable of moving with high speed 903 stature - n. high level of respect gained by impressive development or achievement
|
/development/samples/training/AnimationsDemo/libs/ |
D | android-support-v13.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/InteractiveChart/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/ContactsList/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/EffectiveNavigation/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/ControllerSample/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/multiscreen/newsreader/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/basic/ActivityLifecycle/libs/ |
D | android-support-v13.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/NavigationDrawer/libs/ |
D | android-support-v4.jar | ... [] a
int start
int len
int key
int high
int low
static int idealByteArraySize (int)
int i ... |
/development/samples/training/basic/FragmentBasics/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/location-aware/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/tools/cargo_embargo/testdata/async-trait/ |
D | cargo.metadata | 9576 "description": "A dumping ground for high level safe wrappers over winapi.",
|
/development/tools/cargo_embargo/testdata/plotters/ |
D | cargo.metadata | 21727 "description": "A high-level, safe, zero-allocation TrueType font parser.", 27403 "description": "A dumping ground for high level safe wrappers over winapi.",
|