| /external/llvm/lib/Target/Hexagon/ |
| HexagonRDFOpt.cpp | 163 bool Changed = false; 168 Changed |= rewrite(SA, Remove); 171 return erase(Remove) || Changed; 284 bool Changed; 302 Changed = CP.run(); 309 Changed |= DCE.run(); 311 if (Changed) {
|
| /external/llvm/lib/Transforms/IPO/ |
| StripSymbols.cpp | 235 bool Changed = false; 236 Changed |= StripDebugInfo(M); 238 Changed |= StripSymbolNames(M, false); 239 return Changed; 300 bool Changed = false; 344 Changed = true; 352 return Changed;
|
| /external/llvm/lib/Transforms/Scalar/ |
| SimplifyCFGPass.cpp | 57 bool Changed = false; 91 Changed = true; 126 return Changed; 134 bool Changed = false; 153 Changed |= LocalChange; 155 return Changed; 164 // If neither pass changed anything, we're done.
|
| /external/skia/docs/ |
| usingBookmaker.bmh | 22 The bot output describes what changed. 24 To fix this, edit the docs file corresponding to the changed include file. 57 # Something changed the examples that output text. ## 62 The bot output describes what changed, and includes the file and line 91 Bookmaker from recompiling. if SkSurface.h was not changed, it is not written, 264 The original include may have changed since you started creating the markdown. 266 This reports if a method no longer exists or its parameters have changed.
|
| /external/skqp/docs/ |
| usingBookmaker.bmh | 22 The bot output describes what changed. 24 To fix this, edit the docs file corresponding to the changed include file. 51 # Something changed the examples that output text. ## 56 The bot output describes what changed, and includes the file and line 85 Bookmaker from recompiling. if SkSurface.h was not changed, it is not written, 258 The original include may have changed since you started creating the markdown. 260 This reports if a method no longer exists or its parameters have changed.
|
| /external/swiftshader/third_party/LLVM/lib/CodeGen/ |
| ProcessImplicitDefs.cpp | 85 bool Changed = false; 130 Changed = true; 162 Changed = true; 166 Changed = true; 207 Changed = true; 232 Changed = true; 299 return Changed;
|
| /external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
| parallel_task_assignment.cc | 162 bool changed = AssignParallelTasks(module, hlo_to_parallel_tasks); local 166 return changed; 178 bool changed = false; local 187 changed |= AssignParallelTasksHelper(module, instruction->while_body(), 191 changed |= AssignParallelTasksHelper(module, instruction->to_apply(), 225 changed = true; 227 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;
|
| /frameworks/base/core/java/com/android/internal/widget/ |
| ActionBarContainer.java | 160 boolean changed = false; 164 changed |= background.setState(state); 169 changed |= stackedBackground.setState(state); 174 changed |= splitBackground.setState(state); 177 if (changed) { 316 public void onLayout(boolean changed, int l, int t, int r, int b) { 317 super.onLayout(changed, l, t, r, b);
|
| SimpleItemAnimator.java | 151 Log.d(TAG, "CHANGED: " + oldHolder + " with view " + oldHolder.itemView); 238 * Called when an item is changed in the RecyclerView, as indicated by a call to 258 * @param oldHolder The original item that changed. 259 * @param newHolder The new item that was created with the changed content. Might be null 309 * @param item The item which has been changed (this method must be called for 312 * @param oldItem true if this is the old item that was changed, false if 351 * @param item The item which has been changed (this method must be called for 354 * @param oldItem true if this is the old item that was changed, false if 437 * @param oldItem true if this is the old item that was changed, false if 451 * @param oldItem true if this is the old item that was changed, false i [all...] |
| /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
| PagedTileLayout.java | 250 boolean changed = false; 252 changed |= mPages.get(i).updateResources(); 254 if (changed) { 257 return changed; 375 boolean changed = rows != mMaxRows; 376 if (changed) { 380 return super.updateResources() || changed;
|
| /frameworks/base/services/core/java/com/android/server/job/controllers/ |
| ConnectivityController.java | 219 final boolean changed = jobStatus 228 Slog.i(TAG, "Connectivity " + (changed ? "CHANGED" : "unchanged") 232 return changed; 250 boolean changed = false; 276 changed |= updateConstraintsSatisfied(js, network, capabilities); 280 if (changed) {
|
| /libcore/ojluni/src/main/java/java/util/ |
| JumboEnumSet.java | 197 * @return <tt>true</tt> if the set changed as a result of the call 267 * @return <tt>true</tt> if this set changed as a result of the call 294 * @return <tt>true</tt> if this set changed as a result of the call 315 * @return <tt>true</tt> if this set changed as a result of the call 324 boolean changed = (size != 0); 326 return changed; 363 * Recalculates the size of the set. Returns true if it's changed.
|
| /packages/apps/Contacts/src/com/android/contacts/editor/ |
| AggregationSuggestionEngine.java | 314 boolean changed = updateSuggestedContactIds(cursor); 315 if (!changed) { 342 boolean changed = count != mSuggestedContactIds.length; 346 if (!changed && Arrays.binarySearch(mSuggestedContactIds, contactId) < 0) { 347 changed = true; 352 if (changed) { 361 return changed;
|
| /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
| ConnectionServiceFocusManagerTest.java | 176 // THEN nothing changed. 215 // and the focus ConnectionService is not changed. 223 // THEN the focus call changed as excepted. 237 // THEN the call focus isn't changed. 289 // WHEN the non-external call changed to external call 302 // WHEN an external call changed to external call 320 // THEN the call focus isn't changed.
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/ |
| StatusPanel.java | 318 * Status changed events listener. 322 * Zoom level has been changed. 328 * Scale has been changed. 334 * Lock visibility has been changed. 340 * Patches visibility has been changed. 346 * BadPatches visibility has been changed. 352 * Content visibility has been changed.
|
| /system/bt/profile/avrcp/ |
| device.h | 111 // CURRENT TRACK CHANGED 125 // PLAY STATUS CHANGED 128 // NOW PLAYING LIST CHANGED 134 // PLAY POSITION CHANGED 152 // AVAILABLE PLAYER CHANGED 155 // ADDRESSED PLAYER CHANGED 216 // VOLUME CHANGED NOTIFICATION
|
| /system/nfc/src/nfa/include/ |
| nfa_ee_int.h | 116 * use to indicate an API function has changed the configuration of the 119 /* technology routing changed */ 121 /* protocol routing changed */ 123 /* AID routing changed */ 125 /* System Code routing changed */ 127 /* VS changed */ 131 /* routing flags changed */
|
| /external/llvm/include/llvm/Transforms/Utils/ |
| SSAUpdaterImpl.h | 230 bool Changed; 232 Changed = false; 258 // Check if the IDom value has changed. 261 Changed = true; 264 } while (Changed); 284 bool Changed; 286 Changed = false; 306 // Check if anything changed. 309 Changed = true; 312 } while (Changed); [all...] |
| /external/llvm/lib/CodeGen/ |
| StackSlotColoring.cpp | 285 bool Changed = false; 295 Changed |= (SS != NewSS); 313 if (!Changed) 376 bool changed = false; local 389 changed = true; 406 changed = true; 421 return changed; 436 bool Changed = false; 453 Changed = ColorSlots(MF); 468 return Changed; [all...] |
| /external/llvm/lib/Transforms/Utils/ |
| SymbolRewriter.cpp | 116 bool Changed = false; 126 Changed = true; 128 return Changed; 156 bool Changed = false; 176 Changed = true; 178 return Changed; 523 bool Changed; 525 Changed = false; 527 Changed |= Descriptor.performOnModule(M); 529 return Changed; [all...] |
| /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/ |
| SSAUpdaterImpl.h | 219 bool Changed; 221 Changed = false; 247 // Check if the IDom value has changed. 250 Changed = true; 253 } while (Changed); 273 bool Changed; 275 Changed = false; 295 // Check if anything changed. 298 Changed = true; 301 } while (Changed); [all...] |
| /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
| SimplifyIndVar.cpp | 54 bool Changed; 65 Changed(false) { 69 bool hasChanged() const { return Changed; } 145 Changed = true; 183 Changed = true; 239 Changed = true; 270 Changed = true; 393 bool Changed = false; 395 Changed |= simplifyUsersOfIV(cast<PHINode>(I), SE, LPM, Dead); 397 return Changed; [all...] |
| /frameworks/base/core/java/android/widget/ |
| VideoView2.java | 63 * SurfaceView selectively. The default is SurfaceView and it can be changed using 243 * or equal to zero, it will be just ignored and nothing will be changed. If it exceeds the 309 * changed with key/value pairs through the headers parameter with 388 * Registers a callback to be invoked when the fullscreen mode should be changed. 397 * Interface definition of a callback to be invoked when the view type has been changed. 404 * Called when the view type has been changed. 406 * @param view the View whose view type is changed 417 * Interface definition of a callback to be invoked to inform the fullscreen mode is changed. 444 protected void onLayout(boolean changed, int l, int t, int r, int b) { 445 mProvider.onLayout_impl(changed, l, t, r, b) [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/ |
| SSAUpdaterImpl.h | 229 bool Changed; 231 Changed = false; 257 // Check if the IDom value has changed. 260 Changed = true; 263 } while (Changed); 283 bool Changed; 285 Changed = false; 305 // Check if anything changed. 308 Changed = true; 311 } while (Changed); [all...] |