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

1 2 3 4 5 6 7 8 9

  /external/webkit/WebCore/platform/mac/
RuntimeApplicationChecks.mm 32 bool applicationIsAppleMail()
34 static const bool isAppleMail = [[[NSBundle mainBundle] bundleIdentifier] isEqualToString:@"com.apple.mail"];
38 bool applicationIsSafari()
40 static const bool isSafari = [[[NSBundle mainBundle] bundleIdentifier] isEqualToString:@"com.apple.Safari"];
44 bool applicationIsMicrosoftMessenger()
46 static bool isMicrosoftMessenger = [[[NSBundle mainBundle] bundleIdentifier] isEqualToString:@"com.microsoft.Messenger"];
50 bool applicationIsAdobeInstaller()
52 static bool isAdobeInstaller = [[[NSBundle mainBundle] bundleIdentifier] isEqualToString:@"com.adobe.Installers.Setup"];
  /external/astl/include/
limits 50 template<typename T, T bits, bool is_signed> struct digits10 {
71 static const bool is_specialized = false;
74 static const bool is_signed = false;
77 static const bool is_integer = false;
109 static const bool is_specialized = true;
114 static const bool is_signed = true;
115 static const bool is_integer = false;
125 static const bool is_specialized = true;
130 static const bool is_signed = true;
131 static const bool is_integer = false
    [all...]
set 81 // - a bool which indicates if the insertion took place.
82 pair<iterator, bool> insert(const value_type& elt) {
86 return pair<iterator, bool>(i, false);
91 return pair<iterator, bool>(--mImpl.end(), true);
110 bool empty() const { return mImpl.size() == 0; }
functional 57 struct _Name : public binary_function<_T, _T, bool> \
59 bool operator()(const _T& left, const _T& right) const \
  /external/opencore/oscl/oscl/osclerror/src/
oscl_errno.inl 18 OSCL_COND_EXPORT_REF OSCL_INLINE bool OSCL_IsErrnoSupported()
28 OSCL_COND_EXPORT_REF OSCL_INLINE bool OSCL_SetLastError(int newVal)
  /dalvik/libcore/luni/src/test/java/tests/api/java/lang/ref/
WeakReferenceTest.java 30 static Boolean bool; field in class:WeakReferenceTest
33 bool = null;
48 bool = new Boolean(true);
51 WeakReference wr = new WeakReference(bool, rq);
57 // need a reference to bool so the jit does not optimize it away
58 assertTrue("should always pass", bool.booleanValue());
62 new WeakReference(bool, null);
79 bool = new Boolean(true);
81 WeakReference wr = new WeakReference(bool);
89 // need a reference to bool so the jit does not optimize it awa
    [all...]
SoftReferenceTest.java 33 static Boolean bool; field in class:SoftReferenceTest
37 bool = null;
52 bool = new Boolean(true);
54 SoftReference sr = new SoftReference(bool, rq);
63 new SoftReference(bool, null);
80 bool = new Boolean(true);
82 SoftReference sr = new SoftReference(bool);
100 bool = new Boolean(false);
101 SoftReference sr = new SoftReference(bool);
102 assertTrue("Same object not returned.", bool == sr.get())
    [all...]
PhantomReferenceTest.java 34 static Boolean bool; field in class:PhantomReferenceTest
37 bool = null;
51 bool = new Boolean(false);
52 PhantomReference pr = new PhantomReference(bool, rq);
138 bool = new Boolean(true);
140 PhantomReference pr = new PhantomReference(bool, rq);
147 // need a reference to bool so the jit does not optimize it away
148 assertTrue("should always pass", bool.booleanValue());
152 new PhantomReference(bool, null);
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/operations/
And.java 50 if (expr1.bool())
54 return expr2.bool() ? XBoolean.S_TRUE : XBoolean.S_FALSE;
69 public boolean bool(XPathContext xctxt) method in class:And
72 return (m_left.bool(xctxt) && m_right.bool(xctxt));
Or.java 50 if (!expr1.bool())
54 return expr2.bool() ? XBoolean.S_TRUE : XBoolean.S_FALSE;
69 public boolean bool(XPathContext xctxt) method in class:Or
72 return (m_left.bool(xctxt) || m_right.bool(xctxt));
Bool.java 19 * $Id: Bool.java 468655 2006-10-28 07:12:06Z minchau $
30 public class Bool extends UnaryOperation
50 return right.bool() ? XBoolean.S_TRUE : XBoolean.S_FALSE;
62 public boolean bool(XPathContext xctxt) method in class:Bool
65 return m_right.bool(xctxt);
  /external/webkit/WebKitTools/DumpRenderTree/mac/
GCControllerMac.mm 41 void GCController::collectOnAlternateThread(bool waitUntilDone) const
AccessibilityControllerMac.mm 57 void AccessibilityController::setLogFocusEvents(bool)
61 void AccessibilityController::setLogScrollingStartEvents(bool)
65 void AccessibilityController::setLogValueChangeEvents(bool)
WorkQueueItemMac.mm 41 bool LoadItem::invoke() const
57 bool ReloadItem::invoke() const
63 bool ScriptItem::invoke() const
71 bool BackForwardItem::invoke() const
  /external/webkit/WebKit/mac/WebCoreSupport/
WebPluginHalterClient.mm 41 bool WebPluginHalterClient::shouldHaltPlugin(Node* pluginNode, bool isWindowed, const String& pluginName) const
47 bool WebPluginHalterClient::enabled() const
WebIconDatabaseClient.mm 36 bool WebIconDatabaseClient::performImport()
39 bool result = importToWebCoreFormat();
  /external/webkit/WebCore/accessibility/mac/
AccessibilityObjectMac.mm 35 bool AccessibilityObject::accessibilityIgnoreAttachment() const
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/objects/
XBooleanStatic.java 62 return m_val == obj2.bool();
XBoolean.java 112 public boolean bool() method in class:XBoolean
160 return m_val == obj2.bool();
XNull.java 80 public boolean bool() method in class:XNull
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapAuthenticator.java 64 public final synchronized void setChallenged(final boolean bool) {
65 mChallenged = bool;
68 public final synchronized void setCancelled(final boolean bool) {
69 mAuthCancelled = bool;
  /external/webkit/WebCore/page/mac/
EventHandlerMac.mm 109 bool EventHandler::wheelEvent(NSEvent *event)
143 bool EventHandler::keyEvent(NSEvent *event)
171 bool EventHandler::passWidgetMouseDownEventToWidget(const MouseEventWithHitTestResults& event)
185 bool EventHandler::passWidgetMouseDownEventToWidget(RenderWidget* renderWidget)
190 static bool lastEventIsMouseUp()
208 bool EventHandler::passMouseDownEventToWidget(Widget* pWidget)
249 bool wasDeferringLoading = page->defersLoading();
284 static bool findViewInSubviews(NSView *superview, NSView *target)
318 bool EventHandler::eventLoopHandleMouseDragged(const MouseEventWithHitTestResults&)
338 bool EventHandler::eventLoopHandleMouseUp(const MouseEventWithHitTestResults&
    [all...]
  /external/stlport/stlport/
locale 83 inline bool isspace (_CharT c, const locale& loc)
87 inline bool isprint (_CharT c, const locale& loc)
91 inline bool iscntrl (_CharT c, const locale& loc)
95 inline bool isupper (_CharT c, const locale& loc)
99 inline bool islower (_CharT c, const locale& loc)
103 inline bool isalpha (_CharT c, const locale& loc)
107 inline bool isdigit (_CharT c, const locale& loc)
111 inline bool ispunct (_CharT c, const locale& loc)
115 inline bool isxdigit (_CharT c, const locale& loc)
119 inline bool isalnum (_CharT c, const locale& loc
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/functions/
FuncBoolean.java 45 return m_arg0.execute(xctxt).bool() ? XBoolean.S_TRUE : XBoolean.S_FALSE;
FuncNot.java 45 return m_arg0.execute(xctxt).bool() ? XBoolean.S_FALSE : XBoolean.S_TRUE;

Completed in 1090 milliseconds

1 2 3 4 5 6 7 8 9