Searched refs:FALSE (Results 251 - 275 of 2028) sorted by relevance

<<11121314151617181920>>

/external/icu4c/test/cintltst/
H A Dcrestst.c76 { "root", U_ZERO_ERROR, e_Root, { TRUE, FALSE, FALSE }, { TRUE, FALSE, FALSE } },
77 { "te", U_ZERO_ERROR, e_te, { FALSE, TRUE, FALSE }, { TRUE, TRUE, FALSE } },
78 { "te_IN", U_ZERO_ERROR, e_te_IN, { FALSE, FALSE, TRUE }, { TRUE, TRUE, TRUE } },
79 { "te_NE", U_USING_FALLBACK_WARNING, e_te, { FALSE, TRU
[all...]
H A Dtrie2test.c492 log_err("error: utrie2_isFrozen(frozen %s) returned FALSE (not frozen)\n",
875 { 0, 0x40, 0, FALSE },
876 { 0x40, 0xe7, 0x1234, FALSE },
877 { 0xe7, 0x3400, 0, FALSE },
878 { 0x3400, 0x9fa6, 0x6162, FALSE },
879 { 0x9fa6, 0xda9e, 0x3132, FALSE },
880 { 0xdada, 0xeeee, 0x87ff, FALSE },
881 { 0xeeee, 0x11111, 1, FALSE },
882 { 0x11111, 0x44444, 0x6162, FALSE },
883 { 0x44444, 0x60003, 0, FALSE },
[all...]
/external/bluetooth/bluedroid/main/
H A Dbte_conf.c160 hci_logging_enabled = FALSE;
172 trace_conf_enabled = (strcmp(p_conf_value, "true") == 0) ? TRUE : FALSE;
224 name_matched = FALSE;
240 if ((name_matched == FALSE) && (trace_conf_enabled == TRUE))
262 ** Returns TRUE if success, else FALSE
269 BOOLEAN key=TRUE, conf_found=FALSE;
287 conf_found = FALSE;
314 return FALSE;
317 key = FALSE;
348 return FALSE;
[all...]
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_bubble_gtk.cc116 GtkWidget* content = gtk_vbox_new(FALSE, 5);
118 GtkWidget* top = gtk_hbox_new(FALSE, 0);
124 FALSE, FALSE, 0); local
143 GtkWidget* bottom = gtk_hbox_new(FALSE, 0);
149 FALSE, FALSE, 4); local
151 FALSE, FALSE, 0); local
243 gboolean popup_shown = FALSE;
[all...]
/external/icu4c/tools/genrb/
H A Dread.c125 UBool isFollowingCharEscaped=FALSE;
126 UBool isNLUnescaped = FALSE;
139 lastStringWasQuoted = FALSE;
194 isFollowingCharEscaped = FALSE;
197 if(isNLUnescaped == FALSE && prevC!=CR){
200 isNLUnescaped = FALSE;
228 lastStringWasQuoted = FALSE;
257 c = getNextChar(buf, FALSE, NULL, status);
457 return FALSE;
471 return FALSE;
[all...]
/external/neven/Embedded/common/src/b_TensorEm/
H A DFlt16Vec2D.c82 if( ptrA->xE != srcPtrA->xE ) return FALSE;
83 if( ptrA->yE != srcPtrA->yE ) return FALSE;
91 if( ptrA->xE != xL ) return FALSE;
92 if( ptrA->yE != yL ) return FALSE;
94 if( srcPtrA->xE != ( xL >> bbpDiffL ) ) return FALSE;
95 if( srcPtrA->yE != ( yL >> bbpDiffL ) ) return FALSE;
103 if( xL != srcPtrA->xE ) return FALSE;
104 if( yL != srcPtrA->yE ) return FALSE;
106 if( ptrA->xE != ( xL >> -bbpDiffL ) ) return FALSE;
107 if( ptrA->yE != ( yL >> -bbpDiffL ) ) return FALSE;
[all...]
/external/icu4c/i18n/
H A Dusearch.cpp627 return FALSE;
651 return FALSE;
662 return FALSE;
836 * of the match, FALSE otherwise.
844 UBool result = FALSE;
864 return FALSE;
876 return FALSE;
891 ignorable = FALSE;
927 * FALSE otherwise
947 ignorable = FALSE;
[all...]
H A Ducol_wgt.cpp475 uprv_sortArray(ranges, rangeCount, sizeof(WeightRange), compareRanges, NULL, FALSE, &errorCode);
551 testAlloc(0x364214fc, 0x44b87d23, 5, FALSE);
552 testAlloc(0x36421500, 0x44b87d23, 5, FALSE);
553 testAlloc(0x36421500, 0x44b87d23, 20, FALSE);
554 testAlloc(0x36421500, 0x44b87d23, 13700, FALSE);
555 testAlloc(0x36421500, 0x38b87d23, 1, FALSE);
556 testAlloc(0x36421500, 0x38b87d23, 20, FALSE);
558 testAlloc(0x36421500, 0x38b87d23, 13700, FALSE);
559 testAlloc(0x36421500, 0x37b87d23, 13700, FALSE);
560 testAlloc(0x36ef1500, 0x37b87d23, 13700, FALSE);
[all...]
/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_actions_toolbar_gtk.cc178 gtk_widget_set_has_tooltip(button(), FALSE); local
273 return FALSE;
277 return FALSE;
301 return FALSE;
305 return FALSE;
310 return FALSE;
369 hbox_(gtk_hbox_new(FALSE, 0)),
370 button_hbox_(gtk_chrome_shrinkable_hbox_new(TRUE, FALSE, kButtonPadding)),
416 overflow_area_ = gtk_hbox_new(FALSE, 0);
418 FALSE, FALS local
422 FALSE, FALSE, 0); local
428 gtk_box_pack_start(GTK_BOX(hbox_.get()), gripper, FALSE, FALSE, 0); local
430 gtk_box_pack_start(GTK_BOX(hbox_.get()), overflow_area_, FALSE, FALSE, 0); local
[all...]
/external/icu4c/test/intltest/
H A Dregextst.cpp232 #define REGEX_ASSERT(expr) {if ((expr)==FALSE) {errln("%s:%d: RegexTest failure: REGEX_ASSERT(%s) failed \n", __FILE__, __LINE__, #expr);};}
241 #define REGEX_ASSERT_L(expr, line) {if ((expr)==FALSE) { \
351 // The expected results are UBool - TRUE or FALSE.
373 return FALSE;
383 return FALSE;
391 retVal = FALSE;
395 retVal = FALSE;
403 retVal = FALSE;
407 retVal = FALSE;
410 if (retVal == FALSE) {
[all...]
H A Dplurults.cpp215 TRUE, TRUE, FALSE, FALSE, TRUE, FALSE, TRUE, FALSE, FALSE, TRUE };
289 isEqual = FALSE;
330 ret= FALSE;
524 ok = FALSE;
528 ok = FALSE;
540 ok = FALSE;
[all...]
H A Dnormconf.cpp358 pass = FALSE;
362 pass = FALSE;
366 pass = FALSE;
370 pass = FALSE;
380 dataerrln("Normalizer error: isNormalized(NFC(s), UNORM_NFC) is FALSE");
381 pass = FALSE;
385 pass = FALSE;
388 dataerrln("Normalizer error: isNormalized(NFKC(s), UNORM_NFKC) is FALSE");
389 pass = FALSE;
393 pass = FALSE;
[all...]
H A Dtestidna.cpp258 FALSE, FALSE, TRUE
272 FALSE, FALSE, TRUE
285 FALSE, FALSE, TRUE
300 TRUE, FALSE, FALSE
317 FALSE, FALSE, FALS
[all...]
/external/dbus/dbus/
H A Ddbus-sysdeps-util-win.c60 * @returns #FALSE on failure
77 * @returns #FALSE on failure
105 return FALSE;
114 return FALSE;
135 return FALSE;
149 return FALSE;
164 * @returns FALSE if error is set
181 return FALSE;
199 return FALSE;
207 return FALSE;
[all...]
H A Ddbus-transport-socket.c158 needed = FALSE;
222 need_read_watch = FALSE;
251 *oom = FALSE;
276 ; /* do nothing, just return FALSE below */
284 return FALSE;
293 return FALSE;
307 return FALSE;
332 return FALSE;
335 /* FALSE on OOM */
352 transport->send_credentials_pending = FALSE;
[all...]
H A Ddbus-transport.c111 return FALSE;
120 return FALSE;
128 return FALSE;
137 return FALSE;
155 return FALSE;
164 transport->authenticated = FALSE;
165 transport->disconnected = FALSE;
593 return FALSE;
638 return FALSE;
674 allow = FALSE;
[all...]
/external/jpeg/
H A Djdhuff.c109 jpeg_make_d_derived_tbl(cinfo, FALSE, actbl,
128 entropy->dc_needed[blkn] = entropy->ac_needed[blkn] = FALSE;
135 entropy->pub.insufficient_data = FALSE;
314 return FALSE;
331 return FALSE;
465 * Returns FALSE if must suspend.
481 return FALSE;
496 entropy->pub.insufficient_data = FALSE;
596 * Returns FALSE if data source requested suspension. In that case no
614 return FALSE;
[all...]
/external/libpng/contrib/gregbook/
H A Dwpng.c169 int text = FALSE;
181 wpng_info.filter = FALSE;
182 wpng_info.interlaced = FALSE;
183 wpng_info.have_bg = FALSE;
184 wpng_info.have_time = FALSE;
345 wpng_info.have_bg = FALSE; /* no need for bg if opaque */
469 valid = FALSE;
473 valid = FALSE;
499 valid = FALSE;
503 valid = FALSE;
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djdhuff.c109 jpeg_make_d_derived_tbl(cinfo, FALSE, actbl,
128 entropy->dc_needed[blkn] = entropy->ac_needed[blkn] = FALSE;
135 entropy->pub.insufficient_data = FALSE;
314 return FALSE;
331 return FALSE;
465 * Returns FALSE if must suspend.
481 return FALSE;
496 entropy->pub.insufficient_data = FALSE;
596 * Returns FALSE if data source requested suspension. In that case no
614 return FALSE;
[all...]
/external/svox/pico/lib/
H A Dpicoctrl.c452 (PICO_OK == ctrlAddPU(this,PICODATA_PUTYPE_TOK, FALSE, /*last*/FALSE)) &&
453 (PICO_OK == ctrlAddPU(this,PICODATA_PUTYPE_PR, FALSE, FALSE)) &&
454 (PICO_OK == ctrlAddPU(this,PICODATA_PUTYPE_WA, FALSE, FALSE)) &&
455 (PICO_OK == ctrlAddPU(this,PICODATA_PUTYPE_SA, FALSE, FALSE)) &&
456 (PICO_OK == ctrlAddPU(this,PICODATA_PUTYPE_ACPH, FALSE, FALSE))
[all...]
/external/libpcap/
H A Dpcap-win32.c126 if(PacketReceivePacket(p->adapter,p->Packet,TRUE)==FALSE){
207 if(PacketReceivePacket(p->adapter, p->Packet, TRUE)==FALSE){
362 if(PacketSendPacket(p->adapter,PacketToSend,TRUE) == FALSE){
422 if(PacketGetNetType (p->adapter,&type) == FALSE)
511 if (PacketSetHwFilter(p->adapter,NDIS_PACKET_TYPE_PROMISCUOUS) == FALSE)
519 if (PacketSetHwFilter(p->adapter,NDIS_PACKET_TYPE_ALL_LOCAL) == FALSE)
557 if(PacketSetBuff( p->adapter, SIZE_BUF)==FALSE)
564 if(PacketSetMinToCopy(p->adapter,16000)==FALSE)
606 while(FALSE);
667 if(PacketSetBpf(p->adapter,fp)==FALSE){
[all...]
/external/icu4c/test/perf/collationperf/
H A Dcollperf.cpp109 UBool opt_help = FALSE;
112 UBool opt_terse = FALSE;
113 UBool opt_qsort = FALSE;
114 UBool opt_binsearch = FALSE;
116 UBool opt_win = FALSE; // Run with Windows native functions.
117 UBool opt_unix = FALSE; // Run with UNIX strcoll, strxfrm functions.
118 UBool opt_uselen = FALSE;
119 UBool opt_usekeys = FALSE;
120 UBool opt_strcmp = FALSE;
121 UBool opt_strcmpCPO = FALSE;
[all...]
/external/libnfc-nci/src/nfc/llcp/
H A Dllcp_link.c89 if ( (llcp_cb.lcb.inact_timer.in_use == FALSE)
181 p_config->p_gen_bytes ) == FALSE)
204 if (llcp_link_version_agreement () == FALSE)
285 llcp_link_update_status (FALSE);
373 p_app_cb->is_ui_tx_congested = FALSE;
396 llcp_cb.overall_tx_congested = FALSE;
397 llcp_cb.overall_rx_congested = FALSE;
463 return (FALSE);
488 return FALSE;
624 &&(llcp_cb.dlcb[idx].remote_busy == FALSE)
[all...]
/external/libvpx/examples/includes/ASCIIMathPHP-2.0/
H A DASCIIMathPHP-2.0.class.php77 $this->_mt_elem_flg = FALSE;
82 $this->_parent_id = FALSE;
238 return(FALSE);
250 return(FALSE);
262 return(FALSE);
273 return(FALSE);
376 if ($this->_parent_id === FALSE) {
416 return(FALSE);
428 return(FALSE);
541 if ($node_1 === FALSE) { //sho
[all...]
/external/icu4c/common/
H A Duts46.cpp53 return FALSE;
227 return process(label, TRUE, FALSE, dest, info, errorCode);
233 process(name, FALSE, TRUE, dest, info, errorCode);
246 return process(name, FALSE, FALSE, dest, info, errorCode);
258 processUTF8(label, TRUE, FALSE, dest, info, errorCode);
264 processUTF8(name, FALSE, TRUE, dest, info, errorCode);
270 processUTF8(name, FALSE, FALSE, dest, info, errorCode);
572 doMapDevChars=FALSE;
[all...]

Completed in 504 milliseconds

<<11121314151617181920>>