HomeSort by relevance Sort by last modified time
    Searched refs:FALSE (Results 201 - 225 of 2090) sorted by null

1 2 3 4 5 6 7 891011>>

  /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-auth.c 421 auth->already_asked_for_initial_response = FALSE;
462 retval = FALSE;
465 return FALSE;
530 retval = FALSE;
547 return FALSE;
559 return FALSE;
564 return FALSE;
684 retval = FALSE;
800 retval = FALSE;
803 return FALSE;
    [all...]
dbus-auth-util.c 51 retval = FALSE;
141 retval = FALSE;
165 return FALSE;
  /external/icu4c/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...]
uregex.cpp 58 fOwnsText = FALSE;
86 return FALSE;
90 return FALSE;
95 return FALSE;
270 if (validateRE(re, &status, FALSE) == FALSE) {
285 if (validateRE(source, status, FALSE) == FALSE) {
325 if (validateRE(regexp, status, FALSE) == FALSE) {
    [all...]
fpositer.cpp 53 return FALSE;
58 return rhs.data ? data->operator==(*rhs.data) : FALSE;
106 return FALSE;
  /external/chromium/chrome/browser/ui/gtk/
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/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/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.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;
  /external/webkit/Source/WebKit2/Platform/CoreIPC/win/
ConnectionWin.cpp 65 return false;
70 return false;
77 return false;
86 m_readState.hEvent = ::CreateEventW(0, FALSE, FALSE, 0);
89 m_writeState.hEvent = ::CreateEventW(0, FALSE, FALSE, 0);
99 m_isConnected = false;
119 if (!::GetOverlappedResult(m_connectionPipe, &m_readState, &numberOfBytesRead, FALSE)) {
239 if (!::GetOverlappedResult(m_connectionPipe, &m_writeState, &numberOfBytesWritten, FALSE)) {
    [all...]
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/xml/
SupportsScreensTest.java 36 assertEquals(Boolean.FALSE, supportsScreens.getAnyDensity());
37 assertEquals(Boolean.FALSE, supportsScreens.getResizeable());
38 assertEquals(Boolean.FALSE, supportsScreens.getSmallScreens());
40 assertEquals(Boolean.FALSE, supportsScreens.getLargeScreens());
66 assertEquals(Boolean.FALSE, supportsScreens.getLargeScreens());
74 assertEquals(Boolean.FALSE, supportsScreens.getLargeScreens());
78 SupportsScreens supportsN = new SupportsScreens("false|false|false|true|false");
    [all...]
  /development/tools/emulator/opengl/shared/OpenglOsUtils/
osProcessWin.cpp 41 FALSE,
73 return false;
78 return false;
96 isAlive = false;
127 HANDLE hProc = OpenProcess(PROCESS_ALL_ACCESS, FALSE, pid);
160 bool isRunning = false;
162 HANDLE process = OpenProcess(SYNCHRONIZE, FALSE, pid);
  /external/bluetooth/glib/gio/xdgmime/
xdgmimeint.c 36 #ifndef FALSE
37 #define FALSE (0)
41 #define TRUE (!FALSE)
  /external/bluetooth/glib/tests/
mainloop-test.c 70 return FALSE;
73 return FALSE;
92 return FALSE;
116 return FALSE;
157 addr_data.loop = g_main_loop_new (context, FALSE);
235 return FALSE;
254 return FALSE;
281 g_thread_create (adder_thread, sub_channels, FALSE, &err);
331 return FALSE;
375 g_main_context_iteration (context, FALSE);
    [all...]
  /external/chromium/chrome/browser/ui/gtk/importer/
import_lock_dialog_gtk.cc 55 gtk_box_pack_start(GTK_BOX(content_area), label, FALSE, FALSE, 0);
58 gtk_window_set_resizable(GTK_WINDOW(dialog_), FALSE);
70 importer_host_.get(), &ImporterHost::OnImportLockDialogEnd, false));
  /external/dbus/tools/
dbus-launch-x11.c 235 static int init = FALSE;
246 return FALSE;
252 return FALSE;
264 return FALSE;
272 selection_atom = XInternAtom (display, atom_name, FALSE);
276 address_atom = XInternAtom (display, atom_name, FALSE);
280 pid_atom = XInternAtom (display, atom_name, FALSE);
290 * Returns FALSE if there was an error. Returning
313 XGetWindowProperty (xdisplay, owner, address_atom, 0, 1024, False,
317 return FALSE; /* error *
    [all...]
  /external/icu4c/layout/
ThaiLayoutEngine.cpp 82 glyphStorage.allocateGlyphArray(count * 2, FALSE, success);
91 mapCharsToGlyphs(outChars, 0, glyphCount, FALSE, FALSE, glyphStorage, success);
  /external/wpa_supplicant_8/src/common/
defs.h 18 #ifdef FALSE
19 #undef FALSE
24 typedef enum { FALSE = 0, TRUE = 1 } Boolean;
  /frameworks/base/media/libeffects/lvm/lib/Common/src/
LVC_MixInSoft_D16C31_SAT.c 31 #define FALSE 0
63 HardMixing = FALSE;
103 ptrInstance->MixerStream[0].CallbackSet = FALSE;
  /external/bluetooth/glib/gio/fen/
gfenfilemonitor.c 61 fen_remove (G_LOCAL_FILE_MONITOR (self)->filename, self->sub, FALSE);
100 self->sub = fen_sub_new (self, FALSE);
103 fen_add (filename, self->sub, FALSE);
139 fen_remove (G_LOCAL_FILE_MONITOR (self)->filename, self->sub, FALSE);
  /external/bluetooth/glib/gio/
gdataoutputstream.c 229 g_return_val_if_fail (G_IS_DATA_OUTPUT_STREAM (stream), FALSE);
256 g_return_val_if_fail (G_IS_DATA_OUTPUT_STREAM (stream), FALSE);
296 g_return_val_if_fail (G_IS_DATA_OUTPUT_STREAM (stream), FALSE);
336 g_return_val_if_fail (G_IS_DATA_OUTPUT_STREAM (stream), FALSE);
376 g_return_val_if_fail (G_IS_DATA_OUTPUT_STREAM (stream), FALSE);
416 g_return_val_if_fail (G_IS_DATA_OUTPUT_STREAM (stream), FALSE);
456 g_return_val_if_fail (G_IS_DATA_OUTPUT_STREAM (stream), FALSE);
496 g_return_val_if_fail (G_IS_DATA_OUTPUT_STREAM (stream), FALSE);
497 g_return_val_if_fail (str != NULL, FALSE);

Completed in 1122 milliseconds

1 2 3 4 5 6 7 891011>>