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

<<21222324252627282930>>

  /build/tools/apicheck/src/com/android/apicheck/
PackageInfo.java 29 mExistsInBoth = false;
56 consistent = false;
61 consistent = false;
69 consistent = false;
  /cts/tests/tests/content/src/android/content/res/cts/
Resources_NotFoundExceptionTest.java 44 boolean isThrowed = false;
45 boolean isFinnalyRun = false;
61 isThrowed = false;
62 isFinnalyRun = false;
  /cts/tools/host/src/com/android/cts/
HostLock.java 36 * @return If succeed in locking the host, return true; else , return false.
47 return false;
50 return false;
52 return false;
  /cts/tools/vm-tests/src/util/build/
DFHBuildStep.java 41 return false;
52 return false;
64 return false;
74 return false;
  /dalvik/libcore/luni/src/main/java/java/net/
Inet4Address.java 56 * {@code false} otherwise.
68 * address, {@code false} otherwise.
74 return false;
85 * {@code false} otherwise.
101 * {@code false} otherwise.
119 * {@code false} otherwise.
134 * {@code false} otherwise.
141 return false;
152 return false;
161 return false;
    [all...]
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
MockSocketChannel.java 38 return false;
42 return false;
46 return false;
50 return false;
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
ASN1Null.java 27 return false;
DERApplicationSpecific.java 72 return false;
79 return false;
84 return false;
91 return false;
DEREnumerated.java 42 * tagged false otherwise.
88 return false;
95 return false;
102 return false;
DERInteger.java 42 * tagged false otherwise.
109 return false;
116 return false;
123 return false;
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
DistributionPoint.java 64 reasons = new ReasonFlags(DERBitString.getInstance(t, false));
67 cRLIssuer = GeneralNames.getInstance(t, false);
111 v.add(new DERTaggedObject(false, 1, reasons));
116 v.add(new DERTaggedObject(false, 2, cRLIssuer));
NameConstraints.java 28 permitted = ASN1Sequence.getInstance(o, false);
31 excluded = ASN1Sequence.getInstance(o, false);
94 v.add(new DERTaggedObject(false, 0, permitted));
99 v.add(new DERTaggedObject(false, 1, excluded));
  /dalvik/libcore/sql/src/main/java/SQLite/
BusyHandler.java 12 * until the table becomes unlocked, or false in order
  /dalvik/libcore-disabled/sound/src/main/java/javax/sound/sampled/spi/
FormatConversionProvider.java 43 return false;
58 return false;
70 return false;
82 return false;
  /dalvik/vm/oo/
TypeCheck.h 34 * Returns 0 (false) if not, 1 (true) if so.
49 * Returns 0 (false) if not, 1 (true) if so.
56 * Returns 0 (false) if not, 1 (true) if so.
73 * Returns 0 (false) if not, 1 (true) if so.
  /development/host/windows/usb/winusb/
adb_winusb_interface.cpp 72 return false;
81 return false;
89 return false;
95 return false;
107 return false;
147 return false;
152 return false;
180 return false;
192 return false;
208 return false;
    [all...]
  /development/samples/ApiDemos/res/menu/
disabled.xml 25 android:enabled="false"
34 android:enabled="false"
43 android:enabled="false"
52 android:enabled="false"
  /development/samples/BrowserPlugin/src/com/android/sampleplugin/
BackgroundSurface.java 17 this.setWillNotDraw(false);
  /development/simulator/app/
LoadableImage.cpp 32 return false;
50 return false;
65 return false;
81 return false;
  /external/bluetooth/bluez/audio/
bluetooth.conf 11 # errors false
  /external/clearsilver/cs/
test_numbers.cs 23 ERROR: 0 should be boolean false
25 CORRECT: 0 is boolean false
29 ERROR: 00 should be boolean false
31 CORRECT: 00 is boolean false
  /external/clearsilver/util/
wildmat.c 22 ** '\0'.) The last return has ABORT instead of FALSE to avoid quadratic
24 ** FALSE, each star-loop has to run to the end of the text; with ABORT
56 ** Match text and p, return TRUE, FALSE, or ABORT.
75 return FALSE;
88 if ((matched = DoMatch(text++, p)) != FALSE)
92 reverse = p[1] == NEGATE_CLASS ? TRUE : FALSE;
96 matched = FALSE;
106 return FALSE;
120 ** Match text and p, return TRUE, FALSE, or ABORT.
139 return FALSE;
    [all...]
  /external/dhcpcd/dhcpcd-hooks/
30-hostname 11 false;;
  /external/opencore/engines/2way/test/include/
av_pause_disconnect_test.h 28 iAudioSourcePaused(false),
29 iAudioSinkPaused(false),
30 iVideoSourcePaused(false),
31 iVideoSinkPaused(false)
  /external/opencore/fileformats/mp4/parser/src/
avclayerdescriptionentry.cpp 32 _success = false;
36 _success = false;
41 _success = false;
45 _success = false;

Completed in 205 milliseconds

<<21222324252627282930>>