HomeSort by relevance Sort by last modified time
    Searched refs:TRUE (Results 76 - 100 of 3726) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/chrome_frame/
vtable_patch_manager_unittest.cc 137 EXPECT_CALL(factory_, LockServer(TRUE))
139 EXPECT_EQ(E_FAIL, factory_.LockServer(TRUE));
152 EXPECT_CALL(*this, LockServerPatch(testing::_, &factory_, TRUE))
155 EXPECT_EQ(S_FALSE, factory_.LockServer(TRUE));
171 EXPECT_CALL(*this, LockServerPatch(testing::_, &factory_, TRUE))
174 EXPECT_EQ(S_FALSE, factory_.LockServer(TRUE));
216 base::win::ScopedHandle event(::CreateEvent(NULL, TRUE, FALSE, NULL));
238 EXPECT_CALL(factory_, LockServer(TRUE))
240 EXPECT_EQ(S_FALSE, factory_.LockServer(TRUE));
248 EXPECT_CALL(factory_, LockServer(TRUE))
    [all...]
chrome_frame_helper_dll.cc 26 return TRUE;
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_sco.c 28 #if (BTM_SCO_HCI_INCLUDED == TRUE )
43 #if BTA_AG_SCO_DEBUG == TRUE
59 #if (BTM_WBS_INCLUDED == TRUE )
70 #if (BTM_WBS_INCLUDED == TRUE )
207 #if (BTM_SCO_HCI_INCLUDED == TRUE )
208 tBTM_STATUS status = BTM_ConfigScoPath(BTM_SCO_ROUTE_PCM, NULL, NULL, TRUE);
214 #if (BTM_WBS_INCLUDED == TRUE )
224 bta_ag_cb.sco.p_curr_scb->codec_fallback = TRUE;
253 #if (BTM_SCO_HCI_INCLUDED == TRUE )
280 ** If only_active is TRUE, then SCO is only removed if connecte
    [all...]
  /external/bluetooth/bluedroid/bta/av/
bta_av_cfg.c 61 /* Note: if AVRC_SUPF_TG_GROUP_NAVI is set, bta_av_cfg.avrc_group should be TRUE */
62 #if AVRC_METADATA_INCLUDED == TRUE
93 #if AVRC_METADATA_INCLUDED == TRUE
107 TRUE, /* TRUE, to accept AVRC 1.3 group nevigation command */
144 #if (defined BTA_AVRCP_FF_RW_SUPPORT) && (BTA_AVRCP_FF_RW_SUPPORT == TRUE)
  /external/chromium/chrome/browser/ui/gtk/infobars/
extension_infobar_gtk.cc 67 TRUE, TRUE, 0, GTK_PACK_START);
69 gtk_box_pack_start(GTK_BOX(hbox_), view_->native_view(), TRUE, TRUE, 0);
  /external/chromium_org/chrome/browser/ui/gtk/
avatar_menu_bubble_gtk.cc 124 switching_ = true;
137 gtk_box_pack_start(GTK_BOX(items_vbox), item->widget(), TRUE, TRUE, 0);
138 gtk_widget_set_can_focus(item->widget(), TRUE);
142 gtk_box_pack_start(GTK_BOX(inner_contents_), items_vbox, TRUE, TRUE, 0);
146 gtk_hseparator_new(), TRUE, TRUE, 0);
171 gtk_box_pack_start(GTK_BOX(inner_contents_), item->widget(), TRUE, TRUE, 0)
    [all...]
tab_modal_confirm_dialog_gtk.cc 47 gtk_label_set_line_wrap(GTK_LABEL(label), TRUE);
48 gtk_label_set_selectable(GTK_LABEL(label), TRUE);
56 gtk_box_pack_start(GTK_BOX(vbox), label, TRUE, TRUE, 0);
73 gtk_box_pack_start(GTK_BOX(hbox), vbox, TRUE, TRUE, 0);
79 gtk_box_pack_end(GTK_BOX(dialog_), buttonBox, FALSE, TRUE, 0);
89 gtk_box_pack_end(GTK_BOX(buttonBox), cancel_, FALSE, TRUE, 0);
99 gtk_box_pack_end(GTK_BOX(buttonBox), ok_, FALSE, TRUE, 0);
129 closing_ = true;
    [all...]
  /external/chromium_org/third_party/icu/source/common/
