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

1 2 3 4 5 6 7 8 91011>>

  /external/checkpolicy/
policy_define.h 13 #define TRUE 1
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
MixInSoft_D32C31_SAT.c 29 #define TRUE 1
41 char HardMixing = TRUE;
MixSoft_1St_D32C31_WRA.c 29 #define TRUE 1
43 char HardMixing = TRUE;
LVC_MixInSoft_D16C31_SAT.c 30 #define TRUE 1
42 char HardMixing = TRUE;
LVC_MixSoft_1St_2i_D16C31_SAT.c 30 #define TRUE 1
42 char HardMixing = TRUE;
72 if(HardMixing == TRUE)
LVC_MixSoft_1St_D16C31_SAT.c 30 #define TRUE 1
42 char HardMixing = TRUE;
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc/
loc_api_rpc_glue.h 57 #define TRUE 1
  /external/opencv/cvaux/src/
_cvaux.h 69 #ifndef TRUE
70 #define TRUE 1
  /hardware/intel/img/psb_video/src/
psb_def.h 39 #ifndef TRUE
40 #define TRUE 1
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
loc_api_rpc_glue.h 48 #define TRUE 1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
lbxbuf.h 32 #ifndef TRUE
33 #define TRUE 1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
lbxbuf.h 32 #ifndef TRUE
33 #define TRUE 1
  /external/chromium_org/third_party/fips181/
owntypes.h 39 #define TRUE 1
  /external/libpng/contrib/gregbook/
readpng.h 56 #ifndef TRUE
57 # define TRUE 1
  /hardware/qcom/bt/libbt-vendor/include/
bt_vendor_qcom.h 29 #ifndef TRUE
30 #define TRUE (!FALSE)
45 Default TRUE .
48 #define HW_NEED_END_WITH_HCI_RESET TRUE
  /packages/apps/UnifiedEmail/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...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
BooleanTest.java 27 assertEquals(1231, Boolean.TRUE.hashCode());
35 assertEquals(Boolean.TRUE, new Boolean("TRUE"));
36 assertEquals(Boolean.TRUE, new Boolean("true"));
37 assertEquals(Boolean.TRUE, new Boolean("True"));
47 assertEquals(Boolean.TRUE, new Boolean(true));
55 assertTrue(Boolean.TRUE.booleanValue())
    [all...]
  /external/bluetooth/bluedroid/gki/ulinux/
data_types.h 29 #ifndef TRUE
30 # define TRUE true
  /external/chromium_org/remoting/host/
continue_window_linux.cc 53 gtk_window_set_urgency_hint(GTK_WINDOW(continue_window_), TRUE);
86 gtk_window_set_keep_above(GTK_WINDOW(continue_window_), TRUE);
96 gtk_label_set_line_wrap(GTK_LABEL(text_label), TRUE);
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
standard.h 31 #ifndef TRUE
32 #define TRUE 1
  /external/ipsec-tools/src/racoon/
var.h 57 #ifndef TRUE
58 #define TRUE 1
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
progress.c 16 GtkWidget *vbox = gtk_vbox_new(TRUE, 5);
22 gtk_box_pack_start(GTK_BOX(vbox), label, TRUE, FALSE, 3);
23 gtk_box_pack_start(GTK_BOX(vbox), progress, TRUE, TRUE, 3);
  /frameworks/av/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;
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
qtypes.h 44 #ifdef TRUE
45 #undef TRUE
52 #define TRUE 1 /* Boolean true value. */
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 44 #ifdef TRUE
45 #undef TRUE
52 #define TRUE 1 /* Boolean true value. */

Completed in 657 milliseconds

1 2 3 4 5 6 7 8 91011>>