HomeSort by relevance Sort by last modified time
    Searched defs:_t (Results 1 - 20 of 20) sorted by null

  /external/libcxx/test/std/utilities/meta/meta.help/
bool_constant.pass.cpp 22 typedef std::bool_constant<true> _t; typedef
23 static_assert(_t::value, "");
24 static_assert((std::is_same<_t::value_type, bool>::value), "");
25 static_assert((std::is_same<_t::type, _t>::value), "");
26 static_assert((_t() == true), "");
  /external/llvm/test/MC/ARM/
hilo-16bit-relocations.s 4 _t: label
  /external/swiftshader/third_party/LLVM/test/MC/ARM/
hilo-16bit-relocations.s 4 _t: label
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.help/
bool_constant.pass.cpp 22 typedef std::bool_constant<true> _t; typedef
23 static_assert(_t::value, "");
24 static_assert((std::is_same<_t::value_type, bool>::value), "");
25 static_assert((std::is_same<_t::type, _t>::value), "");
26 static_assert((_t() == true), "");
  /external/clang/test/CodeGenCXX/
cxx11-user-defined-literal.cpp 10 template<char...Cs> S operator"" _t() { return S(); } function
  /external/tensorflow/tensorflow/contrib/seq2seq/python/kernel_tests/
decoder_test.py 67 def _t(shape): function in function:DynamicDecodeRNNTest._testDynamicDecodeRNN
80 _t((batch_size, None, cell_depth)),
83 _t((batch_size, None)),
98 _t((batch_size, time_steps, cell_depth)),
101 _t((batch_size, time_steps)),
beam_search_decoder_test.py 381 def _t(shape): function in function:BeamSearchDecoderTest._testDynamicDecodeRNN
394 _t((batch_size, None, beam_width)),
397 _t((batch_size, None, beam_width)),
411 _t((batch_size, max_sequence_length, beam_width)),
414 _t((batch_size, max_sequence_length, beam_width)), sess_results[
  /external/wpa_supplicant_8/src/crypto/
fips_prf_internal.c 20 u32 t[5], _t[5]; local
46 os_memcpy(_t, t, 20);
47 SHA1Transform(_t, xkey);
48 _t[0] = host_to_be32(_t[0]);
49 _t[1] = host_to_be32(_t[1]);
50 _t[2] = host_to_be32(_t[2]);
51 _t[3] = host_to_be32(_t[3])
    [all...]
fips_prf_openssl.c 51 u32 t[5], _t[5]; local
77 os_memcpy(_t, t, 20);
78 sha1_transform(_t, xkey);
79 WPA_PUT_BE32(xpos, _t[0]);
80 WPA_PUT_BE32(xpos + 4, _t[1]);
81 WPA_PUT_BE32(xpos + 8, _t[2]);
82 WPA_PUT_BE32(xpos + 12, _t[3]);
83 WPA_PUT_BE32(xpos + 16, _t[4]);
  /external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
decoder.py 136 def _t(s): function in function:_create_zero_outputs
145 ([batch_size], _t(s)), axis=0), dtype=d)
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
generic.h 117 typedef struct _t { /* Token name or expression */ struct
119 struct _t *next;
129 struct _t *next;
  /external/iptables/iptables/
nft.c 549 struct builtin_table *_t)
554 if (_t->initialized)
561 nftnl_table_set(t, NFTNL_TABLE_NAME, (char *)_t->name);
569 _t->initialized = true;
817 struct builtin_table *_t; local
820 _t = nft_table_builtin_find(h, table);
822 if (_t != NULL)
823 nft_table_builtin_add(h, _t);
825 _c = nft_chain_builtin_find(_t, chain);
828 c = nft_chain_builtin_alloc(_t, _c, policy)
    [all...]
  /prebuilts/tools/common/m2/repository/org/antlr/stringtemplate/3.2.1/
stringtemplate-3.2.1.jar 
  /external/guice/extensions/persist/lib/
hibernate3.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 

Completed in 912 milliseconds