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

<<21222324252627282930>>

  /external/icu4c/common/
ucnv_cnv.h 90 * At function return, either one of the following conditions must be true:
265 #define TO_U_USE_FALLBACK(useFallback) TRUE
266 #define UCNV_TO_U_USE_FALLBACK(cnv) TRUE
unistr_case.cpp 129 if(!cloneArrayIfNeeded(capacity, capacity, FALSE, &bufferToDelete, TRUE)) {
240 return TRUE;
ustr_cnv.c 144 TRUE,
216 TRUE,
  /external/icu4c/layout/
IndicLayoutEngine.cpp 36 fFeatureOrder = TRUE;
45 fFeatureOrder = TRUE;
  /external/icu4c/test/intltest/
tzbdtest.cpp 123 dataerrln("FAIL: " + tz->getID(str) + " inDaylightTime(" + dateToString(d) + ") != " + (startsInDST ? "true" : "false"));
126 if (failure(status, "TimeZone::inDaylightTime", TRUE)) return;
128 dataerrln("FAIL: " + tz->getID(str) + " inDaylightTime(" + dateToString(max) + ") != " + (startsInDST ? "false" : "true"));
195 logln(UnicodeString("PASS: inDaylightTime = ") + (time_zone->inDaylightTime(d, status)?"true":"false"));
197 dataerrln(UnicodeString("FAIL: inDaylightTime = ") + (time_zone->inDaylightTime(d, status)?"true":"false"));
198 if (failure(status, "TimeZone::inDaylightTime", TRUE))
201 logln(UnicodeString("PASS: useDaylightTime = ") + (time_zone->useDaylightTime()?"true":"false"));
203 dataerrln(UnicodeString("FAIL: useDaylightTime = ") + (time_zone->useDaylightTime()?"true":"false"));
313 verifyDST(tempcal->getTime(status),pst, TRUE, inDST, -8*ONE_HOUR,inDST ? -7*ONE_HOUR : -8*ONE_HOUR);
329 verifyDST(e, z, TRUE, inDST, - 8 * ONE_HOUR, inDST ? - 7 * ONE_HOUR: - 8 * ONE_HOUR)
    [all...]
itrbnf.cpp 268 formatter->setLenient(TRUE);
272 logln("Parse results for lenient = TRUE, %i, %f", intParseResult.getLong(), doubleParseResult.getDouble());
    [all...]
  /external/jhead/
jhead.h 34 #ifndef TRUE
35 #define TRUE 1
  /external/libpcap/
pcap-dos.h 29 #ifndef TRUE
30 #define TRUE 1
  /external/libpng/contrib/gregbook/
rpng-x.c 257 have_bg = TRUE;
322 readpng_cleanup(TRUE);
361 readpng_cleanup(TRUE);
453 XSynchronize(display, True);
495 have_nondefault_visual = TRUE;
496 need_colormap = TRUE;
514 have_colormap = TRUE;
558 have_window = TRUE;
579 wm_hints->input = True;
607 have_gc = TRUE;
    [all...]
  /external/qemu/
vl-android-ui.c 205 return TRUE;
220 SetConsoleCtrlHandler(qemu_ctrl_handler, TRUE);
  /external/webkit/Source/WebCore/platform/gtk/
GtkVersioning.h 62 #define gtk_widget_set_realized(widget, TRUE) GTK_WIDGET_SET_FLAGS((widget), GTK_REALIZED)
79 #define gtk_widget_set_can_focus(widget, TRUE) GTK_WIDGET_SET_FLAGS((widget), GTK_CAN_FOCUS)
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ContextMenuClientGtk.cpp 54 gboolean showMenu = TRUE;
102 gboolean showMenu = TRUE;
DragClientGtk.cpp 50 return TRUE;
58 return TRUE;
EditorClientGtk.cpp 168 // that the condition is always true.
272 gboolean accept = TRUE;
280 gboolean accept = TRUE;
312 gboolean accept = TRUE;
322 gboolean accept = TRUE;
344 gboolean accept = TRUE;
364 gboolean accept = TRUE;
374 gboolean accept = TRUE;
384 return true;
541 m_isInRedo = true;
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/win/
WebProcessWin.cpp 151 return TRUE;
154 return TRUE;
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_identity.c 98 return TRUE;
129 sm->update_user = TRUE;
eap_md5.c 90 return TRUE;
96 return TRUE;
  /external/wpa_supplicant_8/src/eap_server/
eap_server_identity.c 98 return TRUE;
129 sm->update_user = TRUE;
eap_server_md5.c 91 return TRUE;
97 return TRUE;
  /frameworks/base/media/libmedia/
MediaScannerClient.cpp 76 nonAscii = true;
181 &source, (const char *)dest, NULL, NULL, NULL, NULL, TRUE, TRUE, &status);
  /frameworks/base/media/libstagefright/codecs/avc/common/src/
dpb.cpp 370 video->currPic->isReference = TRUE;
381 video->currPic->isLongTerm = TRUE;
399 video->mem_mgr_ctrl_eq_5 = TRUE; /* flush reference frames MC_FIX */
403 if (video->currPic->isReference == TRUE)
629 dpb->fs[ii]->frame.isLongTerm = TRUE;
674 video->mem_mgr_ctrl_eq_5 = TRUE;
685 video->currPic->isLongTerm = TRUE;
686 video->currPic->isReference = TRUE;
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentSkipListSet.java 61 * The underlying map. Uses Boolean.TRUE as value for each
164 * Returns <tt>true</tt> if this set contains no elements.
165 * @return <tt>true</tt> if this set contains no elements
172 * Returns <tt>true</tt> if this set contains the specified element.
173 * More formally, returns <tt>true</tt> if and only if this set
177 * @return <tt>true</tt> if this set contains the specified element
194 * @return <tt>true</tt> if this set did not already contain the
201 return m.putIfAbsent(e, Boolean.TRUE) == null;
208 * Returns <tt>true</tt> if this set contained the element (or
213 * @return <tt>true</tt> if this set contained the specified elemen
    [all...]
  /packages/apps/Email/emailcommon/src/org/apache/commons/io/
DirectoryWalker.java 71 * return true;
203 * cancelled = true;
231 * return true;
304 directoryFilter = (directoryFilter != null ? directoryFilter : TrueFileFilter.TRUE);
305 fileFilter = (fileFilter != null ? fileFilter : TrueFileFilter.TRUE);
411 * cancelled = true;
423 * If this method returns true, then the directory walk is immediately
431 * @return true if the walk has been cancelled
480 * This implementation does nothing and returns true.
485 * @return true to process this directory, false to skip this directory
    [all...]
  /sdk/avdlauncher/
avdlauncher.c 95 sattr.bInheritHandle = TRUE;
226 TRUE, /* yes, inherit some handles */
  /sdk/sdklauncher/
sdklauncher.c 95 sattr.bInheritHandle = TRUE;
226 TRUE, /* yes, inherit some handles */

Completed in 1432 milliseconds

<<21222324252627282930>>