HomeSort by relevance Sort by last modified time
    Searched refs:canInsert (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
PropertyMapHashTable.h 225 bool canInsert();
283 ASSERT(canInsert());
366 if (!canInsert()) {
476 ASSERT(canInsert());
500 ASSERT(canInsert());
550 inline bool PropertyTable::canInsert()
  /external/clang/lib/Edit/
Commit.cpp 49 if ((!afterToken && !canInsert(loc, Offs)) ||
70 if ((!afterToken && !canInsert(loc, Offs)) ||
117 if (!canInsert(range.getBegin(), Offs) || !canRemoveRange(range, Offs, Len)) {
220 bool Commit::canInsert(SourceLocation loc, FileOffset &offs) {
326 if (!canInsert(loc, Offs))
  /external/clang/include/clang/Edit/
Commit.h 118 bool canInsert(SourceLocation loc, FileOffset &Offset);
  /external/clang/lib/ARCMigrate/
TransformActions.cpp 150 bool canInsert(SourceLocation loc);
203 if (!canInsert(act.Loc))
381 bool TransformActionsImpl::canInsert(SourceLocation loc) {
408 return canInsert(range.getBegin()) && canInsertAfterToken(range.getEnd());
417 if (!canInsert(loc))
  /packages/apps/Contacts/src/com/android/contacts/model/
EntityModifier.java 85 public static boolean canInsert(EntityDelta state, DataKind kind) {
563 if (hasOrg && EntityModifier.canInsert(state, kindOrg)) {
580 if (hasNotes && EntityModifier.canInsert(state, kindNotes)) {
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
KindSectionView.java 240 if (!hasEmptyEditor() && EntityModifier.canInsert(mState, mKind)) {
  /packages/apps/Contacts/tests/src/com/android/contacts/
EntityModifierTests.java 248 * Test {@link EntityModifier#canInsert(EntityDelta, DataKind)} by
263 assertTrue("Unable to insert", EntityModifier.canInsert(state, kindPhone));
268 assertTrue("Unable to insert", EntityModifier.canInsert(state, kindPhone));
272 assertFalse("Able to insert", EntityModifier.canInsert(state, kindPhone));
    [all...]

Completed in 382 milliseconds