Searched defs:getStatus (Results 1 - 25 of 70) sorted by relevance

123

/external/chromium_org/net/android/java/src/org/chromium/net/
H A DAndroidCertVerifyResult.java52 public int getStatus() { method in class:AndroidCertVerifyResult
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DFence.h36 GLboolean getStatus() const { return mStatus; } function in class:gl::FenceNV
57 GLenum getStatus() const;
H A DFence.cpp182 GLenum FenceSync::getStatus() const function in class:gl::FenceSync
/external/chromium_org/third_party/icu/source/test/perf/ubrkperf/
H A Dubrkperf.h54 virtual UErrorCode getStatus() { return m_status_; } function in class:ICUBreakFunction
/external/icu/icu4c/source/test/perf/ubrkperf/
H A Dubrkperf.h54 virtual UErrorCode getStatus() { return m_status_; } function in class:ICUBreakFunction
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowAsyncTask.java92 public AsyncTask.Status getStatus() { method in class:ShadowAsyncTask
H A DShadowContentResolver.java176 Status status = getStatus(account, authority, true);
183 getStatus(account, authority, true).state = syncable;
188 return getStatus(account, authority, true).state;
193 return getStatus(account, authority, true).syncAutomatically;
198 getStatus(account, authority, true).syncAutomatically = sync;
206 getStatus(account, authority, true).syncs.add(new PeriodicSync(account, authority, extras, pollFrequency));
212 Status status = getStatus(account, authority);
218 return getStatus(account, authority, true).syncs;
264 public static Status getStatus(Account account, String authority) { method in class:ShadowContentResolver
265 return getStatus(accoun
268 public static Status getStatus(Account account, String authority, boolean create) { method in class:ShadowContentResolver
[all...]
/external/smack/src/org/jivesoftware/smack/
H A DRosterEntry.java130 * refer to {@link RosterEntry getStatus()} to see if a subscription request
146 public RosterPacket.ItemStatus getStatus() { method in class:RosterEntry
236 item.setItemStatus(entry.getStatus());
/external/smack/src/org/jivesoftware/smackx/workgroup/packet/
H A DQueueOverview.java81 public WorkgroupQueue.Status getStatus() { method in class:QueueOverview
/external/emma/core/java12/com/vladium/emma/data/
H A DMethodDescriptor.java103 public int getStatus () method in class:MethodDescriptor
/external/smack/src/org/jivesoftware/smack/packet/
H A DPresence.java148 public String getStatus() { method in class:Presence
277 if (getStatus() != null) {
278 buf.append(" (").append(getStatus()).append(")");
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/
H A DWorkgroupQueue.java65 public Status getStatus() { method in class:WorkgroupQueue
/external/chromium_org/base/android/java/src/org/chromium/base/
H A DApplicationStatus.java33 public int getStatus() { method in class:ApplicationStatus.ActivityInfo
301 return info != null ? info.getStatus() : ActivityState.DESTROYED;
358 assert info != null && info.getStatus() != ActivityState.DESTROYED;
429 int state = info.getStatus();
/external/mockwebserver/src/main/java/com/google/mockwebserver/
H A DMockResponse.java73 public String getStatus() { method in class:MockResponse
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
H A DMockResponse.java68 public String getStatus() { method in class:MockResponse
/external/smack/src/org/jivesoftware/smackx/commands/
H A DAdHocCommand.java315 public Status getStatus() { method in class:AdHocCommand
316 return data.getStatus();
/external/smack/src/org/jivesoftware/smackx/filetransfer/
H A DFileTransfer.java148 public Status getStatus() { method in class:FileTransfer
157 * When {@link #getStatus()} returns that there was an {@link Status#error}
230 } while (count != -1 && !getStatus().equals(Status.cancelled));
233 if (!getStatus().equals(Status.cancelled) && getError() == Error.none
/external/smack/src/org/jivesoftware/smackx/packet/
H A DAdHocCommandData.java219 public AdHocCommand.Status getStatus() { method in class:AdHocCommandData
H A DMUCUser.java64 if (getStatus() != null) {
65 buf.append(getStatus().toXML());
119 public Status getStatus() { method in class:MUCUser
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DParsedEvent.java459 public int getStatus() { method in class:ParsedEvent.Event_CLASS_PREPARE
/external/deqp/framework/common/
H A DtcuThreadUtil.hpp179 ThreadStatus getStatus (void) const { return m_status; } function in class:tcu::ThreadUtil::Thread
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
H A DResultsElement.java263 int elementStatus = resultsElement.getStatus();
310 descriptors = initDescriptors(getStatus());
314 descriptorsArray[0] = getInfosDescriptor(getStatus());
315 descriptorsArray[1] = getWarningsDescriptor(getStatus());
327 if ((getStatus() & INFO_MASK) != 0) {
332 if ((getStatus() & WARNING_MASK) != 0) {
337 if ((getStatus() & BIG_DELTA) != 0) {
402 public final int getStatus() { method in class:ResultsElement
431 return (getStatus() & ERROR_MASK) != 0;
455 this.status |= this.children[i].getStatus();
[all...]
/external/chromium_org/ui/file_manager/file_manager/background/js/
H A Dfile_operation_manager.js404 * FileOperationManager.Task.getStatus().
584 FileOperationManager.Task.prototype.getStatus = function() {
1162 task.getStatus(),
1279 this.eventRouter_.sendProgressEvent('BEGIN', task.getStatus(), task.taskId);
1306 this.copyTasks_[0].getStatus(),
1319 task.getStatus(),
1329 task.getStatus(),
1336 nextTask.getStatus(),
1469 zipTask.getStatus(),
/external/deqp/modules/egl/
H A DteglMultiThreadTests.cpp114 ThreadStatus getStatus (void) const { return m_status; } function in class:deqp::egl::TestThread
295 if (thread.getStatus() != TestThread::THREADSTATUS_RUNNING)
323 if (m_threads[threadNdx]->getStatus() != TestThread::THREADSTATUS_RUNNING)
338 if (m_threads[threadNdx]->getStatus() == TestThread::THREADSTATUS_ERROR)
341 if (m_threads[threadNdx]->getStatus() == TestThread::THREADSTATUS_NOT_SUPPORTED)
/external/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp419 const sys::fs::file_status &getStatus() const;
464 const sys::fs::file_status &NewArchiveIterator::getStatus() const { function in class:NewArchiveIterator
772 const sys::fs::file_status &Status = Member.getStatus();
815 const sys::fs::file_status &Status = I->getStatus();

Completed in 550 milliseconds

123