HomeSort by relevance Sort by last modified time
    Searched refs:FALSE (Results 176 - 200 of 2245) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium/third_party/icu/source/common/
uvectr32.cpp 82 if (count != other.count) return FALSE;
85 return FALSE;
114 return FALSE;
123 return FALSE;
130 UBool changed = FALSE;
142 UBool changed = FALSE;
170 return FALSE;
174 return FALSE;
200 return FALSE;
213 return FALSE;
    [all...]
  /external/chromium/third_party/icu/source/i18n/
rbtz.cpp 33 return FALSE;
37 return FALSE;
43 return FALSE;
53 fHistoricTransitions(NULL), fUpToDate(FALSE) {
58 fHistoricTransitions(NULL), fUpToDate(FALSE) {
81 fUpToDate = FALSE;
92 || BasicTimeZone::operator==(that) == FALSE) {
93 return FALSE;
97 return FALSE;
103 return FALSE;
    [all...]
tblcoll.cpp 81 , dataIsOwned(FALSE)
82 , isWriteThroughAlias(FALSE)
90 dataIsOwned(FALSE)
100 UErrorCode& status) : dataIsOwned(FALSE)
111 dataIsOwned(FALSE)
122 UErrorCode& status) : dataIsOwned(FALSE)
133 isWriteThroughAlias(FALSE)
165 isWriteThroughAlias = FALSE;
197 return FALSE; /* not the same class */
208 return FALSE;
    [all...]
basictz.cpp 40 return FALSE;
47 getOffset(start, FALSE, raw1, dst1, status);
49 return FALSE;
51 tz.getOffset(start, FALSE, raw2, dst2, status);
53 return FALSE;
59 return FALSE;
63 return FALSE;
70 UBool avail1 = getNextTransition(time, FALSE, tr1);
71 UBool avail2 = tz.getNextTransition(time, FALSE, tr2);
79 getNextTransition(tr1.getTime(), FALSE, tr1)
    [all...]
  /external/icu4c/common/
uvectr32.cpp 82 if (count != other.count) return FALSE;
85 return FALSE;
114 return FALSE;
123 return FALSE;
130 UBool changed = FALSE;
142 UBool changed = FALSE;
170 return FALSE;
174 return FALSE;
200 return FALSE;
213 return FALSE;
    [all...]
  /external/icu4c/i18n/
rbtz.cpp 33 return FALSE;
37 return FALSE;
43 return FALSE;
53 fHistoricTransitions(NULL), fUpToDate(FALSE) {
58 fHistoricTransitions(NULL), fUpToDate(FALSE) {
81 fUpToDate = FALSE;
92 || BasicTimeZone::operator==(that) == FALSE) {
93 return FALSE;
97 return FALSE;
103 return FALSE;
    [all...]
tblcoll.cpp 81 , dataIsOwned(FALSE)
82 , isWriteThroughAlias(FALSE)
90 dataIsOwned(FALSE)
100 UErrorCode& status) : dataIsOwned(FALSE)
111 dataIsOwned(FALSE)
122 UErrorCode& status) : dataIsOwned(FALSE)
133 isWriteThroughAlias(FALSE)
165 isWriteThroughAlias = FALSE;
197 return FALSE; /* not the same class */
208 return FALSE;
    [all...]
basictz.cpp 40 return FALSE;
47 getOffset(start, FALSE, raw1, dst1, status);
49 return FALSE;
51 tz.getOffset(start, FALSE, raw2, dst2, status);
53 return FALSE;
59 return FALSE;
63 return FALSE;
70 UBool avail1 = getNextTransition(time, FALSE, tr1);
71 UBool avail2 = tz.getNextTransition(time, FALSE, tr2);
79 getNextTransition(tr1.getTime(), FALSE, tr1)
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
init.cpp 58 encvid->outOfBandParamSet = ((encParam->out_of_band_param_set == AVC_ON) ? TRUE : FALSE);
140 seqParam->gaps_in_frame_num_value_allowed_flag = FALSE;
144 seqParam->mb_adaptive_frame_field_flag = FALSE;
145 seqParam->direct_8x8_inference_flag = FALSE; /* default */
146 seqParam->frame_cropping_flag = FALSE;
151 seqParam->vui_parameters_present_flag = FALSE; /* default */
204 if (extS->mb_adaptive_frame_field_flag != FALSE)
211 if (extS->frame_cropping_flag != FALSE)
272 picParam->slice_group_change_direction_flag = FALSE;
331 picParam->deblocking_filter_control_present_flag = (encParam->db_filter == AVC_ON) ? TRUE : FALSE ;
    [all...]
  /packages/apps/Nfc/jni/
