HomeSort by relevance Sort by last modified time
    Searched full:changed (Results 701 - 725 of 19572) sorted by null

<<21222324252627282930>>

  /packages/apps/Dialer/java/com/android/dialer/app/list/
RegularSearchListAdapter.java 106 boolean changed = false;
107 changed |= setShortcutEnabled(SHORTCUT_DIRECT_CALL, showNumberShortcuts || isQuerySipAddress);
108 changed |= setShortcutEnabled(SHORTCUT_SEND_SMS_MESSAGE, showNumberShortcuts);
109 changed |=
112 return changed;
  /packages/apps/Gallery/src/com/android/camera/
EvenlySpacedLayout.java 69 private void layoutHorizontal(boolean changed, int l, int t, int r, int b) {
96 private void layoutVertical(boolean changed, int l, int t, int r, int b) {
124 protected void onLayout(boolean changed, int l, int t, int r, int b) {
126 layoutHorizontal(changed, l, t, r, b);
128 layoutVertical(changed, l, t, r, b);
  /prebuilts/go/darwin-x86/src/cmd/fix/
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/
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",
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationClient.java 34 * The configuration is about to be changed.
36 * @param flags details about what changed; consult the {@code CFG_} flags
44 * The configuration has changed. If the client returns false, it means that
51 * @param flags details about what changed; consult the {@code CFG_} flags
56 boolean changed(int flags); method in interface:ConfigurationClient
  /external/javassist/src/main/javassist/bytecode/analysis/
MultiType.java 53 private boolean changed = false; field in class:MultiType
98 * Returns true if the internal state has changed.
101 boolean changed = this.changed;
102 this.changed = false;
103 return changed;
233 changed = true;
257 changed = true;
258 } else if (changed == false){
262 changed = true
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVLowerOCLBlocks.cpp 145 bool changed = false; local
158 changed = true;
164 changed = true;
167 return changed;
192 /// Return true if the Module is changed.
195 bool changed = false; local
214 changed |= lowerReturnBlock(Ret, CallBlkBind, Inlined);
223 changed |= lowerGetBlockInvoke(CI, cast<Function>(InvF));
228 changed = true;
231 changed = true
256 bool changed = false; local
326 auto changed = false; local
    [all...]
  /external/python/cpython2/Mac/Demo/mlte/
mlted.py 33 self.changed = 0
68 if self.changed:
91 self.changed = 0
109 self.changed = 1
123 self.changed = 1
130 self.changed = 1
208 changed = 0
214 changed = 1
222 changed = 1
227 changed =
    [all...]
  /libcore/ojluni/src/main/java/java/io/
UnixFileSystem.java 239 // Android-changed: Added thread policy check
249 // Android-changed: Added thread policy check
256 // Android-changed: Added thread policy check
263 // Android-changed: Added thread policy check
270 // Android-changed: Added thread policy check
278 // Android-changed: Added thread policy check
285 // Android-changed: Added thread policy check
300 // Android-changed: Added thread policy check
307 // Android-changed: Added thread policy check
314 // Android-changed: Added thread policy chec
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
PreferredServices.java 51 * (if it changed) through a callback, which allows other components
157 // Notify if anything changed
168 boolean changed = false;
178 changed = true;
181 changed = true;
184 // Notify if anything changed
185 if (changed) {
202 boolean changed = false;
212 changed = true;
218 if (changed) {
    [all...]
  /libcore/ojluni/src/main/java/java/net/
InMemoryCookieStore.java 39 // Android-changed: App compat changes and bug fixes
71 // BEGIN Android-changed: Add targetSdkVersion and remove cookieJar and domainIndex
86 // END Android-changed: Add targetSdkVersion and remove cookieJar and domainIndex
99 // Android-changed: http://b/33034917, android supports clearing cookies
124 // BEGIN Android-changed: b/25897688 InMemoryCookieStore ignores scheme (http/https)
134 // END Android-changed: b/25897688 InMemoryCookieStore ignores scheme (http/https)
142 // BEGIN Android-changed: Remove cookieJar and domainIndex
162 // END Android-changed: Remove cookieJar and domainIndex
195 // BEGIN Android-changed: Fix uri not being removed from uriIndex
212 // END Android-changed: Fix uri not being removed from uriInde
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_os2.h 89 HEV changed; member in struct:os2_lock_t
117 DosCreateEventSem(NULL, &lock->changed, 0, 0);
121 lock->changed));
143 DosCloseEventSem(lock->changed);
182 DosWaitEventSem(lock->changed, SEM_INDEFINITE_WAIT);
193 DosResetEventSem(lock->changed, &count);
236 DosPostEventSem(lock->changed);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
patchcheck.py 34 @status("Getting the list of files that have been added/changed",
37 """Get the list of changed or added files from the VCS."""
117 """Report if any file in the Doc directory has been changed."""
123 """Check if Misc/ACKS has been changed."""
129 """Check if Misc/NEWS has been changed."""
147 # Misc/ACKS changed.
149 # Misc/NEWS changed.
  /external/llvm/lib/Target/Hexagon/
HexagonOptAddrMode.cpp 306 bool Changed = false;
325 Changed = true;
336 Changed = true;
338 Changed = false;
350 Changed = true;
355 if (Changed)
359 return Changed;
364 bool Changed = false;
392 Changed = true;
403 Changed = true
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCTOCRegDeps.cpp 42 // changed in between the instruction using the .LC12@toc@ha (TOC-relative)
115 bool Changed = false;
124 Changed = true;
127 return Changed;
132 bool Changed = false;
137 Changed = true;
140 return Changed;
PPCVSXCopy.cpp 89 bool Changed = false;
104 Changed = true;
129 Changed = true;
153 return Changed;
164 bool Changed = false;
169 Changed = true;
172 return Changed;
PPCEarlyReturn.cpp 58 bool Changed = false;
67 return Changed;
149 Changed = true;
155 if (Changed && !ReturnMBB.hasAddressTaken()) {
171 return Changed;
181 bool Changed = false;
186 return Changed;
191 Changed = true;
194 return Changed;
  /external/python/cpython2/Python/
thread_os2.h 89 HEV changed; member in struct:os2_lock_t
117 DosCreateEventSem(NULL, &lock->changed, 0, 0);
121 lock->changed));
143 DosCloseEventSem(lock->changed);
182 DosWaitEventSem(lock->changed, SEM_INDEFINITE_WAIT);
193 DosResetEventSem(lock->changed, &count);
236 DosPostEventSem(lock->changed);
  /external/python/cpython2/Tools/scripts/
patchcheck.py 53 @status("Getting the list of files that have been added/changed",
56 """Get the list of changed or added files from the VCS."""
140 """Report if any file in the Doc directory has been changed."""
146 """Check if Misc/ACKS has been changed."""
152 """Check if Misc/NEWS has been changed."""
172 # Misc/ACKS changed.
174 # Misc/NEWS changed.
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_parallelization_preparation.cc 36 bool changed = false; local
37 TF_ASSIGN_OR_RETURN(changed, RunParallelTaskAssignment(module));
59 changed = true;
101 changed = true;
106 return changed;
112 bool changed = false; local
141 return changed;
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_cse.cc 44 bool changed = false; local
83 changed = true;
88 return changed;
94 bool changed = false; local
100 changed |= CombineConstants(computation, is_layout_sensitive_);
135 changed = true;
139 return changed;
  /external/v8/src/
string-case.cc 16 bool CheckFastAsciiConvert(char* dst, const char* src, int length, bool changed,
30 return (expected_changed == changed);
69 bool changed = false; local
82 changed = true;
110 changed = true;
118 CheckFastAsciiConvert(saved_dst, saved_src, length, changed, is_lower));
120 *changed_out = changed;
  /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
  /system/chre/core/include/chre/core/
request_multiplexer.h 50 * request has changed.
62 * true if current maximal request has changed. The user of this API
79 * true if the current maximal request has changed. The user of this
93 * true if the current maximal request has changed. The user of this
104 * true if the current maximal request has changed.
127 * if it has changed.
130 * true if the current maximal request has changed.

Completed in 1514 milliseconds

<<21222324252627282930>>