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

<<41424344454647484950>>

  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 60 SpecialFormat.THE_ONE, false, "<special>");
65 Form10x.THE_ONE, false, "nop");
121 Form10x.THE_ONE, false, "return-void");
125 Form11x.THE_ONE, false, "return");
129 Form11x.THE_ONE, false, "return-wide");
133 Form11x.THE_ONE, false, "return-object");
181 Form11x.THE_ONE, false, "monitor-enter");
185 Form11x.THE_ONE, false, "monitor-exit");
209 Form35c.THE_ONE, false, "filled-new-array");
213 Form3rc.THE_ONE, false, "filled-new-array/range")
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/signers/
ISO9796d2Signer.java 90 this(cipher, digest, false);
128 return false;
135 return false;
143 return false;
150 return false;
222 fullMessage = false;
312 return false;
320 return false;
328 return false;
402 return false;
    [all...]
  /external/bluetooth/glib/tests/
threadpool-test.c 110 pool = g_thread_pool_new ((GFunc) g_usleep, NULL, -1, FALSE, NULL);
142 g_thread_pool_free (pool, FALSE, TRUE);
179 pool1 = g_thread_pool_new ((GFunc)test_thread_pools_entry_func, NULL, 3, FALSE, NULL);
196 g_thread_pool_free (pool2, FALSE, TRUE);
197 g_thread_pool_free (pool3, FALSE, TRUE);
230 static gboolean last_failed = FALSE;
244 last_failed = FALSE;
282 FALSE,
342 return FALSE;
355 FALSE,
    [all...]
  /external/dbus/dbus/
dbus-auth.c 390 auth->already_asked_for_initial_response = FALSE;
427 retval = FALSE;
430 return FALSE;
495 retval = FALSE;
512 return FALSE;
524 return FALSE;
529 return FALSE;
649 retval = FALSE;
755 retval = FALSE;
789 retval = FALSE;
    [all...]
  /external/emma/core/java12/com/vladium/util/
WCMatcher.java 33 boolean star = false;
49 star = false;
141 return false;
170 if (chars.length < prefixLength) return false;
174 if (chars [c] != prefixChars [c]) return false;
209 if (charsLength < suffixLength) return false;
213 if (chars [charsLength - 1 - c] != suffixChars [suffixLength - c]) return false;
246 boolean star = false;
269 if (si_i == stringLength) return false;
275 if (! star) return false;
    [all...]
  /external/skia/src/animator/
