HomeSort by relevance Sort by last modified time
    Searched refs:PARENT (Results 26 - 50 of 63) sorted by null

12 3

  /packages/apps/Browser/src/com/android/browser/
Bookmarks.java 67 * @param parent ID of the parent folder.
70 String name, Bitmap thumbnail, long parent) {
80 values.put(BrowserContract.Bookmarks.PARENT, parent);
AddBookmarkPage.java 358 values.put(BrowserContract.Bookmarks.PARENT, currentFolder);
414 // folder at all to prevent any chance of the user adding a parent
541 public void onItemClick(AdapterView<?> parent, View view, int position,
582 public View newView(Context context, Cursor cursor, ViewGroup parent) {
636 mCurrentFolder = mMap.getLong(BrowserContract.Bookmarks.PARENT, DEFAULT_FOLDER_ID);
1132 long parent = c.getLong(0); local
    [all...]
BrowserBookmarksPage.java 428 public boolean onChildClick(ExpandableListView parent, View v,
491 BookmarksLoader.PROJECTION, BrowserContract.Bookmarks.PARENT + "=?",
524 item.putLong(BrowserContract.Bookmarks.PARENT,
630 null, BrowserContract.Bookmarks.PARENT + "=?",
  /external/clang/lib/AST/
MicrosoftMangle.cpp 105 #define ABSTRACT_TYPE(CLASS, PARENT)
106 #define NON_CANONICAL_TYPE(CLASS, PARENT)
107 #define TYPE(CLASS, PARENT) void mangleType(const CLASS##Type *T, \
    [all...]
TypePrinter.cpp 103 #define ABSTRACT_TYPE(CLASS, PARENT)
104 #define TYPE(CLASS, PARENT) \
270 #define ABSTRACT_TYPE(CLASS, PARENT)
271 #define TYPE(CLASS, PARENT) case Type::CLASS: \
296 #define ABSTRACT_TYPE(CLASS, PARENT)
297 #define TYPE(CLASS, PARENT) case Type::CLASS: \
    [all...]
ItaniumMangle.cpp 72 const DeclContext *Parent = getEffectiveDeclContext(cast<Decl>(DC));
73 if (isa<FunctionDecl>(Parent))
75 DC = Parent;
325 #define ABSTRACT_TYPE(CLASS, PARENT)
326 #define NON_CANONICAL_TYPE(CLASS, PARENT)
327 #define TYPE(CLASS, PARENT) void mangleType(const CLASS##Type *T);
    [all...]
StmtPrinter.cpp 102 #define STMT(CLASS, PARENT) \
    [all...]
Stmt.cpp 43 #define STMT(CLASS, PARENT) \
    [all...]
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 98 /// where Bar is the direct parent class of Foo (unless Foo has
99 /// no parent), and then calls VisitFoo(x) (see the next list item).
251 #define STMT(CLASS, PARENT) \
259 #define STMT(CLASS, PARENT) \
261 TRY_TO(WalkUpFrom##PARENT(S)); \
508 #define STMT(CLASS, PARENT) \
564 #define STMT(CLASS, PARENT) \
    [all...]
Comment.h 175 #define COMMENT(CLASS, PARENT) CLASS##Kind,
Stmt.h 104 #define STMT(CLASS, PARENT) CLASS##Class,
    [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h 99 /// where Bar is the direct parent class of Foo (unless Foo has
100 /// no parent), and then calls VisitFoo(x) (see the next list item).
244 #define STMT(CLASS, PARENT) \
252 #define STMT(CLASS, PARENT) \
254 TRY_TO(WalkUpFrom##PARENT(S)); \
498 #define STMT(CLASS, PARENT) \
    [all...]
  /packages/apps/Browser/src/com/android/browser/widget/
BookmarkThumbnailWidgetService.java 66 BrowserContract.Bookmarks.PARENT};
  /packages/apps/Email/src/com/android/mail/providers/
UIProvider.java 218 * lists its parent) or conversation-level threading (each message lists one conversation
536 public static final int PARENT = 0x0002;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseIterators.java 126 case Axis.PARENT :
193 case Axis.PARENT :
338 * Iterator that returns the parent of a given node. Note that
373 * Set the node type of the parent that we're looking for.
375 * this type", but "yield the parent if it is of this type".
392 * only the immediate parent, _if_ it matches the requested nodeType.
1310 int parent, index; local
2008 int parent = _parent(node); local
    [all...]
DTMDefaultBaseTraversers.java 151 case Axis.PARENT :
364 // If the parent occured before the subtree root, then
371 // to climb up until the parent is less than the subtree root, in
627 * which fails if the parent starts after the root ends.
    [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp     [all...]
TreeTransform.h 526 #define ABSTRACT_TYPELOC(CLASS, PARENT)
527 #define TYPELOC(CLASS, PARENT) \
590 #define STMT(Node, Parent) \
592 #define EXPR(Node, Parent) \
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cp-tree.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cp-tree.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.h     [all...]
  /frameworks/base/core/java/android/provider/
MediaStore.java 470 * The index of the parent directory of the file
473 public static final String PARENT = "parent";
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java 3066 Long parent = values.getAsLong(FileColumns.PARENT); local
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 162 // The keys to these hash_maps are (parent, name) or (parent, number)
441 inline Symbol FindNestedSymbol(const void* parent,
443 inline Symbol FindNestedSymbolOfType(const void* parent,
449 const Descriptor* parent, int number) const;
451 const void* parent, const string& lowercase_name) const;
453 const void* parent, const string& camelcase_name) const;
455 const EnumDescriptor* parent, int number) const;
464 bool AddAliasUnderParent(const void* parent, const string& name,
556 const void* parent, const string& name) const
664 const void* parent; local
    [all...]

Completed in 781 milliseconds

12 3