Searched defs:NO (Results 1 - 25 of 55) sorted by relevance

123

/external/llvm/include/llvm/MC/
H A DMCInstrInfo.h34 unsigned NO) {
38 NumOpcodes = NO;
33 InitMCInstrInfo(const MCInstrDesc *D, const unsigned *NI, const char *ND, unsigned NO) argument
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
H A DAuthorizationHeaderIms.java13 * provided "AS IS." NIST MAKES NO WARRANTY OF ANY KIND, EXPRESS, IMPLIED
54 public static final String NO = "no"; field in interface:AuthorizationHeaderIms
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
H A Dexposure_compensate.hpp61 enum { NO, GAIN, GAIN_BLOCKS }; enumerator in enum:cv::detail::ExposureCompensator::__anon16113
H A Dblenders.hpp63 enum { NO, FEATHER, MULTI_BAND }; enumerator in enum:cv::detail::Blender::__anon16112
/external/deqp/framework/common/
H A DtcuFloatFormat.hpp37 NO, enumerator in enum:tcu::YesNoMaybe
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
H A DTestReorderingMode.java518 static final int NO = Bidi.MAP_NOWHERE; field in class:TestReorderingMode
585 { 1, 0, 2, 3, NO, 4, 5, 6, 7 }, /* (10) */
589 { 2, 1, 0, 3, 4, NO, 5, 6, 7, 8, 9 }, /* (13) */
590 { 9, NO, 8, 7, 5, 6, 4, 3, 2, 1, 0 }, /* (14) */
592 { 2, 1, 0, 3, 4, NO, 5, 6, 7, 8, 9, 10, 11, 12 }, /* (15) */
594 { 12, NO, 11, 9, 10, 8, 7, 5, 6, 4, 3, 2, 1, 0 }, /* (17) */
599 { 2, 1, 0, 3, NO, 4, 5, 6, 7, 8, 9, 10, 11 }, /* (21) */
600 { 9, 10, 11, NO, 8, 7, 4, 5, 6, 3, 2, 1, 0 }, /* (22) */
604 { 6, 7, 8, NO, 5, 4, 2, 3, 1, 0 }, /* (25) */
607 { 0, 1, 2, NO,
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DTestReorderingMode.java514 static final int NO = Bidi.MAP_NOWHERE; field in class:TestReorderingMode
581 { 1, 0, 2, 3, NO, 4, 5, 6, 7 }, /* (10) */
585 { 2, 1, 0, 3, 4, NO, 5, 6, 7, 8, 9 }, /* (13) */
586 { 9, NO, 8, 7, 5, 6, 4, 3, 2, 1, 0 }, /* (14) */
588 { 2, 1, 0, 3, 4, NO, 5, 6, 7, 8, 9, 10, 11, 12 }, /* (15) */
590 { 12, NO, 11, 9, 10, 8, 7, 5, 6, 4, 3, 2, 1, 0 }, /* (17) */
595 { 2, 1, 0, 3, NO, 4, 5, 6, 7, 8, 9, 10, 11 }, /* (21) */
596 { 9, 10, 11, NO, 8, 7, 4, 5, 6, 3, 2, 1, 0 }, /* (22) */
600 { 6, 7, 8, NO, 5, 4, 2, 3, 1, 0 }, /* (25) */
603 { 0, 1, 2, NO,
[all...]
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
H A DZipExtractorTask.java44 YES, NO, YESTOALL, SKIPALL enum constant in enum:ZipExtractorTask.Replace
181 case NO:
236 result = Replace.NO;
/external/tcpdump/missing/
H A Dgetnameinfo.c20 * ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
63 #define NO 0 macro
/external/v8/test/mjsunit/
H A Dassert-opt-and-deopt.js19 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
53 NO: 2,
101 assertEquals(OptTracker.OptimizationState.NO, raw_optimized);
134 case OptTracker.OptimizationState.NO:
/external/clang/test/Sema/
H A Denum.c83 enum e1 { YES, NO }; enumerator in enum:e1
/external/clang/test/SemaCXX/
H A Denum.cpp34 enum e1 { YES, NO }; enumerator in enum:e1
/external/javassist/src/main/javassist/compiler/
H A DMemberResolver.java87 if (res != NO) {
121 if (res != NO) {
182 private static final int NO = -1; field in class:MemberResolver
204 return NO;
210 return (n == nArgs ? result : NO);
212 return NO;
222 return NO;
230 return NO;
236 return NO; // invalid descriptor?
241 return NO;
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
H A DDataRecord.java288 public static final byte NO = 1; field in interface:DataRecord.EHalfSupport
290 public static final String[] names = { "YES", "NO", "ONE_PLUS" };
295 public static final byte NO = 1; field in interface:DataRecord.EMilliSupport
297 public static final String[] names = { "YES", "NO", "WITH_SECONDS" };
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
H A DDataRecord.java286 public static final byte NO = 1; field in interface:DataRecord.EHalfSupport
288 public static final String[] names = { "YES", "NO", "ONE_PLUS" };
293 public static final byte NO = 1; field in interface:DataRecord.EMilliSupport
295 public static final String[] names = { "YES", "NO", "WITH_SECONDS" };
/external/libpcap/Win32/Src/
H A Dgetaddrinfo.c20 * ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
101 #define NO 0 macro
104 static int translate = NO;
289 return NO;
/external/v8/src/mips/
H A Dassembler-mips.h22 // PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
1292 enum class CompactBranchType : bool { NO = false, COMPACT_BRANCH = true }; member in class:v8::internal::CompactBranchType
1297 CompactBranchType is_compact_branch = CompactBranchType::NO);
1355 CompactBranchType is_compact_branch = CompactBranchType::NO);
1358 CompactBranchType is_compact_branch = CompactBranchType::NO);
1361 CompactBranchType is_compact_branch = CompactBranchType::NO);
1364 CompactBranchType is_compact_branch = CompactBranchType::NO);
1368 CompactBranchType is_compact_branch = CompactBranchType::NO);
/external/v8/src/mips64/
H A Dassembler-mips64.h22 // PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
1348 enum class CompactBranchType : bool { NO = false, COMPACT_BRANCH = true }; member in class:v8::internal::CompactBranchType
1354 CompactBranchType is_compact_branch = CompactBranchType::NO);
1413 CompactBranchType is_compact_branch = CompactBranchType::NO);
1416 CompactBranchType is_compact_branch = CompactBranchType::NO);
1419 CompactBranchType is_compact_branch = CompactBranchType::NO);
1422 CompactBranchType is_compact_branch = CompactBranchType::NO);
1426 CompactBranchType is_compact_branch = CompactBranchType::NO);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DNormalizer.java480 public static final QuickCheckResult NO = new QuickCheckResult(0); field in class:Normalizer
970 * (Normalizer.YES, Normalizer.NO or Normalizer.MAYBE)
982 * Three types of result can be returned Normalizer.YES, Normalizer.NO or
984 * string is in the desired normalized format, Normalizer.NO determines that
996 * (Normalizer.YES, Normalizer.NO or Normalizer.MAYBE)
1015 * (Normalizer.YES, Normalizer.NO or Normalizer.MAYBE)
1027 * Three types of result can be returned Normalizer.YES, Normalizer.NO or
1029 * string is in the desired normalized format, Normalizer.NO determines that
1043 * (Normalizer.YES, Normalizer.NO or
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNormalizer.java465 public static final QuickCheckResult NO = new QuickCheckResult(0); field in class:Normalizer
943 * (Normalizer.YES, Normalizer.NO or Normalizer.MAYBE)
954 * Three types of result can be returned Normalizer.YES, Normalizer.NO or
956 * string is in the desired normalized format, Normalizer.NO determines that
968 * (Normalizer.YES, Normalizer.NO or Normalizer.MAYBE)
986 * (Normalizer.YES, Normalizer.NO or Normalizer.MAYBE)
997 * Three types of result can be returned Normalizer.YES, Normalizer.NO or
999 * string is in the desired normalized format, Normalizer.NO determines that
1013 * (Normalizer.YES, Normalizer.NO or
/external/icu/icu4c/source/test/cintltst/
H A Dcbiditst.c3756 #define NO UBIDI_MAP_NOWHERE macro
3825 { 1, 0, 2, 3, NO, 4, 5, 6, 7 }, /* (10) */
3829 { 2, 1, 0, 3, 4, NO, 5, 6, 7, 8, 9 }, /* (13) */
3830 { 9, NO, 8, 7, 5, 6, 4, 3, 2, 1, 0 }, /* (14) */
3832 { 2, 1, 0, 3, 4, NO, 5, 6, 7, 8, 9, 10, 11, 12 }, /* (15) */
3834 { 12, NO, 11, 9, 10, 8, 7, 5, 6, 4, 3, 2, 1, 0 }, /* (17) */
3839 { 2, 1, 0, 3, NO, 4, 5, 6, 7, 8, 9, 10, 11 }, /* (21) */
3840 { 9, 10, 11, NO, 8, 7, 4, 5, 6, 3, 2, 1, 0 }, /* (22) */
3844 { 6, 7, 8, NO, 5, 4, 2, 3, 1, 0 }, /* (25) */
3847 { 0, 1, 2, NO,
[all...]
/external/tpm2/
H A DImplementation.h19 #define ALG_NO NO
21 #define CC_NO NO
28 #define NO 0 macro
34 #define BIG_ENDIAN_TPM NO
36 #define NO_AUTO_ALIGN NO
232 #define FIELD_UPGRADE_IMPLEMENTED NO
889 # define ALG_CAMELLIA NO
896 # define ALG_SM4 NO
903 # define ALG_AES NO
H A Dtpm_types.h27 #define NO 0 macro
/external/guice/extensions/persist/lib/
H A Dhibernate-search.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/search/ org/hibernate/search/annotations/ ...
/external/robolectric/v1/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...

Completed in 1503 milliseconds

123