HomeSort by relevance Sort by last modified time
    Searched defs:Canceled (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
wsgui.py 20 class Canceled(Exception):
23 Canceled = __name__ + ".Canceled"
52 except Canceled:
53 self.message("[canceled]")
61 raise Canceled
66 raise Canceled
  /external/python/cpython2/Tools/webchecker/
wsgui.py 20 class Canceled(Exception):
23 Canceled = __name__ + ".Canceled"
52 except Canceled:
53 self.message("[canceled]")
61 raise Canceled
66 raise Canceled
  /external/libcups/filter/
rastertohp.c 42 Canceled; /* Has the current job been canceled? */
419 Canceled = 1;
702 Canceled = 0;
750 if (Canceled)
774 if (Canceled)
812 if (Canceled)
rastertolabel.c 72 Canceled; /* Non-zero if job is canceled */
482 if (Canceled)
726 Canceled = 1;
1146 Canceled = 0;
1203 if (Canceled)
1221 for (y = 0; y < header.cupsHeight && !Canceled; y ++)
1227 if (Canceled)
1261 if (Canceled)
rastertoepson.c 59 Canceled; /* Has the current job been canceled? */
401 Canceled = 1;
1032 Canceled = 0;
1082 if (Canceled)
1106 if (Canceled)
1140 if (Canceled)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windows.foundation.h 90 Canceled = 2,
  /prebuilts/go/darwin-x86/src/context/
context.go 13 // WithTimeout, or WithValue. When a Context is canceled, all
14 // Contexts derived from it are also canceled.
21 // child and its children until the parent is canceled or the timer
64 // should be canceled. Deadline returns ok==false when no deadline is
69 // context should be canceled. Done may return nil if this context can
70 // never be canceled. Successive calls to Done return the same value.
101 // Canceled if the context was canceled
154 // Canceled is the error returned by Context.Err when the context is canceled
    [all...]
  /prebuilts/go/linux-x86/src/context/
context.go 13 // WithTimeout, or WithValue. When a Context is canceled, all
14 // Contexts derived from it are also canceled.
21 // child and its children until the parent is canceled or the timer
64 // should be canceled. Deadline returns ok==false when no deadline is
69 // context should be canceled. Done may return nil if this context can
70 // never be canceled. Successive calls to Done return the same value.
101 // Canceled if the context was canceled
154 // Canceled is the error returned by Context.Err when the context is canceled
    [all...]
  /device/google/contexthub/util/nanotool/
contexthub.h 199 Canceled,
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-s3/1.11.18/
aws-java-sdk-s3-1.11.18.jar 

Completed in 473 milliseconds