/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
Dictionary.java | 28 protected static final boolean INCLUDE_TYPED_WORD_IF_VALID = false; 48 * @return true if the word was added, false if no more words are required 70 * @return true if the word exists, false otherwise 80 * @return true if they are the same, false otherwise. 84 return false; 88 return false;
|
/system/wlan/ti/wilink_6_1/CUDK/os/linux/src/ |
os_trans.c | 45 return (FALSE); 56 return FALSE; 80 return(FALSE); 100 return(FALSE);*/ 116 return(FALSE); 139 return FALSE;
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
EmulatorControlPanel.java | 185 if (b.getSelection() == false) { 194 mGpxBackwardButton.setSelection(false); 196 mKmlBackwardButton.setSelection(false); 202 mGpxForwardButton.setSelection(false); 204 mKmlForwardButton.setSelection(false); 267 top.setLayout(new GridLayout(1, false)); 284 doEnable(false); 300 g1.setLayout(new GridLayout(2, false)); 306 GridLayout gl = new GridLayout(4, false); 391 g2.setLayout(new GridLayout(1, false)); [all...] |
/dalvik/libcore/openssl/src/main/native/ |
BNInterface.c | 29 #ifndef FALSE 30 #define FALSE 0 37 return FALSE; 49 if (!oneValidHandle(env, a)) return FALSE; 55 if (!twoValidHandles(env, a, b)) return FALSE; 61 if (!threeValidHandles(env, a, b, c)) return FALSE; 122 if (!twoValidHandles(env, to, from)) return FALSE; 131 if (!oneValidHandle(env, a)) return FALSE; 145 else return FALSE; 152 if (dw >= 0) return NativeBN_putULongInt(env, cls, a, dw, FALSE); [all...] |
/external/bluetooth/glib/gio/ |
gappinfo.c | 70 * strcmp (uri, uri_from_commandline) == 0; // FALSE 164 * Returns: %TRUE if @appinfo1 is equal to @appinfo2. %FALSE otherwise. 172 g_return_val_if_fail (G_IS_APP_INFO (appinfo1), FALSE); 173 g_return_val_if_fail (G_IS_APP_INFO (appinfo2), FALSE); 176 return FALSE; 307 * Returns: %TRUE on success, %FALSE on error. 316 g_return_val_if_fail (G_IS_APP_INFO (appinfo), FALSE); 317 g_return_val_if_fail (content_type != NULL, FALSE); 333 * Returns: %TRUE on success, %FALSE on error. 342 g_return_val_if_fail (G_IS_APP_INFO (appinfo), FALSE); [all...] |
/external/opencore/fileformats/mp4/parser/src/ |
oma2boxes.cpp | 56 _success = false; 108 _success = false; 116 _success = false; 174 _success = false; 198 _success = false; 237 _success = false; 261 _success = false; 265 _success = false; 269 _success = false; 273 _success = false; [all...] |
/external/webkit/WebCore/svg/ |
SVGParserUtilities.cpp | 79 return false; 90 return false; 111 return false; 124 return false; 146 return false; 151 return false; 155 else if (!parseNumber(cur, end, y, false)) 156 return false; 170 bool delimParsed = false; 172 delimParsed = false; 294 svgLineToHorizontal(narrowPrecisionToFloat(tox), false); local 318 svgLineToVertical(narrowPrecisionToFloat(toy), false); local [all...] |
/packages/inputmethods/PinyinIME/jni/share/ |
dicttrie.cpp | 114 return false; 117 return false; 120 return false; 123 return false; 126 return false; 130 return false; 134 return false; 138 return false; 145 return false; 148 return false; [all...] |
/build/tools/droiddoc/test/stubs/src/com/android/stubs/ |
Types.java | 40 public_final_boolean = false; 51 public_static_final_boolean = false; 62 public static final boolean public_static_final_boolean = false;
|
/cts/tests/src/android/app/cts/ |
ListActivityTestHelper.java | 33 public boolean isOnContentChangedCalled = false; 34 public static boolean isOnRestoreInstanceStateCalled = false; 35 public boolean isSubActivityFinished = false;
|
/cts/tools/vm-tests/src/util/build/ |
DexBuildStep.java | 53 return false; 56 return false; 72 return false;
|
/dalvik/libcore/luni/src/main/java/java/lang/reflect/ |
Modifier.java | 120 * abstract} modifier, {@code false} otherwise 133 * final} modifier, {@code false} otherwise 146 * interface} modifier, {@code false} otherwise 159 * native} modifier, {@code false} otherwise 172 * private} modifier, {@code false} otherwise 185 * protected} modifier, {@code false} otherwise 198 * public} modifier, {@code false} otherwise 211 * static} modifier, {@code false} otherwise 224 * strict} modifier, {@code false} otherwise 237 * synchronized} modifier, {@code false} otherwis [all...] |
/dalvik/libcore/security/src/main/java/java/security/acl/ |
Group.java | 35 * @return {@code true} if the member was added, {@code false} if it was already a member. 44 * @return {@code true} if the member was removed, {@code false} if it was not a member. 53 * @return {@code true} if the principal is a member, otherwise {@code false}.
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/cms/ |
OriginatorIdentifierOrKey.java | 24 this.id = new DERTaggedObject(false, 0, id); 30 this.id = new DERTaggedObject(false, 1, id); 44 * tagged false otherwise.
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/ |
DistributionPointName.java | 98 this.name = GeneralNames.getInstance(obj, false); 102 this.name = ASN1Set.getInstance(obj, false); 108 return new DERTaggedObject(false, type, name);
|
/development/host/windows/usb/api/ |
adb_endpoint_object.cpp | 44 return false;
68 return CommonAsyncReadWrite(false,
91 return CommonSyncReadWrite(false,
|
/development/samples/GlobalTime/src/com/android/globaltime/ |
PointCloud.java | 45 false, false, false);
|
/development/samples/RSSReader/res/layout/ |
rss_layout.xml | 27 android:autoText="false" 39 android:autoText="false" 48 android:drawSelectorOnTop="false"/>
|
/external/guava/src/com/google/common/collect/ |
EmptyImmutableMap.java | 50 return false; 54 return false; 74 return false;
|
/external/icu4c/test/intltest/ |
numrgts.h | 95 UBool failure(UErrorCode status, const UnicodeString& msg, UBool possibleDataError=FALSE); 96 UBool failure(UErrorCode status, const UnicodeString& msg, const char *l, UBool possibleDataError=FALSE); 97 UBool failure(UErrorCode status, const UnicodeString& msg, const Locale& l, UBool possibleDataError=FALSE);
|
textfile.h | 36 * @return TRUE if a line was read, or FALSE if the EOF 45 * @return TRUE if a line was read, or FALSE if the EOF 49 UBool trim = FALSE);
|
/external/jpeg/ |
jcinit.c | 33 jinit_c_master_control(cinfo, FALSE /* full compression */); 39 jinit_c_prep_controller(cinfo, FALSE /* never need full buffer here */); 60 jinit_c_main_controller(cinfo, FALSE /* never need full buffer here */);
|
/external/opencore/engines/2way/test/include/ |
av_rec_v_preview_test.h | 28 iAudioRecStarted(false), 31 iVideoRecStarted(false), 34 iVideoPreviewStarted(false),
|
pff_eos_test.h | 34 iAudioEOSRecv(false), 35 iVideoEOSRecv(false), 36 iStopPlayLCalled(false)
|
/external/opencore/engines/2way/test/src/ |
test_base.cpp | 105 test_is_true(false); 117 return false; 152 test_is_true(false); 199 iAudioSourceAdded = false; 206 iAudioSinkAdded = false; 216 test_is_true(false); 228 iVideoSourceAdded = false; 235 test_is_true(false); 241 iVideoSinkAdded = false; 250 iTestStatus &= (aResponse.GetCmdStatus() == PVMFSuccess) ? true : false; [all...] |