Home
last modified time | relevance | path

Searched defs:Operation (Results 1 – 25 of 1143) sorted by relevance

12345678910>>...46

/aosp_15_r20/external/tensorflow/tensorflow/go/
H A Doperation.go26 type Operation struct { struct
27 c *C.TF_Operation
30 g *Graph
34 func (op *Operation) Name() string {
39 func (op *Operation) Type() string {
44 func (op *Operation) NumOutputs() int {
50 func (op *Operation) Device() string {
61 func (op *Operation) OutputListSize(output string) (int, error) {
70 func (op *Operation) Output(i int) Output {
75 func (op *Operation) NumInputs() int {
/aosp_15_r20/system/security/keystore2/src/
H A Doperation.rs175 pub struct Operation { struct
178 km_op: Strong<dyn IKeyMintOperation>, argument
179 last_usage: Mutex<Instant>,
180 outcome: Mutex<Outcome>,
181 owner: u32, // Uid of the operation's owner.
182 auth_info: Mutex<AuthInfo>,
183 forced: bool,
184 logging_info: LoggingInfo,
218 impl Operation { implementation
456 impl Drop for Operation { implementation
[all …]
/aosp_15_r20/system/keymint/ta/src/
H A Doperation.rs56 pub(crate) struct Operation { struct
74 pub crypto_op: CryptoOperation, argument
80 impl Operation { argument
809 fn take_operation(&mut self, op_handle: OpHandle) -> Result<Operation, Error> { in take_operation()
818 op: &Operation, in check_subsequent_auth()
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-channel/src/
Dselect.rs37 pub struct Operation(usize); struct
39 impl Operation { impl
46 pub fn hook<T>(r: &mut T) -> Operation { in hook()
68 Operation(Operation), enumerator
108 fn register(&self, oper: Operation, cx: &Context) -> bool; in register()
111 fn unregister(&self, oper: Operation); in unregister()
120 fn watch(&self, oper: Operation, cx: &Context) -> bool; in watch()
123 fn unwatch(&self, oper: Operation); in unwatch()
135 fn register(&self, oper: Operation, cx: &Context) -> bool { in register()
139 fn unregister(&self, oper: Operation) { in unregister()
[all …]
Dwaker.rs48 pub(crate) fn register(&mut self, oper: Operation, cx: &Context) { in register()
54 pub(crate) fn register_with_packet(&mut self, oper: Operation, packet: *mut (), cx: &Context) { in register_with_packet()
125 pub(crate) fn watch(&mut self, oper: Operation, cx: &Context) { in watch()
135 pub(crate) fn unwatch(&mut self, oper: Operation) { in unwatch()
198 pub(crate) fn register(&self, oper: Operation, cx: &Context) { in register()
237 pub(crate) fn watch(&self, oper: Operation, cx: &Context) { in watch()
248 pub(crate) fn unwatch(&self, oper: Operation) { in unwatch()
/aosp_15_r20/system/keymint/hal/src/
H A Dkeymint.rs303 struct Operation<T: SerializedChannel + 'static> { struct
308 impl<T: SerializedChannel + 'static> Drop for Operation<T> { argument
315 impl<T: SerializedChannel> ChannelHalService<T> for Operation<T> { implementation
336 impl<T: SerializedChannel> binder::Interface for Operation<T> {} implementation
338 impl<T: SerializedChannel + 'static> Operation<T> { impl
352 impl<T: SerializedChannel> Operation<T> { impl
376 impl<T: SerializedChannel + 'static> keymint::IKeyMintOperation::IKeyMintOperation implementation
/aosp_15_r20/frameworks/av/media/libstagefright/tests/
H A DBatteryChecker_test.cpp49 struct Operation { struct in android::BatteryCheckerTestHandler
50 int32_t event;
51 int64_t delay = 0;
52 uint32_t repeatCount = 0;
53 int32_t expectedOnCounter = 0;
54 int32_t expectedOffCounter = 0;
96 using Operation = BatteryCheckerTestHandler::Operation; typedef in android::BatteryCheckerTest
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmFloatControls2Tests.cpp973 struct Operation struct
976 const char *name;
979 FloatUsage floatUsage;
983 const char *annotations;
984 const char *types;
985 const char *constants;
986 const char *variables;
987 const char *functions;
988 const char *commands;
989 vector<string> IDsToDecorate;
[all …]
H A DvktSpvAsmFloatControlsTests.cpp1969 struct Operation struct
1972 const char *name;
1975 FloatUsage floatUsage;
1979 const char *annotations;
1980 const char *types;
1981 const char *constants;
1982 const char *variables;
1983 const char *functions;
1984 const char *commands;
1990 bool isInputTypeRestricted;
[all …]
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/sdk/
H A Dprogram_path.h54 struct Operation { struct
62 Operation(std::string output_name) : output_name(std::move(output_name)) { } in Operation() function
72 using Component = std::variant<Program, Program::Function, Program::Block, Program::Operation>;
/aosp_15_r20/external/perfetto/src/profiling/memory/
H A Dbookkeeping_unittest.cc258 struct Operation { in TEST() struct
259 uint64_t sequence_number; in TEST()
260 OperationType type; in TEST()
261 uint64_t address; in TEST()
262 uint64_t bytes; // 0 for free in TEST()
263 const std::vector<unwindstack::FrameData>* stack; // nullptr for free in TEST()
264 const std::vector<std::string>* build_ids; // nullptr for free in TEST()
267 bool operator<(const Operation& other) const { in TEST()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dselect.rs15 pub struct Operation(usize); struct
17 impl Operation { implementation
24 pub fn hook<T>(r: &mut T) -> Operation { in hook()
46 Operation(Operation), enumerator
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dselect.rs15 pub struct Operation(usize); struct
17 impl Operation { implementation
24 pub fn hook<T>(r: &mut T) -> Operation { in hook()
46 Operation(Operation), enumerator
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dselect.rs15 pub struct Operation(usize); struct
17 impl Operation { implementation
24 pub fn hook<T>(r: &mut T) -> Operation { in hook()
46 Operation(Operation), enumerator
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dselect.rs15 pub struct Operation(usize); struct
17 impl Operation { implementation
24 pub fn hook<T>(r: &mut T) -> Operation { in hook()
46 Operation(Operation), enumerator
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dselect.rs15 pub struct Operation(usize); struct
17 impl Operation { implementation
24 pub fn hook<T>(r: &mut T) -> Operation { in hook()
46 Operation(Operation), enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-channel/src/flavors/
Dzero.rs407 fn register(&self, oper: Operation, cx: &Context) -> bool { in register()
418 fn unregister(&self, oper: Operation) { in unregister()
436 fn watch(&self, oper: Operation, cx: &Context) -> bool { in watch()
442 fn unwatch(&self, oper: Operation) { in unwatch()
457 fn register(&self, oper: Operation, cx: &Context) -> bool { in register()
468 fn unregister(&self, oper: Operation) { in unregister()
486 fn watch(&self, oper: Operation, cx: &Context) -> bool { in watch()
492 fn unwatch(&self, oper: Operation) { in unwatch()
Darray.rs576 fn register(&self, oper: Operation, cx: &Context) -> bool { in register()
581 fn unregister(&self, oper: Operation) { in unregister()
593 fn watch(&self, oper: Operation, cx: &Context) -> bool { in watch()
598 fn unwatch(&self, oper: Operation) { in unwatch()
612 fn register(&self, oper: Operation, cx: &Context) -> bool { in register()
617 fn unregister(&self, oper: Operation) { in unregister()
629 fn watch(&self, oper: Operation, cx: &Context) -> bool { in watch()
634 fn unwatch(&self, oper: Operation) { in unwatch()
Dlist.rs703 fn register(&self, oper: Operation, cx: &Context) -> bool { in register()
708 fn unregister(&self, oper: Operation) { in unregister()
720 fn watch(&self, oper: Operation, cx: &Context) -> bool { in watch()
725 fn unwatch(&self, oper: Operation) { in unwatch()
739 fn register(&self, _oper: Operation, _cx: &Context) -> bool { in register()
743 fn unregister(&self, _oper: Operation) {} in unregister()
753 fn watch(&self, _oper: Operation, _cx: &Context) -> bool { in watch()
757 fn unwatch(&self, _oper: Operation) {} in unwatch()
/aosp_15_r20/external/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp224 ArchiveOperation Operation; in parseCommandLine() local
402 static void performReadOperation(ArchiveOperation Operation, in performReadOperation()
478 static InsertAction computeInsertAction(ArchiveOperation Operation, in computeInsertAction()
529 computeNewArchiveMembers(ArchiveOperation Operation, in computeNewArchiveMembers()
622 performWriteOperation(ArchiveOperation Operation, in performWriteOperation()
673 static void performOperation(ArchiveOperation Operation, in performOperation()
698 static int performOperation(ArchiveOperation Operation, in performOperation()
807 ArchiveOperation Operation = parseCommandLine(); in ar_main() local
/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/
H A Dtpu.py248 op: ops.Operation,
297 def __init__(self, name: Text, num_replicas: int, pivot: ops.Operation):
416 def EnterGradientColocation(self, op: ops.Operation, gradient_uid: Text):
470 def ExitGradientColocation(self, op: ops.Operation, gradient_uid: Text):
568 self, op: ops.Operation
593 def AddOp(self, op: ops.Operation) -> None:
691 def AddInnerOp(self, op: ops.Operation):
732 def AddOp(self, op: ops.Operation) -> None:
740 def AddInnerOp(self, op: ops.Operation) -> None:
/aosp_15_r20/external/coreboot/Documentation/util/smmstoretool/
H A Dindex.md5 ## Operation section in smmstoretool
7 ### File formats
14 ### Storage initialization
25 ### Unicode
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dmerge_control_flow.cc95 llvm::SmallSetVector<Operation*, 4>& downstream_if_ops, in SafeToMerge()
242 llvm::SmallSetVector<Operation*, 4> middle_if_ops, in GetMoveOpsBetweenTwoIfRegions()
412 llvm::SmallVector<Operation*, 8>& moved_ops_ordered) { in MoveOpsAfter()
454 llvm::SmallDenseMap<Operation*, TF::IfRegionOp>& old_to_new_IfRegion_map, in UpdateMovedOpList()
455 llvm::SmallVector<Operation*, 8>& moved_ops_list) { in UpdateMovedOpList()
520 llvm::SmallVector<Operation*, 8>& moved_ops_list, in MergeIfPerSegment()
522 llvm::SmallDenseMap<Operation*, TF::IfRegionOp>& old_to_new_IfRegion_map) { in MergeIfPerSegment()
585 llvm::SmallDenseMap<Operation*, TF::IfRegionOp>& old_to_new_IfRegion_map) { in MergeIfPerIfGroups()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ssl/detail/
Dio.hpp315 io_op<Stream, Operation, Handler>* this_handler) in asio_handler_allocate() argument
329 io_op<Stream, Operation, Handler>* this_handler) in asio_handler_deallocate() argument
340 io_op<Stream, Operation, Handler>* this_handler) in asio_handler_is_continuation() argument
350 io_op<Stream, Operation, Handler>* this_handler) in asio_handler_invoke() argument
363 io_op<Stream, Operation, Handler>* this_handler) in asio_handler_invoke() argument
/aosp_15_r20/system/logging/logd/
H A DReplayMessages.cpp151 class Operation { class
249 virtual void Operation() {} in Operation() function in SingleBufferOperation
267 void Operation() override { in Operation() function in PrintMemory
294 void Operation() override { in Operation() function in PrintLogs
323 void Operation() override { in Operation() function in PrintLatency
362 void Operation() override { in Operation() function in PrintAllLogs

12345678910>>...46