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

<<141142143144145146147148149150>>

  /libcore/ojluni/src/main/java/java/util/
Locale.java 713 * (specifically "iw", "ji", and "in") have changed. This constructor accepts both the
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/v8/src/compiler/
js-create-lowering.cc 283 return Changed(node);
346 return Changed(node);
387 return Changed(node);
426 return Changed(node);
469 return Changed(node);
497 return Changed(node);
533 return Changed(node);
583 return Changed(node);
608 return Changed(node);
626 return Changed(node)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
CHANGES_FROM_131.txt 10 Added Russell Quong to banner, changed banner for output slightly
128 Changed so that deleteTokens() will do a delete ((ANTLRTokenBase *))
184 be changed; or you can rerun genmk). This is a good move,
210 The deleteTokens() message to the parser or token buffer has been changed
236 Changed TokenType-> ANTLRTokenType (often forces changes in AST defs due
264 From robertb oakhill.sps.mot.com Bob Bailey. Changed ANTLR C++ output
463 o Changed Token class hierarchy to be (Thanks to Tom Moog):
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
BootManagerMenu.c 681 @param IsSetupMode Indicate mode is changed to setup mode or boot mode.
683 @retval EFI_SUCCESS Mode is changed successfully.
684 @retval Others Mode failed to be changed.
767 // video resolution need not be changed.
768 // 1.1. If current text mode is same with required text mode, text mode need not be changed.
769 // 1.2. If current text mode is different from required text mode, text mode need be changed.
865 // Video mode is changed, so restart graphics console driver and higher level driver.
    [all...]
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DebugCommunicationLibUsb3Common.c 190 Update XHC MMIO base address when MMIO base address is changed.
303 whether the usb debug port hardware configuration is changed. Such case can be triggered by
308 @retval TRUE The usb debug port hardware configuration is changed.
309 @retval FALSE The usb debug port hardware configuration is not changed.
482 @retval EFI_SUCCESS The bit successfully changed by host controller.
632 @retval TRUE The usb debug port hardware configuration is changed.
633 @retval FALSE The usb debug port hardware configuration is not changed.
  /external/f2fs-tools/tools/sg_write_buffer/
sg_lib_data.c     [all...]
  /external/libchrome/base/files/
file_path_watcher_linux.cc 99 // watch that fired, |child| indicates what has changed, and is relative to
358 // Check whether a path component of |target_| changed.
369 // - the target has no symlink: it is the target and it changed.
382 // that changed is "foo".
386 // cannot be "foo". Thus |target_| has not changed.
402 // - The target or a direct child of the target got changed (in case the
512 // has changed. For these cases, redo the watches for |target_| and below.
  /external/libchrome/dbus/
property.h 216 // argument specifies the name of the property changed.
224 // are changed, this may be a NULL callback.
244 // a property is changed. Sub-classes may override if the property
245 // changed signal provides different arguments.
303 // Calls the property changed callback passed to the constructor, used
305 // UpdatePropertyFromReader(). Takes the |name| of the changed property.
360 // all calls to that method, PropertySet::Get() and property changed signals
  /external/llvm/lib/CodeGen/
PHIElimination.cpp 137 bool Changed = false;
147 Changed |= SplitPHIEdges(MF, MBB, MLI);
155 Changed |= EliminatePHINodes(MF, MBB);
178 return Changed;
556 bool Changed = false;
618 Changed = true;
622 return Changed;
  /external/llvm/lib/Target/SystemZ/
SystemZElimCompare.cpp 467 // changed.
469 bool Changed = false;
484 Changed = true;
496 return Changed;
506 bool Changed = false;
508 Changed |= processBlock(MBB);
510 return Changed;
  /external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp 437 bool Changed;
439 Changed = false;
452 Changed = true;
456 // If the dominator changed, this may have an effect on other
458 } while (Changed);
636 bool Changed = LR.processLoop(&L);
637 if (!Changed)
  /external/ltp/testcases/kernel/device-drivers/v4l/user_space/
