/third_party/ltp/include/mk/ |
H A D | gitignore.mk | 25 BEFORE:= .gitignore-before macro 35 $(RM) -f $(BEFORE) $(AFTER) 37 $(BEFORE): 50 .gitignore: | $(BEFORE) $(AFTER) 51 diff -u $(BEFORE) $(AFTER) | grep '^+' | sed -e 's,^\+,,g' > $@
|
/third_party/cups-filters/filter/braille/filters/ |
H A D | brftopagedbrf.in | 45 BEFORE= # All pages before and including this 81 if [ -z "$BEFORE" ] || [ "$LAST" -gt "$BEFORE" ] 83 BEFORE="$LAST" 98 if [ -n "$BEFORE" ] && [ "$PAGE" -le "$BEFORE" ]
|
/third_party/libabigail/tests/data/test-diff-suppr/PR28073/ |
H A D | PR28073.c | 12 #ifndef BEFORE 21 #ifndef BEFORE in access_bigstruct()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | DayPeriodRules.java | 53 BEFORE, enum constant 60 if ("before".contentEquals(str)) { return CutoffType.BEFORE; } in fromStringOrNull() 166 // FROM/AFTER and BEFORE must come in a pair. in setDayPeriodForHoursFromCutoffs() 171 // We've gone around the array once and can't find a BEFORE. in setDayPeriodForHoursFromCutoffs() 173 "FROM/AFTER cutoffs must have a matching BEFORE cutoff."); in setDayPeriodForHoursFromCutoffs() 176 if ((cutoffs[hour] & (1 << CutoffType.BEFORE.ordinal())) > 0) { in setDayPeriodForHoursFromCutoffs()
|
H A D | CurrencyData.java | 55 public static enum SpacingType { BEFORE, AFTER, COUNT }; enum constant 89 return symbols[SpacingType.BEFORE.ordinal()]; in getBeforeSymbols()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | DayPeriodRules.java | 60 BEFORE, enum constant 67 if ("before".contentEquals(str)) { return CutoffType.BEFORE; } in fromStringOrNull() 173 // FROM/AFTER and BEFORE must come in a pair. in setDayPeriodForHoursFromCutoffs() 178 // We've gone around the array once and can't find a BEFORE. in setDayPeriodForHoursFromCutoffs() 180 "FROM/AFTER cutoffs must have a matching BEFORE cutoff."); in setDayPeriodForHoursFromCutoffs() 183 if ((cutoffs[hour] & (1 << CutoffType.BEFORE.ordinal())) > 0) { in setDayPeriodForHoursFromCutoffs()
|
H A D | CurrencyData.java | 74 public static enum SpacingType { BEFORE, AFTER, COUNT }; enum constant 111 return symbols[SpacingType.BEFORE.ordinal()]; in getBeforeSymbols()
|
H A D | ICUCurrencyDisplayInfoProvider.java | 593 type = CurrencySpacingInfo.SpacingType.BEFORE; in consumeCurrencySpacingTable()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectRenderingTests.cpp | 51 BEFORE, enumerator 406 if (m_params.extraOutputs == BEFORE || (m_params.extraOutputs == BETWEEN && m_params.colorAttachmentCount + m_params.extraAttachmentCount == 0)) in beginRendering() 477 if (i <= m_params.extraAttachmentCount && m_params.extraAttachments == BEFORE) in setColorFormats() 518 if ((m_params.extraAttachments == BEFORE && attachmentIndex < m_params.extraAttachmentCount) || (m_params.extraAttachments == BETWEEN && attachmentIndex > m_params.colorAttachmentCount / 2u && attachmentIndex <= m_params.colorAttachmentCount / 2u + m_params.extraAttachmentCount) || (m_params.extraAttachments == AFTER && attachmentIndex >= m_params.colorAttachmentCount)) in generateExpectedImage() 855 if (m_params.extraAttachments == BEFORE || (m_params.extraAttachments == BETWEEN && i > outputCount / 2)) in initPrograms() 857 bool firstWrittenAttachment = (m_params.extraOutputs == BEFORE) ? (i == m_params.extraFragmentOutputCount) : (i == 0); in initPrograms() 870 if (m_params.extraAttachments == BEFORE || (m_params.extraAttachments == BETWEEN && i > outputCount / 2)) in initPrograms() 872 bool firstWrittenAttachment = (m_params.extraOutputs == BEFORE) ? (i == m_params.extraFragmentOutputCount) : (i == 0); in initPrograms() 921 { 1u, BEFORE, "extra_attachment_before_1", }, in createShaderObjectRenderingTests() 924 { 2u, BEFORE, "extra_attachment_before_ in createShaderObjectRenderingTests() [all...] |
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
H A D | DayPeriodsMapperTest.java | 43 AT, BEFORE, FROM; enum constant 177 return ImmutableMap.of(RuleName.FROM, from, RuleName.BEFORE, to); in isBetween()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIMemoryLegalizer.cpp | 65 BEFORE, member in __anon24492::Position 1154 Position::BEFORE); in expandLoad() 1193 Position::BEFORE); in expandStore() 1230 Position::BEFORE); in expandAtomicFence() 1237 Position::BEFORE); in expandAtomicFence() 1260 Position::BEFORE); in expandAtomicCmpxchgOrRmw()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationRuleParser.java | 124 private static final String BEFORE = "[before"; field in CollationRuleParser 212 if(rules.regionMatches(i, BEFORE, 0, BEFORE.length()) && in parseResetAndPosition() 213 (j = i + BEFORE.length()) < rules.length() && in parseResetAndPosition()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | CollationRuleParser.java | 128 private static final String BEFORE = "[before"; field in CollationRuleParser 216 if(rules.regionMatches(i, BEFORE, 0, BEFORE.length()) && in parseResetAndPosition() 217 (j = i + BEFORE.length()) < rules.length() && in parseResetAndPosition()
|
/third_party/skia/third_party/externals/tint/src/ |
H A D | clone_context.h | 413 template <typename T, typename BEFORE, typename OBJECT> 415 const BEFORE* before, in InsertBefore()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateComputeTests.cpp | 727 enum class WhenToSet { BEFORE = 0, AFTER }; member in vkt::DynamicState::__anon27956::WhenToSet 907 if (m_params.whenToSet == WhenToSet::BEFORE) in iterateTransfer() 1057 if (m_params.whenToSet == WhenToSet::BEFORE) in iterateCompute() 1130 { WhenToSet::BEFORE, "before" }, in createDynamicStateComputeTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
H A D | vktDynamicStateComputeTests.cpp | 718 enum class WhenToSet { BEFORE = 0, AFTER }; member in vkt::DynamicState::__anon29191::WhenToSet 892 if (m_params.whenToSet == WhenToSet::BEFORE) in iterateTransfer() 1034 if (m_params.whenToSet == WhenToSet::BEFORE) in iterateCompute() 1106 { WhenToSet::BEFORE, "before" }, in createDynamicStateComputeTests()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | collationruleparser.cpp | 43 static const UChar BEFORE[] = { 0x5b, 0x62, 0x65, 0x66, 0x6f, 0x72, 0x65, 0 }; // "[before" member 179 if(rules->compare(i, BEFORE_LENGTH, BEFORE, 0, BEFORE_LENGTH) == 0 && in parseResetAndPosition()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationruleparser.cpp | 45 static const char16_t BEFORE[] = { 0x5b, 0x62, 0x65, 0x66, 0x6f, 0x72, 0x65, 0 }; // "[before" member 181 if(rules->compare(i, BEFORE_LENGTH, BEFORE, 0, BEFORE_LENGTH) == 0 && in parseResetAndPosition()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collationruleparser.cpp | 43 static const UChar BEFORE[] = { 0x5b, 0x62, 0x65, 0x66, 0x6f, 0x72, 0x65, 0 }; // "[before" member 179 if(rules->compare(i, BEFORE_LENGTH, BEFORE, 0, BEFORE_LENGTH) == 0 && in parseResetAndPosition()
|
/third_party/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/ |
H A D | ICUCurrencyDisplayInfoProvider.java | 589 type = CurrencySpacingInfo.SpacingType.BEFORE; in consumeCurrencySpacingTable()
|
/third_party/node/deps/openssl/openssl/ |
H A D | Configure | 2217 "BEFORE" => sub { 3533 if ($collectors{"BEFORE"}) { 3534 $collectors{"BEFORE"}->($_); 3537 if ($re !~ /^OTHERWISE|BEFORE|AFTER$/ && /$re/) {
|
/third_party/openssl/ |
H A D | Configure | 2212 "BEFORE" => sub { 3528 if ($collectors{"BEFORE"}) { 3529 $collectors{"BEFORE"}->($_); 3532 if ($re !~ /^OTHERWISE|BEFORE|AFTER$/ && /$re/) {
|