| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | RBBIRuleParseTable.java | 84 new RBBIRuleTableElement(doNOP, 0, 0,0, true, null ) // 0 86 , new RBBIRuleTableElement(doNOP, 132, 1,0, true, null ) // 2 87 , new RBBIRuleTableElement(doNoChain,'^', 12, 9, true, null ) // 3 88 , new RBBIRuleTableElement(doExprStart,'$', 88, 98, false, null ) // 4 89 , new RBBIRuleTableElement(doNOP,'!', 19,0, true, null ) // 5 90 , new RBBIRuleTableElement(doNOP,';', 1,0, true, null ) // 6 91 , new RBBIRuleTableElement(doNOP, 252, 0,0, false, null ) // 7 92 , new RBBIRuleTableElement(doExprStart, 255, 29, 9, false, null ) // 8 94 , new RBBIRuleTableElement(doNOP, 132, 9,0, true, null ) // 10 95 , new RBBIRuleTableElement(doRuleError, 255, 103,0, false, null ) // 1 [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | RBBIRuleParseTable.java | 85 new RBBIRuleTableElement(doNOP, 0, 0,0, true, null ) // 0 87 , new RBBIRuleTableElement(doNOP, 132, 1,0, true, null ) // 2 88 , new RBBIRuleTableElement(doNoChain,'^', 12, 9, true, null ) // 3 89 , new RBBIRuleTableElement(doExprStart,'$', 88, 98, false, null ) // 4 90 , new RBBIRuleTableElement(doNOP,'!', 19,0, true, null ) // 5 91 , new RBBIRuleTableElement(doNOP,';', 1,0, true, null ) // 6 92 , new RBBIRuleTableElement(doNOP, 252, 0,0, false, null ) // 7 93 , new RBBIRuleTableElement(doExprStart, 255, 29, 9, false, null ) // 8 95 , new RBBIRuleTableElement(doNOP, 132, 9,0, true, null ) // 10 96 , new RBBIRuleTableElement(doRuleError, 255, 103,0, false, null ) // 1 [all...] |
| H A D | TransliteratorIDParser.java | 74 * 'source' and 'target' will always be non-null. The 'variant' 75 * will be non-null only if a non-empty variant was parsed. 81 * 'filter' is the parsed filter pattern, or null if there was no 85 public String source; // not null 86 public String target; // not null 87 public String variant; // may be null 88 public String filter; // may be null 103 * 'canonID' is always non-null. It may be the empty string "". 107 * 'basicID' is always non-null and non-empty. It is always of 111 * 'filter' may be null, i [all...] |
| /third_party/glfw/src/ |
| H A D | null_init.c | 40 const _GLFWplatform null = in _glfwConnectNull() local 116 *platform = null; in _glfwConnectNull() 124 memset(_glfw.null.keycodes, -1, sizeof(_glfw.null.keycodes)); in _glfwInitNull() 125 memset(_glfw.null.scancodes, -1, sizeof(_glfw.null.scancodes)); in _glfwInitNull() 127 _glfw.null.keycodes[GLFW_NULL_SC_SPACE] = GLFW_KEY_SPACE; in _glfwInitNull() 128 _glfw.null.keycodes[GLFW_NULL_SC_APOSTROPHE] = GLFW_KEY_APOSTROPHE; in _glfwInitNull() 129 _glfw.null.keycodes[GLFW_NULL_SC_COMMA] = GLFW_KEY_COMMA; in _glfwInitNull() 130 _glfw.null in _glfwInitNull() [all...] |
| H A D | null_window.c | 57 &window->null.xpos, in fitToMonitor() 58 &window->null.ypos); in fitToMonitor() 59 window->null.width = mode.width; in fitToMonitor() 60 window->null.height = mode.height; in fitToMonitor() 86 window->null.xpos = 17; in createNativeWindow() 87 window->null.ypos = 17; in createNativeWindow() 91 window->null.xpos = wndconfig->xpos; in createNativeWindow() 92 window->null.ypos = wndconfig->ypos; in createNativeWindow() 95 window->null.width = wndconfig->width; in createNativeWindow() 96 window->null in createNativeWindow() [all...] |
| /third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/ |
| H A D | SearchTest.java | 91 SD("xxxxxxxxxxxxxxxxxxxx", "fisher", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(-1), IA(0)), 92 SD("silly spring string", "string", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(13, -1), IA(6)), 93 SD("silly spring string string", "string", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(13, 20, -1), IA(6, 6)), 94 SD("silly string spring string", "string", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(6, 20, -1), IA(6, 6)), 95 SD("string spring string", "string", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, I [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/search/ |
| H A D | SearchTest.java | 94 SD("xxxxxxxxxxxxxxxxxxxx", "fisher", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(-1), IA(0)), 95 SD("silly spring string", "string", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(13, -1), IA(6)), 96 SD("silly spring string string", "string", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(13, 20, -1), IA(6, 6)), 97 SD("silly string spring string", "string", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(6, 20, -1), IA(6, 6)), 98 SD("string spring string", "string", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, I [all...] |
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | FieldInfo.java | 54 * (both must be either null or non-null. 76 /* messageClass= */ null, in forField() 77 /* presenceField= */ null, in forField() 81 /* oneof= */ null, in forField() 82 /* oneofStoredType= */ null, in forField() 83 /* mapDefaultEntry= */ null, in forField() 84 /* enumVerifier= */ null, in forField() 85 /* cachedSizeField= */ null); in forField() 101 /* messageClass= */ null, in forPackedField() [all...] |
| H A D | LazyFieldLite.java | 65 * 1) delayedBytes can be non-null, while value and memoizedBytes is null. The object will be in 68 * 2) Both delayedBytes and value are non-null. The object transitions to this state as soon as 77 * delayedBytes will be null, and memoizedBytes will be initialized only upon the first call to 81 * must first check if the memoizedBytes or delayedBytes ByteString is non-null and use it 82 * directly; if both of those are null, it can look at the parsed value field. Similarly, any 83 * caller that needs a parsed value must first check if the value field is already non-null, if 88 * A delayed-parsed version of the contents of this field. When this field is non-null, then the 89 * "value" field is allowed to be null until the time that the value needs to be read. 91 * <p>When delayedBytes is non-null the [all...] |
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| H A D | NumberFormatDataDrivenTest.java | 46 if (actual == null && ppos.getIndex() != 0) { in compareParseResult() 47 throw new AssertionError("Error: value is null but parse position is not zero"); in compareParseResult() 56 return null; in compareParseResult() 62 return null; in compareParseResult() 68 return null; in compareParseResult() 70 return null; in compareParseResult() 84 return null; in compareParseResult() 103 return null; in compareParseCurrencyResult() 112 return null; in compareParseCurrencyResult() 132 return null; [all...] |
| H A D | DataDrivenNumberFormatTestUtility.java | 35 * This implementation returns null which means that by default all 40 return null; in Id() 44 * Runs a single formatting test. On success, returns null. 45 * On failure, returns the error. This implementation just returns null. 50 if (tuple.output != null && tuple.output.equals("fail")) return "fail"; in format() 51 return null; in format() 55 * Runs a single toPattern test. On success, returns null. 56 * On failure, returns the error. This implementation just returns null. 61 if (tuple.output != null && tuple.output.equals("fail")) return "fail"; in toPattern() 62 return null; in toPattern() [all...] |
| H A D | DataDrivenNumberFormatTestData.java | 58 public ULocale locale = null; 63 public Currency currency = null; 68 public String pattern = null; 73 public String format = null; 78 public String output = null; 83 public String comment = null; 85 public Integer minIntegerDigits = null; 86 public Integer maxIntegerDigits = null; 87 public Integer minFractionDigits = null; 88 public Integer maxFractionDigits = null; [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
| H A D | NumberFormatDataDrivenTest.java | 49 if (actual == null && ppos.getIndex() != 0) { in compareParseResult() 50 throw new AssertionError("Error: value is null but parse position is not zero"); in compareParseResult() 59 return null; in compareParseResult() 65 return null; in compareParseResult() 71 return null; in compareParseResult() 73 return null; in compareParseResult() 87 return null; in compareParseResult() 106 return null; in compareParseCurrencyResult() 115 return null; in compareParseCurrencyResult() 135 return null; [all...] |
| H A D | DataDrivenNumberFormatTestUtility.java | 38 * This implementation returns null which means that by default all 43 return null; in Id() 47 * Runs a single formatting test. On success, returns null. 48 * On failure, returns the error. This implementation just returns null. 53 if (tuple.output != null && tuple.output.equals("fail")) return "fail"; in format() 54 return null; in format() 58 * Runs a single toPattern test. On success, returns null. 59 * On failure, returns the error. This implementation just returns null. 64 if (tuple.output != null && tuple.output.equals("fail")) return "fail"; in toPattern() 65 return null; in toPattern() [all...] |
| H A D | DataDrivenNumberFormatTestData.java | 61 public ULocale locale = null; 66 public Currency currency = null; 71 public String pattern = null; 76 public String format = null; 81 public String output = null; 86 public String comment = null; 88 public Integer minIntegerDigits = null; 89 public Integer maxIntegerDigits = null; 90 public Integer minFractionDigits = null; 91 public Integer maxFractionDigits = null; [all...] |
| /third_party/mesa3d/src/intel/tools/tests/gen7.5/ |
| H A D | math.asm | 1 math sqrt(8) g25<1>.xF g24<4>.xF null<4>F { align16 1Q }; 2 math inv(8) g5<1>F g4<8,8,1>F null<8,8,1>F { align1 1Q }; 3 math inv(16) g10<1>F g8<8,8,1>F null<8,8,1>F { align1 1H }; 5 math inv(8) g11<1>.xyzF g2<0>.xyzzF null<4>F { align16 1Q }; 6 math sqrt(8) g9<1>F g8<8,8,1>F null<8,8,1>F { align1 1Q }; 7 math sqrt(16) g15<1>F g13<8,8,1>F null<8,8,1>F { align1 1H }; 13 math log(8) g7<1>F g6<8,8,1>F null<8,8,1>F { align1 1Q }; 14 math log(16) g11<1>F g9<8,8,1>F null<8,8,1>F { align1 1H }; 15 math cos(8) g3<1>F g2<8,8,1>F null<8,8,1>F { align1 1Q }; 16 math cos(16) g4<1>F g2<8,8,1>F null< [all...] |
| /third_party/ltp/testcases/lib/ |
| H A D | daemonlib.sh | 23 if command -v systemctl >/dev/null 2>&1; then 31 if command -v syslogd >/dev/null 2>&1; then 33 elif command -v syslog-ng >/dev/null 2>&1; then 35 elif command -v rsyslogd >/dev/null 2>&1; then 41 if command -v crond >/dev/null 2>&1; then 43 elif command -v cron >/dev/null 2>&1; then 50 systemctl start $1.service > /dev/null 2>&1 51 elif command -v service >/dev/null 2>&1; then 52 service $1 start > /dev/null 2>&1 54 /etc/init.d/$1 start > /dev/null [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | asrc_anullsrc.c | 24 * null audio source 68 ANullContext *null = ctx->priv; in init() local 71 if ((ret = ff_parse_sample_rate(&null->sample_rate, in init() 72 null->sample_rate_str, ctx)) < 0) in init() 75 if ((ret = ff_parse_channel_layout(&null->ch_layout, NULL, in init() 76 null->channel_layout_str, ctx)) < 0) in init() 84 ANullContext *null = ctx->priv; in query_formats() local 85 const AVChannelLayout chlayouts[] = { null->ch_layout, { 0 } }; in query_formats() 86 int sample_rates[] = { null->sample_rate, -1 }; in query_formats() 98 ANullContext *null in config_props() local 108 ANullContext *null = ctx->priv; activate() local [all...] |
| /third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
| H A D | TransliteratorIDParser.java | 73 * 'source' and 'target' will always be non-null. The 'variant' 74 * will be non-null only if a non-empty variant was parsed. 80 * 'filter' is the parsed filter pattern, or null if there was no 84 public String source; // not null 85 public String target; // not null 86 public String variant; // may be null 87 public String filter; // may be null 102 * 'canonID' is always non-null. It may be the empty string "". 106 * 'basicID' is always non-null and non-empty. It is always of 110 * 'filter' may be null, i [all...] |
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/ |
| H A D | PeriodTest.java | 27 assertTrue(null, p.isSet()); in testIsSet() 28 assertTrue(null, p.isSet(TimeUnit.YEAR)); in testIsSet() 29 assertFalse(null, p.isSet(TimeUnit.MONTH)); in testIsSet() 30 assertEquals(null, 0f, p.getCount(TimeUnit.YEAR), .1f); in testIsSet() 32 assertFalse(null, p.isSet(TimeUnit.YEAR)); in testIsSet() 38 assertTrue(null, p.isMoreThan()); in testMoreLessThan() 39 assertFalse(null, p.isLessThan()); in testMoreLessThan() 41 assertFalse(null, p.isMoreThan()); in testMoreLessThan() 42 assertFalse(null, p.isLessThan()); in testMoreLessThan() 44 assertFalse(null, in testMoreLessThan() [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/ |
| H A D | PeriodTest.java | 30 assertTrue(null, p.isSet()); in testIsSet() 31 assertTrue(null, p.isSet(TimeUnit.YEAR)); in testIsSet() 32 assertFalse(null, p.isSet(TimeUnit.MONTH)); in testIsSet() 33 assertEquals(null, 0f, p.getCount(TimeUnit.YEAR), .1f); in testIsSet() 35 assertFalse(null, p.isSet(TimeUnit.YEAR)); in testIsSet() 41 assertTrue(null, p.isMoreThan()); in testMoreLessThan() 42 assertFalse(null, p.isLessThan()); in testMoreLessThan() 44 assertFalse(null, p.isMoreThan()); in testMoreLessThan() 45 assertFalse(null, p.isLessThan()); in testMoreLessThan() 47 assertFalse(null, in testMoreLessThan() [all...] |
| /third_party/mesa3d/src/intel/tools/tests/gen7/ |
| H A D | math.asm | 1 math inv(8) g6<1>F g2<0,1,0>F null<8,8,1>F { align1 1Q }; 2 math inv(16) g10<1>F g2<0,1,0>F null<8,8,1>F { align1 1H }; 3 math inv(8) g11<1>.xyzF g2<0>.xyzzF null<4>F { align16 1Q }; 4 math sqrt(8) g13<1>.xF g12<4>.xF null<4>F { align16 1Q }; 5 math sqrt(8) g9<1>F g8<8,8,1>F null<8,8,1>F { align1 1Q }; 6 math sqrt(16) g6<1>F g4<8,8,1>F null<8,8,1>F { align1 1H }; 11 math log(8) g22<1>F g20<8,8,1>F null<8,8,1>F { align1 1Q }; 12 math log(16) g4<1>F g44<8,8,1>F null<8,8,1>F { align1 1H }; 13 math cos(8) g5<1>.yF g14<4>.xF null<4>F { align16 1Q }; 14 math sin(8) g21<1>.xF g16<4>.xF null< [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| H A D | RuleBasedTimeZone.java | 70 if (finalRules == null) { in addTransitionRule() 73 } else if (finalRules[1] == null) { in addTransitionRule() 81 if (historicRules == null) { in addTransitionRule() 189 if (tt != null && tt.getTo().getDSTSavings() != 0) { in useDaylightTime() 211 BitSet checkFinals = finalRules == null ? null : new BitSet(finalRules.length); in observesDaylightTime() 214 if (tt == null) { in observesDaylightTime() 222 if (checkFinals != null) { in observesDaylightTime() 262 if (finalRules != null && otherRBTZ.finalRules != null) { in hasSameRules() [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
| H A D | RuleBasedTimeZone.java | 67 if (finalRules == null) { in addTransitionRule() 70 } else if (finalRules[1] == null) { in addTransitionRule() 78 if (historicRules == null) { in addTransitionRule() 174 if (tt != null && tt.getTo().getDSTSavings() != 0) { in useDaylightTime() 195 BitSet checkFinals = finalRules == null ? null : new BitSet(finalRules.length); in observesDaylightTime() 198 if (tt == null) { in observesDaylightTime() 206 if (checkFinals != null) { in observesDaylightTime() 244 if (finalRules != null && otherRBTZ.finalRules != null) { in hasSameRules() [all...] |
| /third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/ |
| H A D | DateFormatSymbolsICU.java | 28 // of DateFormatSymbolsICU with fIcuDfs = null. However, for safety, 31 // if (fIcuDfs == null) { 43 if (icuDfs == null) { in wrap() 56 if (fIcuDfs != null) { in clone() 57 // fIcuDfs must not be null except for premature instance. in clone() 67 if (obj == null) { in equals() 71 if (this.fIcuDfs == null) { in equals() 72 return ((DateFormatSymbolsICU)obj).fIcuDfs == null; in equals() 81 if (fIcuDfs == null) { in getAmPmStrings() 89 if (fIcuDfs == null) { in getEras() [all...] |