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

1 2 3 4 5 6 7 8 91011>>

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/value/
CharEncodedValue.java 63 * Compares this CharEncodedValue to another CharEncodedValue for equality.
65 * This CharEncodedValue is equal to another CharEncodedValue if the values returned by getValue() are equal.
73 * Compare this CharEncodedValue to another EncodedValue.
75 * The comparison is first done on the return values of getValueType(). If the other value is another
IntEncodedValue.java 63 * Compares this IntEncodedValue to another IntEncodedValue for equality.
65 * This IntEncodedValue is equal to another IntEncodedValue if the values returned by getValue() are equal.
73 * Compare this IntEncodedValue to another EncodedValue.
75 * The comparison is first done on the return values of getValueType(). If the other value is another
LongEncodedValue.java 64 * Compares this LongEncodedValue to another LongEncodedValue for equality.
66 * This LongEncodedValue is equal to another LongEncodedValue if the values returned by getValue() are equal.
74 * Compare this LongEncodedValue to another EncodedValue.
76 * The comparison is first done on the return values of getValueType(). If the other value is another
MethodEncodedValue.java 65 * Compares this MethodEncodedValue to another MethodEncodedValue for equality.
67 * This MethodEncodedValue is equal to another MethodEncodedValue if the values returned by getValue() are equal.
75 * Compare this MethodEncodedValue to another EncodedValue.
77 * The comparison is first done on the return values of getValueType(). If the other value is another
NullEncodedValue.java 56 * Compares this NullEncodedValue to another NullEncodedValue for equality.
58 * This NullEncodedValue is always equal to another other NullEncodedValue
66 * Compare this NullEncodedValue to another EncodedValue.
68 * The comparison is first done on the return values of getValueType(). If the other value is another
ShortEncodedValue.java 63 * Compares this ShortEncodedValue to another ShortEncodedValue for equality.
65 * This ShortEncodedValue is equal to another ShortEncodedValue if the values returned by getValue() are equal.
73 * Compare this ShortEncodedValue to another EncodedValue.
75 * The comparison is first done on the return values of getValueType(). If the other value is another
StringEncodedValue.java 63 * Compares this StringEncodedValue to another StringEncodedValue for equality.
65 * This StringEncodedValue is equal to another StringEncodedValue if the values returned by getValue() are equal.
73 * Compare this StringEncodedValue to another EncodedValue.
75 * The comparison is first done on the return values of getValueType(). If the other value is another
TypeEncodedValue.java 63 * Compares this TypeEncodedValue to another TypeEncodedValue for equality.
65 * This TypeEncodedValue is equal to another TypeEncodedValue if the values returned by getValue() are equal.
73 * Compare this TypeEncodedValue to another EncodedValue.
75 * The comparison is first done on the return values of getValueType(). If the other value is another
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
split-vector-bitcast.ll 3 ; PR10497 + another isel issue with sse2 disabled
  /external/swiftshader/third_party/LLVM/test/Feature/
inlineasm.ll 6 module asm "this is another inline asm block"
  /external/testng/src/test/resources/sanitycheck/
test1.xml 9 <test name="SanityCheck:Tests:Another" preserve-order="true">
  /frameworks/base/core/java/android/net/
NetworkIdentity.java 223 public int compareTo(NetworkIdentity another) {
224 int res = Integer.compare(mType, another.mType);
226 res = Integer.compare(mSubType, another.mSubType);
228 if (res == 0 && mSubscriberId != null && another.mSubscriberId != null) {
229 res = mSubscriberId.compareTo(another.mSubscriberId);
231 if (res == 0 && mNetworkId != null && another.mNetworkId != null) {
232 res = mNetworkId.compareTo(another.mNetworkId);
235 res = Boolean.compare(mRoaming, another.mRoaming);
238 res = Boolean.compare(mMetered, another.mMetered);
  /frameworks/base/libs/hwui/
hwui_static_deps.mk 10 # transitive dependencies when it attempts to link libhwui_static into another
  /packages/apps/Contacts/res/values-sw600dp/
integers.xml 9 poor. Another reason to get rid of the exist tablet layout. -->
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
netfilter_bridge.h 17 /* If the packet is destined for another interface. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
netfilter_bridge.h 17 /* If the packet is destined for another interface. */
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
assign.go 16 // Another mistake
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
assign.go 16 // Another mistake
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
drawable1-expected-completion50.txt 9 <rotate /> : Drawable used to rotate another drawable.
  /test/vts/utils/python/coverage/
README.md 1 # To run from another Python module
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/
bug-1403.s 1 ;;; Bug #1403: Branch adjustment to another section not correct when doing linker relaxation
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
b-nosym.d 10 # which we seemingly can't identify or prune in another way.
bpo-17m.d 8 # A BPO and another reloc in the same section.
  /cts/hostsidetests/appsecurity/test-apps/AppWithData/
AndroidManifest.xml 20 A simple app to test that other apps cannot access another app's private data.
21 This app contains a test which will create a private data file, which another app will try to
  /cts/tests/tests/os/src/android/os/cts/
IParcelFileDescriptorPeer.aidl 34 /* Ask this peer to get their remote FD from another */
36 /* Ask this peer to set their remote FD to another */

Completed in 1616 milliseconds

1 2 3 4 5 6 7 8 91011>>