HomeSort by relevance Sort by last modified time
    Searched defs:TRUE (Results 1 - 25 of 139) sorted by null

1 2 3 4 5 6

  /frameworks/base/media/libdrm/mobile1/include/
drm_common_types.h 31 #ifndef TRUE
32 #define TRUE 1
  /external/dbus/tools/
dbus-launch.h 30 #ifndef TRUE
31 #define TRUE (1)
  /hardware/qcom/gps/loc_api/libloc_api-rpc/rpc_inc/
loc_api_rpc_glue.h 57 #define TRUE 1
  /external/dbus/dbus/
dbus-macros.h 38 #ifndef TRUE
39 # define TRUE 1
63 * @brief #TRUE, #FALSE, #NULL, and so on
91 * @def TRUE
  /external/libpng/contrib/gregbook/
readpng.h 56 #ifndef TRUE
57 # define TRUE 1
  /packages/apps/Email/src/org/apache/commons/io/filefilter/
TrueFileFilter.java 23 * A file filter that always returns true.
33 * Singleton instance of true filter.
36 public static final IOFileFilter TRUE = new TrueFileFilter();
38 * Singleton instance of true filter.
39 * Please use the identical TrueFileFilter.TRUE constant.
43 public static final IOFileFilter INSTANCE = TRUE;
52 * Returns true.
55 * @return true
58 return true;
62 * Returns true.
    [all...]
  /dalvik/libcore/luni/src/main/java/java/lang/
Boolean.java 48 * {@code true}.
50 public static final Boolean TRUE = new Boolean(true);
61 * "true" using a non-case sensitive comparison, the result will be a
62 * Boolean representing the primitive value {@code true}, otherwise it will
77 * the primitive boolean value, {@code true} or {@code false}.
84 * Gets the primitive value of this boolean, either {@code true} or
87 * @return this object's primitive value, {@code true} or {@code false}.
100 * @return {@code true} if the specified object is equal to this
117 * {@code true} and the value of {@code that} is {@code false};
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
DERBoolean.java 13 public static final DERBoolean TRUE = new DERBoolean(true);
49 return (value ? TRUE : FALSE);
59 return (octets[0] != 0) ? TRUE : FALSE;
67 * @param explicit true if the object is meant to be explicitly
130 return (value != 0) ? "TRUE" : "FALSE";
  /external/ipsec-tools/src/racoon/
var.h 57 #ifndef TRUE
58 #define TRUE 1
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/
bgnscd.cpp 69 #define TRUE 1
317 inbgNoise = 1; // true
342 prevVoiced = 1; // true
347 prevVoiced = 1; // true
519 inbgNoise = TRUE;
553 prevVoiced = TRUE;
560 prevVoiced = TRUE;
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
bgnscd.cpp 70 #define TRUE 1
318 inbgNoise = 1; // true
343 prevVoiced = 1; // true
348 prevVoiced = 1; // true
520 inbgNoise = TRUE;
554 prevVoiced = TRUE;
561 prevVoiced = TRUE;
  /external/bluetooth/glib/gio/xdgmime/
xdgmimeint.c 40 #ifndef TRUE
41 #define TRUE (!FALSE)
137 return TRUE;
xdgmimeint.h 38 #ifndef TRUE
39 #define TRUE (!FALSE)
xdgmimealias.c 44 #ifndef TRUE
45 #define TRUE (!FALSE)
xdgmimeicon.c 43 #ifndef TRUE
44 #define TRUE (!FALSE)
  /external/e2fsprogs/lib/ss/
test_ss.c 28 #define TRUE 1
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/
gsm_amr_typedefs.h 122 #ifndef TRUE
123 #define TRUE 1
  /external/opencore/codecs_v2/audio/sbc/enc/src/
sbc_type_defs.h 37 *==== TRUE / FALSE ===========================================================*
43 #ifndef TRUE
44 # define TRUE 1
48 *==== TRUE / FALSE ===========================================================*
  /external/webkit/WebKit/gtk/tests/
testwebframe.c 79 g_object_set_data(G_OBJECT(webView), "signal-handled", GINT_TO_POINTER(TRUE));
81 return TRUE;
104 GMainLoop* loop = g_main_loop_new(NULL, TRUE);
120 g_assert_cmpint(GPOINTER_TO_INT(g_object_get_data(G_OBJECT(webView), "signal-handled")), ==, TRUE);
149 g_assert_cmpint(g_file_test(temporaryFilename, G_FILE_TEST_IS_REGULAR), ==, TRUE);
  /frameworks/base/core/tests/coretests/src/com/android/internal/util/
PredicatesTest.java 26 private static final Predicate<Object> TRUE = new Predicate<Object>() {
28 return true;
39 assertTrue(Predicates.and(newArrayList(TRUE)).apply(null));
40 assertTrue(Predicates.and(newArrayList(TRUE, TRUE)).apply(null));
44 assertFalse(Predicates.and(newArrayList(FALSE, TRUE, TRUE)).apply(null));
45 assertFalse(Predicates.and(newArrayList(TRUE, FALSE, TRUE)).apply(null));
46 assertFalse(Predicates.and(newArrayList(TRUE, TRUE, FALSE)).apply(null))
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/common/include/
gsm_amr_typedefs.h 103 #ifndef TRUE
104 #define TRUE 1
  /frameworks/base/tests/CoreTests/android/core/
BooleanTest.java 29 Boolean a = new Boolean(true);
30 Boolean b = new Boolean("True");
38 assertEquals("true", a.toString());
40 assertEquals(Boolean.TRUE, a);
42 assertSame(Boolean.valueOf(true), Boolean.TRUE);
  /system/wlan/ti/sta_dk_4_0_4_32/pform/common/inc/
cli_cu_common.h 52 #ifndef TRUE
53 #define TRUE 1
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
BooleanTest.java 39 assertEquals(1231, Boolean.TRUE.hashCode());
53 assertEquals(Boolean.TRUE, new Boolean("TRUE"));
54 assertEquals(Boolean.TRUE, new Boolean("true"));
55 assertEquals(Boolean.TRUE, new Boolean("True"));
71 assertEquals(Boolean.TRUE, new Boolean(true));
85 assertTrue(Boolean.TRUE.booleanValue())
    [all...]
  /bionic/linker/
linker_debug.h 58 #undef TRUE
60 #define TRUE 1
87 #define INFO(x...) _PRINTVF(0, TRUE, x)
88 #define TRACE(x...) _PRINTVF(1, TRUE, x)
90 _PRINTVF(-1, TRUE, "%s:%d| WARNING: " fmt, __FILE__, __LINE__, ## args)
92 _PRINTVF(-1, TRUE, "%s:%d| ERROR: " fmt, __FILE__, __LINE__, ## args)
96 #define DEBUG(x...) _PRINTVF(2, TRUE, "DEBUG: " x)

Completed in 2793 milliseconds

1 2 3 4 5 6