/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
SourceSet.java | 50 showSourceSet(ID, Normalizer.NONE, false); 54 Normalizer.Mode m = Normalizer.NONE; 98 if (m != Normalizer.NONE || lowerFirst) {
|
/external/v8/src/ |
property-descriptor.h | 111 (has_enumerable() && !enumerable() ? DONT_ENUM : NONE) | 112 (has_configurable() && !configurable() ? DONT_DELETE : NONE) | 113 (has_writable() && !writable() ? READ_ONLY : NONE));
|
/external/clang/test/Sema/ |
gnu-flags.c | 31 #if NONE
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/ |
Codec.java | 53 * The "identity", or "none" codec. This codec is special in that it can be used to explicitly 61 public static final Codec NONE = new Identity();
|
/external/guava/guava-testlib/test/com/google/common/collect/testing/ |
MinimalCollectionTest.java | 48 CollectionFeature.NONE,
|
/external/icu/icu4c/source/common/ |
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/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/libchrome/mojo/public/js/lib/ |
pipe_control_message_handler.js | 11 if (error != internal.validationError.NONE) { 22 if (error != internal.validationError.NONE) {
|
/external/ltp/testcases/kernel/io/disktest/ |
defs.h | 103 WRITER,READER,NONE,RETRY
|
/external/mockito/src/test/java/org/mockito/internal/creation/bytebuddy/ |
TypeCachingMockBytecodeGeneratorTest.java | 43 SerializableMode.NONE, 72 SerializableMode.NONE, 79 SerializableMode.NONE, 111 SerializableMode.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/Lib/lib-tk/ |
Tkconstants.py | 22 NONE='none' 90 # NONE='none' is also valid
|
/external/python/cpython3/Lib/tkinter/ |
constants.py | 22 NONE='none' 90 # NONE='none' is also valid
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/ |
ParameterizedRobolectricTestRunnerClassLoaderTest.java | 25 @Config(manifest = Config.NONE)
|
ParameterizedRobolectricTestRunnerParameterTest.java | 15 @Config(manifest = Config.NONE)
|
ParameterizedRobolectricTestRunnerUriTest.java | 33 @Config(manifest = Config.NONE)
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/ |
ReferenceType.java | 43 public static final int NONE = 5; 79 * Validate a specific reference type. Note that the NONE placeholder is specifically not considered valid here.
|
/external/tensorflow/tensorflow/python/eager/ |
imperative_grad.py | 36 output_gradients=None, 37 unconnected_gradients=UnconnectedGradients.NONE): 48 output_gradients: if not None, a list of gradient provided for each Target, 49 or None if we are to use the target's computed downstream gradient. 51 sources are unconnected. When 'none' the value returned is None wheras when
|
/external/u-boot/arch/arm/cpu/armv7/ls102xa/ |
ls102xa_serdes.c | 35 if (serdes_cfg_tbl[prtcl][i] != NONE)
|
/frameworks/av/media/libaaudio/src/binding/ |
AAudioServiceDefinitions.h | 59 NONE = 0,
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/ |
SoftAMR.h | 71 NONE,
|
/frameworks/av/media/libstagefright/codecs/flac/dec/ |
SoftFlacDecoder.h | 66 NONE,
|
/frameworks/av/media/libstagefright/codecs/mp3dec/ |
SoftMP3.h | 68 NONE,
|
/frameworks/av/media/libstagefright/codecs/vorbis/dec/ |
SoftVorbis.h | 67 NONE,
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
CheckWidths.java | 39 NONE, QUOTES, PLACEHOLDERS, NUMBERSYMBOLS, NUMBERFORMAT, BARS 194 new Limit(1, 1, Measure.CODE_POINTS, LimitType.MAXIMUM, Special.NONE) 235 new Limit(12 * EM, 16 * EM, Measure.DISPLAY_WIDTH, LimitType.MAXIMUM, Special.NONE) 239 new Limit(4 * EM, 8 * EM, Measure.DISPLAY_WIDTH, LimitType.MAXIMUM, Special.NONE) 242 new Limit(3 * EM, 6 * EM, Measure.DISPLAY_WIDTH, LimitType.MAXIMUM, Special.NONE) 247 new Limit(4 * EM, 6 * EM, Measure.DISPLAY_WIDTH, LimitType.MAXIMUM, Special.NONE) 251 new Limit(8 * EM, 12 * EM, Measure.DISPLAY_WIDTH, LimitType.MAXIMUM, Special.NONE) 255 new Limit(5 * EM, 10 * EM, Measure.DISPLAY_WIDTH, LimitType.MAXIMUM, Special.NONE) 259 new Limit(10 * EM, 20 * EM, Measure.DISPLAY_WIDTH, LimitType.MAXIMUM, Special.NONE) 265 new Limit(1.5 * EM, 2.25 * EM, Measure.DISPLAY_WIDTH, LimitType.MAXIMUM, Special.NONE) [all...] |