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

<<919293949596979899100>>

  /cts/tests/autofillservice/src/android/autofillservice/cts/
OptionalSaveActivityTest.java 123 // Wait for onFill() before proceeding, otherwise the fields might be changed before
180 // Wait for onFill() before proceeding, otherwise the fields might be changed before
292 * Tests the scenario where the service autofilled the activity but the user changed fields
308 // Wait for onFill() before proceeding, otherwise the fields might be changed before
388 * Tests the scenario where the service autofilled the activity and the user changed fields,
404 // Wait for onFill() before proceeding, otherwise the fields might be changed before
  /external/aac/libMpegTPDec/include/
tp_data.h 56 that you changed the software and the date of any change. For modified versions
335 parameter has changed that requires a memory
338 parameter has changed that requires a memory
341 parameter has changed that requires a memory
355 UCHAR cfgChanged; /**< Flag indicates that the config changed and the decoder
358 UCHAR contentChanged; /**< Flag indicates that the content changed i.e. a
  /external/aac/libMpegTPEnc/include/
tp_data.h 56 that you changed the software and the date of any change. For modified versions
335 parameter has changed that requires a memory
338 parameter has changed that requires a memory
341 parameter has changed that requires a memory
355 UCHAR cfgChanged; /**< Flag indicates that the config changed and the decoder
358 UCHAR contentChanged; /**< Flag indicates that the content changed i.e. a
  /external/chromium-trace/catapult/devil/devil/utils/
cmd_helper.py 118 cwd: If not None, the subprocess's current directory will be changed to
134 cwd: If not None, the subprocess's current directory will be changed to
170 cwd: If not None, the subprocess's current directory will be changed to
196 cwd: If not None, the subprocess's current directory will be changed to
373 cwd: If not None, the subprocess's current directory will be changed to
414 cwd: If not None, the subprocess's current directory will be changed to
  /external/deqp/modules/egl/
teglNegativePartialUpdateTests.cpp 299 log << tcu::TestLog::Message << "On failure, eglQuerySurface shouldn't change buffer age but buffer age has been changed to " << bufferAge << tcu::TestLog::EndMessage;
300 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Fail, bufferAge shouldn't be changed");
318 log << tcu::TestLog::Message << "On failure, eglQuerySurface shouldn't change buffer age but buffer age has been changed to " << bufferAge << tcu::TestLog::EndMessage;
319 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Fail, bufferAge shouldn't be changed");
339 log << tcu::TestLog::Message << "On failure, eglQuerySurface shouldn't change buffer age but buffer age has been changed to " << bufferAge << tcu::TestLog::EndMessage;
340 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Fail, bufferAge shouldn't be changed");
  /external/elfutils/libelf/
elf32_updatenull.c 130 int changed = 0; local
321 update_if_changed (data->d_off, offset, changed);
363 changed |= offset_changed;
368 changed. Create the section data list. */
375 changed);
380 scn->flags |= changed;
  /external/icu/icu4c/source/common/
uvector.cpp 215 UBool changed = FALSE; local
220 changed = TRUE;
223 return changed;
227 UBool changed = FALSE; local
232 changed = TRUE;
235 return changed;
  /external/llvm/lib/Analysis/
LoopPass.cpp 151 bool Changed = false;
177 Changed |= P->doInitialization(L, *this);
200 Changed |= P->runOnLoop(CurrentLoop, *this);
204 if (Changed)
258 Changed |= P->doFinalization();
261 return Changed;
  /external/llvm/lib/CodeGen/
MachineCombiner.cpp 356 bool Changed = false;
431 Changed = true;
449 return Changed;
470 bool Changed = false;
474 Changed |= combineInstructions(&MBB);
476 return Changed;
MachineCopyPropagation.cpp 75 bool Changed;
175 Changed = true;
317 Changed = true;
345 Changed = true;
360 Changed = false;
369 return Changed;
  /external/llvm/lib/Target/AArch64/
AArch64ConditionOptimizer.cpp 305 // CSE. Returns true if compare instruction was changed, otherwise false is
328 bool Changed = false;
407 Changed = true;
430 Changed |= adjustTo(HeadCmpMI, HeadCmp, TrueCmpMI, TrueImm);
432 Changed |= adjustTo(TrueCmpMI, TrueCmp, HeadCmpMI, HeadImm);
439 return Changed;
  /external/swiftshader/third_party/LLVM/lib/Analysis/
