HomeSort by relevance Sort by last modified time
    Searched defs:Initialized (Results 1 - 25 of 52) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciHotPlugSupport.h 29 BOOLEAN Initialized;
  /external/webrtc/webrtc/voice_engine/
statistics.cc 52 bool Statistics::Initialized() const
  /frameworks/compile/slang/
slang_rs_export_element.h 55 static bool Initialized;
slang_rs_export_element.cpp 31 bool RSExportElement::Initialized = false;
56 if (!Initialized) {
67 Initialized = true;
79 if (!Initialized)
169 if (!Initialized)
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Variable/BlockVariableDxe/
BlockVariableDxe.h 36 BOOLEAN Initialized;
  /external/llvm/include/llvm/ExecutionEngine/
OProfileWrapper.h 60 bool Initialized;
83 Initialized(true)
  /external/llvm/include/llvm/ADT/
Statistic.h 44 bool Initialized;
57 Initialized = false;
137 bool tmp = Initialized;
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCTargetDesc.cpp 114 static bool Initialized = false;
115 if (!Initialized) {
  /external/mesa3d/src/mesa/program/
prog_parameter.h 83 GLboolean Initialized; /**< debug: Has the ParameterValue[] been set? */
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Statistic.h 39 bool Initialized;
48 Value = 0; Initialized = 0;
110 bool tmp = Initialized;
  /device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
BootMonFsInternal.h 91 BOOLEAN Initialized;
  /system/core/adb/
transport_mdns.cpp 64 bool Initialized() {
232 if (! resolved->Initialized()) {
260 if (! discovered->Initialized()) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
PiSmmCore.h 96 BOOLEAN Initialized;
  /external/llvm/include/llvm/CodeGen/
TargetPassConfig.h 106 bool Initialized; // Flagged after all passes are configured.
131 void setInitialized() { Initialized = true; }
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
simulcast_encoder_adapter.cc 235 if (!Initialized()) {
327 if (!Initialized()) {
478 bool SimulcastEncoderAdapter::Initialized() const {
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/NorFlashDxe/
NorFlashDxe.h 136 BOOLEAN Initialized;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
DxeMain.h 196 BOOLEAN Initialized;
375 @retval EFI_SUCCESS Memory services successfully initialized.
398 @retval EFI_SUCCESS GCD services successfully initialized.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BaseSerialPortLib16550/
BaseSerialPortLib16550.c 467 If the serial device was successfully initialized, then return RETURN_SUCCESS.
468 If the serial device could not be initialized, then return RETURN_DEVICE_ERROR.
470 @retval RETURN_SUCCESS The serial device was initialized.
471 @retval RETURN_DEVICE_ERROR The serial device could not be initialized.
484 BOOLEAN Initialized;
513 // See if the serial port is already initialized
515 Initialized = TRUE;
517 Initialized = FALSE;
524 Initialized = FALSE;
526 if (Initialized) {
    [all...]
  /external/mesa3d/src/egl/main/
egldisplay.h 131 EGLBoolean Initialized; /**< True if the display is initialized */
  /external/webrtc/webrtc/modules/audio_device/dummy/
audio_device_dummy.cc 24 bool AudioDeviceDummy::Initialized() const { return true; }
file_audio_device.cc 70 bool FileAudioDevice::Initialized() const { return true; }
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/
DebugCommunicationLibUsb.c 108 #define USBDBG_INIT_DONE 4 // The usb debug cable device is initialized
121 UINT8 Initialized;
568 if (Handle->Initialized == USBDBG_RESET) {
570 } else if (Handle->Initialized != USBDBG_INIT_DONE) {
618 != (USB_DEBUG_PORT_OWNER | USB_DEBUG_PORT_IN_USE)) || (Handle->Initialized == USBDBG_RESET)) {
659 Handle->Initialized = USBDBG_NO_DEV;
663 if (Handle->Initialized != USBDBG_INIT_DONE ||
678 Handle->Initialized = USBDBG_NO_DBG_CAB;
701 Handle->Initialized = USBDBG_NO_DBG_CAB;
718 Handle->Initialized = USBDBG_NO_DBG_CAB;
    [all...]
  /external/clang/lib/Analysis/
UninitializedValues.cpp 92 Initialized = 0x1, /* 01 */
455 // we should not assume that it is initialized by the call, and we
540 // can't transfer from being initialized to being uninitialized, this will
600 if (AtPredExit == Initialized)
688 vals[VD] = Initialized;
699 vals[vd] = Initialized;
710 // initialized anywhere within this function may now be initialized. For
712 // mark variables as initialized if they have an initializer which is
714 vals.setAllScratchValues(Initialized);
    [all...]
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 93 bool Initialized;
109 Initialized = false;
286 if (!Initialized) {
288 Initialized = true;
  /external/swiftshader/third_party/LLVM/tools/lto/
LTOModule.cpp 136 static bool Initialized = false;
137 if (!Initialized) {
141 Initialized = true;

Completed in 1260 milliseconds

1 2 3