| /external/python/cpython2/Tools/faqwiz/ |
| faqconf.py | 39 MARK_VERY_RECENT = " **" # Changed very recently 40 MARK_RECENT = " *" # Changed recently 45 <P>(Entries marked with ** were changed within the last 24 hours; 46 entries marked with * were changed within the last 7 days.) 92 # Anything below this point normally needn't be changed; you would 257 / Last changed on %(last_changed_date)s by 297 # Recently changed entries 301 No %(FAQNAME)s entries were changed in the last %(period)s. 306 View entries changed in the last... 318 The following %(FAQNAME)s entry was changed in the last %(period)s [all...] |
| /external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
| MipsExpandPseudo.cpp | 52 bool Changed = false; 55 Changed |= runOnMachineBasicBlock(*I); 57 return Changed; 62 bool Changed = false; 80 Changed = true; 83 return Changed;
|
| /external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
| FPMover.cpp | 86 bool Changed = false; 92 Changed = true; 127 return Changed; 136 bool Changed = false; 139 Changed |= runOnMachineBasicBlock(*FI); 140 return Changed;
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| transpose_folding.cc | 78 // Returns whether the module is changed. 99 // Returns whether the module is changed. 205 bool changed = false; local 207 changed |= FoldTransposeIntoDot(pair); 210 changed |= FoldTransposeIntoConvolution(pair); 212 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;
|
| /external/webrtc/webrtc/base/ |
| network.cc | 53 // limit of IPv6 networks but could be changed by set_max_ipv6_networks(). 234 bool* changed) { 236 MergeNetworkList(new_networks, changed, &stats); 240 bool* changed, 242 *changed = false; 292 *changed = true; 296 *changed = existing_net->SetIPs(kv.second.ips, *changed); 298 // If the existing network was not active, networks have changed. 300 *changed = true 795 bool changed; local [all...] |
| /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ |
| RootScanner.java | 133 boolean changed = false; 141 changed = true; 146 changed = true; 165 changed = true; 168 changed = true; 176 if (changed) {
|
| Mapper.java | 70 final boolean changed = putDocuments( 78 return changed; 110 final boolean changed = putDocuments( 119 return changed; 235 * @return Whether the database content is changed. 246 boolean changed = false; 266 changed = true; 270 if (!changed) { 287 if (!changed) { 292 changed = true [all...] |
| /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/telephony/java/android/telephony/mbms/ |
| StreamingService.java | 68 * State changed due to a call to {@link #close()} or 75 * State changed due to the streaming session ending at the carrier. 80 * State changed due to a frequency conflict with another requested stream. 85 * State changed due to the middleware running out of memory 90 * State changed due to the device leaving the home carrier's LTE network. 95 * State changed due to the device leaving the where this stream is being broadcast.
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
| RealVector.java | 37 * results, so the instance is changed by these methods. In both cases, the result 196 * The instance is changed in-place. 213 * The instance is changed in-place. 230 * The instance is changed in-place. 247 * The instance is changed in-place. 266 * The instance is changed in-place. 286 * The instance is changed in-place. 304 * <p>The instance <strong>is</strong> changed by this method.</p> 321 * <p>The instance <strong>is</strong> changed by this method.</p> 338 * <p>The instance <strong>is</strong> changed by this method.</p [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...] |
| /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
| ReportAPI.java | 18 * - make 'changed apis' smarter - detect method parameter or return type change 56 ArrayList<DeltaInfo> changed; field in class:ReportAPI 147 changed = new ArrayList<DeltaInfo>(); 173 changed.add(new DeltaInfo(ams.get(0), rms.get(0))); 188 changed.add(new DeltaInfo(a, r)); 194 // now clean up added and removed by cleaning out the changed members 195 Iterator<DeltaInfo> ci = changed.iterator(); 332 pw.println("<h2>Changed in " + newData.name + " (old, new)</h2>"); 333 if (changed.size() > 0) { 334 printResults(changed, pw, true, true) [all...] |
| /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
| StripSymbols.cpp | 239 bool Changed = false; 249 Changed = true; 258 Changed = true; 267 Changed = true; 277 Changed = true; 282 return Changed; 286 bool Changed = false; 287 Changed |= StripDebugInfo(M); 289 Changed |= StripSymbolNames(M, false); 290 return Changed; [all...] |
| /external/llvm/lib/Analysis/ |
| CallGraphSCCPass.cpp | 115 bool Changed = false; 127 Changed = CGSP->runOnSCC(CurSCC); 133 if (Changed) 137 return Changed; 151 Changed |= FPP->runOnFunction(*F); 159 if (Changed && CallGraphUpToDate) { 164 return Changed; 383 bool Changed = false; 419 Changed |= RunPassOnSCC(P, CurSCC, CG, 422 if (Changed) [all...] |
| /external/swiftshader/third_party/LLVM/lib/Analysis/IPA/ |
| CallGraphSCCPass.cpp | 109 bool Changed = false; 121 Changed = CGSP->runOnSCC(CurSCC); 127 if (Changed) 131 return Changed; 145 Changed |= FPP->runOnFunction(*F); 151 if (Changed && CallGraphUpToDate) { 156 return Changed; 363 bool Changed = false; 399 Changed |= RunPassOnSCC(P, CurSCC, CG, 402 if (Changed) [all...] |
| /libcore/ojluni/src/main/java/java/net/ |
| URLStreamHandler.java | 137 // BEGIN Android-changed: App compat 139 // END Android-changed: App compat 151 // BEGIN Android-changed: App compat 153 // END Android-changed: App compat 159 // BEGIN Android-changed: App compat 166 // END Android-changed: App compat 229 // BEGIN Android-changed: App compat 238 // END Android-changed: App compat 253 // BEGIN Android-changed: App compat 260 // END Android-changed: App compa [all...] |
| /tools/metalava/src/main/java/com/android/tools/metalava/ |
| CompatibilityCheck.kt | 152 Errors.CHANGED_CLASS, new, "${describe(new, capitalize = true)} changed class/interface declaration" 154 return // Avoid further warnings like "has changed abstract qualifier" which is implicit in this change 179 Errors.CHANGED_ABSTRACT, new, "${describe(new, capitalize = true)} changed abstract qualifier" 210 Errors.CHANGED_STATIC, new, "${describe(new, capitalize = true)} changed static qualifier" 223 "${describe(new, capitalize = true)} changed visibility from $oldVisibility to $newVisibility" 233 )} has changed deprecation state ${old.deprecated} --> ${new.deprecated}" 245 )} superclass changed from $oldSuperClassName to ${new.superClass()?.qualifiedName()}" 259 )} changed number of type parameters from $oldTypeParamsCount to $newTypeParamsCount" 309 )} has changed return type from $oldTypeString to $newTypeString" 320 "${describe(new, capitalize = true)} has changed return type from $oldTypeString to $newTypeString [all...] |
| /art/libartbase/base/ |
| bit_vector.cc | 141 bool changed = false; local 145 return changed; 153 changed = true; 165 changed = true; 169 return changed; 175 bool changed = false; local 179 return changed; 201 changed = true; 210 changed = true; 214 return changed; [all...] |
| /external/libevent/ |
| Makefile.am | 34 # If the ABI changed, but it's backward-compatible: 36 # If the ABI changed and it isn't backward-compatible: 52 # 2.0.9-rc -- 2.0 5:0:0 (ABI changed slightly) 54 # 2.0.11-stable-- 2.0 6:0:1 (ABI changed, backward-compatible) 69 # 2.1.3-alpha -- 2.1 3:0:0 (ABI changed slightly) 70 # 2.1.4-alpha -- 2.1 4:0:0 (ABI changed slightly) 71 # 2.1.5-beta -- 2.1 5:0:0 (ABI changed slightly) 72 # 2.1.6-beta -- 2.1 6:0:0 (ABI changed slightly) 73 # 2.1.7-beta -- 2.1 6:1:0 (ABI changed slightly) 74 # 2.1.8-stable-- 2.1 6:2:0 (ABI changed slightly [all...] |
| /external/llvm/lib/Transforms/IPO/ |
| GlobalDCE.cpp | 82 bool Changed = false; 85 Changed |= optimizeGlobalCtorsList(M, isEmptyFunction); 100 Changed |= RemoveUnusedGlobalValue(GO); 110 Changed |= RemoveUnusedGlobalValue(GA); 117 Changed |= RemoveUnusedGlobalValue(GIF); 173 Changed = true; 182 Changed = true; 192 Changed = true; 202 Changed = true; 210 if (Changed) [all...] |
| /external/lz4/ |
| NEWS | 19 Changed : moved to versioning; package, cli and library have same version number 42 Changed: xxhash symbols are modified (namespace emulation) within liblz4 54 Changed: New lz4 and lz4hc compression API. Previous function prototypes still supported. 55 Changed: Sparse file support enabled by default 58 Changed: Enums converted to LZ4F_ namespace convention - by Takayuki Matsuoka 71 Changed: Default "make install" directory is /usr/local, as notified by Ron Johnson 89 Changed : lz4 is C90 compatible 90 Changed : added -pedantic option, fixed a few mminor warnings 93 Changed : endian and alignment code 94 Changed : directory structure : new "lib" director [all...] |
| /external/v8/src/compiler/ |
| typed-optimization.cc | 51 return Changed(replacement); 55 return Changed(replacement); 59 return Changed(replacement); 63 return Changed(replacement); 68 return Changed(replacement); 72 return Changed(replacement); 219 return Changed(node); 258 return Changed(node); 299 return Changed(node); 308 return Changed(node) [all...] |
| /frameworks/support/leanback/src/main/java/androidx/leanback/widget/ |
| ThumbsBar.java | 91 boolean changed = false; 94 changed = true; 98 changed = true; 100 if (changed) { 118 boolean changed = false; 121 changed = true; 125 changed = true; 127 if (changed) { 236 protected void onLayout(boolean changed, int l, int t, int r, int b) { 237 super.onLayout(changed, l, t, r, b) [all...] |
| /frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
| MagnificationController.java | 399 * @return {@code true} if the magnification spec changed, {@code false} if 413 final boolean changed = !spec.isNop(); 414 if (changed) { 420 return changed; 434 * @return {@code true} if the magnification spec changed, {@code false} if 475 * @return {@code true} if the magnification spec changed, {@code false} if 500 * @return {@code true} if the magnification spec changed, {@code false} if 521 final boolean changed = updateMagnificationSpecLocked(scale, centerX, centerY); 526 return changed; 558 * Get the ID of the last service that changed the magnification spec [all...] |