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

1 2 3 4

  /external/ltp/include/mk/
gitignore.mk 27 AFTER:= .gitignore-after
35 $(RM) -f $(BEFORE) $(AFTER)
42 $(AFTER):
50 .gitignore: | $(BEFORE) $(AFTER)
51 diff -u $(BEFORE) $(AFTER) | grep '^+' | sed -e 's,^\+,,g' > $@
  /device/google/contexthub/firmware/os/platform/native/lkr/
native.extra.lkr 27 INSERT AFTER .text;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
incpath.h 34 enum { QUOTE = 0, BRACKET, SYSTEM, AFTER };
  /frameworks/minikin/include/minikin/
GraphemeBreak.h 26 AFTER = 0,
  /tools/tradefederation/core/tests/src/com/android/tradefed/result/
BugreportCollectorTest.java 84 Predicate foo = new Predicate(Relation.AFTER, Freq.EACH, Noun.TESTCASE);
89 Predicate foo = new Predicate(Relation.AFTER, Freq.EACH, Noun.TESTCASE);
90 Predicate bar = new Predicate(Relation.AFTER, Freq.EACH, Noun.TESTCASE);
91 Predicate baz = new Predicate(Relation.AFTER, Freq.EACH, Noun.INVOCATION);
100 Predicate shortP = new Predicate(Relation.AFTER, Freq.EACH, Noun.INVOCATION);
101 Predicate longP = new Predicate(Relation.AFTER, Freq.EACH, Noun.INVOCATION,
108 Predicate shortP = new Predicate(Relation.AFTER, Freq.EACH, Noun.INVOCATION);
109 Predicate longP = new Predicate(Relation.AFTER, Freq.EACH, Noun.INVOCATION,
111 Predicate longP2 = new Predicate(Relation.AFTER, Freq.EACH, Noun.INVOCATION,
135 {Relation.AFTER, Freq.FIRST, Noun.INVOCATION}
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/result/
BugreportCollector.java 34 * occur and then calls {@link ITestInvocationListener#testLog} on its children after each
39 * <li>Capture after each if any testcases failed</li>
40 * <li>Capture after each testcase</li>
41 * <li>Capture after each failed testcase</li>
46 /** A predefined predicate which fires after each failed testcase */
48 p(Relation.AFTER, Freq.EACH, Noun.FAILED_TESTCASE);
68 AFTER,
114 // failed in the AFTER case.
119 "failure on the AFTER event.", fp, n));
319 // Expect to get something like "AFTER", "TESTCASE
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKeyDxe/
HiKeyDxe.inf 77 AFTER gFaultTolerantWriteGuid
  /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...]
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
ApkInstrumentationPreparer.java 51 BEFORE, AFTER, BOTH;
70 if (mWhen == When.AFTER) {
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
CurrencyData.java 54 public static enum SpacingType { BEFORE, AFTER, COUNT };
92 return symbols[SpacingType.AFTER.ordinal()];
DayPeriodRules.java 58 AFTER, // TODO: AFTER is deprecated in CLDR 29. Remove.
65 if ("after".contentEquals(str)) { return CutoffType.AFTER; }
170 // FROM/AFTER and BEFORE must come in a pair.
172 (cutoffs[startHour] & (1 << CutoffType.AFTER.ordinal())) > 0) {
177 "FROM/AFTER cutoffs must have a matching BEFORE cutoff.");
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CurrencyData.java 50 public static enum SpacingType { BEFORE, AFTER, COUNT };
88 return symbols[SpacingType.AFTER.ordinal()];
DayPeriodRules.java 54 AFTER, // TODO: AFTER is deprecated in CLDR 29. Remove.
61 if ("after".contentEquals(str)) { return CutoffType.AFTER; }
166 // FROM/AFTER and BEFORE must come in a pair.
168 (cutoffs[startHour] & (1 << CutoffType.AFTER.ordinal())) > 0) {
173 "FROM/AFTER cutoffs must have a matching BEFORE cutoff.");
  /packages/apps/Car/libs/car-stream-ui-lib/src/com/android/car/view/
CarLayoutManager.java 105 @IntDef({BEFORE, AFTER})
108 private static final int AFTER = 1;
147 * break is the page break after it.
189 * not re-added will be removed after onLayoutChildren.
199 * of onLayoutChildren (or 0 if there is none). This row will be laid out first. After that,
250 while (shouldLayoutNextRow(state, adjacentRow, AFTER)) {
251 adjacentRow = layoutNextRow(recycler, adjacentRow, AFTER);
353 while (shouldLayoutNextRow(state, adjacentRow, AFTER)) {
354 adjacentRow = layoutNextRow(recycler, adjacentRow, AFTER);
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-darwin.c 820 // only very occasionally cause a delta. We resync after 20 of those
822 // resync after those (CheckAlways).
830 Bool when_after = STREQ(when, "after");
856 // "after mach_msg_receive <number>"
867 // "after mach_msg_receive-UNHANDLED <number>"
891 // after workq_ops(QUEUE_REQTHREADS) 0x00000000
897 // after workq_ops(THREAD_RETURN) 0x00000000
903 // after kevent64 0x00000000
913 // "after mach_msg_receive <number>"
924 // "after mach_msg_receive-UNHANDLED <number>
5604 mach_port_name_t after; member in struct:__anon37378
    [all...]
  /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/testng/src/main/java/org/testng/reporters/
SuiteHTMLReporter.java 345 public static final String AFTER= "&lt;&lt;";
352 bw.append("<h3>" + BEFORE + " means before, " + AFTER + " means after</h3><p/>");
408 String configurationClassMethod = isClassConfiguration ? (bc ? BEFORE : AFTER) + methodName : SP;
409 String configurationTestMethod = isTestConfiguration ? (bt ? BEFORE : AFTER) + methodName : SP;
410 String configurationGroupsMethod = isGroupsConfiguration ? (bg ? BEFORE : AFTER) + methodName : SP;
411 String configurationSuiteMethod = isSuiteConfiguration ? (bs ? BEFORE : AFTER) + methodName : SP;
412 String setUpOrTearDownMethod = isSetupOrTearDown ? (setUp ? BEFORE : AFTER) + methodName : SP;
474 else if (s.startsWith(AFTER)) {
475 prefix = AFTER;
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
SpannableStringBuilderSpanTest.java 203 case SpanSet.AFTER:
237 case SpanSet.AFTER:
339 static final int AFTER = 2;
362 else return AFTER;
395 // Must be done after all the spans were added, to not record these additions
  /external/libjpeg-turbo/doc/html/
dynsections.js 54 //All rows after the clicked row
57 //Only match elements AFTER this one (can't hide elements before)
  /frameworks/minikin/libs/minikin/
GraphemeBreak.cpp 148 // character after the ZWJ, but are tighter in that we only treat it as one cluster if a
193 // Immediately after each virama (that is not just a pure killer) followed by a letter, we
208 case AFTER:
  /tools/tradefederation/core/prod-tests/src/com/android/media/tests/
MediaMemoryTest.java 123 Relation.AFTER, Freq.EACH, Noun.TESTRUN));
MediaPlayerStressTest.java 106 Relation.AFTER, Freq.EACH, Noun.TESTRUN));
VideoEditingMemoryTest.java 116 Relation.AFTER, Freq.EACH, Noun.TESTRUN));
VideoEditingPerformanceTest.java 146 Relation.AFTER, Freq.EACH, Noun.TESTRUN));

Completed in 1251 milliseconds

1 2 3 4