icudataver.c 24 UBool result = TRUE;
28 result = TRUE;
55 UBool result = TRUE;
78 *isModifiedFillin = TRUE;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_ext_swapinterval.c 48 return TRUE;
  /external/libnfc-nci/src/nfc/nfc/
nfc_test.c 32 #if (NFC_INCLUDED == TRUE)
73 #endif /* NFC_INCLUDED == TRUE */
  /external/lzma/CPP/Windows/
Defs.h 11 inline BOOL BoolToBOOL(bool v) { return (v ? TRUE: FALSE); }
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_swapinterval.c 48 return TRUE;
  /hardware/broadcom/libbt/src/
upio.c 47 #if (UPIO_DBG == TRUE)
57 #if (BT_WAKE_VIA_PROC == TRUE)
183 #if (BT_WAKE_VIA_PROC == TRUE)
216 #if (BT_WAKE_VIA_PROC == TRUE)
232 #if (BT_WAKE_VIA_PROC == TRUE)
233 if (lpm_proc_cb.timer_created == TRUE)
328 #if (BT_WAKE_VIA_PROC == TRUE)
344 #if (BT_WAKE_VIA_PROC == TRUE)
363 if (lpm_proc_cb.timer_created == TRUE)
394 lpm_proc_cb.timer_created = TRUE;
    [all...]
  /external/bluetooth/bluedroid/btif/co/
bta_dm_co.c 25 #if (BTM_OOB_INCLUDED == TRUE)
28 #if (defined BLE_INCLUDED && BLE_INCLUDED == TRUE)
44 ** Returns TRUE for success, FALSE for fail.
49 return TRUE;
61 ** *p_oob_data - TRUE, if OOB data is available for the peer device.
62 ** *p_auth_req - TRUE, if MITM protection is required.
70 #if (BTM_OOB_INCLUDED == TRUE)
88 ** oob_data - TRUE, if OOB data is available for the peer device.
89 ** auth_req - TRUE, if MITM protection is required.
107 ** *p_upgrade - TRUE, if link key upgrade is desired
    [all...]
  /external/bluetooth/bluedroid/hci/src/
