Home
last modified time | relevance | path

Searched refs:changed (Results 1 – 25 of 36) sorted by relevance

12

/development/tools/external_crates/test_mapping/src/
Djson.rs60 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()
Dlib.rs133 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/
Ddependency_diff.rs38 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/
Dsub.ninja1 a = changed
/development/samples/devbytes/ui/RequestDuringLayout/src/com/example/android/requestduringlayout/
DRequestDuringLayout.java98 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/
DPathAnimations.java221 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()
DFixedGridLayout.java75 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
/development/tools/external_crates/crate_tool/src/
Dmanaged_crate.rs499 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.jd15 changed from the UI to see the effect of different options.
/development/scripts/
Dupdate_crate_tests.py392 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/
DSecureViewOverlay.java52 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
DContentBrowserActivity.java142 final boolean changed = newVis == getSystemUiVisibility(); in setNavVisibility()
146 if (changed || visible) { in setNavVisibility()
DContentBrowserNavActivity.java144 final boolean changed = newVis == getSystemUiVisibility(); in setNavVisibility()
148 if (changed || visible) { in setNavVisibility()
DCustomLayout.java133 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/
DCardStreamLinearLayout.java232 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/
DREADME.md31 - `cargo_embargo.json`: Adjust the list of Cargo features if this has changed
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DFitCenterFrameLayout.java53 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
DCameraFragment.java236 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
/development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/
DFixedGridLayout.java86 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/
DCameraPreview.java220 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
221 if (changed && getChildCount() > 0) { in onLayout()
DPictureLayout.java146 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
/development/tools/external_crates/crate_tool/src/testdata/
Dahash.patch20 1 file changed, 12 insertions(+), 1 deletion(-)
/development/samples/VirtualDeviceManager/
DREADME.md198 *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/
DAnimatedNotificationDisplayActivity.java120 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() argument
/development/samples/Home/src/com/example/android/home/
DApplicationsStackLayout.java179 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument

12