HomeSort by relevance Sort by last modified time
    Searched full:true (Results 1226 - 1250 of 18103) sorted by null

<<41424344454647484950>>

  /external/clearsilver/man/man3/
skipInsert.3 34 If key is already in list, and <allowUpdate> is true,
  /external/dbus/dbus/
Android.mk 1 # Set to true to write libdbus logs to logcat instead of stderr
3 LOG_TO_ANDROID_LOGCAT := true
5 ifneq ($(TARGET_SIMULATOR),true)
65 ifeq ($(LOG_TO_ANDROID_LOGCAT),true)
  /external/dbus/test/data/invalid-messages/
array-with-mixed-types.message 47 BOOLEAN true
  /external/e2fsprogs/tests/f_dup_resize/
script 1 SKIP_GUNZIP="true"
  /external/guava/
guava.iml 3 <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_5" inherit-compiler-output="true">
  /external/guava/src/com/google/common/base/
Predicate.java 24 * Determines a true or false value for a given input. For example, a
26 * {@code true} for any string that matches its given regular expression.
52 * This method can return {@code true} <i>only</i> if the specified object is
56 * {@code predicate2.apply(input)} are both {@code true} or both
  /external/guava/src/com/google/common/io/
Flushables.java 40 * <p>If {@code swallowIOException} is true, then we don't rethrow
44 * @param swallowIOException if true, don't propagate IO exceptions
64 * Equivalent to calling {@code flush(flushable, true)}, but with no
71 flush(flushable, true);
  /external/guava/src/com/google/common/util/concurrent/
ValueFuture.java 41 * Sets the value of this future. This method will return {@code true} if
46 * @return true if the value was successfully set.
56 * This method will return {@code true} if the exception was successfully set,
60 * @return true if the exception was successfully set.
  /external/icu4c/common/
cmemory.c 41 gHeapInUse = TRUE;
64 gHeapInUse = TRUE;
111 return TRUE;
117 * Return True if ICU has allocated any memory.
  /external/icu4c/config/
gmakever.mk 18 @true
  /external/icu4c/i18n/
search.cpp 55 m_search_->isOverlap = (value == USEARCH_ON ? TRUE : FALSE);
58 m_search_->isCanonicalMatch = (value == USEARCH_ON ? TRUE : FALSE);
74 return (m_search_->isOverlap == TRUE ? USEARCH_ON : USEARCH_OFF);
76 return (m_search_->isCanonicalMatch == TRUE ? USEARCH_ON :
165 return TRUE;
225 if (m_search_->isForwardSearching == TRUE) {
241 m_search_->isForwardSearching = TRUE;
278 if (m_search_->isForwardSearching == TRUE) {
318 m_search_->isForwardSearching = TRUE;
319 m_search_->reset = TRUE;
    [all...]
  /external/icu4c/test/cintltst/
cintltst.h 87 * Assert that the given UErrorCode succeeds, and return TRUE if it does.
92 * Assert that the UBool is TRUE, and return TRUE if it does.
102 * TRUE if it does.
  /external/jdiff/src/jdiff/
Modifiers.java 70 hasContent = true;
80 hasContent = true;
89 hasContent = true;
98 hasContent = true;
  /external/junit/src/junit/swingui/
ProgressBar.java 38 fError= true;
  /external/libpng/projects/xcode/
Info.plist 24 <true/>
  /external/opencore/
Config.mk 3 EXTERNAL_OPENCORE_CONFIG_ONCE := true
19 # Set PV_OSCL_LIB to true to enable it (default in release mode).
22 PV_OSCL_LIB := true
23 ifeq ($(PV_OSCL_LIB), true)
  /external/opencore/baselibs/media_data_structures/src/
access_unit_impl.cpp 120 // It returns true if successfully seeked to the desired place or reached MediaData boundary; the
153 return true;
167 return true;
181 boundaryReached = true;
182 return true;
193 return true;
197 boundaryReached = true;
198 return true;
211 return true;
226 boundaryReached = true;
    [all...]
  /external/opencore/codecs_v2/omx/omx_baseclass/build/make/
local.mk 11 OPTIMIZE_FOR_PERFORMANCE_OVER_SIZE := true
  /external/opencore/codecs_v2/omx/omx_mastercore/build/make_multithreaded/
local.mk 11 OPTIMIZE_FOR_PERFORMANCE_OVER_SIZE := true
  /external/opencore/codecs_v2/omx/omx_queue/build/make/
local.mk 11 OPTIMIZE_FOR_PERFORMANCE_OVER_SIZE := true
  /external/opencore/codecs_v2/utilities/pv_config_parser/build/make/
local.mk 12 OPTIMIZE_FOR_PERFORMANCE_OVER_SIZE := true
  /external/opencore/codecs_v2/video/avc_h264/common/build/make/
local.mk 11 OPTIMIZE_FOR_PERFORMANCE_OVER_SIZE := true
  /external/opencore/codecs_v2/video/avc_h264/dec/build/make/
local.mk 11 OPTIMIZE_FOR_PERFORMANCE_OVER_SIZE := true
  /external/opencore/oscl/oscl/osclutil/src/
oscl_string_utf8.cpp 66 bool result = true, done = false;
82 result = true;
83 done = true;
89 done = true;
103 done = true;
111 done = true;
119 done = true;
132 done = true;
140 done = true;
148 done = true;
    [all...]
  /external/oprofile/daemon/
opd_cookie.h 31 /** return true if this cookie should be ignored */

Completed in 219 milliseconds

<<41424344454647484950>>