/third_party/rust/crates/libloading/tests/ |
D | windows.rs | 35 let windows: Symbol<unsafe fn() -> *const i8> = lib.get_ordinal(1).expect("function"); in test_ordinal() constant 45 let r: Result<Symbol<unsafe fn() -> *const i8>, _> = lib.get_ordinal(2); in test_ordinal_missing_fails() constant 47 let r: Result<Symbol<unsafe fn() -> *const i8>, _> = lib.get_ordinal(!0); in test_ordinal_missing_fails() constant
|
/third_party/typescript/tests/cases/compiler/ |
D | recursiveInheritance.ts | 6 interface i8 extends i9 { } // error interface
|
D | interfaceDeclaration1.ts | 41 interface i8 extends i9 { } interface
|
D | commentsClass.ts | 66 var i8 = new c8(); variable
|
D | intTypeCheck.ts | 43 interface i8 extends i4 { } interface
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | issue-1382-rust-primitive-types.h | 10 typedef int8_t i8; typedef 20 int i8; member
|
D | keywords.h | 5 int i8; variable
|
/third_party/typescript/tests/baselines/reference/ |
D | commentsClass.js | 63 var i8 = new c8(); variable 138 var i8 = new c8(); variable
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-sharedarraybuffer-gen.cc | 202 Label i8(this), u8(this), i16(this), u16(this), i32(this), u32(this), in TF_BUILTIN() local 420 Label i8(this), u8(this), i16(this), u16(this), i32(this), u32(this), in TF_BUILTIN() local 558 Label i8(this), u8(this), i16(this), u16(this), i32(this), u32(this), in TF_BUILTIN() local 732 Label i8(this), u8(this), i16(this), u16(this), i32(this), u32(this), in AtomicBinopBuiltinCommon() local
|
/third_party/libsnd/src/ |
D | test_conversions.c | 50 char i8 = 12, t8 = 0 ; in conversion_test() local
|
/third_party/icu/icu4c/source/test/iotest/ |
D | iotest.cpp | 214 int8_t i8; in DataDrivenPrintf() local 416 int8_t i8, expected8; in DataDrivenScanf() local 620 int8_t i8; in DataDrivenPrintfPrecision() local
|
/third_party/node/test/parallel/ |
D | test-priority-queue.js | 123 const i8 = { value: 8, position: null }; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | available_instructions_test.cpp | 158 opt::Instruction* i8 = context->get_def_use_mgr()->GetDef(50); in TEST() local
|
/third_party/spirv-tools/test/fuzz/ |
D | available_instructions_test.cpp | 158 opt::Instruction* i8 = context->get_def_use_mgr()->GetDef(50); in TEST() local
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
D | available_instructions_test.cpp | 158 opt::Instruction* i8 = context->get_def_use_mgr()->GetDef(50); in TEST() local
|
/third_party/ffmpeg/libavcodec/ |
D | h264_direct.c | 210 int i8, i4; in pred_spatial_direct_motion() local 497 int i8, i4; in pred_temp_direct_motion() local
|
/third_party/rust/crates/regex/bench/src/ffi/ |
D | pcre1.rs | 88 text.as_ptr() as *const i8, in find_at() constant
|
/third_party/rust/crates/nom/src/number/ |
D | streaming.rs | 221 pub fn be_i8<I, E: ParseError<I>>(input: I) -> IResult<I, i8, E> in be_i8() argument 543 pub fn le_i8<I, E: ParseError<I>>(input: I) -> IResult<I, i8, E> in le_i8() argument 918 pub fn i8<I, E: ParseError<I>>(i: I) -> IResult<I, i8, E> in i8() function
|
D | complete.rs | 227 pub fn be_i8<I, E: ParseError<I>>(input: I) -> IResult<I, i8, E> in be_i8() argument 569 pub fn le_i8<I, E: ParseError<I>>(input: I) -> IResult<I, i8, E> in le_i8() argument 944 pub fn i8<I, E: ParseError<I>>(i: I) -> IResult<I, i8, E> in i8() argument
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_const.c | 438 LLVMTypeRef i8 = LLVMInt8TypeInContext(gallivm->context); in lp_build_const_string() local
|
/third_party/mesa3d/src/microsoft/spirv_to_dxil/ |
D | spirv_to_dxil.h | 55 int8_t i8; member
|
/third_party/mesa3d/src/compiler/clc/ |
D | clc.h | 231 int8_t i8; member
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | type_precision.hpp | 234 typedef detail::int8 i8; typedef
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | MachineValueType.h | 41 i8 = 3, // This is an 8 bit integer value enumerator
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | trie2test.c | 388 int32_t prev8, i8; in testTrieUTF8() local
|