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

<<61626364656667686970>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
SignatureSpi.java 28 // BEGIN Android-changed: Use Android digests
76 // Android-changed: Use Android digests
109 // Android-changed: Use Android digests
133 // Android-changed: Use Android digests
157 // Android-changed: Use Android digests
181 // Android-changed: Use Android digests
  /external/libmojo/third_party/catapult/devil/devil/utils/
cmd_helper.py 113 cwd: If not None, the subprocess's current directory will be changed to
129 cwd: If not None, the subprocess's current directory will be changed to
163 cwd: If not None, the subprocess's current directory will be changed to
187 cwd: If not None, the subprocess's current directory will be changed to
253 cwd: If not None, the subprocess's current directory will be changed to
288 cwd: If not None, the subprocess's current directory will be changed to
  /external/llvm/lib/Analysis/
RegionPass.cpp 56 bool Changed = false;
72 Changed |= RP->doInitialization(R, *this);
99 Changed |= P->runOnRegion(CurrentRegion, *this);
103 if (Changed)
159 Changed |= P->doFinalization();
170 return Changed;
  /external/llvm/lib/CodeGen/
MachineInstrBundle.cpp 48 bool Changed = false;
69 Changed = true;
77 return Changed;
237 bool Changed = false;
252 Changed = true;
257 return Changed;
  /external/llvm/lib/Target/AArch64/
AArch64A53Fix835769.cpp 115 bool Changed = false;
119 Changed |= runOnBasicBlock(MBB);
121 return Changed;
187 bool Changed = false;
228 Changed = true;
232 return Changed;
  /external/llvm/lib/Target/Hexagon/
HexagonGenMux.cpp 193 bool Changed = false;
305 Changed = true;
308 return Changed;
316 bool Changed = false;
318 Changed |= genMuxInBlock(I);
319 return Changed;
  /external/llvm/lib/Target/Lanai/
LanaiDelaySlotFiller.cpp 54 bool Changed = false;
57 Changed |= runOnMachineBasicBlock(*FI);
58 return Changed;
93 bool Changed = false;
133 Changed = true;
143 return Changed;
  /external/llvm/lib/Target/Mips/
MipsOptimizePICCall.cpp 182 bool Changed = false;
199 Changed |= visitNode(MBBI);
205 return Changed;
209 bool Changed = false;
221 Changed = true;
243 return Changed;
  /external/python/cpython2/Lib/test/
test_difflib.py 114 line 4 changed
115 line 5 changed
116 line 6 changed
131 line 4 chanGEd
132 line 5a chanGed
133 line 6a changEd
  /external/swiftshader/third_party/LLVM/lib/Analysis/
RegionPass.cpp 55 bool Changed = false;
71 Changed |= RP->doInitialization(R, *this);
96 Changed |= P->runOnRegion(CurrentRegion, *this);
99 if (Changed)
154 Changed |= P->doFinalization();
165 return Changed;
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeDelaySlotFiller.cpp 56 bool Changed = false;
59 Changed |= runOnMachineBasicBlock(*FI);
60 return Changed;
233 bool Changed = false;
243 Changed = true;
250 return Changed;
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DelaySlotFiller.cpp 54 bool Changed = false;
57 Changed |= runOnMachineBasicBlock(*FI);
58 return Changed;
100 bool Changed = false;
111 Changed = true;
125 return Changed;
  /external/webrtc/webrtc/common_audio/signal_processing/
complex_fft.c 36 * and should not be changed depending on the input parameter 'stages'
58 * kSinTable1024[], and should not be changed depending on the input
98 * kSinTable1024[], and should not be changed depending on the input
167 * and should not be changed depending on the input parameter 'stages'
209 * kSinTable1024[], and should not be changed depending on the input
240 * kSinTable1024[], and should not be changed depending on the input
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_ReverbGenerator.c 41 /* control parameters has changed. In this case the delay and filters are only */
43 /* - the sample rate has changed */
83 * - the sample rate has changed
84 * - the speaker type has changed to or from the mobile speaker
167 * - the sample rate has changed
168 * - the speaker type has changed to or from the mobile speaker
  /frameworks/base/core/java/android/util/
MapCollections.java 413 boolean changed = false;
420 changed = true;
423 return changed;
429 boolean changed = false;
436 changed = true;
439 return changed;
  /frameworks/base/media/java/android/media/
MediaPlayerBase.java 282 * Called when the player's current data source has changed.
284 * @param mpb the player whose data source changed.
298 * Called to indicate that the state of the player has changed.
300 * @param mpb the player whose state has changed.
315 * Called to indicate that the playback speed has changed.
316 * @param mpb the player that has changed the playback speed.
  /frameworks/base/services/core/java/com/android/server/media/
MediaSessionStack.java 46 * Called when the media button session is changed.
72 * The session of which PlaybackState is changed to ALWAYS_PRIORITY_STATES or
139 * Notify the priority tracker that a session's playback state changed.
141 * @param record The record that changed.
171 * @param record The record that changed.
175 // depending on what changed.
  /frameworks/support/collection/src/main/java/androidx/collection/
MapCollections.java 411 boolean changed = false;
418 changed = true;
421 return changed;
427 boolean changed = false;
434 changed = true;
437 return changed;
  /frameworks/support/media/src/main/java/androidx/media/
MediaPlayerInterface.java 302 * Called when the player's current data source has changed.
304 * @param mpb the player whose data source changed.
320 * Called to indicate that the state of the player has changed.
322 * @param mpb the player whose state has changed.
338 * Called to indicate that the playback speed has changed.
339 * @param mpb the player that has changed the playback speed.
  /libcore/ojluni/src/main/java/java/sql/
Date.java 182 @Deprecated // Android-added: changed javadoc to include deprecation note.
194 @Deprecated // Android-added: changed javadoc to include deprecation note.
206 @Deprecated // Android-added: changed javadoc to include deprecation note.
218 @Deprecated // Android-added: changed javadoc to include deprecation note.
230 @Deprecated // Android-added: changed javadoc to include deprecation note.
242 @Deprecated // Android-added: changed javadoc to include deprecation note.
  /libcore/ojluni/src/main/java/java/util/
RegularEnumSet.java 156 * @return <tt>true</tt> if the set changed as a result of the call
212 * @return <tt>true</tt> if this set changed as a result of the call
239 * @return <tt>true</tt> if this set changed as a result of the call
260 * @return <tt>true</tt> if this set changed as a result of the call
269 boolean changed = (elements != 0);
271 return changed;
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_difflib.py 105 line 4 changed
106 line 5 changed
107 line 6 changed
122 line 4 chanGEd
123 line 5a chanGed
124 line 6a changEd
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_difflib.py 105 line 4 changed
106 line 5 changed
107 line 6 changed
122 line 4 chanGEd
123 line 5a chanGed
124 line 6a changEd
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_difflib.py 105 line 4 changed
106 line 5 changed
107 line 6 changed
122 line 4 chanGEd
123 line 5a chanGed
124 line 6a changEd
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_difflib.py 105 line 4 changed
106 line 5 changed
107 line 6 changed
122 line 4 chanGEd
123 line 5a chanGed
124 line 6a changEd

Completed in 1345 milliseconds

<<61626364656667686970>>