com_android_nfc_NativeLlcpSocket.cpp 138 return FALSE;
144 return FALSE;
154 return FALSE;
182 return FALSE;
188 return FALSE;
196 return FALSE;
215 return FALSE;
244 return FALSE;
250 return FALSE;
259 return FALSE;
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
regextst.cpp 90 #define REGEX_ASSERT(expr) {if ((expr)==FALSE) {errln("RegexTest failure at line %d.\n", __LINE__);};}
99 #define REGEX_ASSERT_L(expr, line) {if ((expr)==FALSE) { \
112 // The expected results are UBool - TRUE or FALSE.
134 return FALSE;
144 return FALSE;
152 retVal = FALSE;
156 retVal = FALSE;
164 retVal = FALSE;
168 retVal = FALSE;
171 if (retVal == FALSE) {
    [all...]
wbnf.cpp 32 return *p?TRUE:FALSE;
205 ; // ASSERT(FALSE);
214 return FALSE;
324 // return tag == YES ? TRUE : FALSE;
335 is_quoting(FALSE){}
349 bslash_escape = TRUE; quote_escape = FALSE; break;
351 bslash_escape = FALSE;quote_escape = TRUE; break;
361 is_quoting = FALSE;
375 is_quoting = FALSE;
629 // ASSERT(FALSE);
    [all...]
tztest.cpp 82 if (zone->useDaylightTime()) errln("FAIL: useDaylightTime should return FALSE");
154 if (zone->useDaylightTime()) errln("FAIL: useDaylightTime should return FALSE");
228 logln("Error: " + tz.getID(id) + ".inDaylightTime(" + dateToString(min) + ") = " + (startsInDST?"TRUE":"FALSE") +
229 ", inDaylightTime(" + dateToString(max) + ") = " + (startsInDST?"TRUE":"FALSE"));
259 logln("Error: inDaylightTime(" + dateToString(max) + ") != " + ((!startsInDST)?"TRUE":"FALSE"));
328 if (!time_zone->inDaylightTime(d, status)) dataerrln("FAIL: inDaylightTime returned FALSE");
330 if (!time_zone->useDaylightTime()) dataerrln("FAIL: useDaylightTime returned FALSE");
590 UBool isNonReferenceTzdataVersion = FALSE;
628 {"MIT", -660, FALSE},
629 {"HST", -600, FALSE},
    [all...]
  /external/icu4c/test/intltest/
wbnf.cpp 32 return *p?TRUE:FALSE;
205 ; // ASSERT(FALSE);
214 return FALSE;
324 // return tag == YES ? TRUE : FALSE;
335 is_quoting(FALSE){}
349 bslash_escape = TRUE; quote_escape = FALSE; break;
351 bslash_escape = FALSE;quote_escape = TRUE; break;
361 is_quoting = FALSE;
375 is_quoting = FALSE;
629 // ASSERT(FALSE);
    [all...]
regextst.cpp 119 #define REGEX_ASSERT(expr) {if ((expr)==FALSE) {errln("RegexTest failure at line %d.\n", __LINE__);};}
128 #define REGEX_ASSERT_L(expr, line) {if ((expr)==FALSE) { \
167 // The expected results are UBool - TRUE or FALSE.
189 return FALSE;
199 return FALSE;
207 retVal = FALSE;
211 retVal = FALSE;
219 retVal = FALSE;
223 retVal = FALSE;
226 if (retVal == FALSE) {
    [all...]
  /external/libpng/contrib/pngminus/
png2pnm.c 28 #ifndef FALSE
29 #define FALSE (BOOL) 0
66 BOOL alpha = FALSE;
76 raw = FALSE;
144 if (png2pnm (fp_rd, fp_wr, fp_al, raw, alpha) == FALSE)
212 return FALSE;
216 return FALSE;
223 return FALSE; /* out of memory */
229 return FALSE; /* out of memory */
235 return FALSE;
    [all...]
  /external/chromium/net/proxy/
proxy_config_service_linux_unittest.cc 41 #undef FALSE
44 // one that is false.
46 UNSET = 0, TRUE, FALSE
111 return false;
183 return false;
196 return false;
200 case FALSE:
201 *result = false;
233 : event_(false, false),
    [all...]
  /external/jhead/
jhead.c 38 static int TrimExif = FALSE; // Cut off exif beyond interesting data.
41 static int RenameAssociatedFiles = FALSE;
44 static int Exif2FileTime = FALSE;
45 static int DoModify = FALSE;
46 static int DoReadAction = FALSE;
47 int ShowTags = FALSE; // Do not show raw by default.
48 static int Quiet = FALSE; // Be quiet on success (like unix programs)
49 int DumpExifMap = FALSE;
50 static int ShowConcise = FALSE;
51 static int CreateExifSection = FALSE;
    [all...]
  /external/dbus/dbus/
dbus-connection.c 56 (connection)->have_connection_lock = FALSE; \
384 * Adds a message to the incoming message queue, returning #FALSE
400 return FALSE;
470 _dbus_pending_call_set_timeout_added_unlocked (pending, FALSE);
550 _dbus_return_val_if_fail (connection != NULL, FALSE);
684 return FALSE;
705 NULL, NULL, FALSE);
724 NULL, FALSE);
805 return FALSE;
826 NULL, NULL, FALSE);
    [all...]
  /external/bluetooth/bluez/src/
