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

1 2 34 5 6

  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbtype.h 79 #ifndef TRUE
80 #define TRUE 1
  /packages/apps/Gallery3D/src/com/cooliris/media/
MediaBucketList.java 23 private static final Boolean TRUE = new Boolean(true);
177 foundIndex = true;
210 cachedItems.put(item, TRUE);
211 return true;
218 cachedItems.put(item, TRUE);
219 return true;
237 mDirtyCount = true;
238 mDirtyAcceleratedLookup = true;
251 return true;
    [all...]
  /packages/apps/IM/src/com/android/im/imps/
ImpsConstants.java 68 public static final String TRUE = "T";
  /system/core/libcutils/
private.h 258 #ifndef TRUE
259 #define TRUE 1
260 #endif /* !defined TRUE */
  /dalvik/libcore/openssl/src/main/native/
BNInterface.c 31 #define TRUE 1
39 return TRUE;
143 return TRUE;
153 else return NativeBN_putULongInt(env, cls, a, -dw, TRUE);
226 return TRUE;
236 return TRUE;
295 return TRUE;
321 BN_set_negative(ret, TRUE);
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/fortress/
PolicyUtils.java 196 Class<?> klass = Class.forName(klassName, true,
414 public static final String TRUE = "true"; //$NON-NLS-1$
423 * properties expansion, true otherwise.
479 dynamicOnly = true;
510 while (true) {
613 * @return <code>true</code> if the first array is <code>null</code>
619 return true;
630 found = true;
639 return true;
    [all...]
  /external/bluetooth/glib/gio/
ginputstream.c 238 * stream, %TRUE is returned, and @bytes_read is set to the number of bytes
245 * Return value: %TRUE on success, %FALSE if there was an error
281 return TRUE;
433 * Return value: %TRUE on success, %FALSE on failure
448 return TRUE;
450 res = TRUE;
466 stream->priv->closed = TRUE;
492 stream->priv->closed = TRUE;
821 * Returns: %TRUE if the stream was closed successfully.
842 return TRUE;
    [all...]
goutputstream.c 247 * On a successful write of @count bytes, %TRUE is returned, and @bytes_written
254 * Return value: %TRUE on success, %FALSE if there was an error
291 return TRUE;
309 * Return value: %TRUE on success, %FALSE on error
326 res = TRUE;
381 res = TRUE;
417 res = TRUE;
507 * Return value: %TRUE on success, %FALSE on failure
522 return TRUE;
533 res = TRUE;
    [all...]
  /external/bluetooth/glib/gio/xdgmime/
xdgmimemagic.c 46 #ifndef TRUE
47 #define TRUE (!FALSE)
174 while (TRUE)
179 *end_of_file = TRUE;
209 while (TRUE)
215 *end_of_file = TRUE;
527 int valid_matchlet = TRUE;
556 return TRUE;
573 return TRUE;
579 return TRUE;
    [all...]
xdgmimecache.c 63 #ifndef TRUE
64 #define TRUE (!FALSE)
173 int valid_matchlet = TRUE;
203 return TRUE;
223 return TRUE;
229 return TRUE;
574 n = cache_glob_lookup_suffix (file_name, len, TRUE, mimes, n_mimes);
  /external/qemu/hw/
bt-sdp.c 790 #define TRUE { \
846 ATTRIBUTE(VIRTUAL_CABLE, TRUE)
888 ATTRIBUTE(BATTERY_POWER, TRUE)
889 ATTRIBUTE(REMOTE_WAKEUP, TRUE)
890 ATTRIBUTE(BOOT_DEVICE, TRUE) /* XXX: untested */
892 ATTRIBUTE(NORMALLY_CONNECTABLE, TRUE)
940 ATTRIBUTE(PRIMARY_RECORD, 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;
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
console.h 145 #ifndef TRUE
146 #define TRUE 1
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
ti_types.h 51 #ifndef TRUE
52 #define TRUE 1
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
osTIType.h 51 #if !defined(TRUE)
52 #define TRUE 1
60 #if !defined(true)
61 #define true 1 macro
  /dalvik/libcore/luni/src/main/native/
hycomp.h 253 #if !defined(TRUE)
254 #define TRUE ((BOOLEAN) (!FALSE))
  /dalvik/tools/hprof-conv/
HprofConv.c 38 # define TRUE (!FALSE)
445 int justCopy = TRUE;
618 if (ebReadData(pBuf, in, 1, TRUE) != 0)
  /external/bluetooth/bluez/audio/
ipctest.c 61 #ifndef TRUE
62 # define TRUE (1)
491 a2dp->sbc_initialized = TRUE;
819 return TRUE;
1064 return TRUE;
  /external/bluetooth/glib/glib/
giochannel.c 100 channel->use_buffer = TRUE;
141 g_io_channel_shutdown (channel, TRUE, NULL);
151 g_string_free (channel->read_buf, TRUE);
153 g_string_free (channel->write_buf, TRUE);
155 g_string_free (channel->encoded_read_buf, TRUE);
375 * @flush: if %TRUE, flush pending
379 * flushed if @flush is %TRUE. The channel will not be freed until the
862 * this is %TRUE for channels created by g_io_channel_new_file (),
865 * Setting this flag to %TRUE for a channel you have already closed
883 * destroyed. The default value of this is %TRUE for channels create
    [all...]
  /external/giflib/
gif_lib.h 28 #ifndef TRUE
29 #define TRUE 1
30 #endif /* TRUE */
  /external/icu4c/i18n/
dtfmtsym.cpp 217 initializeData(Locale::getDefault(), NULL, status, TRUE);
232 initializeData(Locale::getDefault(), type, status, TRUE);
255 // Note that this is true for as long as DateFormatSymbols can be constructed
286 failed = TRUE;
433 if (array1 == array2) return TRUE;
439 return TRUE;
447 return TRUE;
498 return TRUE;
503 UBool cmpres = TRUE;
    [all...]
  /external/libpcap/
pcap-dos.h 29 #ifndef TRUE
30 #define TRUE 1
  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
mp4def.h 38 #define TRUE 1
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
mp4def.h 98 #define TRUE 1
  /external/webkit/WebCore/platform/win/
ClipboardWin.cpp 136 usedURL = true;
273 dropFiles->fWide = TRUE;
297 fsPath = filesystemPathFromUrlOrTitle(url, title, L".URL", true);
371 if (FAILED(hr = dataObject->SetData(fe, &medium, TRUE)))
377 if (FAILED(hr = dataObject->SetData(fe, &medium, TRUE)))
383 hr = dataObject->SetData(cfHDropFormat(), &medium, TRUE);
434 if (medium.hGlobal && FAILED(data->SetData(urlWFormat(), &medium, TRUE)))
437 success = true;
443 if (medium.hGlobal && FAILED(data->SetData(htmlFormat(), &medium, TRUE)))
446 success = true;
    [all...]

Completed in 1292 milliseconds

1 2 34 5 6