/packages/apps/Launcher2/res/layout-port/ |
launcher.xml | 54 android:focusable="true" 55 android:clickable="true" /> 69 android:focusable="true" 70 android:clickable="true" /> 96 android:layout_centerHorizontal="true" 97 android:layout_alignParentBottom="true"
|
/packages/apps/Music/res/layout/ |
music_picker.xml | 43 android:singleLine="true" /> 55 android:fastScrollEnabled="true" /> 74 android:layout_centerVertical="true" 75 android:layout_alignParentLeft="true" 82 android:layout_centerVertical="true" 83 android:layout_alignParentRight="true"
|
/packages/apps/Phone/res/layout/ |
sim_unlock.xml | 28 android:layout_centerInParent="true"> 57 android:scrollHorizontally="true" 58 android:password="true" /> 72 android:layout_centerHorizontal="true" /> 82 android:layout_centerHorizontal="true" 93 android:layout_centerInParent="true">
|
/packages/apps/Phone/src/com/android/phone/ |
FdnList.java | 59 return true; 67 menu.findItem(MENU_ADD).setVisible(true); 71 return true; 79 return true; 83 return true; 87 return true;
|
/packages/apps/Settings/res/layout-land/ |
choose_lock_pattern.xml | 50 android:layout_alignParentBottom="true" 51 android:layout_centerHorizontal="true" 53 android:singleLine="true" 64 android:layout_centerHorizontal="true" 66 android:singleLine="true" 75 android:layout_centerHorizontal="true"
|
/system/wlan/ti/wilink_6_1/CUDK/os/linux/src/ |
os_trans.c | 30 return TRUE; 37 TI_BOOL optval = TRUE; 61 return TRUE; 83 return TRUE; 121 return TRUE; 142 return TRUE;
|
/external/guava/javadoc/com/google/common/util/concurrent/ |
Executors.html | 17 if (location.href.indexOf('is-external=true') == -1) { 95 <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A> 100 <DT><PRE>public class <B>Executors</B><DT>extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></DL> 104 Factory and utility methods for <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Executor.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>Executor</CODE></A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ExecutorService.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>ExecutorService</CODE></A>, and <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ThreadFactory.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>ThreadFactory</CODE></A>. 145 <TD><CODE><B><A HREF="../../../../../com/google/common/util/concurrent/Executors.html#addDelayedShutdownHook(java.util.concurrent.ExecutorService, long, java.util.concurrent.TimeUnit)">addDelayedShutdownHook</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ExecutorService.html?is-external=true" title="class or interface in java.util.concurrent">ExecutorService</A> service, 147 <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/TimeUnit.html?is-external=true" title="class or interface in java.util.concurrent">TimeUnit</A> timeUnit)</CODE> 151 <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ExecutorService.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>service</CODE></A>.</TD> 155 <CODE>static <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ThreadFactory.html?is-external=true" title="class or interface in java.util.concurrent">ThreadFactory</A></CODE></FONT></TD [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/ |
regress-216320.js | 57 return true; } 76 return true; 93 if(date.match(/^\s*$/)) {return true; } 100 if(month>12||day>31||month<=0||day<=0||(isNaN(month)==true)||(isNaN(day)==true)||(isNaN(year)==true)){ 111 return true; 137 if(month>12||day>31||month<=0||day<=0||(isNaN(month)==true)||(isNaN(day)==true)||(isNaN(year)==true)){ [all...] |
/frameworks/base/telephony/java/android/telephony/ |
PhoneNumberUtils.java | 75 /** True if c is ISO-LATIN characters 0-9 */ 81 /** True if c is ISO-LATIN characters 0-9, *, # */ 87 /** True if c is ISO-LATIN characters 0-9, *, # , +, WILD */ 93 /** True if c is ISO-LATIN characters 0-9, *, # , + (no WILD) */ 99 /** True if c is ISO-LATIN characters 0-9, *, # , +, WILD, WAIT, PAUSE */ 114 /** Returns true if ch is not dialable or alpha char */ 199 firstCharAdded = true; 233 haveSeenPlus = true; 337 * Compare phone numbers a and b, return true if they're identical enough for caller ID purposes. 346 * Compare phone numbers a and b, and return true if they're identica [all...] |
/development/scripts/ |
divide_and_compress_test.py | 77 test_file_size - 1, True) 81 'returned false, but returned true')) 84 test_file_size + 1, True) 85 self.assertEqual(True, test_target.ArchiveIsValid(), 87 ' returned true, but returned false')) 100 ''.join([os.getcwd(), '/']), 'dummy', 1024*1024, True) 198 ''.join([os.getcwd(), '/']), 'dummy', 1024*1024, True) 231 ''.join([os.getcwd(), '/']), 'dummy', 1024*1024, True) 243 self.assertEqual(True, test_target.FixArchive('SIZE')) 283 1024*1024, True) [all...] |
/bootable/recovery/ |
Android.mk | 1 ifneq ($(TARGET_SIMULATOR),true) 21 LOCAL_FORCE_STATIC_EXECUTABLE := true 52 LOCAL_FORCE_STATIC_EXECUTABLE := true
|
/bootable/recovery/applypatch/ |
Android.mk | 15 ifneq ($(TARGET_SIMULATOR),true) 42 LOCAL_FORCE_STATIC_EXECUTABLE := true 54 LOCAL_FORCE_STATIC_EXECUTABLE := true
|
/build/tools/apicheck/src/com/android/apicheck/ |
PackageInfo.java | 50 mExistsInBoth = true; 51 pInfo.mExistsInBoth = true; 52 boolean consistent = true;
|
/cts/tests/src/android/app/cts/ |
ListActivityTestHelper.java | 61 isSubActivityFinished = true; 74 isOnContentChangedCalled = true; 80 isOnRestoreInstanceStateCalled = true;
|
/cts/tests/src/android/view/cts/ |
WindowStubActivity.java | 44 mIsOnCreateOptionsMenuCalled = true; 51 mIsOnOptionsMenuClosedCalled = true; 56 mIsOnKeyDownCalled = true;
|
/dalvik/libcore/luni/src/main/java/java/lang/reflect/ |
Modifier.java | 119 * @return {@code true} if the specified modifiers contain the {@code 132 * @return {@code true} if the specified modifiers contain the {@code 145 * @return {@code true} if the specified modifiers contain the {@code 158 * @return {@code true} if the specified modifiers contain the {@code 171 * @return {@code true} if the specified modifiers contain the {@code 184 * @return {@code true} if the specified modifiers contain the {@code 197 * @return {@code true} if the specified modifiers contain the {@code 210 * @return {@code true} if the specified modifiers contain the {@code 223 * @return {@code true} if the specified modifiers contain the {@code 236 * @return {@code true} if the specified modifiers contain the {@cod [all...] |
/dalvik/libcore/luni/src/main/java/java/net/ |
Inet4Address.java | 55 * @return {@code true} if this instance represents a multicast address, 67 * @return {@code true} if this instance represents the wildcard ANY 77 return true; 84 * @return {@code true} if this instance represents a lookback address, 100 * @return {@code true} if this instance represents a link-local address, 105 // The reference implementation does not return true for loopback 118 * @return {@code true} if this instance represents a site-local address, 133 * @return {@code true} if the address is in the global multicast group, 164 return true; 184 * @return {@code true} if this instance represents a link-local address [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/ |
ModifierTest.java | 59 assertTrue("Non-ABSTRACT returned true", !Modifier 76 assertTrue("Non-FINAL returned true", !Modifier 94 assertTrue("Non-INTERFACE returned true", !Modifier 111 assertTrue("Non-NATIVE returned true", !Modifier 129 assertTrue("Non-PRIVATE returned true", !Modifier 147 assertTrue("Non-PROTECTED returned true", !Modifier 164 assertTrue("Non-PUBLIC returned true", !Modifier 181 assertTrue("Non-STATIC returned true", !Modifier 197 assertTrue("Non-STRICT returned true", !Modifier 215 assertTrue("Non-Synchronized returned true", !Modifie [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}.
|
/development/samples/ApiDemos/res/layout/ |
quick_contacts.xml | 31 android:layout_alignParentLeft="true" 32 android:layout_alignParentTop="true" 42 android:layout_centerVertical="true"
|
table_layout_10.xml | 32 android:scrollHorizontally="true" /> 44 android:password="true" 46 android:scrollHorizontally="true" />
|
/external/bluetooth/glib/gio/inotify/ |
inotify-diag.c | 55 return TRUE; 60 g_io_channel_shutdown (ioc, TRUE, NULL); 64 return TRUE;
|
/external/dbus/dbus/ |
dbus-userdb-util.c | 40 * @returns #TRUE if the UID is the same as the console user and there are no errors 72 return TRUE; 110 * @returns #TRUE if the UID existed and we got some credentials 141 return TRUE; 150 * @returns #TRUE if username existed and we got the UID 166 return TRUE; 174 * @returns #TRUE if group name existed and we got the GID 201 return TRUE; 360 * @returns #TRUE on success 397 return TRUE; [all...] |
/external/guava/ |
build.xml | 44 use="true" 45 author="true" 46 protected="true"
|
/external/guava/javadoc/com/google/common/collect/ |
Sets.html | 17 if (location.href.indexOf('is-external=true') == -1) { 95 <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A> 100 <DT><PRE>public final class <B>Sets</B><DT>extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></DL> 104 Static utility methods pertaining to <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util"><CODE>Set</CODE></A> instances. Also see this 151 <CODE><B> <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A><<A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><B>></CODE></FONT></TD> 155 <TD><CODE><B><A HREF="../../../../com/google/common/collect/Sets.html#cartesianProduct(java.util.List)">cartesianProduct</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><? extends <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A><? extends B>> sets)</CODE> 169 <CODE><B> <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A><<A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><B>></CODE></FONT></TD [all...] |