/external/libnfc-nxp/src/ |
phFriNfc_ISO15693Map.h | 181 NFCSTATUS Status);
|
phFriNfc_MifULFormat.h | 215 * \param[in] Status The completion status of the lower layer (to be handled by the implementation of 219 * \note For general information about the completion routine interface please see \ref pphFriNfc_Cr_t . * The Different Status Values are as follows 223 NFCSTATUS Status);
|
phFriNfc_NdefReg.c | 87 NFCSTATUS status = NFCSTATUS_SUCCESS; local 93 status = PHNFCSTVAL(CID_FRI_NFC_NDEF_REGISTRY, NFCSTATUS_INVALID_PARAMETER); 110 return(status); 118 NFCSTATUS status = NFCSTATUS_SUCCESS; local 122 status = PHNFCSTVAL(CID_FRI_NFC_NDEF_REGISTRY, NFCSTATUS_INVALID_PARAMETER); 152 status = PHNFCSTVAL(CID_FRI_NFC_NDEF_REGISTRY, 157 return(status); 165 NFCSTATUS status = NFCSTATUS_SUCCESS; local 171 status = PHNFCSTVAL(CID_FRI_NFC_NDEF_REGISTRY, NFCSTATUS_INVALID_PARAMETER); 179 status = PHNFCSTVAL(CID_FRI_NFC_NDEF_REGISTRY, NFCSTATUS_NOT_REGISTERED) 233 NFCSTATUS status = NFCSTATUS_SUCCESS; local 257 NFCSTATUS status = NFCSTATUS_SUCCESS; local [all...] |
/external/marisa-trie/lib/marisa/ |
base.h | 85 const char *marisa_strerror(marisa_status status); 152 typedef ::marisa_status Status; 157 Exception(const char *filename, int line, Status status) 158 : filename_(filename), line_(line), status_(status) {} 175 Status status() const { function in class:marisa::Exception 187 Status status_; 192 #define MARISA_THROW(status) \ 193 (throw Exception(__FILE__, __LINE__, status)) [all...] |
/external/mesa3d/docs/ |
MESA_agp_offset.spec | 14 Status 41 IP Status
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11dyn.h | 69 typedef Status (*SDL_X11_XESetEventToWireRetType)(Display*,XEvent*,xEvent*);
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
RenderDrawable.java | 19 import static com.android.ide.common.rendering.api.Result.Status.ERROR_UNKNOWN; 25 import com.android.ide.common.rendering.api.Result.Status; 72 return Status.ERROR_NOT_A_DRAWABLE.createResult(); 113 return Status.SUCCESS.createResult(image);
|
/frameworks/compile/mclinker/include/mcld/LD/ |
GNUArchiveReader.h | 76 enum Archive::Symbol::Status
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
XTest.h | 156 Status XTestDiscard(
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
XTest.h | 156 Status XTestDiscard(
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
XTest.h | 156 Status XTestDiscard(
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
CreateNewConfigJob.java | 34 import org.eclipse.core.runtime.Status; 73 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, message); 119 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, 130 return Status.OK_STATUS;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/ |
RenamePackageAction.java | 25 import org.eclipse.core.runtime.Status; 170 Status s = new Status(Status.ERROR, AdtPlugin.PLUGIN_ID, e.getMessage(), e);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
AndroidTargetParser.java | 39 import org.eclipse.core.runtime.Status; 102 return Status.CANCEL_STATUS; 111 return Status.CANCEL_STATUS; 125 return Status.CANCEL_STATUS; 155 return Status.CANCEL_STATUS; 170 return Status.CANCEL_STATUS; 190 return Status.CANCEL_STATUS; 200 return Status.CANCEL_STATUS; 209 return Status.CANCEL_STATUS; 217 return Status.CANCEL_STATUS [all...] |
/external/chromium_org/chrome/browser/sync/ |
sync_ui_util_unittest.cc | 84 browser_sync::SyncBackendHost::Status status; local 102 browser_sync::SyncBackendHost::Status status; local 132 browser_sync::SyncBackendHost::Status status; local 202 browser_sync::SyncBackendHost::Status status; local 204 .WillRepeatedly(DoAll(SetArgPointee<0>(status), 215 browser_sync::SyncBackendHost::Status status local 227 browser_sync::SyncBackendHost::Status status; local 242 browser_sync::SyncBackendHost::Status status; local 261 browser_sync::SyncBackendHost::Status status; local 274 browser_sync::SyncBackendHost::Status status; local 292 browser_sync::SyncBackendHost::Status status; local 309 browser_sync::SyncBackendHost::Status status; local [all...] |
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowContentResolver.java | 32 private static final Map<String, Map<Account, Status>> syncableAccounts = 33 new HashMap<String, Map<Account, Status>>(); 55 public static class Status { 176 Status status = getStatus(account, authority, true); 177 status.syncRequests++; 178 status.syncExtras = extras; 212 Status status = getStatus(account, authority); 213 if (status != null) status.syncs.clear() [all...] |
/external/chromium_org/chrome/browser/chromeos/login/screens/ |
update_screen.h | 73 const UpdateEngineClient::Status& status) OVERRIDE; 94 void UpdateDownloadingStats(const UpdateEngineClient::Status& status); 114 const NetworkPortalDetector::CaptivePortalStatus status); 140 // Ignore fist IDLE status that is sent before update screen initiated check.
|
/external/chromium_org/chrome/browser/sync/glue/ |
sync_backend_host.h | 48 typedef syncer::SyncStatus Status; 161 // Called from any thread to obtain current status information in detailed or 163 virtual Status GetDetailedStatus() = 0;
|
/external/chromium_org/chrome/test/chromedriver/ |
capabilities.h | 25 class Status; 72 Status Parse(const base::DictionaryValue& desired_caps);
|
/external/chromium_org/content/common/ |
child_process_messages.h | 18 IPC_ENUM_TRAITS(tracked_objects::ThreadData::Status) 85 // Tell the child process to enable or disable the profiler status. 87 tracked_objects::ThreadData::Status /* profiler status */)
|
/external/chromium_org/courgette/ |
disassembler.cc | 56 Status DetectExecutableType(const void* buffer, size_t length, 75 Status ParseDetectedExecutable(const void* buffer, size_t length,
|
/external/chromium_org/media/filters/ |
decrypting_audio_decoder.h | 83 void DecryptAndDecodeBuffer(DemuxerStream::Status status, 90 Decryptor::Status status,
|
/external/chromium_org/third_party/WebKit/Source/core/loader/appcache/ |
ApplicationCacheHost.h | 55 // The Status numeric values are specified in the HTML5 spec. 56 enum Status { 122 Status status() const;
|
/external/chromium_org/third_party/leveldatabase/src/table/ |
table.cc | 28 Status status; member in struct:leveldb::Table::Rep 38 Status Table::Open(const Options& options, 44 return Status::InvalidArgument("file is too short to be an sstable"); 49 Status s = file->Read(size - Footer::kEncodedLength, Footer::kEncodedLength, 164 Status s = handle.DecodeFrom(&input); 216 Status Table::InternalGet(const ReadOptions& options, const Slice& k, 219 Status s; 236 s = block_iter->status(); 241 s = iiter->status(); [all...] |
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/ |
WifiP2pUpnpServiceResponse.java | 75 * @param status status code 80 protected WifiP2pUpnpServiceResponse(int status, 83 status, transId, dev, data); 123 sbuf.append(" status:").append(Status.toString(mStatus)); 139 * @param status status code. 146 static WifiP2pUpnpServiceResponse newInstance(int status, 148 if (status != WifiP2pServiceResponse.Status.SUCCESS) [all...] |