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

<<919293949596979899100>>

  /external/skqp/site/user/api/
usingBookmaker.md 11 The bot output describes what changed.
13 To fix this, edit the docs file corresponding to the changed include file.
36 <td>Something changed the examples that output text.</td> </tr> <tr>
41 The bot output describes what changed, and includes the file and line
66 <a href="#Bookmaker">Bookmaker</a> from recompiling. if SkSurface.h was not changed, it is not written,
214 The original include may have changed since you started creating the markdown.
216 This reports if a method no longer exists or its parameters have changed.
  /external/spirv-llvm/lib/SPIRV/
OCLTypeToSPIRV.cpp 152 bool Changed = false;
156 Changed |= Found;
173 if (!Changed)
285 bool Changed = false;
295 Changed = true;
306 Changed = true;
310 if (Changed)
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 38 bool Changed; // Keep track of whether anything changed
76 DAG(dag), TLI(dag.getTargetLoweringInfo()), Changed(false) {}
91 // Finally, it's possible the root changed. Get the new root.
101 return Changed;
205 Changed = true;
233 Changed = true;
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
FunctionAttrs.cpp 230 bool Changed = false;
251 Changed = true;
255 return Changed;
376 bool Changed = AddReadAttrs(SCC);
377 Changed |= AddNoCaptureAttrs(SCC);
378 Changed |= AddNoAliasAttrs(SCC);
379 return Changed;
  /external/tensorflow/tensorflow/docs_src/install/
migration.md 5 The APIs in TensorFlow 1.0 have changed in ways that are not all backwards
133 `tf.mod`, respectively. In addition we have changed the rounding algorithm
139 * The semantics of `tf.divide` division have been changed to match Python
149 * The semantics of `tf.mod` have been changed to match Python semantics. In
207 NumPy methods. To achieve this, TensorFlow 1.0 has changed keyword arguments
328 * should be changed to a function call i.e. `tf.ones_initializer()`
336 * should be changed to a function call i.e. `tf.zeros_initializer()`
  /external/v8/src/compiler/
common-operator-reducer.cc 99 // since we tell the graph reducer that the {branch} was changed and the
105 return Changed(node);
144 return Changed(node);
296 return reduction.Changed() ? reduction : Changed(node);
421 return Changed(node);
431 return Changed(node);
  /frameworks/base/core/java/android/print/
