/external/boringssl/src/fipstools/ |
H A D | cavp_tdes_test.cc | 59 std::string num_keys; local 60 t->GetAttribute(&num_keys, "NumKeys"); 61 t->InjectInstruction("NumKeys", num_keys); 73 } num_keys = kNotPresent; local 79 num_keys = kTwo; 81 num_keys = kThree; 94 (num_keys == 0 && !t->GetBytes(&keys, "KEYs")) || 95 (num_keys > 0 && 105 if (num_keys != kNotPresent) { 108 if (num_keys 186 std::string num_keys; local 195 } num_keys; local [all...] |
/external/autotest/client/site_tests/hardware_Keyboard/ |
H A D | hardware_Keyboard.py | 56 num_keys = int(output) 57 if (num_keys > high_key_count): 58 high_key_count = num_keys
|
/external/tensorflow/tensorflow/core/kernels/ |
H A D | example_parsing_ops_test.cc | 105 static void AddExample(ExampleTensorMap* examples, int num_keys, argument 113 for (int k = 0; k < num_keys; ++k) { 122 (*examples)[std::make_tuple(batch_size, num_keys, feature_size)] = 145 static Graph* ParseExample(int batch_size, int num_keys, int feature_size) { argument 148 batch_size, num_keys, feature_size)]; 157 for (int i = 0; i < num_keys; ++i) { 195 static Graph* ParseSingleExample(int num_keys, int feature_size) { argument 198 Options::Store::GetSerializedExample()[std::make_tuple(1, num_keys, 209 for (int i = 0; i < num_keys; ++i) { 258 // B == batch_size, K == num_keys [all...] |
/external/e2fsprogs/misc/ |
H A D | e2undo.c | 56 __le64 num_keys; /* how many keys? */ member in struct:undo_header 100 size_t num_keys; member in struct:undo_context 124 printf("nr keys:\t%llu\n", ext2fs_le64_to_cpu(hdr->num_keys)); 411 undo_ctx.num_keys = ext2fs_le64_to_cpu(undo_ctx.hdr.num_keys); 470 retval = ext2fs_get_mem(sizeof(struct undo_key_info) * undo_ctx.num_keys, 493 undo_ctx.num_keys, keys_per_block, undo_ctx.blocksize); 494 for (i = 0; i < undo_ctx.num_keys; i += keys_per_block) { 504 undo_ctx.num_keys = i - 1; 530 max_j = undo_ctx.num_keys [all...] |
/external/tensorflow/tensorflow/contrib/linear_optimizer/python/ops/ |
H A D | sharded_mutable_dense_hashtable.py | 122 num_keys = keys.get_shape().dims[0] 123 original_indices = math_ops.range(num_keys) 129 tensor_shape.TensorShape([num_keys]).concatenate(self._value_shape))
|
/external/e2fsprogs/lib/ext2fs/ |
H A D | undo_io.c | 90 __le64 num_keys; /* how many keys? */ member in struct:undo_header 136 size_t num_keys, keys_in_block; member in struct:undo_private_data 232 data->hdr.num_keys = ext2fs_cpu_to_le64(data->num_keys); 447 data->num_keys++; 458 sz, data->num_keys - 1); 553 size_t num_keys, keys_per_block, i; local 585 num_keys = ext2fs_le64_to_cpu(hdr.num_keys); 607 data->num_keys [all...] |
/external/tensorflow/tensorflow/core/util/ |
H A D | example_proto_fast_parsing_test.cc | 265 auto num_keys = 1 + rng->Rand32() % 100; local 267 for (auto i = 0; i < num_keys; ++i) {
|
/external/autotest/client/deps/fakegudev/src/ |
H A D | fakegudev.c | 199 gsize num_keys, key_iter; local 250 keys = g_key_file_get_keys (key_file, group, &num_keys, &error); 252 for (key_iter = 0; key_iter < num_keys; ++key_iter) {
|
/external/autotest/client/site_tests/hardware_Keyboard/src/ |
H A D | evtest.c | 372 int num_keys = 0;
local 382 num_keys++;
385 printf("%d", num_keys);
|
/external/python/cpython2/Python/ |
H A D | compile.c | 365 Py_ssize_t i = offset, scope, num_keys, key_i; local 385 num_keys = PyList_GET_SIZE(sorted_keys); 387 for (key_i = 0; key_i < num_keys; key_i++) {
|
/external/python/cpython3/Python/ |
H A D | compile.c | 430 Py_ssize_t i = offset, scope, num_keys, key_i; local 450 num_keys = PyList_GET_SIZE(sorted_keys); 452 for (key_i = 0; key_i < num_keys; key_i++) {
|