Home
last modified time | relevance | path

Searched defs:custom (Results 1 – 25 of 213) sorted by relevance

123456789

/external/rust/crates/ciborium/src/value/
Derror.rs22 fn custom<T: core::fmt::Display>(msg: T) -> Self { in custom() method
29 fn custom<T: core::fmt::Display>(msg: T) -> Self { in custom() method
/external/pigweed/pw_sync/
Dinline_borrowable_test.cc84 InlineBorrowable<CustomType> custom(std::in_place, 1); in TEST() local
90 InlineBorrowable<CustomType> custom(std::in_place, x); in TEST() local
95 InlineBorrowable<CustomType> custom(std::in_place, 1, 2); in TEST() local
100 InlineBorrowable<CustomType> custom(std::make_tuple(1, 2)); in TEST() local
105 InlineBorrowable<CustomType> custom([] { return CustomType(1, 2); }); in TEST() local
115 InlineBorrowable<CustomType> custom(factory); in TEST() local
/external/rust/crates/serde-xml-rs/src/
Derror.rs100 fn custom<T: Display>(msg: T) -> Self { in custom() method
108 fn custom<T: Display>(msg: T) -> Self { in custom() method
/external/rust/crates/serde_test/src/
Derror.rs12 fn custom<T: Display>(msg: T) -> Self { in custom() method
20 fn custom<T: Display>(msg: T) -> Self { in custom() method
/external/libbrillo/brillo/
Dbackoff_entry_test.cc263 TestBackoffEntry custom(&base_policy); in TEST() local
286 TestBackoffEntry custom(&lenient_policy); in TEST() local
296 TestBackoffEntry custom(&large_multiply_policy); in TEST() local
Dbackoff_entry_unittest.cc263 TestBackoffEntry custom(&base_policy); in TEST() local
286 TestBackoffEntry custom(&lenient_policy); in TEST() local
296 TestBackoffEntry custom(&large_multiply_policy); in TEST() local
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/
Dngrams_op_resolver.cc23 namespace custom { namespace
Dwhitespace_tokenizer_op_resolver.cc23 namespace custom { namespace
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/sentencepiece/
Dpy_tflite_registerer.cc20 namespace custom { namespace
Doptimized_decoder.cc26 namespace custom { namespace
/external/tensorflow/tensorflow/lite/kernels/gradient/
Dgradient_ops.cc22 namespace custom { namespace
/external/tensorflow/tensorflow/lite/kernels/perception/
Dperception_ops.cc20 namespace custom { namespace
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/ragged/
Dpy_tflite_registerer.cc21 namespace custom { namespace
/external/cronet/net/base/
Dbackoff_entry_unittest.cc263 BackoffEntry custom(&base_policy, &now_ticks); in TEST() local
286 BackoffEntry custom(&lenient_policy, &now_ticks); in TEST() local
297 BackoffEntry custom(&large_multiply_policy, &now_ticks); in TEST() local
/external/tensorflow/tensorflow/lite/kernels/
Dregister.cc25 namespace custom { namespace
Dregister_ref.cc26 namespace custom { namespace
/external/rust/crates/getrandom/src/
Dlib.rs194 mod custom; module
/external/owasp/sanitizer/src/tests/org/owasp/html/
DCssSchemaTest.java80 CssSchema custom = CssSchema.union( in testCustom() local
/external/tensorflow/tensorflow/lite/kernels/shim/test_op/
Dsimple_tflite_op.cc23 namespace custom { namespace
/external/perfetto/examples/shared_lib/
Dexample_shlib_data_source.c25 static struct PerfettoDs custom = PERFETTO_DS_INIT(); variable
/external/compiler-rt/test/BlocksRuntime/
Dnullblockisa.c26 } *custom = (struct _custom *)(void *)(b); variable
/external/skia/tests/
DFontMgrAndroidParserTest.cpp277 SkFontMgr_Android_CustomFonts custom; in DEF_TEST() local
312 SkFontMgr_Android_CustomFonts custom; in DEF_TEST() local
389 SkFontMgr_Android_CustomFonts custom; in DEF_TEST() local
/external/opencensus-java/contrib/spring/src/test/java/io/opencensus/contrib/spring/aop/
DSample.java38 void custom(long delay) throws Exception { in custom() method in Sample
/external/bazelbuild-kotlin-rules/tests/jvm/java/functions/
DCarInlineDemo.kt35 val custom: String = car.customName() { year: Int -> year.toString() } in <lambda>() constant
/external/rust/crates/ciborium/src/ser/
Derror.rs39 fn custom<U: Display>(msg: U) -> Self { in custom() method

123456789