HomeSort by relevance Sort by last modified time
    Searched defs:TRUE (Results 251 - 275 of 477) sorted by null

<<11121314151617181920

  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 51 #ifndef TRUE
52 #define TRUE 1
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 87 #ifndef TRUE
88 #define TRUE 1
  /external/aac/libPCMutils/src/
pcmutils_lib.cpp 197 #define TRUE 1
    [all...]
  /external/cblas/testing/
cblas_test.h 9 #define TRUE 1
  /external/dbus/dbus/
dbus-sysdeps-win.c 319 return TRUE;
345 * @returns #TRUE on success.
364 return TRUE;
455 return fd == INVALID_SOCKET ? TRUE : FALSE;
514 beenhere = TRUE;
712 retval = TRUE;
781 retval = TRUE;
804 * @param blocking #TRUE if pipe should be blocking
897 return TRUE;
    [all...]
  /external/fio/
gfio.c 308 g_object_set(G_OBJECT(tree_view), "headers-visible", TRUE,
331 return TRUE;
354 return TRUE;
369 g_object_set(w, "has-tooltip", TRUE, NULL);
554 hbox = gtk_hbox_new(TRUE, 10);
558 gtk_box_pack_start(GTK_BOX(hbox), cw.hentry, TRUE, TRUE, 0);
565 hbox = gtk_hbox_new(TRUE, 4);
574 hbox = gtk_hbox_new(TRUE, 4);
590 hbox = gtk_hbox_new(TRUE, 4)
    [all...]
goptions.c 117 gfw->vbox[0] = gtk_vbox_new(TRUE, 5);
118 gfw->vbox[1] = gtk_vbox_new(TRUE, 5);
119 gtk_box_pack_start(GTK_BOX(hbox), gfw->vbox[0], TRUE, TRUE, 5);
120 gtk_box_pack_start(GTK_BOX(hbox), gfw->vbox[1], TRUE, TRUE, 5);
    [all...]
  /external/guava/guava-tests/test/com/google/common/base/
PredicatesTest.java 47 @GwtCompatible(emulated = true)
49 private static final Predicate<Integer> TRUE = Predicates.alwaysTrue();
98 .addEqualityGroup(TRUE, Predicates.alwaysTrue())
136 assertEvalsToFalse(Predicates.not(TRUE));
143 .addEqualityGroup(Predicates.not(TRUE))
150 .addEqualityGroup(TRUE, Predicates.alwaysTrue())
152 .addEqualityGroup(Predicates.not(TRUE))
157 .addEqualityGroup(TRUE)
228 assertEvalsLikeOdd(Predicates.and(isOdd(), TRUE));
229 assertEvalsLikeOdd(Predicates.and(TRUE, isOdd()))
    [all...]
  /external/icu/icu4c/source/test/intltest/
tztest.cpp 173 if (failure(status, "new GregorianCalendar", TRUE)) return;
242 logln("Error: " + tz.getID(id) + ".inDaylightTime(" + dateToString(min) + ") = " + (startsInDST?"TRUE":"FALSE") +
243 ", inDaylightTime(" + dateToString(max) + ") = " + (startsInDST?"TRUE":"FALSE"));
273 logln("Error: inDaylightTime(" + dateToString(max) + ") != " + ((!startsInDST)?"TRUE":"FALSE"));
343 if (failure(status, "TimeZone::inDaylightTime", TRUE)) return;
616 found = TRUE;
741 found = TRUE;
848 {"AST", -540, TRUE}, // ICU Link - America/Anchorage
849 {"PST", -480, TRUE}, // ICU Link - America/Los_Angeles
852 {"CST", -360, TRUE}, // Olson northamerica -7:0
    [all...]
  /external/selinux/libsemanage/src/
semanage_store.c 67 #define TRUE 1
    [all...]
  /external/testng/src/main/java/org/testng/xml/
XmlSuite.java 32 TESTS, METHODS, CLASSES, INSTANCES, NONE, TRUE, FALSE;
138 public static final String DEFAULT_PRESERVE_ORDER = "true";
809 return true;
932 return true;
942 if (o1 == null && o2 == null) result = true;
  /frameworks/av/camera/
CameraParameters.cpp 96 const char CameraParameters::TRUE[] = "true";
330 while (true) {
  /frameworks/base/core/java/android/widget/
RelativeLayout.java 85 public static final int TRUE = -1;
361 mDirtyHierarchy = true;
464 offsetHorizontalAxis = true;
481 offsetVerticalAxis = true;
    [all...]
  /hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
vbp_loader.h 27 #ifndef TRUE
28 #define TRUE 1
  /hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/inc/
omx_aac_aenc.h 132 #define TRUE 1
582 bool execute_omx_flush(OMX_IN OMX_U32 param1, bool cmd_cmpl=true);
  /hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/inc/
omx_amr_aenc.h 132 #define TRUE 1
500 bool execute_omx_flush(OMX_IN OMX_U32 param1, bool cmd_cmpl=true);
  /hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/inc/
omx_evrc_aenc.h 131 #define TRUE 1
501 bool execute_omx_flush(OMX_IN OMX_U32 param1, bool cmd_cmpl=true);
  /hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/inc/
omx_qcelp13_aenc.h 131 #define TRUE 1
501 bool execute_omx_flush(OMX_IN OMX_U32 param1, bool cmd_cmpl=true);
  /hardware/qcom/camera/QCamera2/HAL/
QCamera2HWI.h 66 #ifndef TRUE
67 #define TRUE 1
103 #define QCAMERA_ION_USE_CACHE true
414 int32_t delChannel(qcamera_ch_type_enum_t ch_type, bool destroy = true);
467 int32_t configureAFBracketing(bool enable = true);
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 83 #ifndef TRUE
84 #define TRUE 1
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windef.h 52 #ifndef TRUE
53 #define TRUE 1
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pickle.py 144 TRUE = 'I01\n' # not an opcode; see INT docs in pickletools.py
157 NEWTRUE = '\x88' # push True
434 self.write(obj and TRUE or FALSE)
505 # This is true for Jython
908 self.append(True)
915 elif data == TRUE[1:]:
916 val = True
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pickle.py 144 TRUE = 'I01\n' # not an opcode; see INT docs in pickletools.py
157 NEWTRUE = '\x88' # push True
434 self.write(obj and TRUE or FALSE)
505 # This is true for Jython
908 self.append(True)
915 elif data == TRUE[1:]:
916 val = True
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickle.py 144 TRUE = 'I01\n' # not an opcode; see INT docs in pickletools.py
157 NEWTRUE = '\x88' # push True
434 self.write(obj and TRUE or FALSE)
505 # This is true for Jython
908 self.append(True)
915 elif data == TRUE[1:]:
916 val = True
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickle.py 144 TRUE = 'I01\n' # not an opcode; see INT docs in pickletools.py
157 NEWTRUE = '\x88' # push True
434 self.write(obj and TRUE or FALSE)
505 # This is true for Jython
908 self.append(True)
915 elif data == TRUE[1:]:
916 val = True
    [all...]

Completed in 641 milliseconds

<<11121314151617181920