HomeSort by relevance Sort by last modified time
    Searched refs:bool (Results 51 - 75 of 412) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/astl/include/
functional 57 struct _Name : public binary_function<_T, _T, bool> \
59 bool operator()(const _T& left, const _T& right) const \
string 126 bool empty() const { return this->size() == 0; }
174 friend bool operator==(const string& left, const string& right);
175 friend bool operator==(const string& left, const value_type *right);
176 friend bool operator==(const value_type *left, const string& right) { return right == left; }
177 friend bool operator!=(const string& left, const string& right) { return !(left == right); }
178 friend bool operator!=(const string& left, const char* right) { return !(left == right); }
179 friend bool operator!=(const value_type *left, const string& right) { return !(left == right); }
304 bool SafeMalloc(size_type n);
321 bool operator<(const string& lhs, const string& rhs);
322 bool operator<=(const string& lhs, const string& rhs)
    [all...]
  /external/webkit/Source/WebCore/platform/mac/
DragDataMac.mm 62 bool DragData::canSmartReplace() const
69 bool DragData::containsColor() const
74 bool DragData::containsFiles() const
88 bool DragData::containsPlainText() const
126 bool DragData::containsCompatibleContent() const
133 bool DragData::containsURL(Frame* frame, FilenameConversionPolicy filenamePolicy) const
151 PassRefPtr<DocumentFragment> DragData::asFragment(Frame* frame, PassRefPtr<Range> range, bool allowPlainText, bool& chosePlainText) const
KeyEventMac.mm 40 static bool isKeypadEvent(NSEvent* event)
80 static inline bool isKeyUpEvent(NSEvent *event)
225 void PlatformKeyboardEvent::disambiguateKeyDownEvent(Type type, bool backwardCompatibilityMode)
250 bool PlatformKeyboardEvent::currentCapsLockState()
255 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey)
FileSystemMac.mm 69 bool canExcludeFromBackup()
78 bool excludeFromBackup(const String& path)
KillRingMac.mm 46 static bool initializedKillRing = false;
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebFullScreenManagerProxyMac.mm 59 void WebFullScreenManagerProxy::finishedEnterFullScreenAnimation(bool completed)
73 void WebFullScreenManagerProxy::finishedExitFullScreenAnimation(bool completed)
TextCheckerMac.mm 56 static bool didInitializeState;
82 bool TextChecker::isContinuousSpellCheckingAllowed()
84 static bool allowContinuousSpellChecking = true;
85 static bool readAllowContinuousSpellCheckingDefault = false;
97 void TextChecker::setContinuousSpellCheckingEnabled(bool isContinuousSpellCheckingEnabled)
108 void TextChecker::setGrammarCheckingEnabled(bool isGrammarCheckingEnabled)
121 void TextChecker::setAutomaticSpellingCorrectionEnabled(bool isAutomaticSpellingCorrectionEnabled)
132 void TextChecker::setAutomaticQuoteSubstitutionEnabled(bool isAutomaticQuoteSubstitutionEnabled)
143 void TextChecker::setAutomaticDashSubstitutionEnabled(bool isAutomaticDashSubstitutionEnabled)
154 void TextChecker::setAutomaticLinkDetectionEnabled(bool isAutomaticLinkDetectionEnabled
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
LayoutTestControllerMac.mm 128 bool LayoutTestController::callShouldCloseOnWebView()
261 JSValueRef LayoutTestController::nodesFromRect(JSContextRef context, JSValueRef value, int x, int y, unsigned top, unsigned right, unsigned bottom, unsigned left, bool ignoreClipping)
300 bool LayoutTestController::isPageBoxVisible(int pageNumber) const
355 void LayoutTestController::setAcceptsEditing(bool newAcceptsEditing)
360 void LayoutTestController::setAlwaysAcceptCookies(bool alwaysAcceptCookies)
382 void LayoutTestController::setAuthorAndUserStylesEnabled(bool flag)
387 void LayoutTestController::setAutofilled(JSContextRef context, JSValueRef nodeObject, bool autofilled)
396 void LayoutTestController::setCustomPolicyDelegate(bool setDelegate, bool permissive)
412 void LayoutTestController::setDomainRelaxationForbiddenForURLScheme(bool forbidden, JSStringRef scheme
    [all...]
WorkQueueItemMac.mm 41 bool LoadItem::invoke() const
57 bool LoadHTMLStringItem::invoke() const
72 bool ReloadItem::invoke() const
78 bool ScriptItem::invoke() const
86 bool BackForwardItem::invoke() const
  /external/webkit/Source/WebKit2/UIProcess/Plugins/mac/
PluginProcessProxyMac.mm 41 - (BOOL)_wantsUserAttention
50 bool PluginProcessProxy::pluginNeedsExecutableHeap(const PluginInfoStore::Plugin& pluginInfo)
52 static bool forceNonexecutableHeapForPlugins = [[NSUserDefaults standardUserDefaults] boolForKey:@"ForceNonexecutableHeapForPlugins"];
72 bool PluginProcessProxy::getPluginProcessSerialNumber(ProcessSerialNumber& pluginProcessSerialNumber)
94 void PluginProcessProxy::setFullscreenWindowIsShowing(bool fullscreenWindowIsShowing)
141 void PluginProcessProxy::setModalWindowIsShowing(bool modalWindowIsShowing)
  /external/webkit/Source/WebCore/page/mac/
EventHandlerMac.mm 108 bool EventHandler::wheelEvent(NSEvent *event)
140 bool EventHandler::keyEvent(NSEvent *event)
168 bool EventHandler::passWidgetMouseDownEventToWidget(const MouseEventWithHitTestResults& event)
182 bool EventHandler::passWidgetMouseDownEventToWidget(RenderWidget* renderWidget)
187 static bool lastEventIsMouseUp()
205 bool EventHandler::passMouseDownEventToWidget(Widget* pWidget)
250 bool wasDeferringLoading = page->defersLoading();
285 static bool findViewInSubviews(NSView *superview, NSView *target)
319 bool EventHandler::eventLoopHandleMouseDragged(const MouseEventWithHitTestResults&)
339 bool EventHandler::eventLoopHandleMouseUp(const MouseEventWithHitTestResults&
    [all...]
DragControllerMac.mm 45 bool DragController::isCopyKeyDown(DragData* dragData)
  /external/webkit/Source/JavaScriptCore/wtf/mac/
MainThreadMac.mm 55 static bool isTimerPosted; // This is only accessed on the 'main' thread.
56 static bool mainThreadEstablishedAsPthreadMain;
128 bool isMainThread()
  /external/webkit/Source/WebCore/platform/graphics/mac/
ColorMac.mm 36 static bool useOldAquaFocusRingColor;
43 void setUsesTestModeFocusRingColor(bool newValue)
48 bool usesTestModeFocusRingColor()
  /cts/tests/src/android/renderscript/cts/
primitives.rs 23 bool boolTest = false;
39 static bool test_primitive_types() {
40 bool failed = false;
70 static bool test_vector_types() {
71 bool failed = false;
126 bool failed = false;
  /external/webkit/Source/WebKit2/Shared/mac/
SandboxExtensionMac.mm 74 bool SandboxExtension::Handle::decode(CoreIPC::ArgumentDecoder* decoder, Handle& result)
202 bool SandboxExtension::invalidate()
206 bool result = WKSandboxExtensionInvalidate(m_sandboxExtension);
213 bool SandboxExtension::consume()
220 bool SandboxExtension::consumePermanently()
224 bool result = WKSandboxExtensionConsume(m_sandboxExtension);
PlatformCertificateInfo.mm 63 bool PlatformCertificateInfo::decode(CoreIPC::ArgumentDecoder* decoder, PlatformCertificateInfo& c)
65 bool hasCertificateChain;
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastSettings.java 73 if (!res.getBoolean(R.bool.show_etws_settings)) {
76 if (!res.getBoolean(R.bool.show_cmas_settings)) {
79 if (!res.getBoolean(R.bool.show_brazil_settings)) {
  /external/webkit/Source/WebKit2/PluginProcess/mac/
PluginControllerProxyMac.mm 81 void PluginControllerProxy::windowFocusChanged(bool hasFocus)
91 void PluginControllerProxy::windowVisibilityChanged(bool isVisible)
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebEditorClientMac.mm 169 void WebEditorClient::showSubstitutionsPanel(bool)
174 bool WebEditorClient::substitutionsPanelIsShowing()
176 bool isShowing;
187 bool WebEditorClient::isAutomaticQuoteSubstitutionEnabled()
198 bool WebEditorClient::isAutomaticLinkDetectionEnabled()
209 bool WebEditorClient::isAutomaticDashSubstitutionEnabled()
220 bool WebEditorClient::isAutomaticTextReplacementEnabled()
231 bool WebEditorClient::isAutomaticSpellingCorrectionEnabled()
  /external/webkit/Tools/TestWebKitAPI/mac/
PlatformUtilitiesMac.mm 38 void run(bool* done)
73 bool isKeyDown(WKNativeEventPtr event)
  /packages/apps/Contacts/src/com/android/contacts/preference/
ContactsPreferences.java 50 return mContext.getResources().getBoolean(R.bool.config_sort_order_user_changeable);
54 if (mContext.getResources().getBoolean(R.bool.config_default_sort_order_primary)) {
84 return mContext.getResources().getBoolean(R.bool.config_display_order_user_changeable);
88 if (mContext.getResources().getBoolean(R.bool.config_default_display_order_primary)) {
  /external/llvm/bindings/ocaml/analysis/
llvm_analysis.ml 13 external verify_function : Llvm.llvalue -> bool = "llvm_verify_function"
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Exceptions/
regress-121658.js 134 function formatThis(bool)
136 return bool? TEST_PASSED : TEST_FAILED;

Completed in 2981 milliseconds

1 23 4 5 6 7 8 91011>>