OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Status
(Results
276 - 300
of
450
) sorted by null
<<
11
12
13
14
15
16
17
18
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
OMX_Core.c
772
OMX_BOOL
Status
= OMX_FALSE;
774
Status
= TIOMXConfigParser(aInputParameters, aOutputParameters);
776
return
Status
;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java
26
import org.eclipse.core.runtime.
Status
;
516
IStatus
status
= replaceLibraryProperty(oldProperty, newRelativePath);
local
517
if (
status
!= null) {
518
if (
status
.getSeverity() != IStatus.OK) {
584
* @return the
status
of the replacement. If null, no replacement was done (value not found).
607
return new
Status
(IStatus.ERROR, AdtPlugin.PLUGIN_ID, String.format(
613
return
Status
.OK_STATUS;
Sdk.java
64
import org.eclipse.core.runtime.
Status
;
125
LoadStatus
status
;
field in class:Sdk.TargetLoadBundle
264
if (res !=
Status
.OK_STATUS) {
508
* case is the
status
of the load operation)
512
* @return The load
status
if the target data is already loaded.
527
// set
status
to loading
528
bundle.
status
= LoadStatus.LOADING;
537
} else if (bundle.
status
== LoadStatus.LOADING) {
543
return bundle.
status
;
544
} else if (bundle.
status
== LoadStatus.LOADED || bundle.status == LoadStatus.FAILED)
[
all
...]
/external/chromium/third_party/libjingle/source/talk/base/
winping.cc
43
ULONG
Status
; // Reply IP_STATUS
312
// The
status
of each reply is contained in the structure. If the return
/external/libnfc-nxp/src/
phHal4Nfc_ADD.c
79
PHDBG_INFO("Hal4:PollCfg in progress.Returning
status
Busy");
168
/* Change the State of the HAL only if
status
is Pending */
225
PHDBG_INFO("Hal4:PollCfg in progress.Returning
status
Busy");
307
Returns
status
as Pending */
351
NFCSTATUS
Status
= ((phNfc_sCompletionInfo_t *)pInfo)->
status
;
369
Status
= phHciNfc_System_Configure (
376
if(NFCSTATUS_PENDING !=
Status
)
387
Status
411
((phNfc_sCompletionInfo_t *)pInfo)->
status
= NFCSTATUS_SUCCESS
425
NFCSTATUS
status
= NFCSTATUS_SUCCESS;
local
[
all
...]
phHal4Nfc_P2P.c
157
/*check return
status
*/
238
else /*Store callback & Return
status
pending*/
327
NFCSTATUS SendStatus = ((phNfc_sCompletionInfo_t *)pInfo)->
status
;
330
/*Send
status
Success or Pending disconnect in HAl4*/
335
/*Update
Status
*/
469
NFCSTATUS RecvStatus = ((phNfc_sTransactionInfo_t *)pInfo)->
status
;
591
NFCSTATUS
Status
= NFCSTATUS_SUCCESS;
612
Status
= PHNFCSTVAL(CID_NFC_HAL ,
643
Status
= PHNFCSTVAL(CID_NFC_HAL ,
660
Status
[
all
...]
phHal4Nfc_Reader.c
551
/*If
status
is anything other than NFCSTATUS_PENDING ,an error has
[
all
...]
phFriNfc_TopazDynamicMap.c
258
NFCSTATUS
Status
);
860
NFCSTATUS
Status
)
868
if((NFCSTATUS_SUCCESS & PHNFCSTBLOWER) == (
Status
& PHNFCSTBLOWER))
874
Status
= phFriNfc_Tpz_H_ProReadResp (NdefMap);
880
Status
= phFriNfc_Tpz_H_ProWrResp (NdefMap);
886
Status
= phFriNfc_Tpz_H_ProRdForWrResp (NdefMap);
892
Status
= phFriNfc_Tpz_H_ChkReadID(NdefMap);
899
Status
= phFriNfc_Tpz_H_ProcessReadOnly (NdefMap);
906
Status
= PHNFCSTVAL(CID_FRI_NFC_NDEF_MAP,
914
if(
Status
!= NFCSTATUS_PENDING
[
all
...]