HomeSort by relevance Sort by last modified time
    Searched refs:Status (Results 201 - 225 of 5758) sorted by null

1 2 3 4 5 6 7 891011>>

  /hardware/interfaces/vibrator/1.1/
IVibrator.hal 21 import @1.0::Status;
28 * @return status Whether the effect was successfully performed or not. Must
29 * return Status::UNSUPPORTED_OPERATION is the effect is not
34 * positive, non-zero value if the returned status is
35 * Status::OK, and set to 0 otherwise.
38 generates (Status status, uint32_t lengthMs);
  /hardware/interfaces/vibrator/1.2/
IVibrator.hal 20 import @1.0::Status;
28 * @return status Whether the effect was successfully performed or not. Must
29 * return Status::UNSUPPORTED_OPERATION is the effect is not supported.
32 * approximation. Should be a positive, non-zero value if the returned status is Status::OK,
36 generates (Status status, uint32_t lengthMs);
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D02/OemNicConfigD02/
OemNicConfigD02.c 43 EFI_STATUS Status;
46 Status = I2CInit(0, EEPROM_I2C_PORT, Normal);
47 if (EFI_ERROR(Status))
49 DEBUG((EFI_D_ERROR, "[%a]:[%dL] Call I2CInit failed! p1=0x%x.\n", __FUNCTION__, __LINE__, Status));
50 return Status;
59 Status = I2CRead(&stI2cDev, I2cOffset, 6, pucAddr);
60 if (EFI_ERROR(Status))
62 DEBUG((EFI_D_ERROR, "[%a]:[%dL] Call I2cRead failed! p1=0x%x.\n", __FUNCTION__, __LINE__, Status));
63 return Status;
73 EFI_STATUS Status;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
HTTP.c 105 EFI_STATUS Status;
112 Status = EFI_SUCCESS;
133 Status = EFI_DEVICE_ERROR;
139 // Return the operation status
141 DBG_EXIT_STATUS ( Status );
142 return Status;
260 EFI_STATUS Status;
268 Status = HttpSendAnsiString ( SocketFD,
275 if ( EFI_ERROR ( Status )) {
278 Status = HttpSendAnsiString ( SocketFD, pPort, "<html lang=\"en-US\">\r\n" );
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpressDxe/AArch64/
ArmFvpDxeAArch64.c 52 EFI_STATUS Status;
60 Status = EFI_NOT_FOUND;
74 Status = ArmVExpressGetPlatformFromId (ARM_FVP_BASE_AEMv8x4_AEMv8x4_GICV2_LEGACY, Platform);
80 Status = ArmVExpressGetPlatformFromId (ARM_FVP_BASE_AEMv8x4_AEMv8x4_GICV2, Platform);
83 Status = ArmVExpressGetPlatformFromId (ARM_FVP_BASE_AEMv8x4_AEMv8x4_GICV3, Platform);
89 Status = ArmVExpressGetPlatformFromId (ARM_FVP_FOUNDATION_GICV2_LEGACY, Platform);
95 Status = ArmVExpressGetPlatformFromId (ARM_FVP_FOUNDATION_GICV2, Platform);
98 Status = ArmVExpressGetPlatformFromId (ARM_FVP_FOUNDATION_GICV3, Platform);
104 Status = ArmVExpressGetPlatformFromId (ARM_FVP_VEXPRESS_AEMv8x4, Platform);
107 if (EFI_ERROR (Status)) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/IA32/
DispatchExecute.c 36 EFI_STATUS Status;
39 Status = EntryFunc ((VOID *)(UINTN)Param1, (VOID *)(UINTN)Param2);
41 return Status;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiResourcePublicationLib/
PeiResourcePublicationLib.c 48 EFI_STATUS Status;
53 Status = PeiServicesInstallPeiMemory (MemoryBegin, MemoryLength);
55 return (RETURN_STATUS) Status;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
HwErrRecSupport.c 29 EFI_STATUS Status;
39 Status = gRT->SetVariable (
46 ASSERT_EFI_ERROR(Status);
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/BaseFspApiLib/IA32/
DispatchExecute.c 40 EFI_STATUS Status;
43 Status = EntryFunc ((VOID *)(UINTN)Param1);
45 return Status;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/BdsDxe/
HwErrRecSupport.c 29 EFI_STATUS Status;
39 Status = gRT->SetVariable (
46 ASSERT_EFI_ERROR(Status);
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseS3StallLib/
S3StallLib.c 44 RETURN_STATUS Status;
46 Status = S3BootScriptSaveStall (MicroSecondDelay (MicroSeconds));
47 ASSERT (Status == RETURN_SUCCESS);
  /device/linaro/bootloader/edk2/NetworkPkg/TlsAuthConfigDxe/
TlsAuthConfigDxe.c 33 EFI_STATUS Status;
36 Status = gBS->HandleProtocol (
41 if (EFI_ERROR (Status)) {
42 return Status;
77 EFI_STATUS Status;
86 Status = gBS->OpenProtocol (
94 if (!EFI_ERROR (Status)) {
109 Status = TlsAuthConfigFormInit (PrivateData);
110 if (EFI_ERROR (Status)) {
117 Status = gBS->InstallMultipleProtocolInterfaces
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/
DriverBinding.c 38 EFI_STATUS Status;
43 Status = gBS->OpenProtocol (
51 if (!EFI_ERROR ( Status )) {
57 Status = pUsbIo->UsbGetDeviceDescriptor ( pUsbIo, &Device );
58 if (!EFI_ERROR ( Status )) {
65 Status = EFI_UNSUPPORTED;
81 // Return the device supported status
83 return Status;
109 EFI_STATUS Status;
119 Status = gBS->AllocatePool (
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/PlatformPei/
FeatureControl.c 57 @return Status of the notification. The status code returned from this
70 EFI_STATUS Status;
78 Status = MpServices->StartupAllAPs (
86 if (EFI_ERROR (Status) && Status != EFI_NOT_STARTED) {
87 DEBUG ((EFI_D_ERROR, "%a: StartupAllAps(): %r\n", __FUNCTION__, Status));
88 return Status;
114 EFI_STATUS Status;
118 Status = QemuFwCfgFindFile ("etc/msr_feature_control", &FwCfgItem,
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigDriver.c 36 EFI_STATUS Status;
42 Status = gBS->OpenProtocol (
50 if (!EFI_ERROR (Status)) {
65 Status = InstallSecureBootConfigForm (PrivateData);
66 if (EFI_ERROR (Status)) {
73 Status = gBS->InstallMultipleProtocolInterfaces (
80 if (EFI_ERROR (Status)) {
91 return Status;
109 EFI_STATUS Status;
112 Status = gBS->HandleProtocol (
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
Stall.c 31 EFI_STATUS Status;
42 Status = ShellInitialize();
43 ASSERT_EFI_ERROR(Status);
45 Status = CommandInit();
46 ASSERT_EFI_ERROR(Status);
51 Status = ShellCommandLineParse (EmptyParamList, &Package, &ProblemParam, TRUE);
52 if (EFI_ERROR(Status)) {
53 if (Status == EFI_VOLUME_CORRUPTED && ProblemParam != NULL) {
68 Status = ShellConvertStringToUint64(ShellCommandLineGetRawValue(Package, 1), &Intermediate, FALSE, FALSE);
69 if (EFI_ERROR(Status) || ((UINT64)(UINTN)(Intermediate)) != Intermediate) {
    [all...]
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getpeername.c 46 EFI_STATUS Status;
61 Status = pSocketProtocol->pfnGetPeer ( pSocketProtocol,
65 if ( !EFI_ERROR ( Status )) {
71 // Return the operation status
getsockname.c 46 EFI_STATUS Status;
61 Status = pSocketProtocol->pfnGetLocal ( pSocketProtocol,
65 if ( !EFI_ERROR ( Status )) {
71 // Return the operation status
shutdown.c 43 EFI_STATUS Status;
58 Status = pSocketProtocol->pfnShutdown ( pSocketProtocol,
61 if ( !EFI_ERROR ( Status )) {
70 // Return the operation status
  /external/conscrypt/platform/src/main/java/org/conscrypt/ct/
VerifiedSCT.java 28 public enum Status {
36 public final Status status; field in class:VerifiedSCT
38 public VerifiedSCT(SignedCertificateTimestamp sct, Status status) {
40 this.status = status;
  /external/tensorflow/tensorflow/compiler/tf2xla/
literal_util.h 24 #include "tensorflow/core/lib/core/status.h"
30 Status HostTensorToLiteral(const Tensor& host_tensor, xla::Literal* literal);
39 Status LiteralToHostTensor(const xla::Literal& literal, DataType target_type,
45 Status CopyLiteralToHostTensor(const xla::Literal& literal,
  /external/tensorflow/tensorflow/contrib/android/
asset_manager_filesystem.h 45 Status FileExists(const string& fname) override;
46 Status NewRandomAccessFile(
49 Status NewReadOnlyMemoryRegionFromFile(
53 Status GetFileSize(const string& f, uint64* s) override;
55 Status Stat(const string& fname, FileStatistics* stat) override;
56 Status GetChildren(const string& dir, std::vector<string>* r) override;
60 Status NewWritableFile(const string& fname,
62 Status NewAppendableFile(const string& fname,
64 Status DeleteFile(const string& f) override;
65 Status CreateDir(const string& d) override
    [all...]
  /external/tensorflow/tensorflow/contrib/session_bundle/
signature.h 27 #include "tensorflow/core/lib/core/status.h"
39 Status GetSignatures(const tensorflow::MetaGraphDef& meta_graph_def,
43 Status SetSignatures(const Signatures& signatures,
49 Status GetClassificationSignature(
56 Status GetNamedClassificationSignature(
63 Status GetRegressionSignature(const tensorflow::MetaGraphDef& meta_graph_def,
73 Status RunClassification(const ClassificationSignature& signature,
83 Status RunRegression(const RegressionSignature& signature, const Tensor& input,
88 Status GetGenericSignature(const string& name,
93 Status GetDefaultSignature(const tensorflow::MetaGraphDef& meta_graph_def
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
memory_types.h 21 #include "tensorflow/core/lib/core/status.h"
27 Status ValidateMemoryTypes(const DeviceType& device_type, const Graph* g);
38 Status EnsureMemoryTypes(const DeviceType& device_type,
43 Status MemoryTypeForOutput(const DeviceType& device_type, const Graph* g,
  /external/tensorflow/tensorflow/core/graph/
quantize_training.h 34 // On failure, returns the error status. Possible errors include:
38 Status DoQuantizeTraining(int32 num_bits, const string& quant_op_type,
43 Status DoQuantizeTrainingOnSerializedGraphDef(const string& input_graph,
50 Status DoQuantizeTrainingOnGraphDef(const GraphDef& input_graphdef,

Completed in 709 milliseconds

1 2 3 4 5 6 7 891011>>