Home
last modified time | relevance | path

Searched refs:extend (Results 1 – 25 of 105) sorted by relevance

12345

/packages/modules/Bluetooth/system/gd/rust/topshim/macros/src/
Dlib.rs39 stmts.extend(block.stmts); in parse()
104 params.extend(quote! { #ident: #start, }); in cb_variant()
109 args.extend(quote! { #end::from(#ident), }); in cb_variant()
111 args.extend(quote! {#ident,}); in cb_variant()
118 stmts.extend(quote! { #stmt }); in cb_variant()
/packages/modules/NeuralNetworks/common/
DMetaModel.cpp44 std::pair<uint32_t, T*> extend(std::vector<T>* vec, const T& val) { in extend() function
52 std::pair<uint32_t, T*> extend(std::vector<T>* vec) { in extend() function
53 return extend(vec, {}); in extend()
180 uint32_t slicedOperandIndex = extend(&mSlicedOperands, operand).first; in getIndex()
182 extend(&mSlicedInputIndexes, slicedOperandIndex); in getIndex()
273 Operation& slicedOperation = *extend(&slicedOperations).second; in processOperations()
330 extend(&slice->mModel.main.outputIndexes, slicedOperandIndex); in processOperations()
437 extend(&slicedOperands, origOperand).first; in makeSlice()
/packages/modules/Nfc/libnfc-nci/tools/casimir/scripts/
Drf_packets.py204 _span.extend(int.to_bytes((self.sender << 0), length=2, byteorder='little'))
208 _span.extend(int.to_bytes((self.receiver << 0), length=2, byteorder='little'))
212 _span.extend(payload or self.payload or [])
236 _span.extend(self.data)
275 _span.extend(self.nfcid1)
347 _span.extend(self.rats_response)
409 _span.extend(self.atr_response)
512 _span.extend(self.data)
/packages/modules/Virtualization/tests/authfs/common/src/
Dopen_then_run.rs151 fd_mappings.extend(args.ro_file_fds.into_iter().map(OwnedFdMapping::into_fd_mapping)); in try_main()
152 fd_mappings.extend(args.rw_file_fds.into_iter().map(OwnedFdMapping::into_fd_mapping)); in try_main()
153 fd_mappings.extend(args.dir_fds.into_iter().map(OwnedFdMapping::into_fd_mapping)); in try_main()
/packages/modules/Virtualization/build/apex/
Dsign_virt_apex.py313 cmd.extend(shlex.split(args.signing_args))
315 cmd.extend(['--include_descriptors_from_image', additional_image])
316 cmd.extend(['--rollback_index', info['Rollback Index']])
344 cmd.extend(shlex.split(args.signing_args))
446 cmd.extend(['--include_descriptors_from_image', img])
456 cmd.extend(['--chain_partition', f'{part_name}:{ril}:{avbpubkey}'])
459 cmd.extend(shlex.split(args.signing_args))
486 cmd.extend([image_arg, partition_arg])
/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/
Drnn_relaxed.mod.py193 input0[input].extend(input0[input])
201 output0[output].extend(output0[output])
Dlstm3_state2_relaxed.mod.py618 input0[input].extend(
676 output0[output].extend(
Dlstm3_state_relaxed.mod.py618 input0[input].extend(
676 output0[output].extend(
Dlstm3_relaxed.mod.py618 input0[input].extend(
655 output0[output].extend(
Dlstm3_state3_relaxed.mod.py618 input0[input].extend(
656 output0[output].extend(
/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/
Drnn.mod.py192 input0[input].extend(input0[input])
200 output0[output].extend(output0[output])
Dlstm3_state.mod.py617 input0[input].extend(
675 output0[output].extend(
Dlstm3_state2.mod.py617 input0[input].extend(
675 output0[output].extend(
Dlstm3.mod.py617 input0[input].extend(
654 output0[output].extend(
Dlstm3_state3.mod.py617 input0[input].extend(
655 output0[output].extend(
/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
Drnn_float16.mod.py192 input0[input].extend(input0[input])
200 output0[output].extend(output0[output])
Dlstm3_state3_float16.mod.py617 input0[input].extend(
655 output0[output].extend(
Dlstm3_state_float16.mod.py617 input0[input].extend(
675 output0[output].extend(
Dlstm3_state2_float16.mod.py617 input0[input].extend(
675 output0[output].extend(
Dlstm3_float16.mod.py617 input0[input].extend(
654 output0[output].extend(
/packages/inputmethods/LatinIME/native/jni/tests/dictionary/utils/
Dbuffer_with_extendable_buffer_test.cpp55 EXPECT_TRUE(buffer.extend(8 /* size */)); in TEST()
74 EXPECT_FALSE(emptyBuffer.extend(1 /* size */)); in TEST()
/packages/services/Car/tools/cpu_perf/
Dcpu_perf.py127 settings.allcores.extend(settings.onlines)
128 settings.allcores.extend(offline_cores)
139 allcores.extend(settings.allcores)
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dproximity_info_utils.h95 const float x1, const float y1, const float x2, const float y2, const bool extend) { in pointToLineSegSquaredDistanceFloat() argument
112 if (!extend && projectionLengthSqr < 0.0f) { in pointToLineSegSquaredDistanceFloat()
115 } else if (!extend && projectionLengthSqr > 1.0f) { in pointToLineSegSquaredDistanceFloat()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DOverScroller.java245 public void extendDuration(int extend) { in extendDuration() argument
246 mScrollerX.extendDuration(extend); in extendDuration()
247 mScrollerY.extendDuration(extend); in extendDuration()
709 void extendDuration(int extend) { in extendDuration() argument
712 mDuration = elapsedTime + extend; in extendDuration()
/packages/apps/TvSystemUI/src/com/android/systemui/tv/vpn/
DVpnStatusObserver.kt117 .extend(Notification.TvExtender()) in <lambda>()
127 .extend(Notification.TvExtender()) in <lambda>()

12345