test_VIDIOC_FREQUENCY.c 222 /* check wheteher the frequency has not been changed */
324 /* check wheteher the frequency has been changed to the lowest
359 /* check wheteher the frequency has been changed to the lowest
398 /* check wheteher the frequency has been changed to the lowest
435 /* check wheteher the frequency has been changed to the highest
474 /* check wheteher the frequency has been changed to the highest
513 /* check wheteher the frequency has been changed to the highest
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
PHIElimination.cpp 110 bool Changed = false;
120 Changed |= SplitPHIEdges(MF, *I, *LV, MLI);
129 Changed |= EliminatePHINodes(MF, *I);
149 return Changed;
412 bool Changed = false;
429 Changed = true;
436 return Changed;
  /external/tensorflow/tensorflow/tools/compatibility/
tf_upgrade.py 39 * `change_to_function`: a set of function names that have changed (for
41 * `function_reorders`: maps functions whose argument order has changed to the
144 comment: A description of what was changed
357 self._file_edit.add("Changed %r to %r" % (full_name, new_text),
507 """List of maps that describe what changed in the API."""
640 # Functions that were reordered should be changed to the new keyword args
665 comment = ("ERROR: tf.reverse has had its argument semantics changed\n"
  /external/webrtc/webrtc/modules/audio_device/linux/
audio_mixer_manager_pulse_linux.cc 529 // The device used by the stream can be changed
562 // The device used by the stream can be changed
629 // The device used by the stream can be changed
677 // The device used by the stream can be changed
808 // The device used by the stream can be changed
873 // The device used by the stream can be changed during the call.
947 // The device used by the stream can be changed
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioOutputDescriptor.cpp 151 // - the float value returned by computeVolume() changed
373 bool changed = AudioOutputDescriptor::setVolume(volume, stream, device, delayMs, force); local
375 if (changed) {
385 return changed;
585 bool changed = AudioOutputDescriptor::setVolume(volume, stream, device, delayMs, force); local
587 if (changed) {
590 return changed;
  /frameworks/base/core/java/android/hardware/
SystemSensorManager.java 379 boolean changed = diffSortedSensorList(
382 if (changed) {
432 // Dynamic sensors probably changed
489 boolean changed = false;
495 changed = true;
502 changed = true;
521 return changed;
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
RippleDrawable.java 247 final boolean changed = super.onStateChange(stateSet);
269 return changed;
321 final boolean changed = super.setVisible(visible, restart);
325 } else if (changed) {
336 return changed;
623 * Notifies all the animating ripples that the hotspot bounds have changed.
962 // The locally cached drawable may have changed.
    [all...]
  /frameworks/base/telephony/java/android/telephony/
PhoneStateListener.java 504 * The Over The Air Service Provisioning (OTASP) has changed. Requires
518 * Callback invoked when a observed cell info has changed,
556 * related to the VoLTE service has changed.
564 * Callback invoked when the SIM voice activation state has changed
573 * Callback invoked when the SIM data activation state has changed
582 * Callback invoked when the user mobile data state has changed
590 * Callback invoked when the current physical channel configuration has changed
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
ExtendedBitmapDrawable.java 86 * Called after a field is changed in an {@link ExtendedOptions}, if that field requests this
514 final boolean changed = super.setVisible(visible);
515 if (changed) {
529 return changed;
565 final boolean changed = super.setVisible(visible);
566 if (changed) {
579 return changed;
  /libcore/ojluni/src/main/java/java/net/
StandardSocketOptions.java 110 * socket send buffer to be changed after the socket is bound is system
147 * socket receive buffer to be changed after the socket is bound is system
211 * interval changed, at any time. The maximum value of the linger interval
242 * queried or changed prior to binding the socket.
267 * the socket option can be queried or changed prior to binding the socket
294 * the socket is bound. Whether the socket option can be queried or changed
319 * bound. Whether the socket option can be queried or changed prior to
  /libcore/ojluni/src/main/java/java/util/zip/
Deflater.java 94 // Android-changed: added close guard
180 // Android-changed: added close guard
275 * <p> If the compression strategy is changed, the next invocation
304 * <p> If the compression level is changed, the next invocation
550 // Android-changed: added close guard
565 // Android-changed: added close guard
578 // Android-changed: initIDs handled in register method.
  /libcore/ojluni/src/main/java/sun/security/util/
DerInputStream.java 328 // BEGIN Android-changed: Original encoded form needed for APKs parsing/validation
351 // END Android-changed: Original encoded form needed for APKs parsing/validation
384 // BEGIN Android-changed: Original encoded form needed for APKs parsing/validation
401 // END Android-changed: Original encoded form needed for APKs parsing/validation
410 // BEGIN Android-changed: Original encoded form needed for APKs parsing/validation
423 // END Android-changed: Original encoded form needed for APKs parsing/validation
468 // Android-changed: Original encoded form needed for APKs parsing/validation
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XKBsrv.h 485 unsigned int /* changed */
490 unsigned int /* changed */,
499 unsigned int /* changed */,
576 CARD32 /* changed */,
1074 unsigned int /* changed */,
1081 unsigned int /* changed */
1087 unsigned int /* changed */,

Completed in 3312 milliseconds

<<141142143144145146147148149150>>