PrintDocumentAdapter.java 36 * inform you that the print attributes (page size, density, etc) changed
132 * Called when the print attributes (page size, density, etc) changed
139 * whether the layout changed the content or not, respectively; or {@link
312 * Notifies that the layout finished and whether the content changed.
315 * @param changed Whether the layout changed.
319 public void onLayoutFinished(PrintDocumentInfo info, boolean changed) {
  /frameworks/base/docs/html/sdk/support_api_diff/25.1.0/changes/
android.support.v17.leanback.app.MediaControllerGlue.html 7 <meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
93 <a NAME="Changed"></a>
94 <TABLE summary="Changed Constructors" WIDTH="100%">
96 <TH VALIGN="TOP" COLSPAN=3>Changed Constructors</FONT></TD>
122 <a NAME="Changed"></a>
123 <TABLE summary="Changed Methods" WIDTH="100%">
125 <TH VALIGN="TOP" COLSPAN=3>Changed Methods</FONT></TD>
  /frameworks/base/media/java/android/media/
AudioPlaybackConfiguration.java 354 final boolean changed = !attr.equals(mPlayerAttr);
356 return changed;
363 * @return true if the state changed, false otherwise
366 final boolean changed;
368 changed = (mPlayerState != event);
370 if (changed && (event == PLAYER_STATE_RELEASED) && (mIPlayerShell != null)) {
375 return changed;
  /frameworks/base/services/core/java/com/android/server/net/
NetworkPolicyLogger.java 92 uid + " state changed to " + procState + " with seq=" + procStateSeq);
177 final String log = "Firewall rules changed for " + getFirewallChainName(chain)
236 return "Policy for " + uid + " changed from "
242 return "Meteredness of netId=" + netId + " changed to " + newMetered;
250 return "Changed restrictBackground: " + oldValue + "->" + newValue;
266 return "temp-power-save whitelist for " + appId + " changed to: " + added;
270 return String.format("Firewall rule changed: %d-%s-%s",
  /libcore/ojluni/src/main/java/java/util/zip/
ZipInputStream.java 100 // Android-changed: Unconditionally close external inflaters (b/26462400)
127 // BEGIN Android-changed
130 // END Android-changed
162 // BEGIN Android-changed
165 // END Android-changed
209 // BEGIN Android-changed
211 // END Android-changed
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ParticipantData.java 362 boolean changed = false;
369 changed = true;
371 return changed;
375 boolean changed = false;
383 changed = true;
393 changed = true;
397 return changed;
  /packages/apps/Settings/src/com/android/settings/widget/
ChartDataUsageView.java 228 // only invalidate when vertMax actually changed
232 final boolean changed = mVert.setBounds(0L, newMax);
236 if (changed) {
243 // since we just changed axis, make sweep recalculate its value
248 // layout other sweeps to match changed axis
361 final boolean changed = mHoriz.setBounds(visibleStart, visibleEnd);
370 if (changed) {
  /packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
CarrierIdProviderTest.java 90 private boolean changed = false; field in class:CarrierIdProviderTest.FakeContentObserver
96 changed = true;
178 assertTrue(mContentObserver.changed);
213 assertFalse(mContentObserver.changed);
238 assertTrue(mContentObserver.changed);
274 assertTrue(mContentObserver.changed);
424 assertFalse(mContentObserver.changed);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 77 bool Changed;
94 Changed(false),
120 /// \brief Check if the checker changed the state of the execution; ex: added
122 bool isDifferent() { return Changed; }
203 /// will not be changed, but the new node will have the checker's tag.
262 Changed = true;
335 Changed = true;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 77 bool Changed;
94 Changed(false),
120 /// \brief Check if the checker changed the state of the execution; ex: added
122 bool isDifferent() { return Changed; }
203 /// will not be changed, but the new node will have the checker's tag.
262 Changed = true;
335 Changed = true;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 77 bool Changed;
94 Changed(false),
120 /// \brief Check if the checker changed the state of the execution; ex: added
122 bool isDifferent() { return Changed; }
203 /// will not be changed, but the new node will have the checker's tag.
262 Changed = true;
335 Changed = true;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 77 bool Changed;
94 Changed(false),
120 /// \brief Check if the checker changed the state of the execution; ex: added
122 bool isDifferent() { return Changed; }
210 /// will not be changed, but the new node will have the checker's tag.
269 Changed = true;
342 Changed = true;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 77 bool Changed;
94 Changed(false),
120 /// \brief Check if the checker changed the state of the execution; ex: added
122 bool isDifferent() { return Changed; }
210 /// will not be changed, but the new node will have the checker's tag.
269 Changed = true;
342 Changed = true;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 77 bool Changed;
94 Changed(false),
120 /// \brief Check if the checker changed the state of the execution; ex: added
122 bool isDifferent() { return Changed; }
210 /// will not be changed, but the new node will have the checker's tag.
269 Changed = true;
342 Changed = true;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 77 bool Changed;
94 Changed(false),
120 /// \brief Check if the checker changed the state of the execution; ex: added
122 bool isDifferent() { return Changed; }
210 /// will not be changed, but the new node will have the checker's tag.
269 Changed = true;
342 Changed = true;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 77 bool Changed;
94 Changed(false),
120 /// \brief Check if the checker changed the state of the execution; ex: added
122 bool isDifferent() { return Changed; }
203 /// will not be changed, but the new node will have the checker's tag.
262 Changed = true;
335 Changed = true;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 77 bool Changed;
94 Changed(false),
120 /// \brief Check if the checker changed the state of the execution; ex: added
122 bool isDifferent() { return Changed; }
203 /// will not be changed, but the new node will have the checker's tag.
262 Changed = true;
335 Changed = true;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 77 bool Changed;
94 Changed(false),
120 /// \brief Check if the checker changed the state of the execution; ex: added
122 bool isDifferent() { return Changed; }
203 /// will not be changed, but the new node will have the checker's tag.
262 Changed = true;
335 Changed = true;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 77 bool Changed;
94 Changed(false),
120 /// \brief Check if the checker changed the state of the execution; ex: added
122 bool isDifferent() { return Changed; }
210 /// will not be changed, but the new node will have the checker's tag.
269 Changed = true;
342 Changed = true;

Completed in 1768 milliseconds

<<919293949596979899100>>