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

<<21222324252627282930>>

  /external/dbus/dbus/
dbus-sysdeps-util-unix.c 66 * @returns #FALSE on failure
84 return FALSE;
94 return FALSE;
133 return FALSE;
147 return FALSE;
156 return FALSE;
167 return FALSE;
191 * @returns #FALSE on failure
211 return FALSE;
219 return FALSE;
    [all...]
  /external/skia/src/animator/
SkScript.cpp 194 noInitialSuppress.fSuppress = false;
210 bool reverseOperands = false;
211 bool negateResult = false;
217 if (lastPush == false) // unary plus, don't push an operator
295 if (fSuppressStack.top().fSuppress == false) {
312 if (processOp() == false)
341 return false; // too many parameters passed
344 if (convertTo((SkDisplayTypes) paramTypes[index], &params[index]) == false)
345 return false;
358 if (success == false)
    [all...]
SkScriptCallBack.h 18 virtual bool getReference(const char* , size_t len, SkScriptValue2* result) { return false; }
53 virtual bool getConstValue(const char* name, size_t len, SkOperand2* value) { return false; }
54 virtual bool getResult(size_t ref, SkOperand2* answer) { return false; }
  /cts/tools/dx-tests/src/dxc/junit/opcodes/areturn/jm/
T_areturn_7.java 24 boolean failed = false;
55 return false;
59 return false;
  /cts/tools/dx-tests/src/dxc/junit/opcodes/dreturn/jm/
T_dreturn_7.java 22 boolean failed = false;
52 return false;
56 return false;
  /cts/tools/dx-tests/src/dxc/junit/opcodes/freturn/jm/
T_freturn_7.java 22 boolean failed = false;
52 return false;
56 return false;
  /cts/tools/dx-tests/src/dxc/junit/opcodes/invokeinterface/jm/
T_invokeinterface_19.java 23 boolean failed = false;
62 return false;
66 return false;
  /cts/tools/dx-tests/src/dxc/junit/opcodes/invokespecial/jm/
T_invokespecial_22.java 22 boolean failed = false;
51 return false;
55 return false;
  /cts/tools/dx-tests/src/dxc/junit/opcodes/invokestatic/jm/
T_invokestatic_12.java 22 static boolean failed = false;
51 return false;
55 return false;
  /cts/tools/dx-tests/src/dxc/junit/opcodes/invokevirtual/jm/
T_invokevirtual_2.java 22 boolean failed = false;
51 return false;
55 return false;
  /cts/tools/dx-tests/src/dxc/junit/opcodes/ireturn/jm/
T_ireturn_7.java 22 boolean failed = false;
52 return false;
56 return false;
  /cts/tools/dx-tests/src/dxc/junit/opcodes/lreturn/jm/
T_lreturn_7.java 24 boolean failed = false;
54 return false;
58 return false;
  /cts/tools/dx-tests/src/dxc/junit/opcodes/opc_return/jm/
T_opc_return_2.java 22 boolean failed = false;
51 return false;
55 return false;
  /dalvik/dx/src/com/android/dx/rop/code/
ConservativeTranslationAdvice.java 21 * {@code false} to all methods.
39 return false;
45 return false;
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/
nodenormalize01.java 115 text1 = (Text) text1.cloneNode(false);
116 text2 = (Text) text2.cloneNode(false);
121 text1 = (Text) text1.cloneNode(false);
122 text2 = (Text) text2.cloneNode(false);
127 text2 = (Text) text2.cloneNode(false);
128 text3 = (Text) text3.cloneNode(false);
133 text2 = (Text) text2.cloneNode(false);
134 text3 = (Text) text3.cloneNode(false);
139 entRef = (EntityReference) entRef.cloneNode(false);
140 text1 = (Text) text1.cloneNode(false);
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/lang/
BooleanTest.java 44 notes = "Checks that booleanValue() returns false.",
49 assertTrue(Boolean.FALSE.booleanValue() == false);
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/
IssuingDistributionPoint.java 36 * onlyContainsUserCerts [1] BOOLEAN DEFAULT FALSE,
37 * onlyContainsCACerts [2] BOOLEAN DEFAULT FALSE,
39 * indirectCRL [4] BOOLEAN DEFAULT FALSE,
40 * onlyContainsAttributeCerts [5] BOOLEAN DEFAULT FALSE
49 private boolean onlyContainsUserCerts = false;
50 private boolean onlyContainsCACerts = false;
52 private boolean indirectCRL = false;
53 private boolean onlyContainsAttributeCerts = false;
196 setDefault(Boolean.FALSE, 1);
197 setDefault(Boolean.FALSE, 2)
    [all...]
  /dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
RandomImpl.java 32 public static boolean runEngineGenerateSeed = false;
33 public static boolean runEngineNextBytes = false;
34 public static boolean runEngineSetSeed = false;
  /dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/
NodeNormalize.java 145 text1 = (Text) text1.cloneNode(false);
146 text2 = (Text) text2.cloneNode(false);
151 text1 = (Text) text1.cloneNode(false);
152 text2 = (Text) text2.cloneNode(false);
157 text2 = (Text) text2.cloneNode(false);
158 text3 = (Text) text3.cloneNode(false);
163 text2 = (Text) text2.cloneNode(false);
164 text3 = (Text) text3.cloneNode(false);
169 entRef = (EntityReference) entRef.cloneNode(false);
170 text1 = (Text) text1.cloneNode(false);
    [all...]
  /development/host/windows/usb/api/
adb_interface.h 68 @return true on success, false on failure. If false is returned
83 @return true on success, false on failure. If false is returned
125 @return true on success, false on failure. If false is returned
137 @return true on success, false on failure. If false is returned
146 @return true on success, false on failure. If false is returned
    [all...]
adb_legacy_interface.cpp 57 ok = false;
70 return false;
81 return false;
108 return false;
141 return false;
150 return false;
209 return ret ? true : false;
233 return false;
253 return false;
293 return ret ? true : false;
    [all...]
  /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/dbus/test/data/valid-messages/
lots-of-arguments.message 21 BOOLEAN_ARRAY { true, false, false, true, false }
  /external/quake/quake/src/WinQuake/
net_bsd.cpp 29 false,
47 false,
72 false,
  /external/skia/src/views/
SkImageView.cpp 18 fUriIsValid = false; // an empty string is not valid
78 return false;
84 bool changed = false;
219 return false;
248 return false;
259 return false;
269 fUriIsValid = false;
270 return false;
285 fUriIsValid = false;
286 return false;
    [all...]

Completed in 307 milliseconds

<<21222324252627282930>>