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

1 2 3 4 5 6 7 8 91011>>

  /device/asus/deb/overlay/packages/apps/Launcher2/res/values/
config.xml 2 <bool name="config_largeHeap">true</bool>
  /device/asus/flo/overlay/packages/apps/Launcher2/res/values/
config.xml 2 <bool name="config_largeHeap">true</bool>
  /device/asus/grouper/overlay/packages/apps/Launcher2/res/values/
config.xml 2 <bool name="config_largeHeap">true</bool>
  /device/asus/tilapia/overlay/packages/apps/Launcher2/res/values/
config.xml 2 <bool name="config_largeHeap">true</bool>
  /external/chromium/webkit/glue/
webpreferences.h 36 bool javascript_enabled;
37 bool web_security_enabled;
38 bool javascript_can_open_windows_automatically;
39 bool loads_images_automatically;
40 bool plugins_enabled;
41 bool dom_paste_enabled;
42 bool developer_extras_enabled;
46 bool site_specific_quirks_enabled;
47 bool shrinks_standalone_images_to_fit;
48 bool uses_universal_detector
    [all...]
  /external/webkit/Source/WebCore/page/
Settings.h 79 bool useWideViewport() const { return m_useWideViewport; }
80 void setUseWideViewport(bool use) { m_useWideViewport = use; }
109 void setLoadsImagesAutomatically(bool);
110 bool loadsImagesAutomatically() const { return m_loadsImagesAutomatically; }
114 void setLoadsSiteIconsIgnoringImageLoadingSetting(bool);
115 bool loadsSiteIconsIgnoringImageLoadingSetting() const { return m_loadsSiteIconsIgnoringImageLoadingSetting; }
117 void setJavaScriptEnabled(bool);
121 bool isJavaScriptEnabled() const { return m_isJavaScriptEnabled; }
123 void setWebSecurityEnabled(bool);
124 bool isWebSecurityEnabled() const { return m_isWebSecurityEnabled;
    [all...]
  /external/clang/test/Modules/Inputs/System/usr/include/
stdbool.h 1 // Testing hack: does not define bool/true/false.
  /external/webkit/Tools/DumpRenderTree/
LayoutTestController.h 56 bool callShouldCloseOnWebView();
65 bool findString(JSContextRef, JSStringRef, JSObjectRef optionsArray);
67 bool isCommandEnabled(JSStringRef name);
70 JSValueRef nodesFromRect(JSContextRef, JSValueRef, int x, int y, unsigned top, unsigned right, unsigned bottom, unsigned left, bool ignoreClipping);
78 bool isPageBoxVisible(int pageNumber) const;
89 void setAcceptsEditing(bool acceptsEditing);
90 void setAllowUniversalAccessFromFileURLs(bool);
91 void setAllowFileAccessFromFileURLs(bool);
94 void setAuthorAndUserStylesEnabled(bool);
95 void setAutofilled(JSContextRef, JSValueRef nodeObject, bool autofilled)
    [all...]
  /sdk/emulator/qtools/
parse_options.h 10 extern bool lump_kernel;
11 extern bool lump_libraries;
14 extern bool include_some_pids;
15 extern bool exclude_some_pids;
19 extern bool exclude_some_procedures;
20 extern bool include_some_procedures;
22 extern bool exclude_kernel_syms;
23 extern bool exclude_library_syms;
24 extern bool include_kernel_syms;
25 extern bool include_library_syms
    [all...]
  /external/clang/test/Parser/
cxx-bool.cpp 3 bool a = true;
4 bool b = false;
  /external/clang/test/CodeGenCXX/
2005-02-19-UnnamedVirtualThunkArgument.cpp 11 virtual bool test(bool) const;
17 virtual bool test(bool) const;
20 bool Baz::test(bool) const {
  /external/libnfc-nci/halimpl/bcm2079x/include/
spdhelper.h 11 static bool isPatchBad(UINT8* prm, UINT32 len);
14 static bool isSpdDebug();
20 bool isPatchBadImpl(UINT8* prm, UINT32 len);
23 bool isSpdDebugImpl() {return mSpdDebug;}
27 bool mIsPatchBad;
28 bool mSpdDebug;
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
OutputHLSL.h 42 bool visitBinary(Visit visit, TIntermBinary*);
43 bool visitUnary(Visit visit, TIntermUnary*);
44 bool visitSelection(Visit visit, TIntermSelection*);
45 bool visitAggregate(Visit visit, TIntermAggregate*);
46 bool visitLoop(Visit visit, TIntermLoop*);
47 bool visitBranch(Visit visit, TIntermBranch*);
49 bool isSingleStatement(TIntermNode *node);
50 bool handleExcessiveLoop(TIntermLoop *node);
64 bool mInsideFunction;
76 bool mUsesTexture2D
    [all...]
  /external/clang/test/Rewriter/
objc-bool-literal-check-modern.mm 5 typedef bool BOOL;
7 BOOL yes() {
11 BOOL no() {
15 BOOL which (int flag) {
25 // CHECK: return ((bool)1);
26 // CHECK: return ((bool)0);
27 // CHECK: which (((bool)1));
28 // CHECK: which (((bool)0));
29 // CHECK: return ((bool)1)
    [all...]
  /external/webkit/Source/WebCore/bindings/generic/
RuntimeEnabledFeatures.h 42 static void setLocalStorageEnabled(bool isEnabled) { isLocalStorageEnabled = isEnabled; }
43 static bool localStorageEnabled() { return isLocalStorageEnabled; }
45 static void setSessionStorageEnabled(bool isEnabled) { isSessionStorageEnabled = isEnabled; }
46 static bool sessionStorageEnabled() { return isSessionStorageEnabled; }
48 static void setWebkitNotificationsEnabled(bool isEnabled) { isWebkitNotificationsEnabled = isEnabled; }
49 static bool webkitNotificationsEnabled() { return isWebkitNotificationsEnabled; }
51 static void setApplicationCacheEnabled(bool isEnabled) { isApplicationCacheEnabled = isEnabled; }
52 static bool applicationCacheEnabled() { return isApplicationCacheEnabled; }
54 static void setDataTransferItemsEnabled(bool isEnabled) { isDataTransferItemsEnabled = isEnabled; }
55 static bool dataTransferItemsEnabled() { return isDataTransferItemsEnabled;
    [all...]
  /frameworks/base/core/res/res/values/
bools.xml 18 <bool name="kg_enable_camera_default_widget">true</bool>
19 <bool name="kg_center_small_widgets_vertically">false</bool>
20 <bool name="kg_top_align_page_shrink_on_bouncer_visible">true</bool>
21 <bool name="kg_show_ime_at_screen_on">true</bool>
22 <bool name="action_bar_embed_tabs">true</bool>
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmValidate.h 23 static bool blendSrc(GLenum s);
24 static bool blendDst(GLenum d);
25 static bool lightEnum(GLenum e,unsigned int maxLIghts);
26 static bool clipPlaneEnum(GLenum e,unsigned int maxClipPlanes);
27 static bool alphaFunc(GLenum f);
28 static bool vertexPointerParams(GLint size,GLsizei stride);
29 static bool colorPointerParams(GLint size,GLsizei stride);
30 static bool supportedArrays(GLenum arr);
31 static bool hintTargetMode(GLenum target,GLenum mode);
32 static bool capability(GLenum cap,int maxLights,int maxClipPlanes)
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebPreferencesPrivate.h 60 - (BOOL)isDNSPrefetchingEnabled;
61 - (void)setDNSPrefetchingEnabled:(BOOL)flag;
63 - (BOOL)developerExtrasEnabled;
64 - (void)setDeveloperExtrasEnabled:(BOOL)flag;
66 - (BOOL)authorAndUserStylesEnabled;
67 - (void)setAuthorAndUserStylesEnabled:(BOOL)flag;
69 - (BOOL)applicationChromeModeEnabled;
70 - (void)setApplicationChromeModeEnabled:(BOOL)flag;
72 - (BOOL)usesEncodingDetector;
73 - (void)setUsesEncodingDetector:(BOOL)flag
    [all...]
  /external/webkit/Source/WebKit2/Shared/
WebPreferencesStore.h 40 macro(JavaScriptEnabled, javaScriptEnabled, Bool, bool, true) \
41 macro(LoadsImagesAutomatically, loadsImagesAutomatically, Bool, bool, true) \
42 macro(LoadsSiteIconsIgnoringImageLoadingPreference, loadsSiteIconsIgnoringImageLoadingPreference, Bool, bool, false) \
43 macro(PluginsEnabled, pluginsEnabled, Bool, bool, true) \
44 macro(JavaEnabled, javaEnabled, Bool, bool, true)
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebSettingsImpl.h 58 virtual void setJavaScriptEnabled(bool);
59 virtual void setWebSecurityEnabled(bool);
60 virtual void setJavaScriptCanOpenWindowsAutomatically(bool);
61 virtual void setLoadsImagesAutomatically(bool);
62 virtual void setImagesEnabled(bool);
63 virtual void setPluginsEnabled(bool);
64 virtual void setDOMPasteAllowed(bool);
65 virtual void setDeveloperExtrasEnabled(bool);
66 virtual void setNeedsSiteSpecificQuirks(bool);
67 virtual void setShrinksStandaloneImagesToFit(bool);
    [all...]
  /external/clang/test/CXX/expr/expr.unary/expr.unary.op/
p6.cpp 5 bool b = !0;
7 bool b2 = !1.2; //expected-warning{{implicit conversion from 'double' to 'bool' changes value from 1.2 to true}}
9 bool b3 = !4;
14 bool b4 = !E;
15 bool b5 = !F;
18 bool b6 = !&b4;
20 bool b61 = !&f;
22 // -- or pointer to member type can be converted to a prvalue of type bool.
25 bool b7 = !&S::f
    [all...]
  /packages/apps/Bluetooth/res/values/
config.xml 16 <bool name="profile_supported_a2dp">true</bool>
17 <bool name="profile_supported_hdp">true</bool>
18 <bool name="profile_supported_hs_hfp">true</bool>
19 <bool name="profile_supported_hid">true</bool>
20 <bool name="profile_supported_opp">true</bool>
    [all...]
  /external/oprofile/pp/
opreport_options.h 28 extern bool symbols;
29 extern bool callgraph;
30 extern bool debug_info;
31 extern bool details;
32 extern bool reverse_sort;
33 extern bool exclude_dependent;
36 extern bool global_percent;
37 extern bool long_filenames;
38 extern bool show_address;
40 extern bool show_header
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebPreferencesPrivate.idl 43 HRESULT setDeveloperExtrasEnabled([in] BOOL enabled);
44 HRESULT developerExtrasEnabled([out, retval] BOOL* enabled);
46 HRESULT setAutomaticallyDetectsCacheModel([in] BOOL automaticallyDetectsCacheModel);
47 HRESULT automaticallyDetectsCacheModel([out, retval] BOOL* automaticallyDetectsCacheModel);
49 HRESULT setAuthorAndUserStylesEnabled([in] BOOL enabled);
50 HRESULT authorAndUserStylesEnabled([out, retval] BOOL* enabled);
52 HRESULT inApplicationChromeMode([out, retval] BOOL *allowed);
53 HRESULT setApplicationChromeMode([in] BOOL allowed);
55 HRESULT setOfflineWebApplicationCacheEnabled([in] BOOL enabled);
56 HRESULT offlineWebApplicationCacheEnabled([out, retval] BOOL *enabled)
    [all...]
  /external/clang/test/CXX/over/over.built/
p23.cpp 11 bool ret1 = getValue() || getValue();
12 bool ret2 = getValue() && getValue();
13 bool ret3 = !getValue();
23 bool ret1 = getExplicitValue() || getExplicitValue();
24 bool ret2 = getExplicitValue() && getExplicitValue();
25 bool ret3 = !getExplicitValue();

Completed in 1289 milliseconds

1 2 3 4 5 6 7 8 91011>>