HomeSort by relevance Sort by last modified time
    Searched refs:TRUE (Results 76 - 100 of 2021) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/dbus/dbus/
dbus-auth-util.c 123 retval = TRUE;
148 retval = TRUE;
162 return TRUE;
167 return TRUE;
  /external/ipsec-tools/src/racoon/
isakmp_frag.h 37 #define ISAKMP_FRAG_ON TRUE /* = 1 */
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_md5.c 48 ret->ignore = TRUE;
56 ret->ignore = TRUE;
69 ret->ignore = TRUE;
80 ret->allowNotifications = TRUE;
  /external/wpa_supplicant_8/src/eap_peer/
eap_md5.c 48 ret->ignore = TRUE;
56 ret->ignore = TRUE;
69 ret->ignore = TRUE;
80 ret->allowNotifications = TRUE;
  /frameworks/base/media/libstagefright/codecs/aacenc/inc/
psy_const.h 28 #define TRUE 1
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
typedefs.h 39 #ifndef TRUE
40 #define TRUE true
232 #ifndef TRUE
233 #define TRUE 1
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h 39 #ifndef TRUE
40 #define TRUE true
232 #ifndef TRUE
233 #define TRUE 1
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_config.h 28 #define TRUE (1)
  /libcore/luni/src/main/java/java/net/
PlainServerSocketImpl.java 40 setOption(SocketOptions.SO_REUSEADDR, Boolean.TRUE);
  /external/bluetooth/glib/gmodule/
gmodule-dl.c 102 g_module_set_error (fetch_dlerror (TRUE));
118 g_module_set_error (fetch_dlerror (TRUE));
135 g_module_set_error (fetch_dlerror (TRUE));
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
DERBoolean.java 13 public static final DERBoolean TRUE = new DERBoolean(true);
37 return (value ? TRUE : FALSE);
47 return (octets[0] != 0) ? TRUE : FALSE;
55 * @param explicit true if the object is meant to be explicitly
134 return (value != 0) ? "TRUE" : "FALSE";
  /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/test/intltest/