btio.c 114 return FALSE;
125 return FALSE;
135 return FALSE;
146 return FALSE;
168 return FALSE;
180 return FALSE;
376 return FALSE;
388 return FALSE;
398 return FALSE;
462 return FALSE;
    [all...]
  /external/chromium/third_party/icu/source/tools/ctestfw/
uperf.cpp 80 uselen(FALSE),
84 verbose(FALSE), bulk_mode(FALSE),
96 uselen(FALSE),
100 verbose(FALSE), bulk_mode(FALSE),
171 bulk_mode = FALSE;
176 line_mode = FALSE;
196 ucharBuf = ucbuf_open(resolvedFileName,&encoding,TRUE,FALSE,&status);
255 UBool res=FALSE;
    [all...]
  /external/icu4c/tools/ctestfw/
uperf.cpp 80 uselen(FALSE),
84 verbose(FALSE), bulk_mode(FALSE),
96 uselen(FALSE),
100 verbose(FALSE), bulk_mode(FALSE),
171 bulk_mode = FALSE;
176 line_mode = FALSE;
196 ucharBuf = ucbuf_open(resolvedFileName,&encoding,TRUE,FALSE,&status);
255 UBool res=FALSE;
    [all...]
  /external/bluetooth/bluez/gdbus/
object.c 66 complete = FALSE;
183 data->introspect = g_string_free(gstr, FALSE);
255 method->name) == FALSE)
259 method->signature) == FALSE)
391 return FALSE;
409 (void *) &data) == FALSE)
440 return FALSE;
447 return FALSE;
459 return FALSE;
477 return FALSE;
    [all...]
  /external/neven/Embedded/common/src/b_APIEm/
FaceFinder.c 94 if( ptrA->typeE != srcPtrA->typeE ) return FALSE;
95 if( ptrA->vpSetParamsE != srcPtrA->vpSetParamsE ) return FALSE;
96 if( ptrA->vpSetRangeE != srcPtrA->vpSetRangeE ) return FALSE;
97 if( ptrA->vpProcessE != srcPtrA->vpProcessE ) return FALSE;
98 if( ptrA->vpPutDcrE != srcPtrA->vpPutDcrE ) return FALSE;
99 if( ptrA->vpGetDcrE != srcPtrA->vpGetDcrE ) return FALSE;
  /external/qemu/distrib/sdl-1.2.12/src/thread/win32/
win_ce_semaphore.c 80 hSynch->hMutex = CreateMutex (lpSemaphoreAttributes, FALSE, NULL);
85 hSynch->hEvent = CreateEvent (lpSemaphoreAttributes, FALSE,
117 Result = FALSE;
206 if ((Flags & 4) == 1 && (hSynch->hEvent == NULL)) ok = FALSE;
207 if ((Flags & 2) == 1 && (hSynch->hMutex == NULL)) ok = FALSE;
208 if ((Flags & 1) == 1 && (hSynch->hEvent == NULL)) ok = FALSE;

Completed in 885 milliseconds

1 2 3 4 5 6 78 91011>>