HomeSort by relevance Sort by last modified time
    Searched full:another (Results 426 - 450 of 15616) sorted by null

<<11121314151617181920>>

  /external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/
EventException.java 50 * Constructor that chains another Exception or Error.
58 * Constructor that chains another Exception or Error and also allows a message
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
Face.java 62 public int compareTo(Face another) {
63 return mName.compareTo(another.mName);
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
IngestObjectInfo.java 60 public int compareTo(IngestObjectInfo another) {
61 long diff = getDateCreated() - another.getDateCreated();
  /packages/apps/TV/src/com/android/tv/customization/
CustomAction.java 53 public int compareTo(@NonNull CustomAction another) {
54 return mPositionPriority - another.mPositionPriority;
  /prebuilts/go/darwin-x86/src/net/mail/
example_test.go 47 To: Another Gopher <to@example.com>
74 // To: Another Gopher <to@example.com>
  /prebuilts/go/linux-x86/src/net/mail/
example_test.go 47 To: Another Gopher <to@example.com>
74 // To: Another Gopher <to@example.com>
  /tools/loganalysis/src/com/android/loganalysis/item/
IItem.java 26 * Merges the item and another into an item with the most complete information.
39 * Checks that the item and another are consistent.
  /external/javassist/src/main/javassist/
ClassMap.java 58 * Maps a class name to another name in this hashtable.
72 * Maps a class name to another name in this hashtable.
73 * If the hashtable contains another mapping from the same
102 * if another mapping from <code>oldname</code> is
141 * Prevents a mapping from the specified class name to another name.
148 * Prevents a mapping from the specified class name to another name.
  /external/kernel-headers/original/uapi/linux/
fsl_hypervisor.h 187 /* Restart another partition */
195 /* Boot another partition */
199 /* Stop this or another partition */
203 /* Copy data from one partition to another */
211 /* Get a property from another guest's device tree */
215 /* Set a property in another guest's device tree */
  /packages/apps/CarrierConfig/assets/
carrier_config_311480.xml 82 <item value="338|another device sent all devices busy response|1404" />
84 <item value="501|call has been pulled by another device|1016" />
85 <item value="510|call has been pulled by another device|1016" />
86 <item value="501|another device sent all devices busy response|1404" />
87 <item value="510|another device sent all devices busy response|1404" />
88 <item value="1014|call has been pulled by another device|1016" />
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fsl_hypervisor.h 187 /* Restart another partition */
195 /* Boot another partition */
199 /* Stop this or another partition */
203 /* Copy data from one partition to another */
211 /* Get a property from another guest's device tree */
215 /* Set a property in another guest's device tree */
  /external/valgrind/gdbserver_tests/
README_DEVELOPERS 10 If you want to test with another gdb version, you can do:
11 make regtest GDB=/path/to/another/gdb
13 or (to just run the gdbserver tests with another gdb):
17 gdbserver_tests/make_local_links /path/to/another/gdb
62 In another window, you launch gdb yourself, and you copy paste
66 Another good trick is also to execute the same kind of actions
86 progB: another program (typically, either gdb or vgdb standalone)
156 in another window
173 in another window
206 In another window, do
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapFolderElement.java 376 public int compareTo(BluetoothMapFolderElement another) {
377 if(another == null) return 1;
378 int ret = mName.compareToIgnoreCase(another.mName);
381 ret = mSubFolders.size() - another.mSubFolders.size();
386 another.mSubFolders.get(subfolder.getName());
388 if(D) Log.i(TAG, subfolder.getFullPath() + " not in another");
399 " another.mSubFolders.size(): " + another.mSubFolders.size());
402 if(D) Log.i(TAG, "mName: " + mName + " another.mName: " + another.mName)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
AttributesImplTest.java 53 // Another ordinary case
238 attrs.addAttribute("http://yet.another.uri", "doe", "john:doe",
267 multi.addAttribute("http://yet.another.uri", "doe", "john:doe",
270 assertEquals("http://yet.another.uri", multi.getURI(5));
277 multi.addAttribute("http://yet.another.uri", "doe", "john:doe",
280 assertEquals("http://yet.another.uri", multi.getURI(6));
297 multi.setAttribute(0, "http://yet.another.uri", "doe", "john:doe",
299 assertEquals("http://yet.another.uri", multi.getURI(0));
315 multi.setAttribute(-1, "http://yet.another.uri", "doe", "john:doe",
323 multi.setAttribute(5, "http://yet.another.uri", "doe", "john:doe"
    [all...]
  /external/clang/test/SemaCXX/
constexpr-printing.cpp 27 constexpr U(const int *p) : T(), another(), p(p) {}
28 constexpr U(const U &u) : T(), another(), p(u.p) {}
29 T another; member in struct:U
39 static_assert(test_printing(12, 39.762, 3 + 4i, 12.9 + 3.6i, &u2.arr[4], u2.another.arr[2], (vector_int){5, 1, 2, 3}, u1) == 0, ""); // \
41 expected-note {{in call to 'test_printing(12, 3.976200e+01, 3+4i, 1.290000e+01+3.600000e+00i, &u2.T::arr[4], u2.another.arr[2], {5, 1, 2, 3}, {{{}}, {{}}, &u1.T::arr[2]})'}}
  /external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/android/
HttpResponseCacheTest.java 76 HttpResponseCache another = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); local
77 assertSame(first, another);
84 HttpResponseCache another = HttpResponseCache.install(cacheDir, 8 * 1024 * 1024); local
85 initializeCache(another);
87 assertNotSame(first, another);
  /frameworks/av/services/radio/
TunerInterface.h 69 * -ENODEV if another error occurs
92 * -ENODEV if another error occurs
114 * -ENODEV if another error occurs
132 * -ENODEV if another error occurs
150 * -ENODEV if another error occurs
  /hardware/interfaces/broadcastradio/1.0/
ITuner.hal 56 * NOT_INITIALIZED if another error occurs
72 * NOT_INITIALIZED if another error occurs
90 * NOT_INITIALIZED if another error occurs
100 * NOT_INITIALIZED if another error occurs
107 * NOT_INITIALIZED if another error occurs
  /libcore/ojluni/src/main/java/java/nio/channels/
GatheringByteChannel.java 84 * <p> This method may be invoked at any time. If another thread has
115 * If another thread closes this channel
119 * If another thread interrupts the current thread
152 * If another thread closes this channel
156 * If another thread interrupts the current thread
ScatteringByteChannel.java 79 * <p> This method may be invoked at any time. If another thread has
111 * If another thread closes this channel
115 * If another thread interrupts the current thread
148 * If another thread closes this channel
152 * If another thread interrupts the current thread
  /packages/apps/Settings/src/com/android/settings/datausage/
CycleAdapter.java 176 final CycleItem another = (CycleItem) o; local
177 return start == another.start && end == another.end;
183 public int compareTo(CycleItem another) {
184 return Long.compare(start, another.start);
  /cts/common/util/tests/src/com/android/compatibility/common/util/
CaseResultTest.java 54 // Should not create another one
84 // Same case another test and passing results in method 2
99 // Same case another test and passing results in method 2
  /development/samples/ApiDemos/res/layout/
switches.xml 48 <Switch android:text="This is an example of a switch with a lot of text in it. It may end up wrapping to another line. The switch will be pinned at the top."
55 <Switch android:text="This is an example of a switch with a lot of text in it. It may end up wrapping to another line. The switch will be vertically centered."
62 <Switch android:text="This is an example of a switch with a lot of text in it. It may end up wrapping to another line. The switch will be pinned at the bottom."
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
RecognizerSharedState.as 5 * shared among multiple grammars; e.g., when one grammar imports another.
26 * but no token is consumed during recovery...another error is found,
65 * emit another token.
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
RecognizerSharedState.js 3 * shared among multiple grammars; e.g., when one grammar imports another.
25 * but no token is consumed during recovery...another error is found,
64 * emit another token.

Completed in 1762 milliseconds

<<11121314151617181920>>