Searched refs:YES (Results 1 - 25 of 94) sorted by relevance

1234

/external/libvpx/libvpx/
H A Dlibs.doxy_template48 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
69 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
74 BRIEF_MEMBER_DESC = YES
76 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
81 REPEAT_BRIEF = YES
95 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
101 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
108 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
112 FULL_PATH_NAMES = YES
114 # If the FULL_PATH_NAMES tag is set to YES the
[all...]
/external/lldb/examples/interposing/darwin/fd_interposing/
H A DMakefile4 DYLIB_ONLY := YES
/external/lldb/test/lang/c/shared_lib_stripped_symbols/
H A DMakefile8 SPLIT_DEBUG_SYMBOLS = YES
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
H A DFuzzy.m273 if ( [recognizer getBacktrackingLevel] > 0 ) { [recognizer setFailed:YES]; return -1; }
355 while (YES) {
373 if ( state.failed == YES ) {
416 [self matchString:@"import"]; if ( state.failed == YES ) return ;
418 [self mWS]; if ( state.failed == YES ) return ;
421 [self mQIDStar]; if ( state.failed == YES ) return ;
436 [self mWS]; if ( state.failed == YES ) return ;
444 [self matchChar:';']; if ( state.failed == YES ) return ;
474 [self matchString:@"return"]; if ( state.failed == YES ) return ;
491 [self matchAny]; if ( state.failed == YES ) retur
[all...]
/external/e2fsprogs/util/
H A Dinstall-symlink.in16 FORCE_RELATIVE=YES
19 FORCE_ABSOLUTE=YES
73 if test $FORCE_RELATIVE = YES ; then
78 if test $FORCE_ABSOLUTE = YES ; then
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
H A DAuthorizationHeaderIms.java53 public static final String YES = "yes"; field in interface:AuthorizationHeaderIms
/external/skia/experimental/iOSSampleApp/Shared/
H A Dskia_ios.mm16 NSArray *dirPaths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES);
24 if ([filemgr changeCurrentDirectoryPath: docsDir] == YES)
/external/icu/icu4c/source/config/
H A Dmh-os40021 COMPILE.c= $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) -c -qTERASPACE=*YES -qSTGMDL=*INHERIT -qPFROPT=*STRDONLY
22 COMPILE.cc= $(CXX) $(DEFS) $(CPPFLAGS) $(CXXFLAGS) -c -qTERASPACE=*YES -qSTGMDL=*INHERIT -qPFROPT=*STRDONLY -qRTTIALL
38 SHLIB.c= ld -v -qOPTION='*DUPPROC *DUPVAR' -qALWLIBUPD=*YES
39 SHLIB.cc= ld -v -qOPTION='*DUPPROC *DUPVAR' -qALWLIBUPD=*YES
59 ifeq ($(ENABLE_SHARED),YES)
H A Dmh-mingw21 ifneq ($(ENABLE_SHARED),YES)
62 ifeq ($(ENABLE_SHARED),YES)
H A Dmh-mingw6421 ifneq ($(ENABLE_SHARED),YES)
62 ifeq ($(ENABLE_SHARED),YES)
/external/clang/tools/
H A DMakefile29 ifeq ($(BUILD_CLANG_ONLY),YES)
/external/deqp/framework/platform/ios/
H A DtcuIOSAppDelegate.m56 [[UIApplication sharedApplication] setIdleTimerDisabled: YES];
58 return YES;
/external/v8/test/mjsunit/
H A Dassert-opt-and-deopt.js52 YES: 1,
99 assertEquals(OptTracker.OptimizationState.YES, raw_optimized);
122 if (%GetOptimizationStatus(func) == OptTracker.OptimizationState.YES) {
133 case OptTracker.OptimizationState.YES:
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
H A DFuzzy.m85 while (YES) {
244 } while (YES);
480 } while (YES);
672 } while (YES);
817 } while (YES);
929 if ( state.backtracking > 0 ) { state.failed = YES; return ; }
998 if ( state.backtracking > 0 ) { state.failed = YES; return ; }
1205 } while (YES);
1276 } while (YES);
1371 } while (YES);
[all...]
/external/llvm/tools/lto/
H A DMakefile37 ifeq ($(RC_XBS),YES)
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
H A DCombinedLexer.m138 } while (YES);
195 } while (YES);
259 } while (YES);
H A DCombinedParser.m154 } while (YES);
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
H A DTLexer.m148 } while (YES);
215 } while (YES);
282 } while (YES);
/external/skia/src/utils/ios/
H A DSkStream_NSData.mm15 return [NSData dataWithBytesNoCopy:src length:length freeWhenDone:YES];
/external/clang/test/Sema/
H A Denum.c83 enum e1 { YES, NO }; enumerator in enum:e1
/external/clang/test/SemaCXX/
H A Denum.cpp33 enum e1 { YES, NO }; enumerator in enum:e1
/external/clang/tools/libclang/
H A DMakefile58 ifeq ($(RC_XBS),YES)
/external/deqp/framework/common/
H A DtcuFloatFormat.hpp39 YES enumerator in enum:tcu::YesNoMaybe
H A DtcuFloatFormat.cpp43 case YES: return yes;
186 if (m_hasNaN != YES)
281 Limits::has_infinity ? YES : NO,
282 Limits::has_quiet_NaN ? YES : NO,
283 ((Limits::has_denorm == std::denorm_present) ? YES :
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
H A DSymbolTableLexer.m371 } while (YES);
438 } while (YES);
505 } while (YES);

Completed in 687 milliseconds

1234