HomeSort by relevance Sort by last modified time
    Searched refs:FALSE (Results 276 - 300 of 3794) sorted by null

<<11121314151617181920>>

  /external/guava/guava-tests/test/com/google/common/base/
PredicatesTest.java 47 private static final Predicate<Integer> FALSE = Predicates.alwaysFalse();
53 return false;
116 .addEqualityGroup(FALSE, Predicates.alwaysFalse())
132 assertEvalsToTrue(Predicates.not(FALSE));
148 .addEqualityGroup(FALSE)
153 .addEqualityGroup(FALSE, Predicates.alwaysFalse())
155 .addEqualityGroup(Predicates.not(FALSE))
189 .addEqualityGroup(Predicates.and(FALSE))
207 Object[] notEqualObjects = {Predicates.and(NEVER_REACHED, FALSE)};
227 assertEvalsToFalse(Predicates.and(FALSE, NEVER_REACHED))
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-tibetan.c 117 return FALSE;
135 return FALSE;
138 item->attributes[i].mark = FALSE;
139 item->attributes[i].clusterStart = FALSE;
141 item->attributes[i].zeroWidth = FALSE;
150 if (!HB_OpenTypePosition(item, availableGlyphs, /*doLogClusters*/FALSE))
151 return FALSE;
202 *invalid = FALSE;
209 HB_Bool openType = FALSE;
229 invalid ? "TRUE" : "FALSE"); */
    [all...]
harfbuzz-hebrew.c 64 return FALSE;
89 HB_Bool invalid = FALSE;
139 attributes[slen].mark = FALSE;
157 attributes[slen].mark = FALSE;
162 attributes[slen].clusterStart = FALSE;
180 return FALSE;
  /external/icu4c/i18n/
rbtz.cpp 36 return FALSE;
40 return FALSE;
46 return FALSE;
56 fHistoricTransitions(NULL), fUpToDate(FALSE) {
61 fHistoricTransitions(NULL), fUpToDate(FALSE) {
84 fUpToDate = FALSE;
95 || BasicTimeZone::operator==(that) == FALSE) {
96 return FALSE;
100 return FALSE;
106 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);
81 getNextTransition(tr1.getTime(), FALSE, tr1)
    [all...]
  /external/icu4c/test/intltest/
intltest.h 124 assertTrue(#x, (x), FALSE, FALSE, __FILE__, __LINE__)
237 UBool assertTrue(const char* message, UBool condition, UBool quiet=FALSE, UBool possibleDataError=FALSE, const char *file=NULL, int line=0);
238 UBool assertFalse(const char* message, UBool condition, UBool quiet=FALSE);
239 UBool assertSuccess(const char* message, UErrorCode ec, UBool possibleDataError=FALSE);
241 const UnicodeString& actual, UBool possibleDataError=FALSE);
251 UBool assertTrue(const UnicodeString& message, UBool condition, UBool quiet=FALSE);
252 UBool assertFalse(const UnicodeString& message, UBool condition, UBool quiet=FALSE);
302 static UnicodeString prettify(const UnicodeString &source, UBool parseBackslash=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...]
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_main.c 138 nfa_hci_cb.w4_hci_netwk_init = FALSE;
146 nfa_hci_cb.w4_hci_netwk_init = FALSE;
164 nfa_hci_cb.w4_hci_netwk_init = FALSE;
175 nfa_hci_cb.w4_hci_netwk_init = FALSE;
228 return FALSE;
230 /* Send Connectivity event flag can be either TRUE or FALSE */
232 &&(nfa_hci_cb.cfg.b_send_conn_evts[xx] != FALSE))
233 return FALSE;
245 return FALSE;
262 return FALSE;
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_screen.c 294 return FALSE;
304 return FALSE;
313 return FALSE;
316 return FALSE;
320 return FALSE;
325 return FALSE;
330 return FALSE;
333 return FALSE;
337 return FALSE;
350 return FALSE;
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_hyperz.c 83 return FALSE;
88 return FALSE;
105 return FALSE;
108 return FALSE;
112 return FALSE;
117 return FALSE;
122 return FALSE;
126 return FALSE;
194 r300->hiz_in_use = FALSE;
245 return FALSE;
    [all...]
  /frameworks/av/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...]
  /external/chromium_org/third_party/icu/source/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...]
  /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/chrome/browser/ui/gtk/
