HomeSort by relevance Sort by last modified time
    Searched full:false (Results 1451 - 1475 of 15335) sorted by null

<<51525354555657585960>>

  /development/host/windows/usb/api/
adb_io_completion.h 75 until the operation has been completed. If this parameter is false
76 and the operation is still pending, the method returns false and
78 @return true if I/O has been completed or false on failure or if request
79 is not yet completed. If false is returned GetLastError() provides
94 @return true if I/O has been completed or false if it's still
  /device/htc/dream-sapphire/overlay/frameworks/base/core/res/res/values/
config.xml 42 <string-array translatable="false" name="networkAttributes">
54 <string-array translatable="false" name="config_tether_usb_regexs">
60 <string-array translatable="false" name="config_tether_upstream_regexs">
66 <bool translatable="false" name="config_tether_dun_required">false</bool>
  /external/bluetooth/bluez/cups/
main.c 55 static gboolean doing_disco = FALSE;
90 ctx_data->found = FALSE;
107 ctx_data.found = FALSE;
111 if (g_markup_parse_context_parse(ctx, data, size, NULL) == FALSE) {
244 return FALSE;
289 return FALSE;
293 return FALSE;
312 return FALSE;
342 if (dbus_message_get_args(adapter_reply, NULL, DBUS_TYPE_OBJECT_PATH, &adapter, DBUS_TYPE_INVALID) == FALSE)
375 if (dbus_message_get_args(reply, NULL, DBUS_TYPE_OBJECT_PATH, &object_path, DBUS_TYPE_INVALID) == FALSE)
    [all...]
  /external/bluetooth/glib/tests/refcount/
properties.c 206 test_objects = g_array_new (FALSE, FALSE, sizeof (GTest *));
218 test_threads = g_array_new (FALSE, FALSE, sizeof (GThread *));
220 stopping = FALSE;
  /external/bluetooth/glib/tests/
timeloop-basic.c 14 #define FALSE 0
45 return FALSE;
48 return FALSE;
68 return FALSE;
117 return FALSE;
timeloop-closure.c 47 return FALSE;
50 return FALSE;
69 return FALSE;
133 return FALSE;
205 loop = g_main_loop_new (NULL, FALSE);
timeloop.c 46 return FALSE;
49 return FALSE;
68 return FALSE;
132 return FALSE;
199 loop = g_main_loop_new (NULL, FALSE);
  /external/dbus/test/name-test/
test-threads-init.c 151 check_mutex_lock (mutex1, mutex2, FALSE);
152 check_mutex_lock (dispatch_mutex1, dispatch_mutex2, FALSE);
153 check_mutex_lock (io_path_mutex1, io_path_mutex2, FALSE);
154 check_condvar_lock (dispatch_cond1, dispatch_cond2, FALSE);
155 check_condvar_lock (io_path_cond1, io_path_cond2, FALSE);
  /external/elfutils/tests/
get-lines.c 103 is_stmt = false;
106 end_sequence = false;
109 basic_block = false;
112 prologue_end = false;
115 epilogue_begin = false;
  /external/opencore/engines/2way/src/
pv_2way_data_channel_datapath.cpp 33 if (iState == EOpening) return false;
40 if (!CloseDatapath(aCmdInfo)) return false;
44 if (iState == EPausing) return false;
50 if (iState == EUnpausing) return false;
64 if (!CloseDatapath(aCmdInfo)) return false;
  /external/opencore/engines/2way/test/src/
user_input_test.cpp 22 #define DTMF_TEST_UPDATE false
126 test_is_true(false);
136 test_is_true(false);
153 test_is_true(false);
154 return false;
  /external/opencore/fileformats/mp4/composer/src/
handleratom.cpp 90 return false;
96 return false;
102 return false;
111 return false;
118 return false;
  /external/opencore/fileformats/mp4/parser/src/
atom.cpp 46 _success = false;
68 _success = false;
94 _success = false;
101 _success = false;
110 _success = false;
hintmediaheaderatom.cpp 45 _success = false;
47 _success = false;
49 _success = false;
51 _success = false;
53 _success = false;
  /external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_download/src/
pvmf_protocol_engine_node_progressive_download.cpp 40 if (!ProtocolContainer::createProtocolObjects()) return false;
53 !iUserAgentField || !iDownloadSource) return false;
64 !iForceSocketReconnect) return false;
93 if (aCfgFile.GetRep() == NULL) return false;
108 if (!pvDownloadControl::isDlAlgoPreConditionMet(aDownloadRate, aDurationMsec, aCurrDownloadSize, aFileSize)) return false;
115 return false; // parser node data consumption rate is not close to clip bitrate
184 return false;
211 if (!iProgDownloadSI || aDurationMsec == 0) return false;
220 return false;
230 if (checkEstDurationAvailable(aFileSize, aDurationMsec)) return false;
    [all...]
  /external/opencore/protocols/rtsp_client_engine/src/
