OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ListType
(Results
1 - 7
of
7
) sorted by null
/external/chromium/base/
observer_list.h
96
ListType
& observers = list_.observers_;
123
typename
ListType
::iterator it =
144
for (typename
ListType
::iterator it = observers_.begin();
157
typename
ListType
::iterator it = observers_.begin();
170
typedef std::vector<ObserverType*>
ListType
;
172
ListType
observers_;
/frameworks/base/tools/aidl/
Type.h
295
class
ListType
: public Type
298
ListType
();
Type.cpp
75
LIST_TYPE = new
ListType
();
742
ListType
::
ListType
()
748
ListType
::InstantiableName() const
754
ListType
::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags)
760
ListType
::CreateFromParcel(StatementBlock* addTo, Variable* v, Variable* parcel, Variable** cl)
767
ListType
::ReadFromParcel(StatementBlock* addTo, Variable* v,
[
all
...]
/external/chromium/chrome/browser/safe_browsing/
safe_browsing_util.h
270
enum
ListType
{
279
// Maps a list name to
ListType
.
/external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js
424
FileManager.
ListType
= {
547
this.setListType(FileManager.
ListType
.DETAIL);
597
if (type == FileManager.
ListType
.DETAIL) {
605
} else if (type == FileManager.
ListType
.THUMBNAIL) {
735
if (this.listType_ == FileManager.
ListType
.THUMBNAIL) {
[
all
...]
/external/llvm/utils/TableGen/
Record.cpp
831
ListRecTy *
ListType
= dynamic_cast<ListRecTy*>(Type);
845
if ((MHSd && DagType) || (MHSl &&
ListType
)) {
[
all
...]
TGParser.cpp
[
all
...]
Completed in 807 milliseconds