HomeSort by relevance Sort by last modified time
    Searched refs:YES (Results 1 - 25 of 270) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/libvpx/libvpx/
libs.doxy_template 48 # 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 then the STRIP_FROM_PATH ta
    [all...]
  /external/libxml2/os400/
xmlcatalog.cmd 13 PARM KWD(INSTMF) TYPE(*PNAME) LEN(5000) VARY(*YES *INT2) +
14 CASE(*MIXED) EXPR(*YES) MIN(1) SPCVAL((*NEW '')) +
20 PARM KWD(KIND) TYPE(*CHAR) LEN(7) VARY(*YES *INT2) +
21 EXPR(*YES) RSTD(*YES) DFT(*XML) +
27 PARM KWD(OUTSTMF) TYPE(*PNAME) LEN(5000) VARY(*YES *INT2) +
28 CASE(*MIXED) EXPR(*YES) DFT(*STDOUT) +
35 PARM KWD(CONVERT) TYPE(*CHAR) LEN(10) VARY(*YES *INT2) +
36 RSTD(*YES) SPCVAL((*YES '--convert') (*NO ''))
    [all...]
xmllint.cmd 13 PARM KWD(STMF) TYPE(*PNAME) LEN(5000) VARY(*YES *INT2) +
14 CASE(*MIXED) EXPR(*YES) MIN(1) +
20 PARM KWD(DTD) TYPE(*PNAME) LEN(5000) VARY(*YES *INT2) +
21 CASE(*MIXED) EXPR(*YES) PASSVAL(*NULL) +
26 SPCVAL(*DTDURL *DTDFPI) EXPR(*YES) RSTD(*YES) +
31 PARM KWD(SCHEMA) TYPE(*PNAME) LEN(5000) VARY(*YES *INT2) +
32 CASE(*MIXED) EXPR(*YES) PASSVAL(*NULL) +
36 PARM KWD(SCHEMAKIND) TYPE(*CHAR) LEN(12) VARY(*YES *INT2) +
37 RSTD(*YES) DFT(*XSD)
    [all...]
  /external/desugar/java/com/google/devtools/common/options/
TriState.java 17 * Enum used to represent tri-state options (yes/no/auto).
20 YES, NO, AUTO
  /external/tpm2/
Implementation.h 18 #define ALG_YES YES
20 #define CC_YES YES
27 #define YES 1
35 #define LITTLE_ENDIAN_TPM YES
109 #define ECC_NIST_P256 YES
110 #define ECC_NIST_P384 YES
111 #define ECC_BN_P256 YES
297 #define ENABLE_PCR_NO_INCREMENT YES
298 #define CRT_FORMAT_RSA YES
307 #if defined ALG_RSA && ALG_RSA == YES
    [all...]
ClearControl.c 37 if(in->disable == YES)
PolicyNvWritten.c 36 != (in->writtenSet == YES)))
44 session->attributes.nvWrittenState = (in->writtenSet == YES);
ClockSet.c 45 go.clockSafe = YES;
PCR_Allocate.c 50 if(out->allocationSuccess == YES)
HierarchyControl.c 22 BOOL select = (in->state == YES);
44 if( gc.shEnable == FALSE && in->state == YES
57 if( gc.ehEnable == FALSE && in->state == YES
  /system/libvintf/include/vintf/
Tristate.h 29 YES,
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
gsm_amr_typedefs.h 119 #ifndef YES
120 #define YES 1
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
Fuzzy.m 273 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 ) return
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AvdCompatibility.java 25 YES,
52 Compatibility.YES : Compatibility.NO;
56 return projectTarget.canRunOn(avdTarget) ? Compatibility.YES : Compatibility.NO;
  /external/e2fsprogs/util/
install-symlink.in 16 FORCE_RELATIVE=YES
19 FORCE_ABSOLUTE=YES
73 if test $FORCE_RELATIVE = YES ; then
78 if test $FORCE_ABSOLUTE = YES ; then
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pv_amr_wb_type_defs.h 156 #ifndef YES
157 #define YES 1
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
AuthorizationHeaderIms.java 53 public static final String YES = "yes";
  /external/skia/experimental/iOSSampleApp/Shared/
skia_ios.mm 16 NSArray *dirPaths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES);
24 if ([filemgr changeCurrentDirectoryPath: docsDir] == YES)
  /external/webrtc/webrtc/base/
base64_unittest.cc     [all...]
  /external/icu/icu4c/source/config/
mh-os400 23 COMPILE.c= $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) -c -qTERASPACE=*YES -qSTGMDL=*INHERIT -qPFROPT=*STRDONLY
24 COMPILE.cc= $(CXX) $(DEFS) $(CPPFLAGS) $(CXXFLAGS) -c -qTERASPACE=*YES -qSTGMDL=*INHERIT -qPFROPT=*STRDONLY -qRTTIALL
40 SHLIB.c= ld -v -qOPTION='*DUPPROC *DUPVAR' -qALWLIBUPD=*YES
41 SHLIB.cc= ld -v -qOPTION='*DUPPROC *DUPVAR' -qALWLIBUPD=*YES
61 ifeq ($(ENABLE_SHARED),YES)
  /external/webrtc/talk/app/webrtc/objctests/
RTCSessionDescriptionSyncObserver.m 62 self.signaled = YES;
83 self.success = YES;
97 self.success = YES;
  /external/curl/packages/OS400/
make-lib.sh 61 then LINK=YES
104 then LINK=YES
121 then LINK=YES
142 LINK=YES
149 then LINK=YES
188 then LINK=YES
  /external/deqp/framework/platform/ios/
tcuIOSAppDelegate.m 56 [[UIApplication sharedApplication] setIdleTimerDisabled: YES];
58 return YES;
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
tkMessageBox.py 50 YES = "yes"
73 # In some Tcl installations, yes/no is converted into a boolean.
76 return YES
103 "Ask a question; return true if the answer is yes"
105 return s == YES
108 "Ask a question; return true if the answer is yes, None if cancelled."
114 return s == YES
117 "Ask if operation should be retried; return true if the answer is yes"
132 print "yes/no", askyesno("Spam", "Got it?"
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
tkMessageBox.py 50 YES = "yes"
73 # In some Tcl installations, yes/no is converted into a boolean.
76 return YES
103 "Ask a question; return true if the answer is yes"
105 return s == YES
108 "Ask a question; return true if the answer is yes, None if cancelled."
114 return s == YES
117 "Ask if operation should be retried; return true if the answer is yes"
132 print "yes/no", askyesno("Spam", "Got it?"
    [all...]

Completed in 770 milliseconds

1 2 3 4 5 6 7 8 91011