HomeSort by relevance Sort by last modified time
    Searched refs:TRUE (Results 651 - 675 of 2022) sorted by null

<<21222324252627282930>>

  /external/freetype/src/truetype/
ttobjs.c 173 return TRUE;
344 has_cvt = TRUE;
349 has_fpgm = TRUE;
354 has_prep = TRUE;
371 return TRUE;
384 return TRUE;
400 return TRUE;
406 return TRUE;
441 result = TRUE;
452 result = TRUE;
    [all...]
  /external/icu4c/common/
ucnv_u7.c 182 cnv->toUnicodeStatus=0x1000000; /* inDirectMode=TRUE */
187 cnv->fromUnicodeStatus=(cnv->fromUnicodeStatus&0xf0000000)|0x1000000; /* keep version, inDirectMode=TRUE */
313 inDirectMode=TRUE;
369 inDirectMode=TRUE;
388 inDirectMode=TRUE;
410 inDirectMode=TRUE;
427 * (not true for IMAP-mailbox-name where we must end in direct mode)
542 inDirectMode=TRUE;
691 cnv->fromUnicodeStatus=(cnv->fromUnicodeStatus&0xf0000000)|0x1000000; /* keep version, inDirectMode=TRUE */
    [all...]
ucnv.c 160 TRUE,
170 TRUE,
299 localConverter->isCopyLocal = TRUE;
341 TRUE,
357 TRUE,
574 TRUE,
589 TRUE,
628 _reset(converter, UCNV_RESET_BOTH, TRUE);
634 _reset(converter, UCNV_RESET_TO_UNICODE, TRUE);
640 _reset(converter, UCNV_RESET_FROM_UNICODE, TRUE);
    [all...]
  /external/libnfc-nxp/src/
phHciNfc_Emulation.c 174 if( (TRUE == ((phHal_sHwReference_t *)pHwRef)->uicc_connected)
203 p_emulation_mgmt_info->uicc_enable = TRUE;
477 TRUE );
551 pHwRef, TRUE );
603 pHwRef, TRUE );
643 pHwRef)->uicc_connected = TRUE;
    [all...]
  /external/webkit/Source/WebCore/platform/win/
ClipboardWin.cpp 140 usedURL = true;
247 dropFiles->fWide = TRUE;
312 if (FAILED(hr = dataObject->SetData(fe, &medium, TRUE)))
318 if (FAILED(hr = dataObject->SetData(fe, &medium, TRUE)))
325 hr = dataObject->SetData(cfHDropFormat(), &medium, TRUE);
395 if (medium.hGlobal && FAILED(data->SetData(urlWFormat(), &medium, TRUE)))
398 success = true;
404 if (medium.hGlobal && FAILED(data->SetData(htmlFormat(), &medium, TRUE)))
407 success = true;
412 if (medium.hGlobal && FAILED(data->SetData(plainTextWFormat(), &medium, TRUE)))
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.cc 132 // The timeout in milliseconds before we'll get the true window position with
147 resize_grip_looked_up = true;
308 suppress_window_raise_ = true;
651 SetBoundsImpl(bounds, true, true);
711 gtk_window_set_urgency_hint(window_, TRUE);
831 return fullscreen_exit_bubble_.get() ? true : false;
    [all...]
html_dialog_gtk.cc 100 return true;
153 tab_contents_container_->widget(), TRUE, TRUE, 0);
  /external/icu4c/i18n/
smpdtfmt.cpp 517 fTimeOverride.setTo(TRUE, ovrStr, ovrStrLen);
528 UnicodeString *tempus1 = new UnicodeString(TRUE, resStr, resStrLen);
549 fDateOverride.setTo(TRUE, ovrStr, ovrStrLen);
560 UnicodeString *tempus2 = new UnicodeString(TRUE, resStr, resStrLen);
576 MessageFormat::format(UnicodeString(TRUE, resStr, resStrLen), timeDateArray, 2, fPattern, status);
595 fDateOverride.setTo(TRUE, ovrStr, ovrStrLen);
604 fPattern.setTo(TRUE, resStr, resStrLen);
621 fDateOverride.setTo(TRUE, ovrStr, ovrStrLen);
630 fPattern.setTo(TRUE, resStr, resStrLen);
692 fNumberFormat->setParseIntegerOnly(TRUE);
    [all...]
  /external/icu4c/test/intltest/
