/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
H A D | ARCBranchFinalize.cpp | 101 assert(isBRccPseudo(MI) && "Can't get BRcc for wrong instruction."); in getBRccForPseudo() 108 assert(isBRccPseudo(MI) && "Can't get BRcc for wrong instruction."); in getCmpForPseudo() 119 TII->get(getBRccForPseudo(MI))) in replaceWithBRcc() 134 TII->get(getCmpForPseudo(MI))) in replaceWithCmpBcc() 137 BuildMI(*MI->getParent(), MI, MI->getDebugLoc(), TII->get(ARC::Bcc)) in replaceWithCmpBcc()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
H A D | MSP430RegisterInfo.cpp | 135 MI.setDesc(TII.get(MSP430::MOV16rr)); in eliminateFrameIndex() 144 BuildMI(MBB, std::next(II), dl, TII.get(MSP430::SUB16ri), DstReg) in eliminateFrameIndex() 147 BuildMI(MBB, std::next(II), dl, TII.get(MSP430::ADD16ri), DstReg) in eliminateFrameIndex()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCEarlyReturn.cpp | 80 BuildMI(**PI, J, J->getDebugLoc(), TII->get(I->getOpcode())) in processBlock() 92 BuildMI(**PI, J, J->getDebugLoc(), TII->get(PPC::BCCLR)) in processBlock() 108 TII->get(J->getOpcode() == PPC::BC ? PPC::BCLR : PPC::BCLRn)) in processBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/CFGuard/ |
H A D | CFGuard.cpp | 194 PointerType *PTy = PointerType::get(CalledOperandType, 0); in insertCFGuardDispatch() 238 GuardFnType = FunctionType::get(Type::getVoidTy(M.getContext()), in doInitialization() 240 GuardFnPtrType = PointerType::get(GuardFnType, 0); in doInitialization()
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/ |
H A D | spirv_fuzz_mutator.cc | 49 std::make_unique<spvtools::fuzz::FactManager>(ir_context.get()), in SpirvFuzzMutator() 54 spvtools::fuzz::FuzzerContext::GetMinFreshId(ir_context.get()), false); in SpirvFuzzMutator() 57 std::move(fuzzer_context), util::GetBufferMessageConsumer(errors_.get()), in SpirvFuzzMutator()
|
/third_party/skia/tools/lottie-web-perf/ |
H A D | lottie-web-perf.js | 111 app.get('/', (req, res) => res.send(driverHTML)); 112 app.get('/res/lottie.js', (req, res) => res.send(lottieJS)); 113 app.get('/res/lottie.json', (req, res) => res.send(lottieJSON));
|
/third_party/typescript/tests/baselines/reference/ |
H A D | constructorWithIncompleteTypeAnnotation.js | 94 var get = 0; 109 var sum3 = any + bool + declare + constructor + get + implements + interface + let + module + number + package + private + protected + public + set + static + string + yield; 220 public get Property() { return 0; } 386 var get = 0;
401 var sum3 = any + bool + declare + constructor + get + implements + interface + let + module + number + package + private + protected + public + set + static + string + yield;
503 get: function () { return 0; },
|
H A D | mappedTypeConstraints2.js | 8 type Mapped2<K extends string> = { [P in K as `get${P}`]: { a: P } }; 10 function f2<K extends string>(obj: Mapped2<K>, key: `get${K}`) { 23 [RemappedT in T as `get${RemappedT}`]: RemappedT; 26 const get = <T extends string>(t: T, foo: Foo<T>): T => foo[`get${t}`]; // Type 'Foo<T>[`get${T}`]' is not assignable to type 'T' 62 const get = (t, foo) => foo[`get${t}`]; // Type 'Foo<T>[`get${T}`]' is not assignable to type 'T'
84 [P in K as `get [all...] |
H A D | isDeclarationVisibleNodeKinds.js | 62 get createValidator9(): <T>(data: T) => T { 134 get: function () {
187 get createValidator9(): <T>(data: T) => T;
|
H A D | jsDeclarationsExportForms.js | 82 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
83 desc = { enumerable: true, get: function() { return m[k]; } };
100 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
101 desc = { enumerable: true, get: function() { return m[k]; } };
119 Object.defineProperty(exports, "Foo", { enumerable: true, get: function () { return cls_1.Foo; } });
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | Proto2ExtensionLookupSchemaTest.java | 138 assertEquals((Long) (long) outOfRange, singularEnum.get(0)); in testUnknownEnum() 147 assertEquals((Long) (long) outOfRange, repeatedEnum.get(0)); in testUnknownEnum() 156 assertEquals((Long) (long) outOfRange, packedRepeatedEnum.get(0)); in testUnknownEnum()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | only_bitfields.rs | 54 pub fn get(&self, bit_offset: usize, bit_width: u8) -> u64 { in get() functions 117 ::std::mem::transmute(self._bitfield_1.get(0usize, 1u8) as u8) in a() 130 ::std::mem::transmute(self._bitfield_1.get(1usize, 7u8) as u8) in b()
|
/third_party/skia/infra/bots/recipe_modules/checkout/ |
H A D | api.py | 102 main.revision = self.m.properties.get('revision') or 'origin/main' 107 if self.m.properties.get('patch_repo'): 142 patch_ref = self.m.properties.get('patch_ref')
|
/third_party/skia/modules/svg/include/ |
H A D | SkSVGRenderContext.h | 115 const SkSVGNode* get() const { return fBorrowed.get(); } in get() function in SkSVGRenderContext::BorrowedNode 116 const SkSVGNode* operator->() const { return fBorrowed.get(); } in operator ->()
|
/third_party/rust/crates/rustix/src/process/ |
H A D | id.rs | 157 pid.map_or(0, |pid| pid.0.get()) in as_raw() 163 self.0.get() == Self::INIT.0.get()
|
/third_party/rust/crates/once_cell/src/ |
H A D | imp_pl.rs | 51 let slot: *mut Option<T> = self.value.get(); 56 // - if it calls `set` or `get_or_try_init` re-entrantly, we get a deadlock on 103 let slot = &*self.value.get(); 111 let slot: &mut Option<T> = unsafe { &mut *self.value.get() };
|
/third_party/rust/crates/regex/src/ |
H A D | expand.rs | 21 if replacement.as_bytes().get(1).map_or(false, |&b| b == b'$') { in expand_str() 38 dst.push_str(caps.get(i).map(|m| m.as_str()).unwrap_or("")); in expand_str() 63 if replacement.get(1).map_or(false, |&b| b == b'$') { in expand_bytes() 80 dst.extend(caps.get(i).map(|m| m.as_bytes()).unwrap_or(b"")); in expand_bytes() 139 while rep.get(cap_end).copied().map_or(false, is_valid_cap_letter) { 162 while rep.get(i).map_or(false, |&b| b != b'}') { 165 if !rep.get(i).map_or(false, |&b| b == b'}') {
|
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_mutate_pointer.cpp | 106 auto backup_instruction_ptr = backup_instruction.get(); in Apply() 119 auto new_value_instruction_ptr = new_value_instruction.get(); in Apply() 130 auto restore_instruction_ptr = restore_instruction.get(); in Apply()
|
/third_party/spirv-tools/test/opt/loop_optimizations/ |
H A D | loop_descriptions.cpp | 293 LoopDescriptor ld{context.get(), f}; in TEST_F() 369 LoopDescriptor ld{context.get(), f}; in TEST_F() 413 LoopDescriptor ld{context.get(), f}; in TEST_F()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelinePushConstantTests.cpp | 271 *module = vk::createShaderModule(vk, device, programCollection.get(name), 0); in createShaderModule() 604 vk.cmdBindVertexBuffers(*m_cmdBuffer, 0, 1, &m_vertexBuffer.get(), &vertexBufferOffset); in init() 627 submitCommandsAndWait(vk, vkDevice, queue, m_cmdBuffer.get()); in iterate() 1881 m_computeShaderModule = createShaderModule(vk, vkDevice, m_context.getBinaryCollection().get("compute"), 0); in PushConstantComputeTestInstance() 1958 submitCommandsAndWait(vk, vkDevice, queue, m_cmdBuffer.get()); in iterate() 2319 m_vertexShaderModule = createShaderModule(vk, vkDevice, m_context.getBinaryCollection().get("color_vert_lt"), 0); in init() 2320 m_fragmentShaderModule = createShaderModule(vk, vkDevice, m_context.getBinaryCollection().get("color_frag_lt"), 0); in init() 2426 m_computeShaderModule = createShaderModule(vk, vkDevice, m_context.getBinaryCollection().get("compute_lt"), 0); in init() 2573 vk.cmdBindVertexBuffers(*m_cmdBuffer, 0, 1, &m_vertexBuffer.get(), &bufferOffset); in iterate() 2630 submitCommandsAndWait(vk, vkDevice, queue, m_cmdBuffer.get()); in iterate() [all...] |
/kernel/linux/linux-5.10/sound/pci/oxygen/ |
H A D | xonar_wm87x6.c | 974 .get = wm8776_bit_switch_get, \ 989 .get = wm8776_field_enum_get, \ 998 .get = wm8776_field_volume_get, \ 1017 .get = wm8776_hp_vol_get, 1027 .get = wm8776_input_vol_get, 1035 .get = wm8776_input_mux_get, 1043 .get = wm8776_input_mux_get, 1055 .get = hpf_get, 1062 .get = wm8776_level_control_get, 1072 .get [all...] |
/kernel/linux/linux-5.10/sound/ppc/ |
H A D | tumbler.c | 602 .get = tumbler_get_mono, \ 611 .get = tumbler_get_mono, \ 820 .get = snapper_get_mix, \ 833 .get = tumbler_get_master_volume, 839 .get = tumbler_get_master_switch, 848 .get = tumbler_get_drc_value, 857 .get = tumbler_get_master_volume, 863 .get = tumbler_get_master_switch, 875 .get = tumbler_get_drc_value, 881 .get [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | rtnetlink.sh | 255 ip -6 route get fibmatch 2001:db8:1::2 dev br0.10 260 ip -6 route get fibmatch 2001:db8:1::2 dev br0.10 265 ip -6 route get fibmatch 2001:db8:1::2 dev br0.10 270 ip -6 route get fibmatch 2001:db8:1::2 dev br0.10 300 ip -6 route get fibmatch 2001:db8:1::2 dev bond1 303 ip -6 route get fibmatch 2001:db8:2::2 dev bond1.10 308 ip -6 route get fibmatch 2001:db8:1::2 dev bond1 311 ip -6 route get fibmatch 2001:db8:2::2 dev bond1.10 316 ip -6 route get fibmatch 2001:db8:1::2 dev bond1 319 ip -6 route get fibmatc [all...] |
/kernel/linux/linux-6.6/sound/pci/oxygen/ |
H A D | xonar_wm87x6.c | 974 .get = wm8776_bit_switch_get, \ 989 .get = wm8776_field_enum_get, \ 998 .get = wm8776_field_volume_get, \ 1017 .get = wm8776_hp_vol_get, 1027 .get = wm8776_input_vol_get, 1035 .get = wm8776_input_mux_get, 1043 .get = wm8776_input_mux_get, 1055 .get = hpf_get, 1062 .get = wm8776_level_control_get, 1072 .get [all...] |
/kernel/linux/linux-6.6/sound/ppc/ |
H A D | tumbler.c | 608 .get = tumbler_get_mono, \ 617 .get = tumbler_get_mono, \ 830 .get = snapper_get_mix, \ 843 .get = tumbler_get_master_volume, 849 .get = tumbler_get_master_switch, 858 .get = tumbler_get_drc_value, 867 .get = tumbler_get_master_volume, 873 .get = tumbler_get_master_switch, 885 .get = tumbler_get_drc_value, 891 .get [all...] |