browser_toolbar_gtk.cc 134 gtk_event_box_set_visible_window(GTK_EVENT_BOX(event_box_), FALSE);
136 toolbar_ = gtk_hbox_new(FALSE, 0);
138 UpdateForBookmarkBarVisibility(false);
144 toolbar_left_ = gtk_hbox_new(FALSE, kToolbarWidgetSpacing);
146 back_.reset(new BackForwardButtonGtk(browser_, false));
149 gtk_box_pack_start(GTK_BOX(toolbar_left_), back_->widget(), FALSE,
150 FALSE, 0);
155 gtk_box_pack_start(GTK_BOX(toolbar_left_), forward_->widget(), FALSE,
156 FALSE, 0);
159 gtk_box_pack_start(GTK_BOX(toolbar_left_), reload_->widget(), FALSE, FALSE
    [all...]
location_bar_view_gtk.cc 144 starred_(false),
149 enable_location_drag_(false),
166 popup_window_mode_(false),
170 show_selected_keyword_(false),
171 show_keyword_hint_(false) {
186 hbox_.Own(gtk_hbox_new(FALSE, kInnerPadding));
211 entry_box_ = gtk_hbox_new(FALSE, kInnerPadding);
224 GtkWidget* tab_to_search_label_hbox = gtk_hbox_new(FALSE, 0);
226 tab_to_search_full_label_, FALSE, FALSE, 0)
    [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/chromium_org/third_party/icu/source/i18n/
rematch.cpp 40 (fFindProgressCallbackFn != NULL) && (ReportFindProgress(pos, status) == FALSE)
209 fTransparentBounds = FALSE;
211 fMatch = FALSE;
216 fHitEnd = FALSE;
217 fRequireEnd = FALSE;
228 fTraceDebug = FALSE;
238 fInputUniStrMaybeMutable = FALSE;
312 if (fMatch == FALSE) {
427 if (u_isdigit(digitC) == FALSE) {
492 UBool bailOut = FALSE;
    [all...]
tblcoll.cpp 83 , dataIsOwned(FALSE)
84 , isWriteThroughAlias(FALSE)
92 dataIsOwned(FALSE)
102 UErrorCode& status) : dataIsOwned(FALSE)
113 dataIsOwned(FALSE)
124 UErrorCode& status) : dataIsOwned(FALSE)
135 isWriteThroughAlias(FALSE)
167 isWriteThroughAlias = FALSE;
199 return FALSE; /* not the same class */
210 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);
81 getNextTransition(tr1.getTime(), FALSE, tr1)
    [all...]
  /external/chromium_org/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 84 uselen(FALSE),
88 verbose(FALSE), bulk_mode(FALSE),
100 uselen(FALSE),
104 verbose(FALSE), bulk_mode(FALSE),
175 bulk_mode = FALSE;
180 line_mode = FALSE;
200 ucharBuf = ucbuf_open(resolvedFileName,&encoding,TRUE,FALSE,&status);
265 UBool res=FALSE;
    [all...]
  /external/harfbuzz/src/
harfbuzz-hebrew.c 64 return FALSE;
89 HB_Bool invalid = FALSE;
139 attributes[slen].mark = FALSE;
157 attributes[slen].mark = FALSE;
162 attributes[slen].clusterStart = FALSE;
180 return FALSE;
  /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.15/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;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_tgsi_insn.c 154 return FALSE;
315 return FALSE;
356 boolean need_temp = FALSE;
376 return FALSE;
380 return FALSE;
402 boolean need_temp0 = FALSE;
403 boolean need_temp1 = FALSE;
436 return FALSE;
443 return FALSE;
447 return FALSE;
    [all...]

Completed in 762 milliseconds

<<11121314151617181920>>