Home
last modified time | relevance | path

Searched defs:tf (Results 1 – 25 of 607) sorted by relevance

12345678910>>...25

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/type/
DTestTypeFactory.java102 TypeFactory tf = TypeFactory.defaultInstance(); in testSimpleTypes() local
120 TypeFactory tf = TypeFactory.defaultInstance(); in testArrays() local
131 TypeFactory tf = TypeFactory.defaultInstance(); in testProperties() local
145 TypeFactory tf = TypeFactory.defaultInstance(); in testIterator() local
161 TypeFactory tf = TypeFactory.defaultInstance(); in testParametricTypes() local
208 final TypeFactory tf = TypeFactory.defaultInstance(); in testInvalidParametricTypes() local
232 TypeFactory tf = TypeFactory.defaultInstance(); in testCanonicalNames() local
283 TypeFactory tf = TypeFactory.defaultInstance(); in testCanonicalWithSpaces() local
302 final TypeFactory tf = TypeFactory.defaultInstance(); in testCollections() local
327 final TypeFactory tf = TypeFactory.defaultInstance(); in testCollectionsWithBindings() local
[all …]
DTestJavaType.java66 TypeFactory tf = TypeFactory.defaultInstance(); in testLocalType728() local
87 TypeFactory tf = TypeFactory.defaultInstance(); in testSimpleClass() local
112 TypeFactory tf = TypeFactory.defaultInstance(); in testDeprecated() local
128 TypeFactory tf = TypeFactory.defaultInstance(); in testArrayType() local
150 TypeFactory tf = TypeFactory.defaultInstance(); in testMapType() local
171 TypeFactory tf = TypeFactory.defaultInstance(); in testEnumType() local
217 TypeFactory tf = TypeFactory.defaultInstance(); in testJavaTypeAsJLRType() local
227 TypeFactory tf = TypeFactory.defaultInstance(); in testGenericSignature1194() local
248 TypeFactory tf = TypeFactory.defaultInstance(); in testAnchorTypeForRefTypes() local
263 TypeFactory tf = TypeFactory.defaultInstance(); in testObjectToReferenceSpecialization() local
[all …]
DTestTypeFactory1604.java38 TypeFactory tf = newTypeFactory(); in testCustomTypesRefinedSimple() local
53 TypeFactory tf = newTypeFactory(); in testCustomTypesRefinedNested() local
68 TypeFactory tf = newTypeFactory(); in testCustomTypesRefinedSneaky() local
85 TypeFactory tf = newTypeFactory(); in testTwoParamSneakyCustom() local
109 TypeFactory tf = newTypeFactory(); in testErrorForMismatch() local
126 TypeFactory tf = newTypeFactory(); in testResolveGenericPartialSubtypes() local
DTestTypeResolution.java42 TypeFactory tf = TypeFactory.defaultInstance(); in testMaps() local
52 TypeFactory tf = TypeFactory.defaultInstance(); in testListViaTypeRef() local
61 TypeFactory tf = TypeFactory.defaultInstance(); in testListViaClass() local
70 TypeFactory tf = TypeFactory.defaultInstance(); in testGeneric() local
DRecursiveTypeTest.java57 TypeFactory tf = TypeFactory.defaultInstance(); in testRecursiveType() local
94 TypeFactory tf = objectMapper().getTypeFactory(); in testJavaTypeToString() local
108 TypeFactory tf = objectMapper().getTypeFactory(); in testSuperClassWithReferencedJavaType() local
/external/blktrace/iowatcher/
Dmain.c156 static void alloc_mpstat_gld(struct trace_file *tf) in alloc_mpstat_gld()
243 struct trace_file *tf; in add_trace_file() local
259 struct trace_file *tf; in add_fio_trace_file() local
276 struct trace_file *tf; in setup_trace_file_graphs() local
321 struct trace_file *tf; in read_traces() local
372 struct trace_file *tf; in pick_line_graph_color() local
395 static void read_fio_events(struct trace_file *tf) in read_fio_events()
418 struct trace_file *tf; in read_trace_events() local
501 struct trace_file *tf; in set_trace_label() local
539 static void compare_minmax_tf(struct trace_file *tf, unsigned int *max_seconds, in compare_minmax_tf()
[all …]
/external/perfetto/src/base/
Dtemp_file_unittest.cc42 TempFile tf = TempFile::Create(); in TEST() local
77 TempFile tf = TempFile::CreateUnlinked(); in TEST() local
93 TempFile tf = TempFile::Create(); in TEST() local
103 TempFile tf = TempFile::CreateUnlinked(); in TEST() local
/external/tensorflow/tensorflow/python/platform/
Dsysconfig.py40 import tensorflow as tf namespace
51 import tensorflow as tf namespace
/external/ltp/testcases/kernel/fs/fsx-linux/
Dfsx-linux.c422 struct test_file *tf = get_tf(); in get_fd() local
428 struct test_file *tf; in open_test_files() local
462 struct test_file *tf; in close_test_files() local
542 char *fill_tf_buf(struct test_file *tf) in fill_tf_buf()
552 output_line(struct test_file *tf, int op, unsigned offset, in output_line()
589 struct test_file *tf = get_tf(); in doread() local
644 struct test_file *tf = get_tf(); in domapread() local
722 struct test_file *tf = get_tf(); in dowrite() local
782 struct test_file *tf = get_tf(); in domapwrite() local
880 struct test_file *tf = get_tf(); in dotruncate() local
[all …]
/external/cronet/third_party/icu/source/test/perf/unisetperf/
Dunisetperf.cpp102 UBool tf=false; in countSpans() local
184 UBool tf=false; in call() local
195 static int32_t span(const UnicodeSet &set, const UChar *s, int32_t length, UBool tf) { in span()
246 UBool tf=false; in call() local
301 UBool tf=(UBool)((testcase.spanCount&1)==0); in call() local
347 UBool tf=false; in call() local
397 UBool tf=(UBool)((testcase.spanCount&1)==0); in call() local
/external/icu/icu4c/source/test/perf/unisetperf/
Dunisetperf.cpp102 UBool tf=false; in countSpans() local
184 UBool tf=false; in call() local
195 static int32_t span(const UnicodeSet &set, const UChar *s, int32_t length, UBool tf) { in span()
246 UBool tf=false; in call() local
301 UBool tf=(UBool)((testcase.spanCount&1)==0); in call() local
347 UBool tf=false; in call() local
397 UBool tf=(UBool)((testcase.spanCount&1)==0); in call() local
/external/skia/gm/
Duserfont.cpp77 static sk_sp<SkTypeface> round_trip(sk_sp<SkTypeface> tf) { in round_trip()
95 static sk_sp<SkTextBlob> make_blob(sk_sp<SkTypeface> tf, float size, float* spacing) { in make_blob()
110 auto waterfall = [&](sk_sp<SkTypeface> tf) { in onDraw()
/external/skia/modules/sksg/src/
DSkSGText.cpp18 sk_sp<Text> Text::Make(sk_sp<SkTypeface> tf, const SkString& text) { in Make()
22 Text::Text(sk_sp<SkTypeface> tf, const SkString& text) in Text()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtf_device_assignment.cc41 Dialect* tf = getContext().getLoadedDialect<TensorFlowDialect>(); in runOnOperation() local
78 Dialect* tf = getContext().getLoadedDialect<TensorFlowDialect>(); in runOnOperation() local
/external/deqp/modules/gles3/functional/
Des3fLifetimeTests.cpp126 void ScaleProgram::draw (GLuint vao, GLfloat scale, bool tf, Surface* dst) in draw()
326 void BufferTfAttacher::attach (GLuint buffer, GLuint tf) in attach()
334 void BufferTfAttacher::detach (GLuint buffer, GLuint tf) in detach()
343 GLuint BufferTfAttacher::getAttachment (GLuint tf) in getAttachment()
378 void BufferTfOutputAttacher::setupContainer (GLuint seed, GLuint tf) in setupContainer()
504 GLuint tf = 0; in iterate() local
/external/tensorflow/tensorflow/python/util/
Dfuture_api.py21 import tensorflow as tf namespace
/external/deqp/external/openglcts/modules/common/
DglcPackedDepthStencilTests.cpp347 BaseTest::BaseTest(deqp::Context& context, const TypeFormat& tf) in BaseTest()
1296 ValidateErrorsTest::ValidateErrorsTest(deqp::Context& context, const TypeFormat& tf) : BaseTest(con… in ValidateErrorsTest()
1574 VerifyReadPixelsTest::VerifyReadPixelsTest(deqp::Context& context, const TypeFormat& tf) : BaseTest… in VerifyReadPixelsTest()
1642 VerifyGetTexImageTest::VerifyGetTexImageTest(deqp::Context& context, const TypeFormat& tf) : BaseTe… in VerifyGetTexImageTest()
1685 VerifyCopyTexImageTest::VerifyCopyTexImageTest(deqp::Context& context, const TypeFormat& tf) : Base… in VerifyCopyTexImageTest()
1783 …yPartialAttachmentsTest::VerifyPartialAttachmentsTest(deqp::Context& context, const TypeFormat& tf) in VerifyPartialAttachmentsTest()
1947 VerifyMixedAttachmentsTest::VerifyMixedAttachmentsTest(deqp::Context& context, const TypeFormat& tf) in VerifyMixedAttachmentsTest()
2105 VerifyParametersTest::VerifyParametersTest(deqp::Context& context, const TypeFormat& tf) : BaseTest… in VerifyParametersTest()
2184 RenderbuffersTest::RenderbuffersTest(deqp::Context& context, const TypeFormat& tf) : BaseTest(conte… in RenderbuffersTest()
2251 StencilSizeTest::StencilSizeTest(deqp::Context& context, const TypeFormat& tf) : BaseTest(context, … in StencilSizeTest()
[all …]
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/tf_saved_model/
Dbasic_v1_no_variable_lifting.py19 import tensorflow.compat.v1 as tf namespace
Dremove_init_variable_v1.py19 import tensorflow.compat.v1 as tf namespace
Dbasic_v1.py19 import tensorflow.compat.v1 as tf namespace
Dimport_restore_v1.py19 import tensorflow.compat.v1 as tf namespace
Dshared_variable_v1.py19 import tensorflow.compat.v1 as tf namespace
Dmulti_variables_v1.py19 import tensorflow.compat.v1 as tf namespace
Dcontrol_flow_upgrade_legacy_v1.py19 import tensorflow.compat.v1 as tf namespace
Dhash_table_v1.py19 import tensorflow.compat.v1 as tf namespace

12345678910>>...25