HomeSort by relevance Sort by last modified time
    Searched defs:NONE (Results 201 - 225 of 444) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/gptfdisk/
mbrpart.h 29 #define NONE 0 /* don't include partition when writing */
62 int includeAs; // PRIMARY, LOGICAL, or NONE
  /external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/base/
base.py 42 along with indication of operation termination. May be None.
44 operation along with indication of operation termination. May be None.
52 along with indication of operation termination. May be None.
54 operation along with indication of operation termination. May be None.
66 code: An application-specific code value or None if no such value was
68 details: An application-specific details value or None if no such value was
105 None if the operation is still active or the Outcome value for the
119 None if the operation has not yet terminated and the passed callback will
147 exception: An exception germane to the operation failure. May be None.
157 initial_metadata=None,
    [all...]
  /external/guava/guava/src/com/google/common/base/
CharMatcher.java 323 return NONE;
328 public static final CharMatcher NONE =
329 new FastMatcher("CharMatcher.NONE") {
426 return other.matches(match) ? this : NONE;
485 return NONE;
863 return NONE;
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
CharMatcher.java 321 return NONE;
326 public static final CharMatcher NONE =
327 new FastMatcher("CharMatcher.NONE") {
424 return other.matches(match) ? this : NONE;
470 return NONE;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
SortedSetRelation.java 55 NONE = 0, // null (unnecessary)
75 if (allow < NONE || allow > ANY) {
177 case NONE:
  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/
Padder.java 49 /* like package-private */ public static final Padder NONE = new Padder(null, -1, null);
62 public static Padder none() { method in class:Padder
63 return NONE;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
NamePrepTransform.java 39 public static final int NONE = 0;
  /external/icu/icu4c/source/common/
pluralmap.h 26 * The names of all the plural categories. NONE is not an actual plural
30 NONE = -1,
42 * or "other" to a category enum. Returns NONE for an unrecognized
49 * or "other" to a category enum. Returns NONE for urecongized
56 * Passing NONE or CATEGORY_COUNT for category returns NULL.
133 * Iterates through the mappings in this instance, set index to NONE
170 * If no value found, or v is NONE or CATEGORY_COUNT, falls
204 * @param status error returned here if index is NONE or CATEGORY_COUNT
static_unicode_sets.h 19 // NONE is used to indicate null in chooseFrom().
21 NONE = -1,
85 * @return key1 if the set contains str, or NONE if not.
98 * NONE if neither set contains str.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
SortedSetRelation.java 53 NONE = 0, // null (unnecessary)
73 if (allow < NONE || allow > ANY) {
175 case NONE:
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
Padder.java 42 /* like package-private */ public static final Padder NONE = new Padder(null, -1, null);
55 public static Padder none() { method in class:Padder
56 return NONE;
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
NamePrepTransform.java 36 public static final int NONE = 0;
  /external/jsilver/src/com/google/streamhtmlparser/
HtmlParser.java 60 * {@code NONE} if the parser is not currently in an attribute.
69 NONE,
153 * or {@code ATTR_TYPE.NONE} if we are not parsing an attribute.
  /external/junit-params/src/main/java/junitparams/naming/
MacroSubstitutionNamingStrategy.java 116 NONE;
122 return Macro.NONE;
  /external/libchrome/base/task_scheduler/
scheduler_worker_pool_unittest.cc 138 SchedulerWorkerPoolImpl::WorkerEnvironment::NONE);
  /external/libchrome/base/threading/
thread.h 286 NONE,
299 ComStatus com_status_ = NONE;
  /external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/
Core.java 39 public static final HandleSignals NONE = HandleSignals.none().immutable();
41 HandleSignals.none().setReadable(true).immutable();
43 HandleSignals.none().setWritable(true).immutable();
78 public static HandleSignals none() { method in class:Core.HandleSignals
DataPipe.java 25 public static final CreateFlags NONE = CreateFlags.none().immutable();
39 public static CreateFlags none() { method in class:DataPipe.CreateFlags
53 private CreateFlags mFlags = CreateFlags.none();
114 public static final WriteFlags NONE = WriteFlags.none().immutable();
126 * Change the all-or-none bit of those flags. If set, write either all the elements
127 * requested or none of them.
129 * @param allOrNone the new value of all-or-none bit.
139 public static WriteFlags none() { method in class:DataPipe.WriteFlags
204 public static ReadFlags none() { method in class:DataPipe.ReadFlags
    [all...]
  /external/libtextclassifier/lang_id/common/
embedding-network-params.h 29 NONE = 0,
87 QuantizationType quant_type = QuantizationType::NONE;
138 matrix.quant_type = QuantizationType::NONE;
174 matrix.quant_type = QuantizationType::NONE;
213 return QuantizationType::NONE;
234 return QuantizationType::NONE;
268 return QuantizationType::NONE;
  /external/ltp/testcases/kernel/syscalls/get_mempolicy/
get_mempolicy01.c 84 NONE,
100 * (NONE) man page hadn't been completed.
111 .from_node = NONE,
132 .from_node = NONE,
146 .from_node = NONE,
167 .from_node = NONE,
181 .from_node = NONE,
188 .from_node = NONE,
239 if (tc->from_node == NONE)
257 if (tc->from_node == NONE)
    [all...]
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
Permissions.java 30 public static final Permissions NONE = new Permissions("---------");
  /external/okhttp/okhttp-logging-interceptor/src/main/java/com/squareup/okhttp/logging/
HttpLoggingInterceptor.java 49 NONE,
124 private volatile Level level = Level.NONE;
128 if (level == null) throw new NullPointerException("level == null. Use Level.NONE instead.");
141 if (level == Level.NONE) {
  /external/openssh/openbsd-compat/
fmt_scaled.c 53 NONE = 0, KILO = 1, MEGA = 2, GIGA = 3, TERA = 4, PETA = 5, EXA = 6
57 static unit_type units[] = { NONE, KILO, MEGA, GIGA, TERA, PETA, EXA };
213 unit_type unit = NONE;
249 else if (unit == NONE || number >= 100 || number <= -100) {
  /external/python/cpython2/Modules/cjkcodecs/
_codecs_kr.c 87 #define NONE 127
90 0, 1, NONE, 2, NONE, NONE, 3, 4,
91 5, NONE, NONE, NONE, NONE, NONE, NONE, NONE
    [all...]
  /external/python/cpython3/Modules/cjkcodecs/
_codecs_kr.c 92 #define NONE 127
95 0, 1, NONE, 2, NONE, NONE, 3, 4,
96 5, NONE, NONE, NONE, NONE, NONE, NONE, NONE
    [all...]

Completed in 877 milliseconds

1 2 3 4 5 6 7 891011>>