lpm.c 43 #if (BTLPM_DBG == TRUE)
149 bt_lpm_cb.timer_created = TRUE;
152 if (bt_lpm_cb.timer_created == TRUE)
179 if (bt_lpm_cb.timer_created == TRUE)
226 if (bt_lpm_cb.timer_created == TRUE)
271 if (bt_lpm_cb.timer_created == TRUE)
294 if ((turn_on == TRUE) && (bt_lpm_cb.state == LPM_ENABLED))
323 ** IsTxDone: TRUE if All data in the Tx Q are gone
335 if ((bt_lpm_cb.wake_state==LPM_WAKE_W4_TX_DONE) && (is_tx_done==TRUE))
350 ** Returns TRUE/FALS
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32toolhelp.h 40 : snapshot_(snapshot), broken_(false), first_(true) {
71 broken_ = true;
111 return ::CloseHandle(handle) == TRUE;
120 return ::Process32First(handle, t) == TRUE;
124 return ::Process32Next(handle, t) == TRUE;
144 return ::Module32First(handle, t) == TRUE;
148 return ::Module32Next(handle, t) == TRUE;
  /external/chromium_org/ui/base/ime/win/
imm32_manager_unittest.cc 43 TRUE,
47 TRUE,
51 TRUE,
55 TRUE,
59 TRUE,
  /external/wpa_supplicant_8/src/eap_peer/
eap_md5.c 42 ret->ignore = TRUE;
50 ret->ignore = TRUE;
63 ret->ignore = TRUE;
74 ret->allowNotifications = TRUE;
92 ret->ignore = TRUE;
  /external/bluetooth/bluedroid/stack/avrc/
avrc_sdp.c 45 #if SDP_AVRCP_1_4 == TRUE
48 #if AVRC_METADATA_INCLUDED == TRUE
56 #if SDP_AVRCP_1_4 == TRUE
136 BOOLEAN result = TRUE;
167 if (result == TRUE)
216 BOOLEAN result = TRUE;
230 #if SDP_AVRCP_1_4 == TRUE
243 #if SDP_AVRCP_1_4 == TRUE
249 #if AVRC_METADATA_INCLUDED == TRUE
  /external/bluetooth/bluedroid/stack/gap/
gap_int.h 28 #if AMP_INCLUDED == TRUE
32 #if defined BLE_INCLUDED && BLE_INCLUDED == TRUE
57 BOOLEAN in_use; /* True when structure is allocated */
112 #if AMP_INCLUDED == TRUE
121 #if BLE_INCLUDED == TRUE
170 #if GAP_CONN_INCLUDED == TRUE
175 #if BLE_INCLUDED == TRUE
215 #if (GAP_CONN_INCLUDED == TRUE)
217 #if (GAP_CONN_POST_EVT_INCLUDED == TRUE)
223 #if (BLE_INCLUDED == TRUE)
    [all...]
  /external/libnfc-nci/src/include/
nfc_target.h 154 #define NFC_RESTORE_BAUD_ON_SHUTDOWN TRUE
170 /* TRUE I2C patch is needed */
172 #define NFC_I2C_PATCH_INCLUDED TRUE /* NFC-Android uses this!!! */
181 #define NFC_INCLUDED TRUE
184 /* Define to TRUE to include Broadcom Vendor Specific implementation */
186 #define NFC_BRCM_VS_INCLUDED TRUE
189 /* Define to TRUE to include not openned Broadcom Vendor Specific implementation */
191 /* Define to TRUE if compling for NFC Reader/Writer Only mode */
196 /* Define to TRUE to use dynamic memory allocation.
228 /* Define to TRUE to include the NFCEE related functionalities *
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_type.h 182 res_type.floating = TRUE;
183 res_type.sign = TRUE;
198 res_type.floating = TRUE;
199 res_type.sign = TRUE;
214 res_type.sign = TRUE;
229 res_type.sign = TRUE;
271 res_type.norm = TRUE;
285 res_type.sign = TRUE;
286 res_type.fixed = TRUE;
300 res_type.fixed = TRUE;
    [all...]
  /external/icu4c/i18n/
esctrn.cpp 37 return new EscapeTransliterator(ID, UnicodeString(TRUE, UNIPRE, 2), UnicodeString(), 16, 4, TRUE, NULL);
41 return new EscapeTransliterator(ID, UnicodeString(TRUE, BS_u, 2), UnicodeString(), 16, 4, FALSE, NULL);
45 return new EscapeTransliterator(ID, UnicodeString(TRUE, BS_u, 2), UnicodeString(), 16, 4, TRUE,
46 new EscapeTransliterator(UnicodeString(), UnicodeString(TRUE, BS_U, 2), UnicodeString(), 16, 8, TRUE, NULL));
50 return new EscapeTransliterator(ID, UnicodeString(TRUE, XMLPRE, 3), UnicodeString(SEMI[0]), 16, 1, TRUE, NULL);
54 return new EscapeTransliterator(ID, UnicodeString(TRUE, XML10PRE, 2), UnicodeString(SEMI[0]), 10, 1, TRUE, NULL)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_type.h 182 res_type.floating = TRUE;
183 res_type.sign = TRUE;
198 res_type.floating = TRUE;
199 res_type.sign = TRUE;
214 res_type.sign = TRUE;
229 res_type.sign = TRUE;
271 res_type.norm = TRUE;
285 res_type.sign = TRUE;
286 res_type.fixed = TRUE;
300 res_type.fixed = TRUE;
    [all...]
  /external/icu4c/test/cintltst/
currtest.c 34 isoCurrency, isExpected ? "TRUE" : "FALSE", currencyType);
40 expectInList("ADP", UCURR_ALL, TRUE); /* First in list */
41 expectInList("ZWD", UCURR_ALL, TRUE); /* Last in list */
43 expectInList("USD", UCURR_ALL, TRUE);
44 expectInList("USD", UCURR_COMMON, TRUE);
47 expectInList("USD", UCURR_NON_DEPRECATED, TRUE);
49 expectInList("USD", UCURR_COMMON|UCURR_NON_DEPRECATED, TRUE);
53 expectInList("USN", UCURR_ALL, TRUE);
55 expectInList("USN", UCURR_UNCOMMON, TRUE);
57 expectInList("USN", UCURR_NON_DEPRECATED, TRUE);
    [all...]

Completed in 541 milliseconds

1 2 34 5 6 7 8 91011>>