Home
last modified time | relevance | path

Searched +defs:add +defs:lib (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/aosp_15_r20/external/guice/extensions/persist/lib/
HDhsqldb.jar ... org/hsqldb/jdbc/ org/hsqldb/lib/ org/hsqldb/lib/java/ org ...
/aosp_15_r20/system/libhidl/transport/
H A DServiceManagement.cpp223 Return<bool> add(const hidl_string& name, const sp<IBase>& /* service */) override { in add() function
411 static bool matchPackageName(const std::string& lib, std::string* matchedName, in matchPackageName()
538 for (const std::string &lib : libs) { in openLibs() local
573 openLibs(fqName, [&](void* handle, const std::string &lib, const std::string &sym) { in get()
613 Return<bool> add(const hidl_string& /* name */, in add() function
671 for (const std::string &lib : libs) { in debugDump() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/benchmarks/opencl/
Dadd.cpp25 class add<void(V,V,V), C> : public benchmark<void(V,V,V), C> class
28 add(std::string const &name) : benchmark<void(V,V,V), C>(name) {} in add() function in boost::numeric::ublas::benchmark::opencl::add
57 opencl::library lib; in main() local
/aosp_15_r20/external/bazelbuild-rules_go/tests/legacy/examples/lib/
H A Dasm.go1 package lib package
5 func add(x, y int64) int64 func
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/distrib/
Dfix_build_deps.py501 def make_relative_path(dep, lib): argument
537 def add(self, choice, trigger): member in Choices
/aosp_15_r20/external/grpc-grpc/tools/distrib/
H A Dfix_build_deps.py456 def make_relative_path(dep, lib): argument
500 def add(self, choice, trigger): member in Choices
/aosp_15_r20/external/stardoc/stardoc/
HDstardoc_binary.jar ... private final com.google.devtools.build.lib.events.EventHandler eventHandler private final java.util
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/backtrace/src/
H A Ddbghelp.rs123 let lib = b"dbghelp.dll\0"; localVariable
471 fn add(&mut self, path: &[u16]) { in add() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/backtrace/src/
H A Ddbghelp.rs123 let lib = b"dbghelp.dll\0"; localVariable
474 fn add(&mut self, path: &[u16]) { in add() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/backtrace/src/
H A Ddbghelp.rs123 let lib = b"dbghelp.dll\0"; localVariable
471 fn add(&mut self, path: &[u16]) { in add() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/backtrace/src/
H A Ddbghelp.rs123 let lib = b"dbghelp.dll\0"; localVariable
471 fn add(&mut self, path: &[u16]) { in add() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/backtrace/src/
H A Ddbghelp.rs123 let lib = b"dbghelp.dll\0"; localVariable
474 fn add(&mut self, path: &[u16]) { in add() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/backtrace/src/
H A Ddbghelp.rs123 let lib = b"dbghelp.dll\0"; localVariable
471 fn add(&mut self, path: &[u16]) { in add() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/backtrace/src/
H A Ddbghelp.rs123 let lib = b"dbghelp.dll\0"; localVariable
474 fn add(&mut self, path: &[u16]) { in add() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/backtrace/src/
H A Ddbghelp.rs123 let lib = b"dbghelp.dll\0"; localVariable
474 fn add(&mut self, path: &[u16]) { in add() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/backtrace/src/
H A Ddbghelp.rs123 let lib = b"dbghelp.dll\0"; localVariable
471 fn add(&mut self, path: &[u16]) { in add() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/backtrace/src/
H A Ddbghelp.rs123 let lib = b"dbghelp.dll\0"; localVariable
474 fn add(&mut self, path: &[u16]) { in add() method
/aosp_15_r20/prebuilts/bazel/common/android_tools/android_tools/
Dall_android_tools_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/
Dlib.rs598 pub mod lib { module
840 let add = char('+').map(|_| plus); in term() localVariable
/aosp_15_r20/external/guice/lib/build/
HDbnd-0.0.384.jar ... .java OSGI-OPT/src/aQute/lib/ OSGI-OPT/src/aQute/lib ...
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDemma_device.jarMETA-INF/ META-INF/MANIFEST.MF emma.class emma.java package emma ...
HDemma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/ ...
/aosp_15_r20/external/emma/lib/
HDemma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/ ...
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dc_api_test.cc204 TF_Library* lib = TF_LoadLibrary(lib_path.c_str(), status); in TEST() local
500 TF_Operation* add = Add(feed, three, graph, s); in TEST() local
652 TF_Operation* add = Add(one, two, graph, s, "add"); in TEST() local
993 TF_Operation* add = Add(feed, two, graph, s); in TEST() local
1190 TF_Operation* add = AddNoCheck(vec2, vec3, graph, status); in TEST() local
/aosp_15_r20/external/pytorch/test/
H A Dtest_custom_ops.py77 def lib(self): member in CustomOpTestCaseBase
2212 def add(x: Tensor, y: float) -> Tensor: function
2239 def add(x: Tensor, y: float) -> Tensor: function
2278 def add(x, y): function
2724 def add(x: Tensor, y: float) -> Tensor: function
2765 def add(x: Tensor, y: float) -> Tensor: function
2867 def add(x: Tensor, y: float) -> Tensor: function
3051 def add(x: Tensor, y: float) -> Tensor: function

12345678910>>...14