HomeSort by relevance Sort by last modified time
    Searched full:ret_t (Results 1 - 5 of 5) sorted by null

  /external/harfbuzz_ng/src/
hb-debug.hh 222 template <int max_level, typename ret_t>
242 _hb_warn_no_return<ret_t> (returned);
249 inline ret_t ret (ret_t v, unsigned int line = 0)
258 hb_printer_t<ret_t>().print (v), line);
271 template <typename ret_t> /* Make sure we don't use hb_auto_trace_t when not tracing. */
272 struct hb_auto_trace_t<0, ret_t>
281 inline ret_t ret (ret_t v, unsigned int line HB_UNUSED = 0) { return v; }
286 template <typename ret_t>
    [all...]
  /libnativehelper/tests/
JniSafeRegisterNativeMethods_test.cpp 274 #define DEC_TEST_FN_IMPL(name, ret_t, ...) \
275 static ret_t name (__VA_ARGS__) { return TestReturnAnything{}; }
277 #define DEC_TEST_FN(name, correct, ret_t, ...) \
278 DEC_TEST_FN_IMPL(normal_ ## name, ret_t, JNIEnv*, jobject, __VA_ARGS__) \
279 DEC_TEST_FN_IMPL(normal2_ ## name, ret_t, JNIEnv*, jclass, __VA_ARGS__) \
280 DEC_TEST_FN_IMPL(critical_ ## name, ret_t, __VA_ARGS__)
282 #define DEC_TEST_FN0(name, correct, ret_t) \
283 DEC_TEST_FN_IMPL(normal_ ## name, ret_t, JNIEnv*, jobject) \
284 DEC_TEST_FN_IMPL(normal2_ ## name, ret_t, JNIEnv*, jclass) \
285 DEC_TEST_FN_IMPL(critical_ ## name, ret_t)
    [all...]
  /external/tensorflow/tensorflow/contrib/framework/python/ops/
script_ops.py 140 for ret_t, shape in zip(flat_values, flattened_shapes):
141 ret_t.set_shape(shape)
  /external/tensorflow/tensorflow/core/common_runtime/
function.cc     [all...]
  /external/tensorflow/tensorflow/python/data/ops/
dataset_ops.py 406 for ret_t, shape in zip(flat_values, flattened_shapes):
407 ret_t.set_shape(shape)
    [all...]

Completed in 123 milliseconds