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

123

/external/jetty/src/java/org/eclipse/jetty/http/
H A DHttpException.java72 public int getStatus() method in class:HttpException
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/
H A DTimeInstrument.java43 TimeInstrumentStatus getStatus(); method in interface:TimeInstrument
H A DStopWatch.java104 public TimeInstrumentStatus getStatus() { method in class:StopWatch
H A DProfiler.java147 public TimeInstrumentStatus getStatus() { method in class:Profiler
155 if (getStatus() != TimeInstrumentStatus.STOPPED) {
164 if (ti.getStatus() != TimeInstrumentStatus.STOPPED) {
/external/deqp/framework/common/
H A DtcuTestSessionExecutor.hpp69 const TestRunStatus& getStatus (void) const { return m_status; } function in class:tcu::TestSessionExecutor
H A DtcuThreadUtil.hpp179 ThreadStatus getStatus (void) const { return m_status; } function in class:tcu::ThreadUtil::Thread
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
H A DGifHeader.java54 public int getStatus() { method in class:GifHeader
H A DGifDecoder.java179 public int getStatus() { method in class:GifDecoder
/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/emma/core/java12/com/vladium/emma/data/
H A DMethodDescriptor.java103 public int getStatus () method in class:MethodDescriptor
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DPluralSamples.java256 public KeywordStatus getStatus(String keyword, int offset, Set<Double> explicits, Output<Double> uniqueValue) { method in class:PluralSamples
/external/jetty/src/java/org/eclipse/jetty/server/
H A DServletResponseHttpWrapper.java138 * @see javax.servlet.http.HttpServletResponse#getStatus()
140 public int getStatus() method in class:ServletResponseHttpWrapper
H A DResponse.java1231 public int getStatus() method in class:Response
1238 * @return The reason associated with the current {@link #getStatus() status}. This will be <code>null</code>,
/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.java63 public String getStatus() { method in class:MockResponse
/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/jmonkeyengine/engine/src/core/com/jme3/audio/
H A DAudioNode.java348 public Status getStatus() { method in class:AudioNode
/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/deqp/modules/egl/
H A DteglMultiThreadTests.cpp121 ThreadStatus getStatus (void) const { return m_status; } function in class:deqp::egl::TestThread
331 if (thread.getStatus() != TestThread::THREADSTATUS_RUNNING)
359 if (m_threads[threadNdx]->getStatus() != TestThread::THREADSTATUS_RUNNING)
374 if (m_threads[threadNdx]->getStatus() == TestThread::THREADSTATUS_ERROR)
377 if (m_threads[threadNdx]->getStatus() == TestThread::THREADSTATUS_NOT_SUPPORTED)
/external/jetty/src/java/org/eclipse/jetty/client/
H A DHttpExchange.java53 * <li>The status of the exchange (see {@link #getStatus()})
129 if (getStatus() < HttpExchange.STATUS_COMPLETED)
136 public int getStatus() method in class:HttpExchange
776 * status (see {@link #getStatus()}) is {@link #STATUS_CANCELLED}, and this can be waited using {@link #waitForDone()}.
822 if (getStatus() == STATUS_CANCELLING)
835 if (getStatus() == STATUS_CANCELLING)
890 String state=toState(getStatus());
896 if (getStatus()>=STATUS_SENDING_REQUEST && _sent>0)
/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp369 Status getStatus() { return S; } function in class:__anon925::DirectoryEntry
946 Status S = DE->getStatus();
/external/nanohttpd/core/src/main/java/fi/iki/elonen/
H A DNanoHTTPD.java292 return new Response(re.getStatus(), MIME_PLAINTEXT, re.getMessage());
701 public IStatus getStatus() { method in class:NanoHTTPD.Response
801 public Response.Status getStatus() { method in class:NanoHTTPD.ResponseException
955 Response r = new Response(re.getStatus(), MIME_PLAINTEXT, re.getMessage());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 793 milliseconds

123