HomeSort by relevance Sort by last modified time
    Searched refs:AFTER (Results 1 - 25 of 29) sorted by null

1 2

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
incpath.h 36 enum { QUOTE = 0, BRACKET, SYSTEM, AFTER };
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
incpath.h 36 enum { QUOTE = 0, BRACKET, SYSTEM, AFTER };
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
incpath.h 36 enum { QUOTE = 0, BRACKET, SYSTEM, AFTER };
  /packages/providers/ContactsProvider/tests/assets/testUnsynced/
legacy_contacts.sql 91 CREATE TRIGGER contact_methods_INSERT_typeAndLabel AFTER INSERT ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
92 CREATE TRIGGER contact_methods_UPDATE_typeAndLabel AFTER UPDATE ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
98 CREATE TRIGGER extensions_update AFTER UPDATE ON extensions BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person; END;
101 CREATE TRIGGER groupmembership_update AFTER UPDATE ON groupmembership BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person; END;
104 CREATE TRIGGER organizations_INSERT_typeAndLabel AFTER INSERT ON organizations WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
105 CREATE TRIGGER organizations_UPDATE_typeAndLabel AFTER UPDATE ON organizations WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
108 CREATE TRIGGER organizations_update AFTER UPDATE ON organizations BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person; END;
110 CREATE TRIGGER peopleLookupWithPhoneticName_insert AFTER INSERT ON people BEGIN SELECT _TOKENIZE('peopleLookupWithPhoneticName', new._id, GET_NORMALIZED_STRING(CASE WHEN (new.phonetic_name IS NOT NULL AND new.phonetic_name != '') THEN new.phonetic_name ELSE (CASE WHEN (new.name is NOT NULL AND new.name != '') THEN new.name ELSE '' END) END), ' ', 1);END;
112 CREATE TRIGGER peopleLookup_insert AFTER INSERT ON people BEGIN SELECT _TOKENIZE('peopleLookup', new._id, new.name, ' ', 1);END;
115 CREATE TRIGGER phones_INSERT_typeAndLabel AFTER INSERT ON phones WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW (…)
    [all...]
  /external/v8/src/mips/
lithium-mips.h 164 AFTER,
166 LAST_INNER_POSITION = AFTER
  /packages/providers/ContactsProvider/tests/assets/test1/
legacy_contacts.sql 123 CREATE TRIGGER contact_methods_INSERT_typeAndLabel AFTER INSERT ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
124 CREATE TRIGGER contact_methods_UPDATE_typeAndLabel AFTER UPDATE ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
130 CREATE TRIGGER extensions_update AFTER UPDATE ON extensions BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person; END;
133 CREATE TRIGGER groupmembership_update AFTER UPDATE ON groupmembership BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person; END;
136 CREATE TRIGGER organizations_INSERT_typeAndLabel AFTER INSERT ON organizations WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
137 CREATE TRIGGER organizations_UPDATE_typeAndLabel AFTER UPDATE ON organizations WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
140 CREATE TRIGGER organizations_update AFTER UPDATE ON organizations BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person; END;
142 CREATE TRIGGER peopleLookupWithPhoneticName_insert AFTER INSERT ON people BEGIN SELECT _TOKENIZE('peopleLookupWithPhoneticName', new._id, GET_NORMALIZED_STRING(CASE WHEN (new.phonetic_name IS NOT NULL AND new.phonetic_name != '') THEN new.phonetic_name ELSE (CASE WHEN (new.name is NOT NULL AND new.name != '') THEN new.name ELSE '' END) END), ' ', 1);END;
144 CREATE TRIGGER peopleLookup_insert AFTER INSERT ON people BEGIN SELECT _TOKENIZE('peopleLookup', new._id, new.name, ' ', 1);END;
147 CREATE TRIGGER phones_INSERT_typeAndLabel AFTER INSERT ON phones WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW (…)
    [all...]
  /packages/providers/ContactsProvider/tests/assets/testSynced/
