OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STATUS_UNAVAILABLE
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf.h
49
STATUS_UNAVAILABLE
, // Currently unavailable but might work again later
sandbox_bpf.cc
387
status_ =
STATUS_UNAVAILABLE
;
392
if (status_ ==
STATUS_UNAVAILABLE
&& IsSingleThreaded(proc_fd)) {
393
// All state transitions resulting in
STATUS_UNAVAILABLE
are immediately
398
//
STATUS_UNAVAILABLE
state, it is safe to assume that sandboxing is
425
status_ =
STATUS_UNAVAILABLE
;
434
if (status_ == STATUS_UNSUPPORTED || status_ ==
STATUS_UNAVAILABLE
) {
[
all
...]
/frameworks/base/core/java/android/print/
PrinterInfo.java
40
public static final int
STATUS_UNAVAILABLE
= 3;
107
* @see #
STATUS_UNAVAILABLE
265
* @see PrinterInfo#
STATUS_UNAVAILABLE
319
|| status ==
STATUS_UNAVAILABLE
);
/packages/experimental/PrintService/src/foo/bar/printservice/
MyPrintService.java
346
? PrinterInfo.
STATUS_UNAVAILABLE
: PrinterInfo.STATUS_IDLE)
427
.setStatus(PrinterInfo.
STATUS_UNAVAILABLE
).build();
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
SelectPrinterFragment.java
206
if (printer.getStatus() != PrinterInfo.
STATUS_UNAVAILABLE
) {
577
return printer.getStatus() != PrinterInfo.
STATUS_UNAVAILABLE
;
PrintJobConfigActivity.java
[
all
...]
FusedPrintersProvider.java
672
PrinterInfo.
STATUS_UNAVAILABLE
));
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 143 milliseconds