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

12345678910

/external/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/webkit/Tools/WebKitTestRunner/InjectedBundle/mac/
H A DInjectedBundleMac.mm16 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
35 [NSNumber numberWithBool:NO], @"AppleScrollAnimationEnabled",
36 [NSNumber numberWithBool:NO], @"NSOverlayScrollersEnabled",
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebImageRendererFactory.m20 * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
40 return NO;
H A DWebJavaScriptTextInputPanel.m20 * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
63 [NSApp stopModalWithCode:NO];
H A DWebPluginHalterClient.mm16 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR
44 return CallUIDelegateReturningBoolean(NO, m_webView, @selector(webView:shouldHaltPlugin:isWindowed:pluginName:), kit(pluginNode), isWindowed, (NSString *)pluginName);
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
H A DT.g21 enableEnum = 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/webkit/Source/WebKit/mac/WebView/
H A DWebViewData.mm21 * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
40 BOOL applicationIsTerminating = NO;
63 cssAnimationsSuspended = NO;
66 zoomsTextOnly = NO;
68 interactiveFormValidationEnabled = NO;
79 shouldCloseWithWindow = NO;
H A DWebDynamicScrollBarsView.mm16 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
201 [[self verticalScroller] setNeedsDisplay:NO];
202 [[self horizontalScroller] setNeedsDisplay:NO];
247 _private->inUpdateScrollers = NO;
258 newHasHorizontalScroller = NO;
259 newHasVerticalScroller = NO;
270 newHasHorizontalScroller = NO;
274 newHasVerticalScroller = NO;
282 [[self verticalScroller] setNeedsDisplay:NO];
283 [[self horizontalScroller] setNeedsDisplay:NO];
[all...]
H A DWebFormDelegate.m20 * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
65 return NO;
70 return NO;
H A DWebTextCompletionController.mm20 * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
80 [frame _replaceSelectionWithText:newText selectReplacement:YES smartReplace:NO];
88 tableFrame.size = [NSScrollView contentSizeForFrameSize:scrollFrame.size hasHorizontalScroller:NO hasVerticalScroller:YES borderType:NSNoBorder];
91 [column setEditable:NO];
113 _popupWindow = [[NSWindow alloc] initWithContentRect:scrollFrame styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:NO];
120 [_popupWindow setReleasedWhenClosed:NO];
148 maxWidth = ceilf([NSScrollView frameSizeForContentSize:NSMakeSize(maxWidth, 100.0f) hasHorizontalScroller:NO hasVerticalScroller:YES borderType:NSNoBorder].width);
154 [_popupWindow setFrame:windowFrame display:NO];
157 [_tableView selectRowIndexes:[NSIndexSet indexSetWithIndex:0] byExtendingSelection:NO];
216 [self endRevertingChange:YES moveLeft:NO];
[all...]
H A DWebFrameView.mm20 * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
147 [window _setNeedsToResetDragMargins:NO];
153 [sv setSuppressLayout:NO];
228 static BOOL addedImageTypes = NO;
315 // CoreGraphics deferred updates are disabled if WebKitEnableCoalescedUpdatesPreferenceKey is NO
338 [scrollView setDrawsBackground:NO];
339 [scrollView setHasVerticalScroller:NO];
340 [scrollView setHasHorizontalScroller:NO];
530 return NO;
533 return NO;
[all...]
H A DWebVideoFullscreenController.mm16 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
78 NSWindow *window = [[WebVideoFullscreenWindow alloc] initWithContentRect:NSZeroRect styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:NO];
208 _isEndingFullscreen = NO;
244 [self requestExitFullscreenWithAnimation:NO];
271 NSWindow *window = [[NSWindow alloc] initWithContentRect:frame styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:NO];
275 [window setReleasedWhenClosed:NO];
303 [_backgroundFullscreenWindow setFrame:[screen frame] display:NO];
324 [self setupFadeAnimationIfNeededAndFadeIn:NO];
458 _forceDisableAnimation = NO;
501 [self setOpaque:NO];
[all...]
/external/webkit/Source/WebKit/mac/WebInspector/
H A DWebInspector.mm20 * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
83 return NO;
112 return NO;
141 return NO;
159 return page->inspectorController()->timelineProfilerEnabled() ? YES : NO;
160 return NO;
208 static BOOL logged = NO;
220 static BOOL logged = NO;
232 static BOOL logged = NO;
244 static BOOL logged = NO;
[all...]
/external/webkit/Source/WebKit/mac/Misc/
H A DWebNSEventExtras.m20 * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
37 return NO;
41 return NO;
45 return NO;
H A DWebNSNotificationCenterExtras.m20 * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
35 [self postNotificationOnMainThreadWithName:name object:object userInfo:nil waitUntilDone:NO];
40 [self postNotificationOnMainThreadWithName:name object:object userInfo:userInfo waitUntilDone:NO];
/external/webkit/Tools/DumpRenderTree/mac/
H A DObjCPlugin.m17 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR
41 static BOOL _allowsScriptsFullAccess = NO;
90 return NO;
139 return NO;
142 return NO;
145 return NO;
172 return NO;
H A DMockGeolocationProvider.mm16 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR
57 _timer = [NSTimer scheduledTimerWithTimeInterval:0 target:self selector:@selector(timerFired) userInfo:0 repeats:NO];
71 _timer = [NSTimer scheduledTimerWithTimeInterval:0 target:self selector:@selector(timerFired) userInfo:0 repeats:NO];
79 _timer = [NSTimer scheduledTimerWithTimeInterval:0 target:self selector:@selector(timerFired) userInfo:0 repeats:NO];
H A DPlainTextController.mm16 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR
42 return NO;
/external/webkit/Examples/NetscapeCocoaPlugin/
H A DMenuHandler.m21 The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES,
26 IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL
56 return NO;
58 return NO;
/external/webkit/Source/WebCore/platform/text/mac/
H A DTextBoundaries.mm16 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE COMPUTER, INC. OR
36 length:len freeWhenDone:NO];
48 length:len freeWhenDone:NO];
/external/webkit/Source/WebKit2/UIProcess/mac/
H A DWebInspectorProxyMac.mm16 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
87 [m_inspectorView.get() setDrawsBackground:NO];
101 NSWindow *window = [[NSWindow alloc] initWithContentRect:NSMakeRect(0, 0, initialWindowWidth, initialWindowHeight) styleMask:styleMask backing:NSBackingStoreBuffered defer:NO];
102 [window setAutorecalculatesContentBorderThickness:NO forEdge:NSMaxYEdge];
106 [window setReleasedWhenClosed:NO];
/external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
H A DMakefile15 # PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR
36 GENERATE_WRAPPER = NO
39 GENERATE_WRAPPER = NO
42 ifneq "$(GENERATE_WRAPPER)" "NO"
/external/webkit/Tools/TestWebKitAPI/mac/
H A DPlatformWebViewMac.mm16 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
42 [m_window setAutodisplay:NO];
43 [m_window setReleasedWhenClosed:NO];
78 isARepeat:NO
91 isARepeat:NO

Completed in 647 milliseconds

12345678910