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

1 2 3 4 5 6

  /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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/lldb/examples/interposing/darwin/fd_interposing/
Makefile 4 DYLIB_ONLY := YES
  /external/lldb/test/lang/c/shared_lib_stripped_symbols/
Makefile 8 SPLIT_DEBUG_SYMBOLS = 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/icu/icu4c/source/config/
mh-os400 21 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/clang/tools/
Makefile 29 ifeq ($(BUILD_CLANG_ONLY),YES)
  /external/deqp/framework/platform/ios/
tcuIOSAppDelegate.m 56 [[UIApplication sharedApplication] setIdleTimerDisabled: YES];
58 return YES;
  /prebuilts/python/darwin-x86/2.7.5/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...]
Tkconstants.py 5 YES=TRUE=ON=1
  /prebuilts/python/linux-x86/2.7.5/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...]
Tkconstants.py 5 YES=TRUE=ON=1
  /frameworks/compile/mclinker/lib/Core/
GeneralOptions.cpp 89 m_NoUndefined = YES;
92 m_ExecStack = YES;
107 m_MulDefs = YES;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
Fuzzy.m 85 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);
    [all...]
  /external/llvm/tools/lto/
Makefile 37 ifeq ($(RC_XBS),YES)
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
CombinedLexer.m 138 } while (YES);
195 } while (YES);
259 } while (YES);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TLexer.m 148 } while (YES);
215 } while (YES);
282 } while (YES);
  /frameworks/compile/mclinker/include/mcld/
GeneralOptions.h 117 m_NoUndefined = (pEnable ? YES : NO);
126 void setMulDefs(bool pEnable = true) { m_MulDefs = (pEnable ? YES : NO); }
137 bool isNoUndefined() const { return (YES == m_NoUndefined); }
141 bool hasExecStack() const { return (YES == m_ExecStack); }
151 bool isMulDefs() const { return (YES == m_MulDefs); }
340 enum status { YES, NO, Unknown };
  /external/skia/src/utils/ios/
SkStream_NSData.mm 15 return [NSData dataWithBytesNoCopy:src length:length freeWhenDone:YES];

Completed in 593 milliseconds

1 2 3 4 5 6