HomeSort by relevance Sort by last modified time
    Searched defs:IntPair (Results 1 - 25 of 25) sorted by null

  /frameworks/base/core/java/com/android/internal/util/
IntPair.java 24 public class IntPair {
25 private IntPair() {}
31 public static int first(long intPair) {
32 return (int)(intPair >> 32);
35 public static int second(long intPair) {
36 return (int)intPair;
  /external/llvm/include/llvm/ExecutionEngine/
GenericValue.h 28 struct IntPair {
36 struct IntPair UIntPairVal;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
GenericValue.h 28 struct IntPair {
36 struct IntPair UIntPairVal;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/
GenericValue.h 28 struct IntPair {
36 struct IntPair UIntPairVal;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/
GenericValue.h 28 struct IntPair {
36 struct IntPair UIntPairVal;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/
GenericValue.h 25 struct IntPair {
33 struct IntPair UIntPairVal;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/
GenericValue.h 25 struct IntPair {
33 struct IntPair UIntPairVal;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/
GenericValue.h 25 struct IntPair {
33 struct IntPair UIntPairVal;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/
GenericValue.h 25 struct IntPair {
33 struct IntPair UIntPairVal;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
GenericValue.h 28 struct IntPair {
36 struct IntPair UIntPairVal;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/
GenericValue.h 28 struct IntPair {
36 struct IntPair UIntPairVal;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ExecutionEngine/
GenericValue.h 28 struct IntPair {
36 struct IntPair UIntPairVal;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ExecutionEngine/
GenericValue.h 25 struct IntPair {
33 struct IntPair UIntPairVal;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ExecutionEngine/
GenericValue.h 25 struct IntPair {
33 struct IntPair UIntPairVal;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ExecutionEngine/
GenericValue.h 25 struct IntPair {
33 struct IntPair UIntPairVal;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ExecutionEngine/
GenericValue.h 25 struct IntPair {
33 struct IntPair UIntPairVal;
  /external/clang/test/Analysis/
new.cpp 211 class IntPair{
215 IntPair() {};
216 ~IntPair() {x = x/y;}; //expected-warning {{Division by zero}}
220 IntPair *b = new IntPair();
  /external/deqp/external/openglcts/modules/gl/
gl4cSparseTextureTests.cpp 49 typedef std::pair<GLint, GLint> IntPair;
    [all...]
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityManager.java 51 import com.android.internal.util.IntPair;
    [all...]
  /prebuilts/misc/common/robolectric/3.1.1/lib/
xstream-1.4.8.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
xstream-1.4.8.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
xstream-1.4.8.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
xstream-1.4.8.jar 
  /prebuilts/tools/common/m2/repository/com/thoughtworks/xstream/xstream/1.4.7/
xstream-1.4.7.jar 
  /prebuilts/tools/common/m2/repository/com/thoughtworks/xstream/xstream/1.4.8/
xstream-1.4.8.jar 

Completed in 604 milliseconds