HomeSort by relevance Sort by last modified time
    Searched refs:TRUE (Results 501 - 525 of 2022) sorted by null

<<21222324252627282930>>

  /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...]
glocalfileinfo.c 280 return TRUE;
326 *free_return = TRUE;
372 *free_return = TRUE;
740 is_user = TRUE;
778 return TRUE;
876 writable = TRUE;
879 writable = TRUE;
1304 g_file_info_set_attribute_boolean (info, G_FILE_ATTRIBUTE_THUMBNAILING_FAILED, TRUE);
    [all...]
gcancellable.c 338 * Returns: %TRUE if @cancellable is cancelled,
355 * Returns: %TRUE if @cancellable was cancelled, %FALSE if it was not.
367 return TRUE;
396 cancellable->allocated_pipe = TRUE;
472 cancel = TRUE;
473 cancellable->cancelled = TRUE;
  /external/dbus/dbus/
dbus-bus.c 142 return TRUE; /* successfully didn't use the env var */
190 retval = TRUE;
204 return TRUE;
319 initialized = TRUE;
514 TRUE);
520 bd->is_well_known = TRUE;
599 return internal_bus_get (type, TRUE, error);
649 * @returns #TRUE on success
682 return TRUE;
718 retval = TRUE;
    [all...]
dbus-server.c 94 * @returns #TRUE on success.
137 return TRUE;
237 retval = TRUE;
242 retval = TRUE;
353 retval = TRUE;
358 retval = TRUE;
576 handled_once = TRUE;
584 handled_once = TRUE;
603 handled_once = TRUE;
751 server->disconnected = TRUE;
    [all...]
dbus-marshal-header.c 103 return TRUE;
241 return TRUE;
312 return TRUE;
360 return TRUE;
456 return TRUE;
497 return TRUE;
630 return TRUE;
655 * @returns #TRUE if the data is long enough for the claimed length, and the lengths were valid
929 * return value is #TRUE if there was enough memory and the data was
930 * valid. If it returns #TRUE, the header will be created. If i
    [all...]
dbus-hash.c 304 entry_pool = _dbus_mem_pool_new (sizeof (DBusHashEntry), TRUE);
594 return TRUE;
761 * If create_if_not_found is #TRUE and the entry is created, the hash
769 * @param create_if_not_found if #TRUE, create the entry if it didn't exist.
771 * @returns #TRUE if the hash entry now exists (and the iterator is thus valid).
801 return TRUE;
    [all...]
  /external/icu4c/tools/genrb/