usettest.cpp 103 * This code will crash this is still true
110 test.toPattern(ustrPat, TRUE);
230 testSet.toPattern(pat0, TRUE);
246 return TRUE;
258 return TRUE;
390 doAssert(set.isEmpty() == TRUE, "set should be empty");
419 doAssert(set.isEmpty() == TRUE, "set should be empty");
434 doAssert(set.isEmpty() == TRUE, "set should be empty");
449 doAssert(set.containsAll(set2) == TRUE, "set should contain all the elements in set2");
457 doAssert(set.containsAll(set3) == TRUE, "set should contain all the elements in set3")
    [all...]
  /external/bluetooth/bluez/audio/
gateway.c 146 return TRUE;
159 g_io_channel_shutdown(gw->sco, TRUE, NULL);
166 return TRUE;
392 g_io_channel_shutdown(gw->rfcomm, TRUE, NULL);
398 g_io_channel_shutdown(gw->sco, TRUE, NULL);
662 return TRUE;
685 return TRUE;
705 g_io_channel_shutdown(gw->sco, TRUE, NULL);
gstsbcparse.c 60 "parsed = (boolean) true"));
144 parse->first_parsing = TRUE;
212 self->first_parsing = TRUE;
  /external/bluetooth/glib/gio/
gwin32volumemonitor.c 101 hklm_present = TRUE;
234 return TRUE;
  /external/bluetooth/glib/gio/xdgmime/
xdgmimeparent.c 44 #ifndef TRUE
45 #define TRUE (!FALSE)
  /external/bluetooth/glib/glib/
gkeyfile.c 227 g_string_free (key_file->parse_buffer, TRUE);
451 return TRUE;
465 * Return value: %TRUE if a key file could be loaded, %FALSE otherwise
500 return TRUE;
514 * Return value: %TRUE if a key file could be loaded, %FALSE otherwise
557 return TRUE;
576 * Return value: %TRUE if a key file could be loaded, %FALSE otherwise
649 * Return value: %TRUE if a key file could be loaded, %FALSE othewise
710 * true for locales that match those in g_get_language_names().
719 return TRUE;
    [all...]
gmacros.h 186 #ifndef TRUE
187 #define TRUE (!FALSE)
  /external/bluetooth/glib/tests/
asyncqueue-test.c 72 can_quit = TRUE;
80 can_quit = TRUE;
  /external/chromium/base/
time_win_unittest.cc 83 g_rollover_test_start = CreateEvent(0, TRUE, FALSE, 0);
129 saw_submillisecond_timer = true;
160 EXPECT_EQ(TRUE, rv);
  /external/chromium/chrome/common/
service_process_util_win.cc 58 shutdown_event_.Set(CreateEvent(NULL, TRUE, FALSE, event_name.c_str()));
87 return true;
117 CreateEvent(NULL, TRUE, FALSE, event_name.c_str()));
123 return true;
139 return true;
  /external/dbus/bus/
dir-watch-kqueue.c 92 return TRUE;
112 watch = _dbus_watch_new (kq, DBUS_WATCH_READABLE, TRUE,
  /external/dbus/dbus/
dbus-credentials-util.c 90 return TRUE;
203 return TRUE;
dbus-errors.c 199 real->const_message = TRUE;
263 real->const_message = TRUE;
297 * @returns #TRUE if the given named error occurred
324 * @returns #TRUE if an error occurred
dbus-marshal-byteswap.c 191 byteswap_body_helper (&sub, TRUE, old_byte_order, new_byte_order, p, &p);
244 byteswap_body_helper (&reader, TRUE,
dbus-server-unix.c 121 TRUE,
135 *server_p = _dbus_server_new_for_domain_socket (abstract, TRUE, error);
196 * @param abstract #TRUE to use abstract socket namespace
dbus-sysdeps-util-win.c 59 * @param keep_umask #TRUE to keep the original umask
68 return TRUE;
152 return TRUE;
230 return TRUE;
237 * @returns #TRUE if username is valid
242 return TRUE;
256 return TRUE;
419 return TRUE;
627 * @returns #TRUE if filename was filled in with a new filename
666 return TRUE;
    [all...]
  /external/freetype/src/base/
ftpatent.c 52 result = TRUE;
74 result = TRUE;

Completed in 2391 milliseconds

<<21222324252627282930>>