pvrtspenginenodeextensioninterface_impl.h 95 * @param aUseSetParameter true to use SET_PARAMETER; false to use OPTIONS
99 //OSCL_IMPORT_REF virtual PVMFStatus SetKeepAliveMethod(int32 aTimeout=0, bool aUseSetParameter=false, bool aKeepAliveInPlay=false);
101 OSCL_IMPORT_REF virtual PVMFStatus SetKeepAliveMethod_use_SET_PARAMETER(bool aUseSetParameter = false);
102 OSCL_IMPORT_REF virtual PVMFStatus SetKeepAliveMethod_keep_alive_in_play(bool aKeepAliveInPlay = false);
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86dga/
XF86DGA.c 108 XF86DGACheckExtension (dpy, info, False);
118 return False;
140 XF86DGACheckExtension (dpy, info, False);
150 XSync(dpy,False);
164 XF86DGACheckExtension (dpy, info, False);
174 return False;
195 XF86DGACheckExtension (dpy, info, False);
206 XSync(dpy,False);
220 XF86DGACheckExtension (dpy, info, False);
230 return False;
    [all...]
  /external/skia/include/core/
SkPathMeasure.h 48 Returns false if there is no path, or a zero-length path was specified, in which case
60 Returns false if there is no path, or a zero-length path was specified, in which case
65 If the segment is zero-length, return false, else return true.
67 then return false (and leave dst untouched).
76 /** Move to the next contour in the path. Return true if one exists, or false if
  /external/skia/src/animator/
SkDisplayable.h 55 void dumpChildren(SkAnimateMaker* maker, bool closedAngle = false );
89 virtual bool isPath() const { return false; }
101 virtual bool isMatrixPart() const { return false; }
103 virtual bool isPaintPart() const { return false; }
104 virtual bool isPathPart() const { return false; }
SkDump.cpp 50 bool hasAttr = false;
61 if (displayList > 0 || displayList != 0 && hasAttr == false)
72 if (success == false) {
74 return false;
87 return false;
  /external/skia/src/images/
SkImageDecoder_libbmp.cpp 89 return false;
101 return false;
111 SkBitmap::Config config = this->getPrefConfig(k32Bit_SrcDepth, false);
128 return false;
134 return false;
SkImageRef.cpp 18 : SkPixelRef(&gImageRefMutex), fErrorInDecoding(false) {
50 return false;
78 return false;
126 return false;
162 : INHERITED(buffer, &gImageRefMutex), fErrorInDecoding(false) {
  /external/stlport/test/eh/
main.cpp 169 bool run_slist = false;
170 bool run_list = false;
171 bool run_vector = false;
172 bool run_bit_vector = false;
173 bool run_deque = false;
174 bool run_hash_map = false;
175 bool run_hash_set = false;
176 bool run_set = false;
177 bool run_map = false;
178 bool run_algo = false;
    [all...]
  /external/v8/test/mjsunit/
debug-continue.js 33 listenerComplete = false;
34 exception = false;
49 var dcp = exec_state.debugCommandProcessor(false);
76 testArguments(exec_state, '{"stepaction":"maybe"}', false);
77 testArguments(exec_state, '{"stepcount":-1}', false);
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Statements/
12.5-1.js 33 4.If Result(3) is false, go to step 7.
60 "var MYVAR; if ( false ) MYVAR='FAILED'; else MYVAR= 'PASSED';",
62 eval("var MYVAR; if ( false ) MYVAR='FAILED'; else MYVAR= 'PASSED';") );
70 "var MYVAR; if ( new Boolean(false) ) MYVAR='PASSED'; else MYVAR= 'FAILED';",
72 eval("var MYVAR; if ( new Boolean(false) ) MYVAR='PASSED'; else MYVAR= 'FAILED';") );

Completed in 861 milliseconds

<<51525354555657585960>>