/development/tools/external_crates/test_mapping/src/ |
D | json.rs | 60 let mut changed = false; in remove_unknown_tests() localVariable 63 changed = true; in remove_unknown_tests() 67 changed = true; in remove_unknown_tests() 71 changed = true; in remove_unknown_tests() 73 changed in remove_unknown_tests() 80 let changed = !self.postsubmit.is_empty(); in convert_postsubmit_tests() localVariable 87 changed in convert_postsubmit_tests() 90 let mut changed = false; in add_new_tests_to_postsubmit() localVariable 92 changed = true; in add_new_tests_to_postsubmit() 97 changed in add_new_tests_to_postsubmit()
|
D | lib.rs | 133 let mut changed = false; in fix_import_paths() localVariable 141 changed = true; in fix_import_paths() 145 changed in fix_import_paths()
|
/development/tools/external_crates/crates_io_util/src/ |
D | dependency_diff.rs | 38 pub changed: ChangedDeps<'base, 'other>, field 60 let mut changed = ChangedDeps::new(); in diff() localVariable 64 changed.insert(*name, ChangedDep { base: base_dep, other: other_dep }); in diff() 69 DependencyDiff { added, deleted, changed } in diff() 88 assert!(diff.changed.is_empty()); in trivial() 103 assert_equal(diff.changed.keys(), ["ahash", "bumpalo"].iter()); in hashbrown() 116 assert_equal(diff.changed.keys(), ["snapbox", "terminal_size"].iter()); in winnow()
|
/development/vndk/tools/sourcedr/ninja/tests/testdata/ |
D | sub.ninja | 1 a = changed
|
/development/samples/devbytes/ui/RequestDuringLayout/src/com/example/android/requestduringlayout/ |
D | RequestDuringLayout.java | 98 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument 99 super.onLayout(changed, l, t, r, b); in onLayout()
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
D | PathAnimations.java | 221 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() argument 222 super.onLayout(changed, left, top, right, bottom); in onLayout() 223 if (changed) { in onLayout()
|
D | FixedGridLayout.java | 75 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
|
/development/tools/external_crates/crate_tool/src/ |
D | managed_crate.rs | 499 let mut changed = tm.fix_import_paths(); in fix_test_mapping() localVariable 500 changed |= tm.add_new_tests_to_postsubmit()?; in fix_test_mapping() 501 changed |= tm.remove_unknown_tests()?; in fix_test_mapping() 503 if changed { in fix_test_mapping()
|
/development/samples/browseable/DrawableTinting/ |
D | _index.jd | 15 changed from the UI to see the effect of different options.
|
/development/scripts/ |
D | update_crate_tests.py | 392 changed = (subprocess.call(['git', 'diff', '--quiet']) == 1) 397 if args.branch_and_commit and (changed or untracked): 407 if args.push_change and (changed or untracked):
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | SecureViewOverlay.java | 52 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
|
D | ContentBrowserActivity.java | 142 final boolean changed = newVis == getSystemUiVisibility(); in setNavVisibility() 146 if (changed || visible) { in setNavVisibility()
|
D | ContentBrowserNavActivity.java | 144 final boolean changed = newVis == getSystemUiVisibility(); in setNavVisibility() 148 if (changed || visible) { in setNavVisibility()
|
D | CustomLayout.java | 133 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() argument
|
/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/ |
D | CardStreamLinearLayout.java | 232 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument 233 super.onLayout(changed, l, t, r, b); in onLayout() 234 Log.d(TAG, "onLayout: " + changed); in onLayout() 236 if( changed && !mLayouted ){ in onLayout()
|
/development/tools/cargo_embargo/testdata/ |
D | README.md | 31 - `cargo_embargo.json`: Adjust the list of Cargo features if this has changed
|
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
D | FitCenterFrameLayout.java | 53 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
|
D | CameraFragment.java | 236 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
|
/development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/ |
D | FixedGridLayout.java | 86 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | CameraPreview.java | 220 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument 221 if (changed && getChildCount() > 0) { in onLayout()
|
D | PictureLayout.java | 146 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
|
/development/tools/external_crates/crate_tool/src/testdata/ |
D | ahash.patch | 20 1 file changed, 12 insertions(+), 1 deletion(-)
|
/development/samples/VirtualDeviceManager/ |
D | README.md | 198 *This can be changed dynamically starting with Android V.* 203 *This can be changed dynamically.* 211 *This can be changed dynamically.* 232 *This can be changed dynamically.* 242 *This can be changed dynamically but only applies to newly created 258 *This can be changed dynamically.* 267 *This can be changed dynamically but only applies to newly created 286 *This can be changed dynamically but only applies to newly created 306 *This can be changed dynamically.*
|
/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/ |
D | AnimatedNotificationDisplayActivity.java | 120 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() argument
|
/development/samples/Home/src/com/example/android/home/ |
D | ApplicationsStackLayout.java | 179 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
|