/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-layout-gpos-table.hh | 560 * pair--first glyph is listed in the 700 * in the pair--may be zero (0) */ 703 * in the pair--may be zero (0) */ 790 * first glyph of the pair--may be zero 793 * second glyph of the pair--may be 798 * the first glyph of the pair */ 802 * the second glyph of the pair */ 1423 PairPos pair; member in union:OT::PosLookupSubTable::__anon11202 [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-layout-gpos-table.hh | 557 * pair--first glyph is listed in the 695 * in the pair--may be zero (0) */ 698 * in the pair--may be zero (0) */ 786 * first glyph of the pair--may be zero 789 * second glyph of the pair--may be 794 * the first glyph of the pair */ 798 * the second glyph of the pair */ 1418 PairPos pair; member in union:OT::PosLookupSubTable::__anon18651 [all...] |
/external/llvm/lib/Analysis/ |
ScalarEvolution.cpp | [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelDAGToDAG.cpp | [all...] |
/frameworks/base/core/java/android/app/ |
DownloadManager.java | 36 import android.util.Pair; 367 private List<Pair<String, String>> mRequestHeaders = new ArrayList<Pair<String, String>>(); 580 mRequestHeaders.add(Pair.create(header, value)); 746 for (Pair<String, String> header : mRequestHeaders) { [all...] |
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
BridgeContext.java | 32 import com.android.util.Pair; 255 Pair<ResourceType, String> resourceInfo = Bridge.resolveResourceId(resid); 303 Pair<ResourceType, String> resourceInfo = Bridge.resolveResourceId(id); 321 public Pair<View, Boolean> inflateView(ResourceReference resource, ViewGroup parent, 334 return Pair.of( 372 return Pair.of( 397 return Pair.of(null, false); 540 List<Pair<String, Boolean>> attributeList = searchAttrs(attrs); 569 Pair<String, Boolean> defStyleAttribute = searchAttr(defStyleAttr); 600 Pair<ResourceType, String> value = Bridge.resolveResourceId(defStyleRes) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
PreCompilerBuilder.java | 58 import com.android.utils.Pair; [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
RelativeLayoutConversionHelper.java | 69 import com.android.utils.Pair; 286 for (Pair<String, String> constraint : view.getHorizConstraints()) { 290 for (Pair<String, String> constraint : view.getVerticalConstraints()) { [all...] |
/external/chromium/testing/gmock/include/gmock/ |
gmock-matchers.h | [all...] |
/external/llvm/lib/Transforms/ObjCARC/ |
ObjCARCOpts.cpp | 59 typedef std::vector<std::pair<KeyT, ValueT> > VectorTy; 88 std::pair<typename MapTy::iterator, bool> Pair = 90 if (Pair.second) { 92 Pair.first->second = Num; 96 return Vector[Pair.first->second].second; 99 std::pair<iterator, bool> 100 insert(const std::pair<KeyT, ValueT> &InsertPair) { 101 std::pair<typename MapTy::iterator, bool> Pair [all...] |
/prebuilts/devtools/tools/lib/ |
ninepatch.jar | |
draw9patch.jar | |
common.jar | |
layoutlib-api.jar | |
/external/chromium_org/v8/src/ |
heap-snapshot-generator.cc | 737 void HeapEntriesMap::Pair(HeapThing thing, int entry) { [all...] |
/external/llvm/lib/Transforms/Scalar/ |
LoopStrengthReduce.cpp | 164 std::pair<RegUsesTy::iterator, bool> Pair = 166 RegSortData &RSD = Pair.first->second; 167 if (Pair.second) [all...] |
/external/llvm/lib/Transforms/Utils/ |
SimplifyCFG.cpp | [all...] |
/external/v8/src/ |
profile-generator.cc | [all...] |
/external/valgrind/main/memcheck/ |
mc_translate.c | [all...] |
/frameworks/base/core/java/android/widget/ |
GridLayout.java | 28 import android.util.Pair; [all...] |
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/ |
GridLayout.java | 29 import android.util.Pair; [all...] |
/prebuilts/sdk/tools/lib/ |
common.jar | |
/prebuilts/misc/common/tools-common/ |
tools-common-prebuilt.jar | |
/external/chromium/chrome/browser/chromeos/cros/ |
network_library.cc | 401 struct Pair { 406 explicit StringToEnum(const Pair* list, size_t num_entries, Type unknown) 520 StringToEnum<PropertyIndex>::Pair property_index_table[] = { 622 static StringToEnum<ConnectionType>::Pair table[] = { 642 static StringToEnum<ConnectionMode>::Pair table[] = { 652 static StringToEnum<ConnectionState>::Pair table[] = { 668 static StringToEnum<ConnectionError>::Pair table[] = { 688 static StringToEnum<VirtualNetwork::ProviderType>::Pair table[] = { 699 static StringToEnum<ActivationState>::Pair table[] = { 712 static StringToEnum<ConnectivityState>::Pair table[] = [all...] |
/external/clang/include/clang/Sema/ |
Sema.h | 200 typedef std::pair<llvm::PointerUnion<const TemplateTypeParmType*, NamedDecl*>, 383 SmallVector<std::pair<const CXXDestructorDecl*, 394 SmallVector<std::pair<CXXMethodDecl*, const FunctionProtoType*>, 2> 743 llvm::PointerIntPair<CXXMethodDecl*, 2> Pair; 750 CXXMethodDecl *getMethod() const { return Pair.getPointer(); } 751 void setMethod(CXXMethodDecl *MD) { Pair.setPointer(MD); } 753 Kind getKind() const { return static_cast<Kind>(Pair.getInt()); } 754 void setKind(Kind K) { Pair.setInt(K); } 797 llvm::SmallVectorImpl<std::pair<NamedDecl *, SourceLocation> > &Undefined); 799 typedef std::pair<ObjCMethodList, ObjCMethodList> GlobalMethods [all...] |