LoopPass.cpp 197 bool Changed = false;
216 Changed |= P->doInitialization(L, *this);
241 Changed |= P->runOnLoop(CurrentLoop, *this);
246 if (Changed)
298 Changed |= P->doFinalization();
301 return Changed;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
SpillPlacement.cpp 318 bool Changed = false;
323 Changed = true;
328 if (!Changed || !RecentPositive.empty())
332 Changed = false;
337 Changed = true;
342 if (!Changed || !RecentPositive.empty())
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
cudnn_convolution_algorithm_picker.cc 351 bool changed = false; local
354 changed |= result;
356 return changed;
360 bool changed = false; local
363 changed |= result;
365 return changed;
cudnn_convolution_rewriter.cc 454 bool changed = false; local
457 changed |= result;
459 return changed;
464 bool changed = false; local
467 changed |= result;
469 return changed;
pad_insertion.cc 167 // The size of the kernel may have changed so update the Window to match.
392 bool changed = false; local
398 changed |= CanonicalizeForwardConvolution(instruction);
400 changed |= CanonicalizeBackwardFilterConvolution(instruction);
402 changed |= CanonicalizeBackwardInputConvolution(instruction);
409 return changed;
  /external/tensorflow/tensorflow/core/kernels/
quantize_and_dequantize_op_test.cc 60 // Ensure that the inputs haven't been changed.
86 // Ensure that the inputs haven't been changed.
116 // Ensure that the inputs haven't been changed.
147 // Ensure that the inputs haven't been changed.
176 // Ensure that the inputs haven't been changed.
206 // Ensure that the inputs haven't been changed.
  /frameworks/base/core/java/android/app/
Presentation.java 226 // chance that the display metrics have changed. If so, we will need to
231 + "display metrics have changed since it was created.");
266 * the presentation is attached have changed.
268 * If the display metrics have changed (for example, if the display has been
287 // If the display metrics have changed in any way then the current configuration
292 + "display metrics have changed since it was created.");
  /frameworks/base/core/java/com/android/internal/widget/
ToolbarWidgetWrapper.java 407 final int changed = oldOpts ^ newOpts; local
409 if (changed != 0) {
410 if ((changed & ActionBar.DISPLAY_HOME_AS_UP) != 0) {
417 if ((changed & AFFECTS_LOGO_MASK) != 0) {
421 if ((changed & ActionBar.DISPLAY_SHOW_TITLE) != 0) {
431 if ((changed & ActionBar.DISPLAY_SHOW_CUSTOM) != 0 && mCustomView != null) {
  /frameworks/base/graphics/java/android/graphics/drawable/
DrawableWrapper.java 129 // The density may have changed since the last update. This will
275 final boolean changed = mDrawable != null && mDrawable.setVisible(visible, restart);
276 return superChanged | changed;
345 final boolean changed = mDrawable.setState(state);
346 if (changed) {
349 return changed;
  /frameworks/base/services/core/java/com/android/server/input/
PersistentDataStore.java 167 boolean changed = false;
170 changed = true;
173 if (changed) {
412 boolean changed = false;
419 changed = true;
422 return changed;
  /frameworks/base/telephony/java/android/telephony/ims/
ImsCallSessionListener.java 34 // TODO: APIs in here do not conform to API guidelines yet. This can be changed if
35 // ImsCallSessionListenerConverter is also changed.
436 * The IMS call session's conference state has changed.
486 * The IMS call session's access technology has changed.
520 * The TTY mode has been changed by the remote party.
537 * The multiparty state has been changed for this {@code ImsCallSession}.
  /frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/
Camera2UtilsTest.java 315 Camera2RequestSettingsSet changed = new Camera2RequestSettingsSet(original); local
316 assertEquals(true, changed.get(CaptureRequest.CONTROL_AE_LOCK));
326 Camera2RequestSettingsSet changed = new Camera2RequestSettingsSet(original); local
327 assertEquals(original.getRevision(), changed.getRevision());
336 Camera2RequestSettingsSet changed = new Camera2RequestSettingsSet(original); local
337 requestSettingsSetAndForget(changed, CaptureRequest.CONTROL_AE_LOCK, false);
  /frameworks/support/media-widget/src/main/java/androidx/media/widget/
VideoView2.java 66 * SurfaceView selectively. The default is SurfaceView and it can be changed using
251 * or equal to zero, it will be just ignored and nothing will be changed. If it exceeds the
340 * changed with key/value pairs through the headers parameter with
462 * Interface definition of a callback to be invoked when the view type has been changed.
469 * Called when the view type has been changed.
471 * @param view the View whose view type is changed
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
ToolbarWidgetWrapper.java 386 final int changed = oldOpts ^ newOpts; local
388 if (changed != 0) {
389 if ((changed & ActionBar.DISPLAY_HOME_AS_UP) != 0) {
396 if ((changed & AFFECTS_LOGO_MASK) != 0) {
400 if ((changed & ActionBar.DISPLAY_SHOW_TITLE) != 0) {
410 if ((changed & ActionBar.DISPLAY_SHOW_CUSTOM) != 0 && mCustomView != null) {

Completed in 1267 milliseconds

<<919293949596979899100>>