genrb.c 220 setVerbose(TRUE);
227 setStrict(TRUE);
230 setIncludeCopyright(TRUE);
273 write_java = TRUE;
282 write_xliff = TRUE;
296 newPoolBundle = bundle_open(NULL, TRUE, &status);
401 setUsePoolBundle(TRUE);
405 gIncludeUnihanColl = TRUE;
543 ucbuf = ucbuf_open(openFileName, &cp,getShowWarning(),TRUE, status);
596 if(write_java== TRUE){
    [all...]
  /external/ipsec-tools/src/racoon/
grabmyaddr.c 100 return TRUE;
104 return TRUE;
120 return TRUE;
135 return TRUE;
174 myaddr_open(addr, TRUE);
177 return TRUE;
353 return TRUE;
588 return TRUE;
668 while (kernel_receive(NULL, fd) == TRUE);
676 while (kernel_receive(NULL, fd) == TRUE);
    [all...]
  /external/jpeg/
jdphuff.c 105 bad = TRUE;
109 bad = TRUE;
112 bad = TRUE;
117 bad = TRUE;
120 bad = TRUE;
168 jpeg_make_d_derived_tbl(cinfo, TRUE, tbl,
258 return TRUE;
346 return TRUE;
430 return TRUE;
481 return TRUE;
    [all...]
  /external/libpng/contrib/gregbook/
wpng.c 253 wpng_info.interlaced = TRUE;
256 wpng_info.have_time = TRUE;
258 text = TRUE;
284 wpng_info.have_bg = TRUE;
322 wpng_info.filter = TRUE;
451 valid = TRUE;
481 valid = TRUE;
511 valid = TRUE;
551 valid = TRUE;
581 valid = TRUE;
    [all...]
  /external/icu4c/i18n/
olsontz.cpp 52 return TRUE;
58 return TRUE;
200 UnicodeString ruleID(TRUE, ruleIdUStr, len);
300 * Returns true if the two TimeZone objects are equal.
372 getHistoricalOffset(date, TRUE, kDaylight, kStandard, rawoff, dstoff);
400 getHistoricalOffset(date, TRUE, nonExistingTimeOpt, duplicatedTimeOpt, rawoff, dstoff);
527 // transIdx could be -1 when local=true
548 // and returns TRUE if so.
562 // Return TRUE if DST is observed at any time during the current
571 return TRUE;
    [all...]
vtzone.cpp 124 negative = TRUE;
167 negative = TRUE;
249 isUTC = TRUE;
270 isValid = TRUE;
321 isValid = true;
398 UBool nextProp = TRUE;
420 yearly = TRUE;
487 UBool nextDOM = TRUE;
575 found = TRUE;
712 adtr = new DateTimeRule(month, dayOfMonth, dayOfWeek, TRUE, startMID, DateTimeRule::WALL_TIME)
    [all...]
  /external/libpng/contrib/visupng/
VisualPng.c 161 static BOOL bStretched = TRUE;
203 InvalidateRect (hwnd, NULL, TRUE);
219 InvalidateRect (hwnd, NULL, TRUE);
264 InvalidateRect (hwnd, NULL, TRUE);
283 ShowCursor (TRUE);
314 InvalidateRect (hwnd, NULL, TRUE);
343 InvalidateRect (hwnd, NULL, TRUE);
388 InvalidateRect (hwnd, NULL, TRUE);
438 return TRUE ;
446 return TRUE ;
    [all...]
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.c 25 #define TRUE 1
58 * @return - TRUE if the ModR/M byte is required, FALSE otherwise.
287 return TRUE;
302 BOOL isPrefix = TRUE;
324 prefixGroups[0] = TRUE;
358 prefixGroups[1] = TRUE;
364 prefixGroups[2] = TRUE;
365 hasOpSize = TRUE;
371 prefixGroups[3] = TRUE;
372 hasAdSize = TRUE;
    [all...]
  /external/dbus/bus/
connection.c 153 return TRUE;
568 prev_added = TRUE;
599 return TRUE;
636 dbus_connection_set_route_peer_messages (connection, TRUE);
731 retval = TRUE;
847 return TRUE;
878 return TRUE;
882 return TRUE; /* successfully got 0 groups */
903 return TRUE;
956 return TRUE;
    [all...]
  /external/icu4c/common/
uts46.cpp 56 return TRUE;
221 return process(label, TRUE, TRUE, dest, info, errorCode);
227 return process(label, TRUE, FALSE, dest, info, errorCode);
233 process(name, FALSE, TRUE, dest, info, errorCode);
252 processUTF8(label, TRUE, TRUE, dest, info, errorCode);
258 processUTF8(label, TRUE, FALSE, dest, info, errorCode);
264 processUTF8(name, FALSE, TRUE, dest, info, errorCode);
563 info.isTransDiff=TRUE;
    [all...]
  /device/moto/stingray/recovery/
masterclear_bp.c 151 @return TRUE = success, FALSE = failure
182 is_success = TRUE;
195 @return TRUE = success, FALSE = failure
220 is_success = TRUE;
356 if (CMD_ENGINE_write(write_len, write_buff) != TRUE)
368 if (CMD_ENGINE_read(sizeof(c_rsp_hdr), (UINT8 *) &c_rsp_hdr) != TRUE)
  /external/antlr/src/org/antlr/runtime/debug/
DebugEventListener.java 46 /** serialized version of true */
47 public static final int TRUE = 1;
  /external/apache-http/src/org/apache/http/params/
AbstractHttpParams.java 104 setParameter(name, value ? Boolean.TRUE : Boolean.FALSE);
  /external/bluetooth/bluez/audio/
device.c 177 return TRUE;
213 priv->disconnecting = TRUE;
320 return TRUE;
356 return TRUE;
528 dev->auto_connect = TRUE;
683 return TRUE;
685 return TRUE;
688 return TRUE;
691 return TRUE;
694 return TRUE;
    [all...]
gstbluetooth.c 102 return TRUE;
  /external/bluetooth/bluez/src/
log.c 83 desc->file) == TRUE)
  /external/bluetooth/bluez/test/
gaptest.c 62 if (dbus_error_is_set(&error) == TRUE) {
108 if (dbus_error_is_set(&error) == TRUE) {
152 if (dbus_error_is_set(&error) == TRUE) {
208 if (dbus_error_is_set(&error) == TRUE) {

Completed in 1790 milliseconds

<<21222324252627282930>>