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

<<11121314151617

  /packages/apps/Settings/src/com/android/settings/
BrightnessPreference.java 75 com.android.internal.R.bool.config_automatic_brightness_available);
DeviceInfoSettings.java 113 getResources().getBoolean(R.bool.config_additional_system_update_setting_enable);
WirelessSettings.java 115 com.android.internal.R.bool.config_wimaxEnabled);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 57 new Flag(R.bool.config_require_umlaut_processing, 0x1);
  /packages/apps/Phone/src/com/android/phone/
PhoneUtils.java     [all...]
CallFeaturesSetting.java     [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 67 (* Convert bool 0/1 to double 0.0 or 1.0 *)
99 (* Convert condition to a bool by comparing equal to 0.0 *)
220 (* Convert condition to a bool by comparing equal to 0.0. *)
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 379 val type_is_sized : lltype -> bool
458 val is_var_arg : lltype -> bool
494 val struct_set_body : lltype -> lltype array -> bool -> unit
503 val is_packed : lltype -> bool
507 val is_opaque : lltype -> bool
641 val is_constant : llvalue -> bool
661 val is_null : llvalue -> bool
665 val is_undef : llvalue -> bool
673 val has_metadata : llvalue -> bool
717 val const_of_int64 : lltype -> Int64.t -> bool -> llvalu
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
MethodTest.java 33 public void parmTest(int x, short y, String s, boolean bool, Object o,
42 boolean bool, Object o, long l, byte b, char c, double d,
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 158 expr = bool(opPos); break;
471 * @return reference to {@link org.apache.xpath.operations.Bool} instance.
475 protected Expression bool(int opPos) throws TransformerException method in class:Compiler
477 return compileUnary(new org.apache.xpath.operations.Bool(), opPos);
    [all...]
  /external/protobuf/editors/
proto.vim 65 syn keyword pbType float double bool string bytes
  /external/webkit/Source/WebCore/bridge/objc/
objc_utility.mm 85 bool convertJSMethodNameToObjc(const char *JSName, char *buffer, size_t bufferSize)
  /external/webkit/Source/WebCore/platform/network/mac/
AuthenticationMac.mm 142 bool AuthenticationChallenge::platformCompare(const AuthenticationChallenge& a, const AuthenticationChallenge& b)
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebContextMenuClient.mm 68 static BOOL isPreVersion3Client(void)
70 static BOOL preVersion3Client = !WebKitLinkedOnOrAfter(WEBKIT_FIRST_VERSION_WITH_3_0_CONTEXT_MENU_TAGS);
74 static BOOL isPreInspectElementTagClient(void)
76 static BOOL preInspectElementTagClient = !WebKitLinkedOnOrAfter(WEBKIT_FIRST_VERSION_WITH_INSPECT_ELEMENT_MENU_TAG);
101 BOOL preVersion3Client = isPreVersion3Client();
105 BOOL isMail = applicationIsAppleMail();
159 BOOL preVersion3Client = isPreVersion3Client();
285 BOOL preVersion3Client = isPreVersion3Client();
346 bool WebContextMenuClient::isSpeaking()
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLView.mm 142 - (BOOL)validateMenuItem:(NSMenuItem *)item;
172 - (BOOL)validateMenuItem:(NSMenuItem *)item
195 BOOL _receivedUnhandledCommand;
199 - (BOOL)receivedUnhandledCommand;
203 static BOOL forceNSViewHitTest;
206 static BOOL forceWebHTMLViewHitTest;
210 static bool needsCursorRectsSupportAtPoint(NSWindow* window, NSPoint point)
245 static BOOL canSetCursor = YES;
272 - (void)_recursiveDisplayRectIfNeededIgnoringOpacity:(NSRect)rect isVisibleRect:(BOOL)isVisibleRect rectIsVisibleRectForView:(NSView *)visibleView topView:(BOOL)topView
    [all...]
WebScriptDebugger.mm 204 void WebScriptDebugger::exception(const DebuggerCallFrame& debuggerCallFrame, intptr_t sourceID, int lineNumber, bool hasHandler)
  /external/webkit/Source/WebKit2/WebProcess/FullScreen/mac/
WebFullScreenManagerMac.mm 47 typedef void (WebKit::WebFullScreenManager::*AnimationFinishedFunction)(bool);
51 + (void)setDisableActions:(BOOL)flag;
55 + (void)setDisableActions:(BOOL)flag
69 - (void)animationDidStop:(CAAnimation *)anim finished:(BOOL)flag;
92 - (void)animationDidStop:(CAAnimation *)anim finished:(BOOL)flag
  /packages/apps/Settings/src/com/android/settings/widget/
SettingsAppWidgetProvider.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToHTMLStream.java 533 * @param bool True if URLs should be specially escaped with the %xx form.
535 public void setSpecialEscapeURLs(boolean bool)
537 m_specialEscapeURLs = bool;
543 * @param bool True if the META tag should be omitted.
545 public void setOmitMetaTag(boolean bool)
547 m_omitMetaTag = bool;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
LocPathIterator.java 317 public boolean bool(XPathContext xctxt) method in class:LocPathIterator
PredicatedNodeTest.java 390 else if (!pred.bool())
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
XPathImpl.java 325 return new Boolean( resultObject.bool());
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKPrintingView.mm 42 static BOOL isForcingPreviewUpdate;
58 - (BOOL)isFlipped
63 - (void)_setAutodisplay:(BOOL)newState
136 - (BOOL)_isPrintingPreview
152 - (BOOL)_hasPageRects
214 pair<HashMap<WebCore::IntRect, Vector<uint8_t> >::iterator, bool> entry = view->_pagePreviews.add(iter->second, Vector<uint8_t>());
218 bool receivedResponseToLatestRequest = view->_latestExpectedPreviewCallback == context->callbackID;
305 - (BOOL)_askPageToComputePageRects
344 - (BOOL)knowsPageRange:(NSRangePointer)range
  /external/webkit/Tools/MiniBrowser/mac/
BrowserWindowController.m 77 BOOL hidden = ![_webView isHidden];
93 - (BOOL)validateMenuItem:(NSMenuItem *)menuItem
133 - (BOOL)validateUserInterfaceItem:(id <NSValidatedUserInterfaceItem>)item
151 - (BOOL)windowShouldClose:(id)sender
154 BOOL canCloseImmediately = WKPageTryClose(_webView.pageRef);
184 - (BOOL)canZoomIn
198 - (BOOL)canZoomOut
212 - (BOOL)canResetZoom
424 static bool runJavaScriptConfirm(WKPageRef page, WKStringRef message, WKFrameRef frame, const void* clientInfo)
514 static bool runBeforeUnloadConfirmPanel(WKPageRef page, WKStringRef message, WKFrameRef frame, const void* cli (…)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentTasksLoader.java 70 boolean isTablet = res.getBoolean(R.bool.config_recents_interface_for_tablets);

Completed in 902 milliseconds

<<11121314151617