legacy_contacts.sql 147 CREATE TRIGGER contact_methods_INSERT_typeAndLabel AFTER INSERT ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
148 CREATE TRIGGER contact_methods_UPDATE_typeAndLabel AFTER UPDATE ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
154 CREATE TRIGGER extensions_update AFTER UPDATE ON extensions BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person; END;
157 CREATE TRIGGER groupmembership_update AFTER UPDATE ON groupmembership BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person; END;
160 CREATE TRIGGER organizations_INSERT_typeAndLabel AFTER INSERT ON organizations WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
161 CREATE TRIGGER organizations_UPDATE_typeAndLabel AFTER UPDATE ON organizations WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
164 CREATE TRIGGER organizations_update AFTER UPDATE ON organizations BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person; END;
166 CREATE TRIGGER peopleLookupWithPhoneticName_insert AFTER INSERT ON people BEGIN SELECT _TOKENIZE('peopleLookupWithPhoneticName', new._id, GET_NORMALIZED_STRING(CASE WHEN (new.phonetic_name IS NOT NULL AND new.phonetic_name != '') THEN new.phonetic_name ELSE (CASE WHEN (new.name is NOT NULL AND new.name != '') THEN new.name ELSE '' END) END), ' ', 1);END;
168 CREATE TRIGGER peopleLookup_insert AFTER INSERT ON people BEGIN SELECT _TOKENIZE('peopleLookup', new._id, new.name, ' ', 1);END;
171 CREATE TRIGGER phones_INSERT_typeAndLabel AFTER INSERT ON phones WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW (…)
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderCounter.cpp 66 case AFTER:
76 if (RenderObject* after = renderer->afterPseudoElementRenderer())
77 return after;
112 case AFTER:
141 case AFTER:
174 case AFTER:
226 case AFTER:
308 if (previousSibling) { // But we already found another counter that we come after.
483 return 0; // RenderCounters are restricted to before and after pseudo elements
485 if ((containerStyle == BEFORE) || (containerStyle == AFTER))
    [all...]
RenderObjectChildList.cpp 254 // Only table parts need to search for the :before or :after parent
305 if (last && last->style()->styleType() != AFTER)
315 // In CSS2, before/after pseudo-content cannot nest. Check this first.
316 if (owner->style()->styleType() == BEFORE || owner->style()->styleType() == AFTER)
328 case AFTER:
343 // :after content and not :before content.
348 // then we don't generate the :after content.
349 if (newContentWanted && type == AFTER && owner->virtualContinuation())
452 ASSERT(styledObject->node()); // The styled object cannot be anonymous or else it could not have ':before' or ':after' pseudo elements.
RenderRuby.cpp 70 && object->firstChild()->style()->styleType() == AFTER;
124 // Insert :before and :after content before/after the RenderRubyRun(s)
196 // If the child's parent is an anoymous block (must be generated :before/:after content)
225 // Insert :before and :after content before/after the RenderRubyRun(s)
297 // If the child's parent is an anoymous block (must be generated :before/:after content)
RenderTableRow.cpp 70 children()->updateBeforeAfterContent(this, AFTER);
85 // Make sure we don't append things after :after-generated content if we have it.
RenderInline.cpp 72 // properly dirty line boxes that they are removed from. Effects that do :before/:after only on hover could crash otherwise.
138 // and after the block share the same style, but the block doesn't
158 // Update pseudos for :before and :after now.
161 children()->updateBeforeAfterContent(this, AFTER);
238 // Make sure we don't append things after :after-generated content if we have it.
246 // the children after |beforeChild| and put them in a clone of this object.
255 // Someone may have put a <p> inside a <q>, causing a split. When this happens, the :after content
256 // has to move into the inline continuation. Call updateBeforeAfterContent to ensure that our :after
260 children()->updateBeforeAfterContent(this, AFTER);
    [all...]
RenderObject.h 462 // This is the same as node() except for renderers of :before and :after
546 // We don't yet handle generated content animation such as first-letter or before/after (we'll worry about this later).
    [all...]
RenderBlock.cpp 164 // properly dirty line boxes that they are removed from. Effects that do :before/:after only on hover could crash otherwise.
268 // Update pseudos for :before and :after now.
271 updateBeforeAfterContent(AFTER);
274 // After our style changed, if we lose our ability to propagate floats into next sibling
498 // Someone may have indirectly caused a <q> to split. When this happens, the :after content
499 // has to move into the inline continuation. Call updateBeforeAfterContent to ensure that the inline's :after
502 blockCurr->children()->updateBeforeAfterContent(blockCurr, AFTER);
505 // *after* currChild and append them all to the clone.
517 // Now take all the children after currChild and remove them from the fromBlock
672 // Make sure we don't append things after :after-generated content if we have it
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c 678 #define AFTER VG_(get_ThreadState)(tid)->os_state.post_mach_trap_fn
4575 mach_port_name_t after; member in struct:__anon12479
    [all...]
  /frameworks/base/core/java/android/animation/
AnimatorSet.java 26 * can be set up to play together, in sequence, or after a specified delay.
104 // The amount of time in ms to delay starting the animation after start() is called
155 * @param items The animations that will be started one after another.
174 * @param items The animations that will be started one after another.
246 * <code>play(a1).after(a2)</code> sets up the AnimatorSet to play
369 * The amount of time, in milliseconds, to delay starting the animation after
380 * The amount of time, in milliseconds, to delay starting the animation after
418 // insert "play-after" delays
629 // The Dependency rule (WITH or AFTER) that the listener should wait for on
651 if (mRule == Dependency.AFTER) {
1081 public Builder after(Animator anim) { method in class:AnimatorSet.Builder
1101 public Builder after(long delay) { method in class:AnimatorSet.Builder
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyleConstants.h 71 NOPSEUDO, FIRST_LINE, FIRST_LETTER, BEFORE, AFTER, SELECTION, FIRST_LINE_INHERITED, SCROLLBAR, FILE_UPLOAD_BUTTON, INPUT_PLACEHOLDER,
  /external/chromium/chrome/browser/sync/resources/
gaia_login.js 142 // We're in ltr and in the translation the word 'Google' is AFTER the
  /external/v8/src/arm/
lithium-arm.h 334 parallel_moves_[AFTER] = NULL;
348 AFTER,
350 LAST_INNER_POSITION = AFTER
    [all...]
  /external/v8/src/ia32/
lithium-ia32.h 335 parallel_moves_[AFTER] = NULL;
349 AFTER,
351 LAST_INNER_POSITION = AFTER
    [all...]
  /external/v8/src/x64/
lithium-x64.h 335 parallel_moves_[AFTER] = NULL;
349 AFTER,
351 LAST_INNER_POSITION = AFTER
    [all...]
  /external/webrtc/src/modules/audio_processing/aecm/main/matlab/
compsup.m 153 fprintf(1,'.. SUPPRESSING ONLY AFTER %5.1f SECONDS! ..\n',avtime);
  /frameworks/base/core/jni/android/graphics/
Paint.cpp 64 AFTER, AT_OR_AFTER, BEFORE, AT_OR_BEFORE, AT
650 case AFTER:
    [all...]
  /external/webkit/Source/WebCore/css/
CSSSelector.cpp 128 return AFTER;
242 DEFINE_STATIC_LOCAL(AtomicString, after, ("after"));
330 nameToPseudoType->set(after.impl(), CSSSelector::PseudoAfter);
  /external/v8/src/
lithium-allocator.cc 115 UseInterval* after = new UseInterval(pos, end_); local
116 after->next_ = next_;
117 next_ = after;
321 UseInterval* after = before->next(); local
323 ? after // Only interval in the range after split.
325 result->first_interval_ = after;
329 // position after it.
    [all...]

Completed in 706 milliseconds

1 2