/third_party/openGLES/specs/es/katex/ |
D | katex.min.css | 1 …reset-textstyle.textstyle{font-size:1em}.katex .reset-textstyle.scriptstyle{font-size:.7em}.katex …
|
D | katex.css | 326 .katex .reset-textstyle.textstyle { 329 .katex .reset-textstyle.scriptstyle { 332 .katex .reset-textstyle.scriptscriptstyle { 335 .katex .reset-scriptstyle.textstyle { 338 .katex .reset-scriptstyle.scriptstyle { 341 .katex .reset-scriptstyle.scriptscriptstyle { 344 .katex .reset-scriptscriptstyle.textstyle { 347 .katex .reset-scriptscriptstyle.scriptstyle { 350 .katex .reset-scriptscriptstyle.scriptscriptstyle { 516 .katex .sizing.reset-size1.size1, [all …]
|
/third_party/openGLES/specs/es/3.2/katex/ |
D | katex.min.css | 1 …reset-textstyle.textstyle{font-size:1em}.katex .reset-textstyle.scriptstyle{font-size:.7em}.katex …
|
D | katex.css | 326 .katex .reset-textstyle.textstyle { 329 .katex .reset-textstyle.scriptstyle { 332 .katex .reset-textstyle.scriptscriptstyle { 335 .katex .reset-scriptstyle.textstyle { 338 .katex .reset-scriptstyle.scriptstyle { 341 .katex .reset-scriptstyle.scriptscriptstyle { 344 .katex .reset-scriptscriptstyle.textstyle { 347 .katex .reset-scriptscriptstyle.scriptstyle { 350 .katex .reset-scriptscriptstyle.scriptscriptstyle { 516 .katex .sizing.reset-size1.size1, [all …]
|
/third_party/openGLES/specs/katex/ |
D | katex.min.css | 1 …reset-textstyle.textstyle{font-size:1em}.katex .reset-textstyle.scriptstyle{font-size:.7em}.katex …
|
D | katex.css | 326 .katex .reset-textstyle.textstyle { 329 .katex .reset-textstyle.scriptstyle { 332 .katex .reset-textstyle.scriptscriptstyle { 335 .katex .reset-scriptstyle.textstyle { 338 .katex .reset-scriptstyle.scriptstyle { 341 .katex .reset-scriptstyle.scriptscriptstyle { 344 .katex .reset-scriptscriptstyle.textstyle { 347 .katex .reset-scriptscriptstyle.scriptstyle { 350 .katex .reset-scriptscriptstyle.scriptscriptstyle { 516 .katex .sizing.reset-size1.size1, [all …]
|
/third_party/openGLES/specs/gl/katex/ |
D | katex.min.css | 1 …reset-textstyle.textstyle{font-size:1em}.katex .reset-textstyle.scriptstyle{font-size:.7em}.katex …
|
D | katex.css | 326 .katex .reset-textstyle.textstyle { 329 .katex .reset-textstyle.scriptstyle { 332 .katex .reset-textstyle.scriptscriptstyle { 335 .katex .reset-scriptstyle.textstyle { 338 .katex .reset-scriptstyle.scriptstyle { 341 .katex .reset-scriptstyle.scriptscriptstyle { 344 .katex .reset-scriptscriptstyle.textstyle { 347 .katex .reset-scriptscriptstyle.scriptstyle { 350 .katex .reset-scriptscriptstyle.scriptscriptstyle { 516 .katex .sizing.reset-size1.size1, [all …]
|
/third_party/python/Tools/peg_generator/pegen/ |
D | grammar_parser.py | 51 self.reset(mark) 66 self.reset(mark) 73 self.reset(mark) 88 self.reset(mark) 95 self.reset(mark) 112 self.reset(mark) 125 self.reset(mark) 138 self.reset(mark) 153 self.reset(mark) 160 self.reset(mark) [all …]
|
/third_party/rust/crates/pkg-config-rs/tests/ |
D | test.rs | 14 fn reset() { in reset() function 40 reset(); in cross_disabled() 52 reset(); in cross_enabled() 62 reset(); in cross_enabled_if_customized() 72 reset(); in cross_disabled_if_customized() 86 reset(); in package_disabled() 97 reset(); in output_ok() 111 reset(); in escapes() 133 reset(); in framework() 146 reset(); in get_variable() [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | TestUScriptRun.java | 234 scriptRun.reset(0, 100); in TestReset() 241 scriptRun.reset(100, 0); in TestReset() 248 scriptRun.reset(0, -100); in TestReset() 255 scriptRun.reset(-100, 0); in TestReset() 262 scriptRun.reset(dummy, 0, 6); in TestReset() 269 scriptRun.reset(dummy, 6, 0); in TestReset() 276 scriptRun.reset(dummy, 0, -100); in TestReset() 283 scriptRun.reset(dummy, -100, 0); in TestReset() 290 scriptRun.reset(dummy, 0, dummy.length); in TestReset() 297 scriptRun.reset(0, 6); in TestReset() [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
D | TestUScriptRun.java | 237 scriptRun.reset(0, 100); in TestReset() 244 scriptRun.reset(100, 0); in TestReset() 251 scriptRun.reset(0, -100); in TestReset() 258 scriptRun.reset(-100, 0); in TestReset() 265 scriptRun.reset(dummy, 0, 6); in TestReset() 272 scriptRun.reset(dummy, 6, 0); in TestReset() 279 scriptRun.reset(dummy, 0, -100); in TestReset() 286 scriptRun.reset(dummy, -100, 0); in TestReset() 293 scriptRun.reset(dummy, 0, dummy.length); in TestReset() 300 scriptRun.reset(0, 6); in TestReset() [all …]
|
/third_party/flutter/skia/tests/ |
D | UtilsTest.cpp | 60 tmp.reset(0); // test out reset(0) when already at 0 in test_autostarray() 61 tmp.reset(4); // this should force a new allocation in test_autostarray() 63 tmp[0].reset(SkRef(&obj0)); in test_autostarray() 64 tmp[1].reset(SkRef(&obj1)); in test_autostarray() 69 tmp.reset(0); in test_autostarray() 74 tmp.reset(2); // this should use the preexisting allocation in test_autostarray() 76 tmp[0].reset(SkRef(&obj0)); in test_autostarray() 77 tmp[1].reset(SkRef(&obj1)); in test_autostarray() 89 tmp[0].reset(SkRef(&obj0)); in test_autostarray() 90 tmp[1].reset(SkRef(&obj1)); in test_autostarray() [all …]
|
D | IsClosedSingleContourTest.cpp | 14 p.reset(); in DEF_TEST() 18 p.reset(); in DEF_TEST() 23 p.reset(); in DEF_TEST() 29 p.reset(); in DEF_TEST() 38 p.reset(); in DEF_TEST() 44 p.reset(); in DEF_TEST() 52 p.reset(); in DEF_TEST()
|
/third_party/skia/third_party/externals/icu/source/extra/scrptrun/ |
D | scrptrun.h | 46 void reset(); 48 void reset(int32_t start, int32_t count); 50 void reset(const UChar chars[], int32_t start, int32_t length); 106 reset(NULL, 0, 0); in ScriptRun() 111 reset(chars, 0, length); in ScriptRun() 116 reset(chars, start, length); in ScriptRun() 134 inline void ScriptRun::reset() in reset() function 142 inline void ScriptRun::reset(int32_t start, int32_t length) in reset() function 147 reset(); in reset() 150 inline void ScriptRun::reset(const UChar chars[], int32_t start, int32_t length) in reset() function [all …]
|
/third_party/icu/icu4c/source/extra/scrptrun/ |
D | scrptrun.h | 46 void reset(); 48 void reset(int32_t start, int32_t count); 50 void reset(const UChar chars[], int32_t start, int32_t length); 106 reset(NULL, 0, 0); in ScriptRun() 111 reset(chars, 0, length); in ScriptRun() 116 reset(chars, start, length); in ScriptRun() 134 inline void ScriptRun::reset() in reset() function 142 inline void ScriptRun::reset(int32_t start, int32_t length) in reset() function 147 reset(); in reset() 150 inline void ScriptRun::reset(const UChar chars[], int32_t start, int32_t length) in reset() function [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/extra/scrptrun/ |
D | scrptrun.h | 44 void reset(); 46 void reset(int32_t start, int32_t count); 48 void reset(const UChar chars[], int32_t start, int32_t length); 104 reset(NULL, 0, 0); in ScriptRun() 109 reset(chars, 0, length); in ScriptRun() 114 reset(chars, start, length); in ScriptRun() 132 inline void ScriptRun::reset() in reset() function 140 inline void ScriptRun::reset(int32_t start, int32_t length) in reset() function 145 reset(); in reset() 148 inline void ScriptRun::reset(const UChar chars[], int32_t start, int32_t length) in reset() function [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/ |
D | UScriptRun.java | 71 reset(nullChars, 0, 0); in UScriptRun() 86 reset (text); in UScriptRun() 103 reset(text, start, count); in UScriptRun() 118 reset(chars); in UScriptRun() 135 reset(chars, start, count); in UScriptRun() 146 public final void reset() in reset() method in UScriptRun 178 public final void reset(int start, int count) in reset() method in UScriptRun 194 reset(); in reset() 210 public final void reset(char[] chars, int start, int count) in reset() method in UScriptRun 218 reset(start, count); in reset() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
D | UScriptRun.java | 69 reset(nullChars, 0, 0); in UScriptRun() 84 reset (text); in UScriptRun() 101 reset(text, start, count); in UScriptRun() 116 reset(chars); in UScriptRun() 133 reset(chars, start, count); in UScriptRun() 144 public final void reset() in reset() method in UScriptRun 176 public final void reset(int start, int count) in reset() method in UScriptRun 192 reset(); in reset() 208 public final void reset(char[] chars, int start, int count) in reset() method in UScriptRun 216 reset(start, count); in reset() [all …]
|
/third_party/node/test/addons/register-signal-handler/ |
D | test.js | 22 const reset = process.argv[4] === 'reset'; constant 25 binding.registerSignalHandler(signo, reset); 33 for (const { reset, count, stderr, code, signal } of [ property 34 { reset: true, count: 1, stderr: [signo], code: 0, signal: null }, property 35 { reset: true, count: 2, stderr: [signo], code: null, signal: raiseSignal }, property 36 { reset: false, count: 1, stderr: [signo], code: 0, signal: null }, property 37 { reset: false, count: 2, stderr: [signo, signo], code: 0, signal: null }, property 45 if (reset && signo === signals.SIGSEGV) 48 const args = [__filename, 'child', signo, reset ? 'reset' : '', count];
|
/third_party/cJSON/tests/ |
D | parse_string.c | 82 reset(item); in parse_string_should_parse_strings() 84 reset(item); in parse_string_should_parse_strings() 90 reset(item); in parse_string_should_parse_utf16_surrogate_pairs() 96 reset(item); in parse_string_should_not_parse_non_strings() 98 reset(item); in parse_string_should_not_parse_non_strings() 104 reset(item); in parse_string_should_not_parse_invalid_backslash() 106 reset(item); in parse_string_should_not_parse_invalid_backslash() 112 reset(item); in parse_string_should_not_overflow_with_closing_backslash() 119 reset(item); in parse_string_should_parse_bug_94()
|
D | parse_value.c | 58 reset(item); in parse_value_should_parse_null() 64 reset(item); in parse_value_should_parse_true() 70 reset(item); in parse_value_should_parse_false() 76 reset(item); in parse_value_should_parse_number() 82 reset(item); in parse_value_should_parse_string() 84 reset(item); in parse_value_should_parse_string() 90 reset(item); in parse_value_should_parse_array() 96 reset(item); in parse_value_should_parse_object()
|
D | parse_object.c | 62 reset(item); in assert_not_object() 80 reset(item); in parse_object_should_parse_empty_objects() 84 reset(item); in parse_object_should_parse_empty_objects() 92 reset(item); in parse_object_should_parse_objects_with_one_element() 96 reset(item); in parse_object_should_parse_objects_with_one_element() 100 reset(item); in parse_object_should_parse_objects_with_one_element() 104 reset(item); in parse_object_should_parse_objects_with_one_element() 113 reset(item); in parse_object_should_parse_objects_with_multiple_elements() 150 reset(item); in parse_object_should_parse_objects_with_multiple_elements()
|
/third_party/mesa3d/src/freedreno/rnn/ |
D | rnndec.c | 189 asprintf (&res, "%s%s%s", ctx->colors->eval, ctmp, ctx->colors->reset); in rnndec_decodeval() 218 asprintf (&res, "%s%s%s", color, bitfields[i]->name, ctx->colors->reset); in rnndec_decodeval() 220 asprintf (&tmp, "%s | %s%s%s", res, color, bitfields[i]->name, ctx->colors->reset); in rnndec_decodeval() 232 asprintf (&subval, "%s%#"PRIx64"%s", ctx->colors->err, field_val, ctx->colors->reset); in rnndec_decodeval() 237 …asprintf (&res, "%s%s%s = %s", ctx->colors->rname, bitfields[i]->name, ctx->colors->reset, subval); in rnndec_decodeval() 239 …&tmp, "%s | %s%s%s = %s", res, ctx->colors->rname, bitfields[i]->name, ctx->colors->reset, subval); in rnndec_decodeval() 247 asprintf (&res, "%s%#"PRIx64"%s", ctx->colors->err, value & ~mask, ctx->colors->reset); in rnndec_decodeval() 249 … asprintf (&tmp, "%s | %s%#"PRIx64"%s", res, ctx->colors->err, value & ~mask, ctx->colors->reset); in rnndec_decodeval() 255 asprintf (&res, "%s0%s", ctx->colors->num, ctx->colors->reset); in rnndec_decodeval() 262 asprintf (&res, "%s%#"PRIx64"%s", ctx->colors->num, value, ctx->colors->reset); in rnndec_decodeval() [all …]
|
/third_party/alsa-utils/alsactl/init/ |
D | default | 19 CTL{reset}="mixer" 25 CTL{reset}="mixer" 32 CTL{reset}="mixer" 39 CTL{reset}="mixer" 45 CTL{reset}="mixer" 55 CTL{reset}="mixer" 65 CTL{reset}="mixer" 75 CTL{reset}="mixer" 85 CTL{reset}="mixer" 95 CTL{reset}="mixer" [all …]
|