HomeSort by relevance Sort by last modified time
    Searched refs:changed (Results 226 - 250 of 2417) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Launcher3/src/com/android/launcher3/qsb/
QsbWidgetHostView.java 51 // Re-inflate is required if the orientation has changed since last inflation.
57 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
59 super.onLayout(changed, left, top, right, bottom);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
GuidanceRelativeLayout.java 57 protected void onLayout(boolean changed, int l, int t, int r, int b) {
58 super.onLayout(changed, l, t, r, b);
MessagePageFrameLayout.java 61 protected void onLayout(boolean changed, int l, int t, int r, int b) {
62 super.onLayout(changed, l, t, r, b);
  /packages/services/Car/service/src/com/android/car/
CanBusErrorNotifier.java 63 boolean changed = failed
66 if (!changed) {
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug423.go 275 panic("argument was changed")
  /prebuilts/go/linux-x86/test/fixedbugs/
bug423.go 275 panic("argument was changed")
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/
sym_diff.py 58 added, removed, changed = diff.diff(old_syms_list, new_syms_list)
62 added, removed, changed, names_only=args.names_only,
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
copy-3.d 8 # cannot be changed. We skip it for them.
  /external/icu/icu4c/source/common/
uvectr32.cpp 136 UBool changed = FALSE; local
141 changed = TRUE;
144 return changed;
148 UBool changed = FALSE; local
153 changed = TRUE;
156 return changed;
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
fusion_merger.cc 154 bool changed() const { return changed_; } function in class:xla::gpu::FusionInstructionMerger
294 bool changed = false; local
303 changed |= fusion_merger.changed();
306 << computation->name() << " changed: " << changed;
309 return changed;
  /external/v8/src/
bit-vector.h 122 bool changed = false; local
126 if (data_[i] != old_data) changed = true;
128 return changed;
140 bool changed = false; local
144 if (data_[i] != old_data) changed = true;
146 return changed;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
FlashlightControllerImpl.java 221 boolean changed;
223 changed = mTorchAvailable != available;
226 if (changed) {
233 boolean changed;
235 changed = mFlashlightEnabled != enabled;
238 if (changed) {
  /frameworks/base/services/core/java/com/android/server/am/
VrController.java 114 // FLAG_PERSISTENT_VR_MODE setting changed.
146 * Called when ActivityManagerService's TOP_APP process has changed.
167 * @return {@code true} if the VR state changed.
182 boolean changed = false;
190 changed = changeVrModeLocked(vrMode, record.app);
197 // Tell VrManager that a VR mode changed is requested, VrManager will handle
200 return changed;
278 * changed.
285 * @return {@code true} if our state changed.
291 // changed
    [all...]
  /external/e2fsprogs/lib/ext2fs/
block.c 63 int ret = 0, changed = 0; local
104 changed |= flags;
120 changed |= flags;
129 check_for_ro_violation_return(ctx, changed);
130 if (changed & BLOCK_CHANGED) {
152 int ret = 0, changed = 0; local
191 changed |= flags;
207 changed |= flags;
215 check_for_ro_violation_return(ctx, changed);
216 if (changed & BLOCK_CHANGED)
238 int ret = 0, changed = 0; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
stropmodule.c 465 int changed; local
474 changed = 0;
478 changed = 1;
484 if (!changed) {
504 int changed; local
513 changed = 0;
517 changed = 1;
523 if (!changed) {
544 int changed; local
553 changed = 0;
723 int changed; local
951 int c, changed = 0; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
stropmodule.c 465 int changed; local
474 changed = 0;
478 changed = 1;
484 if (!changed) {
504 int changed; local
513 changed = 0;
517 changed = 1;
523 if (!changed) {
544 int changed; local
553 changed = 0;
721 int changed; local
949 int c, changed = 0; local
    [all...]
  /external/python/cpython2/Modules/
stropmodule.c 465 int changed; local
474 changed = 0;
478 changed = 1;
484 if (!changed) {
504 int changed; local
513 changed = 0;
517 changed = 1;
523 if (!changed) {
544 int changed; local
553 changed = 0
723 int changed; local
951 int c, changed = 0; local
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_dataflow_analysis.cc 166 bool changed = false; local
225 changed = true;
233 changed = true;
243 changed = true;
247 return changed;
308 bool changed = false; local
322 changed = true;
325 return changed;
330 bool changed = false; local
345 changed = true
380 bool changed = false; local
401 bool changed = false; local
499 bool changed = false; local
516 bool changed = false; local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/fix/
cftype.go 44 changed := false
81 changed = true
89 changed = true
138 changed = true
142 return changed
main_test.go 98 if changed := out != tt.In; changed != fixed {
99 t.Errorf("%s: changed=%v != fixed=%v", tt.Name, changed, fixed)
115 t.Errorf("%s: changed output after second round of fixes.\n--- output after first round\n%s\n--- output after second round\n%s",
  /prebuilts/go/linux-x86/src/cmd/fix/
cftype.go 44 changed := false
81 changed = true
89 changed = true
138 changed = true
142 return changed
main_test.go 98 if changed := out != tt.In; changed != fixed {
99 t.Errorf("%s: changed=%v != fixed=%v", tt.Name, changed, fixed)
115 t.Errorf("%s: changed output after second round of fixes.\n--- output after first round\n%s\n--- output after second round\n%s",
  /external/webrtc/talk/media/base/
videoadapter.cc 190 LOG(LS_INFO) << "VAdapt input interval changed from "
232 LOG(LS_INFO) << "VAdapt output interval changed from "
320 bool changed = false; local
325 changed = true;
341 << " Changed: " << (changed ? "true" : "false");
428 bool changed = AdaptToMinimumFormat(&new_width, &new_height); local
432 << " Changed: " << (changed ? "true" : "false")
498 bool changed = AdaptToMinimumFormat(&new_width, &new_height) local
559 bool changed = AdaptToMinimumFormat(&new_width, &new_height); local
684 bool changed = new_num_pixels != old_num_pixels; local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
fuse.go 9 for changed := true; changed; {
10 changed = false
14 changed = fuseBlockIf(b) || changed
15 changed = fuseBlockPlain(b) || changed
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
fuse.go 9 for changed := true; changed; {
10 changed = false
14 changed = fuseBlockIf(b) || changed
15 changed = fuseBlockPlain(b) || changed

Completed in 413 milliseconds

1 2 3 4 5 6 7 8 91011>>