/third_party/pulseaudio/src/modules/ |
D | module-lirc.c | 100 RESET, in io_callback() enumerator 115 volchange = RESET; in io_callback() 142 case RESET: in io_callback()
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_print.c | 36 #define RESET "\x1b[0m" macro 45 #define SYN_REG(x) RED x RESET 46 #define SYN_IMMED(x) GREEN x RESET 47 #define SYN_CONST(x) GREEN x RESET 48 #define SYN_SSA(x) BLUE x RESET 49 #define SYN_ARRAY(x) MAGENTA x RESET
|
D | ir3_merge_regs.c | 510 #define RESET "\x1b[0m" macro 512 #define SYN_SSA(x) BLUE x RESET
|
/third_party/typescript/tests/baselines/reference/ |
D | varianceAnnotations.errors.txt | 59 …ignable to parameter of type 'ActionObject<{ type: "PLAY"; value: number; } | { type: "RESET"; }>'. 61 …le to type '(meta: StateNode<any, { type: "PLAY"; value: number; } | { type: "RESET"; }>) => void'. 63 …Type 'StateNode<any, { type: "PLAY"; value: number; } | { type: "RESET"; }>' is not assignable to … 65 …Type '{ type: "PLAY"; value: number; } | { type: "RESET"; }' is not assignable to type '{ type: "P… 66 … Type '{ type: "RESET"; }' is not assignable to type '{ type: "PLAY"; value: number; }'. 317 createMachine<{ type: "PLAY"; value: number } | { type: "RESET" }>(qq); // Error 319 …ignable to parameter of type 'ActionObject<{ type: "PLAY"; value: number; } | { type: "RESET"; }>'. 321 …le to type '(meta: StateNode<any, { type: "PLAY"; value: number; } | { type: "RESET"; }>) => void'. 323 !!! error TS2345: Type 'StateNode<any, { type: "PLAY"; value: number; } | { type: "RESET"; … 325 !!! error TS2345: Type '{ type: "PLAY"; value: number; } | { type: "RESET"; }' is not a… [all …]
|
D | varianceAnnotations.types | 341 createMachine<{ type: "PLAY"; value: number } | { type: "RESET" }>(qq); // Error 342 >createMachine<{ type: "PLAY"; value: number } | { type: "RESET" }>(qq) : StateNode<any, any> 346 >type : "RESET"
|
D | varianceAnnotations.symbols | 444 createMachine<{ type: "PLAY"; value: number } | { type: "RESET" }>(qq); // Error
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | raw_ostream.h | 86 RESET, enumerator 98 static const Colors RESET = Colors::RESET; variable
|
/third_party/jerryscript/targets/particle/ |
D | README.md | 42 …, put your Photon in DFU mode: hold down both the SETUP and RESET buttons. Then release RESET, but…
|
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | UConverterConstants.java | 137 static final int RESET = 3; /**< The callback is called with this reason when a field
|
/third_party/node/src/ |
D | histogram.h | 170 RESET enumerator 226 void OnStart(StartFlags flags = StartFlags::RESET);
|
D | histogram.cc | 478 if (flags == StartFlags::RESET) in OnStart() 493 histogram->OnStart(args[0]->IsTrue() ? StartFlags::RESET : StartFlags::NONE); in Start()
|
/third_party/ffmpeg/ |
D | Makefile | 99 define RESET macro 105 $(foreach V,$(SUBDIR_VARS),$(eval $(call RESET,$(V))))
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_net_http.js | 35 RESET: 205, property
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.1.5.rst | 71 - i965: Properly return \*RESET\* status in glGetGraphicsResetStatusARB
|
/third_party/jerryscript/targets/riot-stm32f4/ |
D | README.md | 77 You may have to press `RESET` on the board after the flash.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | raw_ostream.cpp | 77 const raw_ostream::Colors raw_ostream::RESET; member in raw_ostream 148 if (C == Colors::RESET) in operator <<()
|
/third_party/mbedtls/library/ |
D | ecp_curves.c | 4899 #define RESET last_carry[0] = c; c = 0; p = Np macro 4933 RESET; in mbedtls_ecp_mod_p192_raw() 4951 #undef RESET 5037 #define RESET \ macro 5082 RESET; in mbedtls_ecp_mod_p224_raw() 5151 RESET; in mbedtls_ecp_mod_p256_raw() 5164 RESET; in mbedtls_ecp_mod_p256_raw() 5197 #undef RESET
|
/third_party/jerryscript/targets/nuttx-stm32f4/ |
D | README.md | 161 You may have to press `RESET` on the board and press `Enter` keys on the console
|
/third_party/ltp/scripts/ |
D | checkpatch.pl | 183 print(RED . "ERROR" . RESET); 185 print(YELLOW . "WARNING" . RESET); 187 print(GREEN . "CHECK" . RESET); 198 $type = RED . $type . RESET; 200 $type = YELLOW . $type . RESET; 202 $type = GREEN . $type . RESET; 2290 $output .= RESET if ($color);
|
/third_party/python/Doc/library/ |
D | cmd.rst | 284 'Clear the screen and return turtle to center: RESET'
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_robustness.txt | 322 at least one *RESET* status will be returned. Once NO_ERROR is again
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_robustness.txt | 322 at least one *RESET* status will be returned. Once NO_ERROR is again
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_robustness.txt | 167 GRAPHICS RESET DETECTION AND RECOVERY 881 at least one *RESET* status will be returned. Once NO_ERROR is
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_robustness.txt | 177 GRAPHICS RESET DETECTION AND RECOVERY 891 at least one *RESET* status will be returned. Once NO_ERROR is
|
/third_party/skia/third_party/externals/opengl-registry/extensions/KHR/ |
D | KHR_robustness.txt | 417 encountered, at least one *RESET* status will be returned. Once
|