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

12345678

/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/autotest/site_utils/docgen/
H A Ddoxygen.conf43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
65 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
70 BRIEF_MEMBER_DESC = YES
72 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
77 REPEAT_BRIEF = YES
91 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
97 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
104 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
108 FULL_PATH_NAMES = YES
110 # If the FULL_PATH_NAMES tag is set to YES the
[all...]
/external/tpm2/
H A DImplementation.h18 #define ALG_YES YES
20 #define CC_YES YES
27 #define YES 1 macro
35 #define LITTLE_ENDIAN_TPM YES
107 #define ECC_NIST_P256 YES
108 #define ECC_NIST_P384 YES
109 #define ECC_BN_P256 YES
285 #define ENABLE_PCR_NO_INCREMENT YES
286 #define CRT_FORMAT_RSA YES
295 #if defined ALG_RSA && ALG_RSA == YES
[all...]
H A DClearControl.c37 if(in->disable == YES)
H A DPolicyNvWritten.c36 != (in->writtenSet == YES)))
44 session->attributes.nvWrittenState = (in->writtenSet == YES);
H A DClockSet.c45 go.clockSafe = YES;
H A DPCR_Allocate.c50 if(out->allocationSuccess == YES)
H A DHierarchyControl.c22 BOOL select = (in->state == YES);
44 if( gc.shEnable == FALSE && in->state == YES
57 if( gc.ehEnable == FALSE && in->state == 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/webrtc/webrtc/base/
H A Dbase64_unittest.cc935 EXPECT_TRUE (DecodeTest("YWJjZA== ", 1, "abcd", Flags(STRICT, YES, CHAR)));
936 EXPECT_TRUE (DecodeTest("YWJjZA== ", 0, "abcd", Flags(WHITE, YES, CHAR)));
937 EXPECT_TRUE (DecodeTest("YWJjZA== ", 0, "abcd", Flags(ANY, YES, CHAR)));
940 EXPECT_FALSE(DecodeTest("YWJjZA= =", 3, "abcd", Flags(STRICT, YES, CHAR)));
941 EXPECT_TRUE (DecodeTest("YWJjZA= =", 0, "abcd", Flags(WHITE, YES, CHAR)));
942 EXPECT_TRUE (DecodeTest("YWJjZA= =", 0, "abcd", Flags(ANY, YES, CHAR)));
945 EXPECT_FALSE(DecodeTest("YWJjZA=*=", 3, "abcd", Flags(STRICT, YES, CHAR)));
946 EXPECT_FALSE(DecodeTest("YWJjZA=*=", 3, "abcd", Flags(WHITE, YES, CHAR)));
947 EXPECT_TRUE (DecodeTest("YWJjZA=*=", 0, "abcd", Flags(ANY, YES, CHAR)));
950 EXPECT_FALSE(DecodeTest("YW=JjZA==", 7, "a", Flags(STRICT, YES, CHA
[all...]
H A Diosfilesystem.mm38 NSApplicationSupportDirectory, NSUserDomainMask, 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)
/external/webrtc/talk/app/webrtc/objctests/
H A DRTCSessionDescriptionSyncObserver.m62 self.signaled = YES;
83 self.success = YES;
97 self.success = YES;
/external/curl/packages/OS400/
H A Dmake-lib.sh61 then LINK=YES
104 then LINK=YES
121 then LINK=YES
137 LINK=YES
144 then LINK=YES
183 then LINK=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/webrtc/talk/app/webrtc/objc/
H A DRTCMediaStream.mm68 return YES;
76 return YES;
87 return YES;
99 return YES;
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
H A DARDAppDelegate.m39 return YES;
/external/webrtc/webrtc/modules/video_capture/mac/qtkit/
H A Dvideo_capture_qtkit_objc.mm70 return YES;
120 return YES;
140 waitUntilDone:YES];
148 _capturing = YES;
209 [_captureDecompressedVideoOutput setAutomaticallyDropsLateVideoFrames:YES];
217 return 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)

Completed in 882 milliseconds

12345678