Searched refs:NO (Results 1 - 25 of 251) sorted by relevance

1234567891011

/external/chromium_org/remoting/ios/
H A Dkey_map_us.h22 NO, // [0] Numbering fields by index, not by count
23 NO, //
24 NO, //
25 NO, //
26 NO, //
27 NO, //
28 NO, //
29 NO, //
30 NO, //
31 NO, //
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dlibs.doxy_template55 CREATE_SUBDIRS = NO
72 # Set to NO to disable this.
78 # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
99 ALWAYS_DETAILED_SEC = NO
106 INLINE_INHERITED_MEMB = NO
110 # to NO the shortest path that makes the file name unique will be used.
136 SHORT_NAMES = NO
140 # comment as the brief description. If set to NO, the java_doc
144 JAVADOC_AUTOBRIEF = NO
148 # comment as the brief description. If set to NO, th
[all...]
/external/libvpx/libvpx/
H A Dlibs.doxy_template55 CREATE_SUBDIRS = NO
72 # Set to NO to disable this.
78 # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
99 ALWAYS_DETAILED_SEC = NO
106 INLINE_INHERITED_MEMB = NO
110 # to NO the shortest path that makes the file name unique will be used.
136 SHORT_NAMES = NO
140 # comment as the brief description. If set to NO, the java_doc
144 JAVADOC_AUTOBRIEF = NO
148 # comment as the brief description. If set to NO, th
[all...]
/external/lldb/test/macosx/debug-info/apple_types/
H A DMakefile4 MAKE_DSYM := NO
/external/lldb/test/python_api/lldbutil/frame/
H A DMakefile4 MAKE_DSYM :=NO
/external/lldb/test/functionalities/archives/
H A DMakefile5 MAKE_DSYM := NO
/external/lldb/test/functionalities/dead-strip/
H A DMakefile5 MAKE_DSYM := NO
/external/lldb/test/macosx/order/
H A DMakefile5 MAKE_DSYM := NO
/external/lldb/test/python_api/lldbutil/iter/
H A DMakefile6 MAKE_DSYM :=NO
/external/lldb/test/python_api/lldbutil/process/
H A DMakefile6 MAKE_DSYM :=NO
/external/lldb/test/python_api/module_section/
H A DMakefile6 MAKE_DSYM :=NO
/external/chromium_org/chrome/common/extensions/docs/examples/api/permissions/extension-questions/
H A Doptions.js7 var NO = 'DISABLED'; variable
14 $status.innerText = NO;
17 $status.innerText = contains ? YES : NO;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
H A DT.g21 enableEnum = NO;
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dmaccocoathreadhelper.mm18 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
40 if ([NSThread isMultiThreaded] == NO) {
/external/chromium_org/third_party/webrtc/base/
H A Dmaccocoathreadhelper.mm23 if ([NSThread isMultiThreaded] == NO) {
/external/e2fsprogs/util/
H A Dinstall-symlink.in9 FORCE_RELATIVE=NO
10 FORCE_ABSOLUTE=NO
22 FORCE_ABSOLUTE=NO
23 FORCE_RELATIVE=NO
/external/llvm/include/llvm/MC/
H A DMCInstrInfo.h36 unsigned NO) {
40 NumOpcodes = NO;
35 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/chromium_org/third_party/webrtc/modules/video_capture/mac/qtkit/
H A Dvideo_capture_qtkit_info_objc.mm86 if(NO == _OSSupportedInfo)
106 bool successful = NO;
111 if(NO == successful)
120 if(NO == successful)
135 if(NO == _OSSupportedInfo)
148 // ***** If it is not, isOSSupprted = NO
160 _OSSupportedInfo = NO;
173 if(NO == _OSSupportedInfo)
H A Dvideo_capture_qtkit_objc.mm65 return NO;
94 return NO;
100 return NO;
113 return NO;
155 _capturing = NO;
162 return NO;
168 _capturing = NO;
169 _captureInitialized = NO;
181 return NO;
183 return NO;
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
H A DRTCSessionDescription.mm18 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
41 NSAssert(NO, @"nil arguments not allowed");
58 NSAssert(NO, @"nil arguments not allowed");
66 NSAssert(NO, @"Invalid SessionDescriptionInterface.");
H A DRTCMediaStream.mm18 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
70 return NO;
78 return NO;
89 return NO;
100 return NO;
110 NSAssert(NO, @"nil arguments not allowed");
/external/chromium_org/third_party/webrtc/modules/video_capture/ios/
H A Drtc_video_capture_ios_objc.mm46 _captureChanging = NO;
129 return NO;
134 return NO;
139 return NO;
144 return NO;
149 return NO;
154 return NO;
157 return NO;
164 return NO;
252 return NO;
[all...]
/external/libunwind/src/ppc/
H A DGinit_remote.c23 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
57 #error init_remote :: NO VALID PPC ARCH!
/external/smack/src/org/apache/harmony/javax/security/auth/callback/
H A DConfirmationCallback.java30 public static final int NO = 1; field in class:ConfirmationCallback
70 if (defaultOption != YES && defaultOption != NO) {
75 if (defaultOption != YES && defaultOption != NO && defaultOption != CANCEL) {
129 if (defaultOption != YES && defaultOption != NO) {
134 if (defaultOption != YES && defaultOption != NO && defaultOption != CANCEL) {
216 if (selection != YES && selection != NO) {
221 if (selection != YES && selection != NO && selection != CANCEL) {

Completed in 705 milliseconds

1234567891011