HomeSort by relevance Sort by last modified time
    Searched refs:YES (Results 1 - 25 of 251) 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/webkit/Source/WebCore/platform/mac/
EventLoopMac.mm 34 [NSApp setWindowsNeedUpdate:YES];
38 NSEvent *event = [NSApp nextEventMatchingMask:NSAnyEventMask untilDate:untilDate inMode:NSDefaultRunLoopMode dequeue:YES];
LocalCurrentGraphicsContext.mm 39 NSGraphicsContext* newContext = [NSGraphicsContext graphicsContextWithGraphicsPort:graphicsContext->platformContext() flipped: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/webkit/Source/WebKit/mac/DefaultDelegates/
WebDefaultEditingDelegate.m 57 return YES;
62 return YES;
67 return YES;
72 return YES;
77 return YES;
82 return YES;
87 return YES;
92 return YES;
97 return YES;
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pv_amr_wb_type_defs.h 156 #ifndef YES
157 #define YES 1
  /external/clang/tools/
Makefile 20 ifeq ($(BUILD_CLANG_ONLY),YES)
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
AuthorizationHeaderIms.java 53 public static final String YES = "yes";
  /external/webkit/Source/WebKit/mac/WebView/
WebFrameView.mm 137 [sv setSuppressLayout:YES];
193 _private->includedInWebKitStatistics = YES;
242 addedImageTypes = YES;
250 return [[[self _viewTypesAllowImageTypeOmission:YES] _webkit_objectForMIMEType:MIMEType] isSubclassOfClass:[WebHTMLView class]];
390 return YES;
402 return YES;
428 return YES;
502 [[self _scrollView] setDrawsBackground:YES];
522 [[self _scrollView] setDrawsBackground:YES];
542 return YES;
    [all...]
WebViewData.mm 60 allowsUndo = YES;
61 usesPageCache = YES;
62 shouldUpdateWhileOffscreen = YES;
73 dashboardBehaviorAllowWheelScrolling = YES;
WebTextCompletionController.mm 80 [frame _replaceSelectionWithText:newText selectReplacement:YES smartReplace:NO];
88 tableFrame.size = [NSScrollView contentSizeForFrameSize:scrollFrame.size hasHorizontalScroller:NO hasVerticalScroller:YES borderType:NSNoBorder];
108 [scrollView setHasVerticalScroller:YES];
117 [_popupWindow setHasShadow:YES];
118 [_popupWindow setOneShot:YES];
119 [_popupWindow _setForceActiveControls:YES];
148 maxWidth = ceilf([NSScrollView frameSizeForContentSize:NSMakeSize(maxWidth, 100.0f) hasHorizontalScroller:NO hasVerticalScroller:YES borderType:NSNoBorder].width);
216 [self endRevertingChange:YES moveLeft:NO];
232 [frame _replaceSelectionWithText:_originalString selectReplacement:YES smartReplace:NO];
266 return YES;
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
PluginProxyMac.mm 43 [m_pluginLayer.get() setGeometryFlipped:YES];
  /external/smack/src/org/apache/harmony/javax/security/auth/callback/
ConfirmationCallback.java 28 public static final int YES = 0; // default options
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) {
  /external/icu4c/config/
mh-os400 18 COMPILE.c= $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) -c -qTERASPACE=*YES -qSTGMDL=*INHERIT -qPFROPT=*STRDONLY
19 COMPILE.cc= $(CXX) $(DEFS) $(CPPFLAGS) $(CXXFLAGS) -c -qTERASPACE=*YES -qSTGMDL=*INHERIT -qPFROPT=*STRDONLY -qRTTIALL
35 SHLIB.c= ld -v -qOPTION='*DUPPROC *DUPVAR' -qALWLIBUPD=*YES
36 SHLIB.cc= ld -v -qOPTION='*DUPPROC *DUPVAR' -qALWLIBUPD=*YES
56 ifeq ($(ENABLE_SHARED),YES)
  /external/webkit/Source/WebKit2/UIProcess/mac/
WKFullScreenWindowController.mm 147 // on 10.6 and later, so default to YES if the function is not available:
149 BOOL isOnActiveSpace = ([fullScreenWindow respondsToSelector:@selector(isOnActiveSpace)] ? [fullScreenWindow isOnActiveSpace] : YES);
167 [window setFrame:[[window screen] frame] display:YES];
178 _isFullScreen = YES;
179 _isAnimating = YES;
194 [[self window] setFrame:windowFrame display:YES];
201 [CATransaction setDisableActions:YES];
231 _isAnimating = YES;
267 _isAnimating = YES;
298 _isAnimating = YES;
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTreeWindow.mm 82 return gLayoutTestController ? gLayoutTestController->windowIsKey() : YES;
104 [[self webView] _setPostsAcceleratedCompositingNotifications:YES];
115 [self setAutodisplay:YES];
PlainTextController.mm 43 return YES;
DumpRenderTree.mm 143 static int dumpTree = YES;
308 [webView setContinuousSpellCheckingEnabled:YES];
309 [webView setGrammarCheckingEnabled:YES];
310 [webView setInteractiveFormValidationEnabled:YES];
316 DumpRenderTreeWindow *window = [[DumpRenderTreeWindow alloc] initWithContentRect:windowRect styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:YES];
401 [defaults setBool:YES forKey:WebKitEnableFullDocumentTeardownPreferenceKey];
402 [defaults setBool:YES forKey:WebKitFullScreenEnabledPreferenceKey];
428 [preferences setAllowUniversalAccessFromFileURLs:YES];
429 [preferences setAllowFileAccessFromFileURLs:YES];
440 [preferences setJavaScriptEnabled:YES];
    [all...]
  /external/webkit/Source/WebKit/mac/Misc/
WebNSViewExtras.m 90 dequeue:YES]) != nil) {
101 dragIt = YES;
106 dragIt = YES;
119 [NSApp postEvent:mouseUp atStart:YES];
122 [NSApp postEvent:dragEvent atStart:YES];
125 [NSApp postEvent:firstEvent atStart:YES];
171 [dragImage setScalesWhenResized:YES];
201 [self dragImage:dragImage at:origin offset:NSZeroSize event:event pasteboard:pasteboard source:source slideBack:YES];
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebJavaScriptTextInputPanel.m 68 [NSApp stopModalWithCode:YES];
  /external/webkit/Source/WebKit/mac/WebInspector/
WebInspector.mm 159 return page->inspectorController()->timelineProfilerEnabled() ? YES : NO;
211 logged = YES;
223 logged = YES;
235 logged = YES;
247 logged = YES;
  /external/quake/quake/src/QW/scitech/include/
debug.h 270 #undef YES
278 #define YES ((bool)1)
285 #define YES 1
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
DEBUG.H 270 #undef YES
278 #define YES ((bool)1)
285 #define YES 1

Completed in 2555 milliseconds

1 2 3 4 5 6 7 8 91011