/external/llvm/include/llvm/CodeGen/ |
MachineInstrBundle.h | 114 /// @param WholeBundle When true, visit all operands on the entire bundle. 116 explicit MachineOperandIteratorBase(MachineInstr &MI, bool WholeBundle) { 117 if (WholeBundle) { 126 if (WholeBundle)
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/ |
MachineInstrBundle.h | 113 /// @param WholeBundle When true, visit all operands on the entire bundle. 115 explicit MachineOperandIteratorBase(MachineInstr &MI, bool WholeBundle) { 116 if (WholeBundle) { 125 if (WholeBundle)
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/ |
MachineInstrBundle.h | 113 /// @param WholeBundle When true, visit all operands on the entire bundle. 115 explicit MachineOperandIteratorBase(MachineInstr &MI, bool WholeBundle) { 116 if (WholeBundle) { 125 if (WholeBundle)
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/ |
MachineInstrBundle.h | 113 /// @param WholeBundle When true, visit all operands on the entire bundle. 115 explicit MachineOperandIteratorBase(MachineInstr &MI, bool WholeBundle) { 116 if (WholeBundle) { 125 if (WholeBundle)
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/ |
MachineInstrBundle.h | 113 /// @param WholeBundle When true, visit all operands on the entire bundle. 115 explicit MachineOperandIteratorBase(MachineInstr &MI, bool WholeBundle) { 116 if (WholeBundle) { 125 if (WholeBundle)
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/ |
MachineInstrBundle.h | 113 /// @param WholeBundle When true, visit all operands on the entire bundle. 115 explicit MachineOperandIteratorBase(MachineInstr &MI, bool WholeBundle) { 116 if (WholeBundle) { 125 if (WholeBundle)
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/ |
MachineInstrBundle.h | 113 /// @param WholeBundle When true, visit all operands on the entire bundle. 115 explicit MachineOperandIteratorBase(MachineInstr &MI, bool WholeBundle) { 116 if (WholeBundle) { 125 if (WholeBundle)
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/ |
MachineInstrBundle.h | 113 /// @param WholeBundle When true, visit all operands on the entire bundle. 115 explicit MachineOperandIteratorBase(MachineInstr &MI, bool WholeBundle) { 116 if (WholeBundle) { 125 if (WholeBundle)
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/ |
MachineInstrBundle.h | 113 /// @param WholeBundle When true, visit all operands on the entire bundle. 115 explicit MachineOperandIteratorBase(MachineInstr &MI, bool WholeBundle) { 116 if (WholeBundle) { 125 if (WholeBundle)
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/ |
MachineInstrBundle.h | 113 /// @param WholeBundle When true, visit all operands on the entire bundle. 115 explicit MachineOperandIteratorBase(MachineInstr &MI, bool WholeBundle) { 116 if (WholeBundle) { 125 if (WholeBundle)
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/ |
MachineInstrBundle.h | 113 /// @param WholeBundle When true, visit all operands on the entire bundle. 115 explicit MachineOperandIteratorBase(MachineInstr &MI, bool WholeBundle) { 116 if (WholeBundle) { 125 if (WholeBundle)
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/ |
MachineInstrBundle.h | 113 /// @param WholeBundle When true, visit all operands on the entire bundle. 115 explicit MachineOperandIteratorBase(MachineInstr &MI, bool WholeBundle) { 116 if (WholeBundle) { 125 if (WholeBundle)
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/ |
MachineInstrBundle.h | 113 /// @param WholeBundle When true, visit all operands on the entire bundle. 115 explicit MachineOperandIteratorBase(MachineInstr &MI, bool WholeBundle) { 116 if (WholeBundle) { 125 if (WholeBundle)
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/ |
MachineInstrBundle.h | 113 /// @param WholeBundle When true, visit all operands on the entire bundle. 115 explicit MachineOperandIteratorBase(MachineInstr &MI, bool WholeBundle) { 116 if (WholeBundle) { 125 if (WholeBundle)
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/ |
MachineInstrBundle.h | 113 /// @param WholeBundle When true, visit all operands on the entire bundle. 115 explicit MachineOperandIteratorBase(MachineInstr &MI, bool WholeBundle) { 116 if (WholeBundle) { 125 if (WholeBundle)
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
ICUResourceBundleImpl.java | 27 ICUResourceBundleImpl(WholeBundle wholeBundle) { 28 super(wholeBundle); 29 resource = wholeBundle.reader.getRootResource(); 71 return wholeBundle.reader.getBinary(resource); 75 return wholeBundle.reader.getBinary(resource, ba); 109 return wholeBundle.reader.getString(resource); 113 String s = wholeBundle.reader.getString(resource); 128 return wholeBundle.reader.getIntVector(resource); 146 int res = value.getContainerResource(wholeBundle.reader, index) [all...] |
ICUResourceBundle.java | 59 protected static final class WholeBundle { 60 WholeBundle(String baseName, String localeID, ClassLoader loader, 84 WholeBundle wholeBundle; 418 readerValue.reader = impl.wholeBundle.reader; [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
ICUResourceBundleImpl.java | 26 ICUResourceBundleImpl(WholeBundle wholeBundle) { 27 super(wholeBundle); 28 resource = wholeBundle.reader.getRootResource(); 70 return wholeBundle.reader.getBinary(resource); 74 return wholeBundle.reader.getBinary(resource, ba); 108 return wholeBundle.reader.getString(resource); 112 String s = wholeBundle.reader.getString(resource); 127 return wholeBundle.reader.getIntVector(resource); 145 int res = value.getContainerResource(wholeBundle.reader, index) [all...] |
ICUResourceBundle.java | 55 protected static final class WholeBundle { 56 WholeBundle(String baseName, String localeID, ClassLoader loader, 80 WholeBundle wholeBundle; 414 readerValue.reader = impl.wholeBundle.reader; [all...] |
/frameworks/base/config/ |
preloaded-classes | [all...] |
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/ |
icu4j-54.1.1.jar | |