Searched refs:doAdd (Results 1 – 7 of 7) sorted by relevance
92 void doAdd(const char* filename, PackageInfo* info) { in doAdd() function277 doAdd(filename, &package_info); in main()
34 extern int doAdd(Bundle* bundle);
261 case kCommandAdd: return doAdd(bundle); in handleCommand()
2383 int doAdd(Bundle* bundle) in doAdd() function
67 VLHS<TYPE, SIZE> PURE doAdd( in doAdd() function148 return helpers::doAdd(lhs, rhs);386 return helpers::doAdd(lhs, rhs);
173 return helpers::doAdd(
174 doAdd(bubble); in notificationEntryUpdated()225 private void doAdd(Bubble bubble) { in doAdd() method in BubbleData