sfwdchit.cpp 31 fBogus = TRUE;
51 fBogus = TRUE;
58 } else { // adopt = TRUE
73 return TRUE;
77 return TRUE;
81 return TRUE;
85 return TRUE;
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
switch-004.js 32 TRUE = new Boolean( true );
44 SwitchTest ( TRUE, "TRUE" );
47 SwitchTest( true, "true" );
54 SwitchTest( new Boolean( true ), "default" );
70 case new Boolean(true): result += "new TRUE"; break;
74 case true: result += "true"; break
    [all...]
  /external/webkit/Source/WebKit/gtk/tests/
testdownload.c 66 return TRUE;
104 *beenThere = TRUE;
127 return TRUE;
135 handle_download_requested_cb(download, beenThere, TRUE);
136 return TRUE;
177 loop = g_main_loop_new(NULL, TRUE);
181 g_assert_cmpint(beenThere, ==, TRUE);
183 g_assert_cmpint(g_file_test(temporaryFilename, G_FILE_TEST_IS_REGULAR), ==, TRUE);
202 test_webkit_download_perform(TRUE);
210 return TRUE;
    [all...]
  /external/wpa_supplicant/
state_machine.h 54 sm->changed = TRUE; \
73 sm->changed = TRUE; \
91 sm->changed = TRUE; \
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
defs.h 21 #ifdef TRUE
22 #undef TRUE
24 typedef enum { FALSE = 0, TRUE = 1 } Boolean;
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
state_machine.h 54 sm->changed = TRUE; \
73 sm->changed = TRUE; \
91 sm->changed = TRUE; \
  /external/wpa_supplicant_8/src/utils/
state_machine.h 54 sm->changed = TRUE; \
73 sm->changed = TRUE; \
91 sm->changed = TRUE; \
  /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...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
rusers.x 168 % return (TRUE);
182 % return (TRUE);
195 % return (TRUE);
211 % return (TRUE);
225 % return (TRUE);
238 % return (TRUE);
  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport_Connection.c 57 psTransport->bSendPending = TRUE;
159 if(psTransport->pSocketTable[index].bSocketAcceptPending == TRUE
160 || psTransport->pSocketTable[index].bSocketConnectPending == TRUE
161 || psTransport->pSocketTable[index].bSocketDiscPending == TRUE
162 || psTransport->pSocketTable[index].bSocketRNRPending == TRUE
163 || psTransport->pSocketTable[index].bSocketRRPending == TRUE
164 || psTransport->pSocketTable[index].bSocketSendPending == TRUE
168 socketFound = TRUE;
186 if(socketFound == TRUE)
192 if(psLocalLlcpSocket->bSocketSendPending == TRUE)
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
dcac_prediction.cpp 104 block_A = (comp == 1 || comp == 3) ? flag_0 = TRUE, DC_store[0][x_tab] : mid_gray;
106 block_C = (comp == 2 || comp == 3) ? flag_1 = TRUE, DC_store[0][y_tab] : mid_gray;
112 block_A = (comp == 1 || comp == 3) ? flag_0 = TRUE, DC_store[0][x_tab] : mid_gray;
114 block_C = (comp == 2 || comp == 3 || up_bnd) ? flag_1 = TRUE, DC_store[y_offset][y_tab] : mid_gray;
120 block_A = (comp == 1 || comp == 3 || left_bnd) ? flag_0 = TRUE, DC_store[x_offset][x_tab] : mid_gray;
122 block_C = (comp == 2 || comp == 3) ? flag_1 = TRUE, DC_store[y_offset][y_tab] : mid_gray;
129 block_A = (comp == 1 || comp == 3 || left_bnd) ? flag_0 = TRUE, DC_store[x_offset][x_tab] : mid_gray;
132 block_C = (comp == 2 || comp == 3 || up_bnd) ? flag_1 = TRUE, DC_store[y_offset][y_tab] : mid_gray;
263 block_A = (comp == 1 || comp == 3) ? flag_0 = TRUE, DC_store[0][x_tab] : mid_gray;
264 block_C = (comp == 2 || comp == 3) ? flag_1 = TRUE, DC_store[0][y_tab] : mid_gray
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/xml/
ManifestData.java 194 result.mNormalScreens = Boolean.TRUE;
199 targetSdkVersion <= 3 ? Boolean.FALSE : Boolean.TRUE;
279 * Returns either {@link Boolean#TRUE} or {@link Boolean#FALSE} based on the value of
284 if (v.equals(Boolean.TRUE)) {
285 return Boolean.TRUE;
298 // since all the fields are guaranteed to be either Boolean.TRUE or Boolean.FALSE
327 * Returns true if the two instances support the same screen sizes.
331 * @return true if the two instances support the same screen sizes.
334 // since all the fields are guaranteed to be either Boolean.TRUE or Boolean.FALSE
347 * Returns true if the two instances have strictly different screen size support
    [all...]
  /external/icu4c/test/cintltst/
chashtst.c 134 if(_compareChars((void*)one, (void*)three) == TRUE ||
135 _compareChars((void*)one, (void*)one2) != TRUE ||
136 _compareChars((void*)one, (void*)one) != TRUE ||
137 _compareChars((void*)one, NULL) == TRUE ) {
140 if(_compareIChars((void*)one, (void*)three) == TRUE ||
141 _compareIChars((void*)one, (void*)one) != TRUE ||
142 _compareIChars((void*)one, (void*)one2) != TRUE ||
143 _compareIChars((void*)one, NULL) == TRUE ) {
225 if(_compareUChars((void*)one, (void*)two) == TRUE ||
226 _compareUChars((void*)one, (void*)one) != TRUE ||
    [all...]

Completed in 528 milliseconds

1 2 34 5 6 7 8 91011>>