SkDisplayXMLParser.cpp 129 return false;
140 return false;
146 if (fMaker.find(attrValue, attrValueLen, &ref) == false) {
164 return false;
182 if (result == false) {
189 // if (displayable->isHelper() == false)
202 if (fInInclude == false && strcasecmp(elem, "screenplay") == 0) {
203 if (fMaker.fInMovie == false) {
221 fInSkia = false;
223 return false;
    [all...]
SkDrawGroup.cpp 78 return false;
103 bool handled = false;
106 if (drawable->isDrawable() == false)
115 bool result = false;
118 if (drawable->isDrawable() == false)
120 if (conditionTrue == false) {
146 bool closedYet = false;
148 if (closedYet == false) {
176 if (ifCondition(maker, drawable, enableCondition) == false)
218 if (success == false)
    [all...]
SkDrawColor.cpp 131 SkDrawColor::SkDrawColor() : fDirty(false) {
141 return false;
169 if (SkScalarIsNaN(fValue) == false)
171 if (SkScalarIsNaN(fSaturation) == false)
173 if (SkScalarIsNaN(fHue) == false)
175 fDirty = false;
211 return false;
224 return false;
225 if (parent->isPaint() == false)
228 return false;
    [all...]
  /external/skia/src/images/
SkScaledBitmapSampler.cpp 32 return false;
43 return false;
70 return false;
82 return false;
93 return false;
105 return false;
119 return false;
132 return false;
143 return false;
157 return false;
    [all...]
  /external/stlport/stlport/stl/
_istream.c 175 ret = false;
642 bool __done = false;
735 false, true, false);
740 false, true, false);
792 _STLP_PRIV _Constant_unary_fun<bool, int_type>(false),
794 false, false, false);
    [all...]
  /frameworks/base/docs/html/guide/topics/resources/
color-list-resource.jd 55 android:state_pressed=["true" | "false"]
56 android:state_focused=["true" | "false"]
57 android:state_selected=["true" | "false"]
58 android:state_active=["true" | "false"]
59 android:state_checkable=["true" | "false"]
60 android:state_checked=["true" | "false"]
61 android:state_enabled=["true" | "false"]
62 android:state_window_focused=["true" | "false"] />
99 is touched/clicked); "false" if this item should be used in the default, non-pressed state.</dd>
102 is highlighted using the trackball/d-pad); "false" if this item should be used in the default
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
ApkDeltaVisitor.java 57 private boolean mConvertToDex = false;
65 private boolean mPackageResources = false;
73 private boolean mMakeFinalPackage = false;
140 return false;
169 return false;
186 return false;
214 return mConvertToDex == false;
222 return false;
227 return mPackageResources == false;
235 return false;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/
fourXManager.c 102 pFourX->concatenationEnable = FALSE;
123 pFourX->CWMinEnable = FALSE;
137 pFourX->CWComboEnable = FALSE;
148 pFourX->ackEmulationEnable = FALSE;
153 pFourX->ackEmulationEnable = FALSE;
165 pFourX->ERP_ProtectionEnable = FALSE;
334 if( (pFourX->desiredConcatenationEnable == FALSE) ||
335 (pFourX->desiredCWMinEnable == FALSE) )
392 pFourX->concatenationEnable = FALSE;
393 pFourX->CWMinEnable = FALSE;
    [all...]
  /dalvik/libcore/sql/src/main/java/SQLite/JDBC2y/
JDBCConnection.java 31 * Can be true only when autocommit false.
33 protected boolean intrans = false;
58 private boolean readonly = false;
68 return false;
73 return false;
87 return false;
91 return false;
182 intrans = false;
213 intrans = false;
269 intrans = false;
    [all...]
  /dalvik/vm/native/
InternalNative.c 83 return false;
154 * Returns "false" and throws an exception if not.
160 return false;
165 return false;
187 return false;
190 return false;
192 return false;
199 return false;
320 return false;
333 return false;
    [all...]
  /external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
pvmf_protocol_engine_node_common.h 295 virtual bool SendMediaCommand(PVMFProtocolEnginePort *aPort, PVUid32 aCmdId, const bool isForLogging = false) = 0;
296 virtual void ClearRest(const bool aNeedDelete = false) = 0;
372 OSCL_IMPORT_REF virtual void doClear(const bool aNeedDelete = false);
398 virtual void setHttpExtensionHeaderField(OSCL_String &aFieldKey, OSCL_String &aFieldValue, const HttpMethod aMethod = HTTP_GET, const bool aPurgeOnRedirect = false)
425 return false;
435 return false;
440 return false;
446 return false;
450 return false;
456 return false;
    [all...]
  /external/opencore/oscl/oscl/osclutil/src/
oscl_string_uri.cpp 46 bool result = false;
50 return (false);
61 if (PV_atoi(&src[i], 'x', 2, val) == false)
65 return false;
80 return false;
127 return false;
143 if (PV_atoi(&src[i], 'x', 2, val) == false)
145 return false;
150 return false;
160 return false;
    [all...]
  /external/srec/srec/cfront/
ca_cms.c 74 if (hWave->is_configuredForAgc == False)
141 if (hWave->is_configuredForAgc == False)
149 hWave->is_configuredForAgc = False;
165 if (hWave->is_configuredForAgc == False)
208 if (hWave->is_configuredForAgc == False)
210 if (hUtt && hUtt->data.gen_utt.do_channorm == False)
212 if (hWave->is_attached == False)
223 hUtt->data.gen_utt.do_channorm = False;
224 hWave->is_attached = False;
235 if (hWave->is_configuredForAgc == False)
    [all...]
ca_wave.c 51 hWave->is_configured = False;
52 hWave->is_configuredForVoicing = False;
67 if (hFrontend->is_configured == False)
127 if (hWave->is_configured == False)
134 hWave->is_configured = False;
138 * hWave->is_configuredForVoicing = False;
170 if (hWave->is_configured == False)
172 if (hWave->is_configuredForVoicing == False)
247 if (hWave->is_configured == False)
266 if (hWave->is_configured == False)
    [all...]
  /external/webkit/WebCore/dom/
ProcessingInstruction.cpp 43 , m_loading(false)
44 , m_alternate(false)
45 , m_createdByParser(false)
47 , m_isXSL(false)
102 return false;
144 m_loading = false;
176 m_loading = false;
188 return false;
198 return false;
233 m_loading = false;
    [all...]
  /external/webkit/WebCore/page/
Navigator.cpp 88 return false;
90 return false;
93 return false;
142 return false;
145 return false;
153 return false;
179 return false;
221 return false;
234 return false;
245 return false;
    [all...]
  /external/webkit/WebCore/rendering/
RenderView.h 60 virtual void computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect&, bool fixed = false);
61 virtual void repaintViewRectangle(const IntRect&, bool immediate = false);
64 virtual void repaintRectangleInViewAndCompositedLayers(const IntRect&, bool immediate = false);
78 void setTruncatedAt(int y) { m_truncatedAt = y; m_bestTruncatedAt = m_truncatorWidth = 0; m_minimumColumnHeight = 0; m_forcedPageBreak = false; }
79 void setBestTruncatedAt(int y, RenderBoxModelObject* forRenderer, bool forcedBreak = false);
235 LayoutStateMaintainer(RenderView* view, RenderBox* root, IntSize offset, bool disableState = false)
238 , m_didStart(false)
239 , m_didEnd(false)
247 , m_disabled(false)
248 , m_didStart(false)
    [all...]
  /external/webkit/WebCore/websockets/
WebSocket.cpp 58 return false;
62 return false;
83 static bool webSocketsAvailable = false;
163 return false;
168 return false;
235 dispatchEvent(Event::create(eventNames().openEvent, false, false));
244 evt->initMessageEvent(eventNames().messageEvent, false, false, SerializedScriptValue::create(msg), "", "", 0, 0);
253 dispatchEvent(Event::create(eventNames().closeEvent, false, false))
    [all...]
  /external/webkit/WebKit/wx/WebKitSupport/
ChromeClientWx.cpp 122 return false;
168 return false;
184 return false;
195 return false;
206 return false;
217 return false;
279 bool result = false;
313 return false;
324 return false;
330 return false;
    [all...]
  /external/webkit/autotools/
acinclude.m4 7 # AX_COMPARE_VERSION(VERSION_A, OP, VERSION_B, [ACTION-IF-TRUE], [ACTION-IF-FALSE])
39 # otherwise shell commands ACTION-IF-FALSE are run. The environment
40 # variable 'ax_compare_version' is always set to either 'true' or 'false'
53 # would both be false.
89 # Used to indicate true or false condition
90 ax_compare_version=false
117 x$B" | sed 's/^ *//' | sort -r | sed "s/x${A}/false/;s/x${B}/true/;1q"`
121 x$B" | sed 's/^ *//' | sort | sed "s/x${A}/false/;s/x${B}/true/;1q"`
125 x$B" | sed 's/^ *//' | sort | sed "s/x${A}/true/;s/x${B}/false/;1q"`
129 x$B" | sed 's/^ *//' | sort -r | sed "s/x${A}/true/;s/x${B}/false/;1q"
    [all...]

Completed in 752 milliseconds

<<41424344454647484950>>