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

1 2

  /build/blueprint/parser/
ast.go 164 ListType
174 case ListType:
326 func (x *List) Type() Type { return ListType }
  /external/libchrome/base/
observer_list.h 121 typedef std::vector<ObserverType*> ListType;
123 ListType observers_;
152 ListType& observers = list_->observers_;
173 typename ListType::iterator it =
197 for (typename ListType::iterator it = observers_.begin();
  /packages/apps/Contacts/src/com/android/contacts/logging/
ListEvent.java 29 public int listType;
56 // Should match ContactsExtension.ListEvent.ListType values in
58 public static final class ListType {
77 private ListType() {
88 .add("listType", listType)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
types.py 39 ListType = list
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
types.py 39 ListType = list
  /external/llvm/lib/Target/Hexagon/
HexagonGenInsert.cpp 359 typedef std::vector<unsigned> ListType;
372 typedef ListType::iterator iterator;
373 typedef ListType::const_iterator const_iterator;
382 ListType Seq;
    [all...]
  /external/python/cpython2/Lib/
types.py 39 ListType = list
  /prebuilts/gdb/darwin-x86/lib/python2.7/
types.py 39 ListType = list
  /prebuilts/gdb/linux-x86/lib/python2.7/
types.py 39 ListType = list
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
types.py 39 ListType = list
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
types.py 39 ListType = list
  /system/tools/aidl/
type_java.cpp 548 ListType::ListType(const JavaTypeNamespace* types)
552 string ListType::InstantiableName() const { return "java.util.ArrayList"; }
554 void ListType::WriteToParcel(StatementBlock* addTo, Variable* v,
559 void ListType::CreateFromParcel(StatementBlock* addTo, Variable* v,
566 void ListType::ReadFromParcel(StatementBlock* addTo, Variable* v,
    [all...]
type_java.h 337 class ListType : public Type {
339 explicit ListType(const JavaTypeNamespace* types);
  /external/llvm/lib/TableGen/
TGParser.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/TableGen/
TGParser.cpp     [all...]
Record.cpp 618 ListRecTy *ListType = dynamic_cast<ListRecTy *>(getType());
619 assert(ListType && "Bad type for ListInit!");
620 RecTy *EltTy = ListType->getElementType();
1061 ListRecTy *ListType = dynamic_cast<ListRecTy*>(Type);
1075 if ((MHSd && DagType) || (MHSl && ListType)) {
    [all...]
  /external/python/cpython2/Modules/
_tkinter.c 273 const Tcl_ObjType *ListType;
752 v->ListType = Tcl_GetObjType("list");
    [all...]
  /external/googletest/googlemock/include/gmock/
gmock-matchers.h     [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-matchers.h     [all...]
  /external/fmtlib/test/gmock/
gmock.h     [all...]
  /external/guice/extensions/persist/lib/
hibernate3.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha4/
intellij-core-26.0.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha5/
intellij-core-26.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha6/
intellij-core-26.0.0-alpha6.jar 

Completed in 1214 milliseconds

1 2