/external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/common/accumulators/ |
D | feature-stats-accumulator.h | 48 void AddStats(uint32 slot_id, uint32 class_id, uint32 partition_id, in AddStats() argument 50 accumulator_(stats, &feature_column_stats_[slot_id][ClassPartitionKey( in AddStats() 57 StatsType GetStats(uint32 slot_id, uint32 class_id, uint32 partition_id, in GetStats() argument 59 auto it = feature_column_stats_[slot_id].find( in GetStats() 61 return it != feature_column_stats_[slot_id].end() ? it->second in GetStats() 66 FeatureStats GetFeatureStats(uint32 slot_id) const { in GetFeatureStats() argument 67 return feature_column_stats_[slot_id]; in GetFeatureStats()
|
/external/libese/apps/weaver/ |
D | weaver.c | 242 uint8_t slot_id[4]; in ese_weaver_write() local 243 put_uint32(slot_id, slotId); in ese_weaver_write() 244 tx[2].base = slot_id; in ese_weaver_write() 245 tx[2].len = sizeof(slot_id); in ese_weaver_write() 296 uint8_t slot_id[4]; in ese_weaver_read() local 297 put_uint32(slot_id, slotId); in ese_weaver_read() 298 tx[2].base = slot_id; in ese_weaver_read() 299 tx[2].len = sizeof(slot_id); in ese_weaver_read() 381 uint8_t slot_id[4]; in ese_weaver_erase_value() local 382 put_uint32(slot_id, slotId); in ese_weaver_erase_value() [all …]
|
/external/valgrind/memcheck/tests/solaris/ |
D | pkcs11.c | 36 CK_SLOT_ID slot_id = slots[i]; in main() local 39 ret = C_GetMechanismList(slot_id, NULL, &mech_count); in main() 51 ret = C_GetMechanismList(slot_id, mechs, &mech_count); in main()
|
/external/v8/src/interpreter/ |
D | interpreter-assembler.cc | 545 Node* slot_id) { in IncrementCallCount() argument 547 Node* call_count_slot = IntPtrAdd(slot_id, IntPtrConstant(1)); in IncrementCallCount() 557 Node* slot_id, in CallJSWithFeedback() argument 582 Node* feedback_element = LoadFixedArrayElement(feedback_vector, slot_id); in CallJSWithFeedback() 595 IncrementCallCount(feedback_vector, slot_id); in CallJSWithFeedback() 630 IncrementCallCount(feedback_vector, slot_id); in CallJSWithFeedback() 675 CreateWeakCellInFeedbackVector(feedback_vector, SmiTag(slot_id), in CallJSWithFeedback() 684 CreateAllocationSiteInFeedbackVector(feedback_vector, SmiTag(slot_id)); in CallJSWithFeedback() 699 feedback_vector, slot_id, in CallJSWithFeedback() 710 IncrementCallCount(feedback_vector, slot_id); in CallJSWithFeedback() [all …]
|
D | interpreter-assembler.h | 116 compiler::Node* slot_id); 126 compiler::Node* slot_id, 153 compiler::Node* arg_count, compiler::Node* slot_id,
|
D | interpreter.cc | 2157 Node* slot_id = __ BytecodeOperandIdx(3); in DoJSCall() local 2162 slot_id, feedback_vector, tail_call_mode); in DoJSCall() 2335 Node* slot_id = __ BytecodeOperandIdx(3); in DoConstruct() local 2339 args_count, slot_id, feedback_vector); in DoConstruct()
|
/external/libchrome/crypto/ |
D | nss_util.cc | 465 CK_SLOT_ID slot_id) { in GetTPMSlotForIdOnWorkerThread() argument 473 PK11SlotInfo* slot = SECMOD_LookupSlot(chaps_module->moduleID, slot_id); in GetTPMSlotForIdOnWorkerThread() 475 LOG(ERROR) << "TPM slot " << slot_id << " not found."; in GetTPMSlotForIdOnWorkerThread() 514 CK_SLOT_ID slot_id) { in InitializeTPMForChromeOSUser() argument 530 base::Bind(&NSSInitSingleton::InitializeTPMTokenOnWorkerThread, slot_id, in InitializeTPMForChromeOSUser() 943 CK_SLOT_ID slot_id) { in InitializeTPMForChromeOSUser() argument 944 g_nss_singleton.Get().InitializeTPMForChromeOSUser(username_hash, slot_id); in InitializeTPMForChromeOSUser()
|
D | nss_util_internal.h | 89 CK_SLOT_ID slot_id);
|
/external/autotest/client/bin/input/ |
D | input_device.py | 320 slot_id = self._convert_slot_index_to_slot_id(slot_index) 321 self.mt_slots[slot_index][c].value = values[slot_id] 593 slot_id = self._convert_slot_index_to_slot_id(slot_index) 594 slot_dict[slot_id] = slot 599 for slot_id, slot in slot_dict.items(): 600 print 'slot #%d' % slot_id
|
/external/perfetto/src/ftrace_reader/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/xhci-hcd/xhci_address_ctx/ |
D | format | 14 field:int slot_id; offset:36; size:4; signed:1;
|
/external/v8/src/compiler/ |
D | bytecode-graph-builder.h | 56 VectorSlotPair CreateVectorSlotPair(int slot_id); 184 float ComputeCallFrequency(int slot_id) const;
|
D | bytecode-graph-builder.cc | 541 VectorSlotPair BytecodeGraphBuilder::CreateVectorSlotPair(int slot_id) { in CreateVectorSlotPair() argument 543 if (slot_id >= FeedbackVector::kReservedIndexCount) { in CreateVectorSlotPair() 544 slot = feedback_vector()->ToSlot(slot_id); in CreateVectorSlotPair() 1164 int const slot_id = bytecode_iterator().GetIndexOperand(1); in VisitCreateClosure() local 1165 VectorSlotPair pair = CreateVectorSlotPair(slot_id); in VisitCreateClosure() 1324 int const slot_id = bytecode_iterator().GetIndexOperand(3); in BuildCall() local 1325 VectorSlotPair feedback = CreateVectorSlotPair(slot_id); in BuildCall() 1327 float const frequency = ComputeCallFrequency(slot_id); in BuildCall() 1483 int const slot_id = bytecode_iterator().GetIndexOperand(3); in VisitConstruct() local 1484 VectorSlotPair feedback = CreateVectorSlotPair(slot_id); in VisitConstruct() [all …]
|
D | instruction-selector-impl.h | 296 int slot_id = secondary_location.AsCalleeFrameSlot(); in ToDualLocationUnallocatedOperand() local 297 return UnallocatedOperand(reg_id, slot_id, virtual_register); in ToDualLocationUnallocatedOperand()
|
D | instruction.h | 230 UnallocatedOperand(int reg_id, int slot_id, int virtual_register) in UnallocatedOperand() argument 233 value_ |= SecondaryStorageField::encode(slot_id); in UnallocatedOperand()
|
D | register-allocator.cc | 2427 int slot_id = preassigned.second; in BuildLiveRanges() local 2431 spill->set_assigned_slot(slot_id); in BuildLiveRanges()
|
/external/cros/system_api/dbus/chaps/ |
D | ck_structs.proto | 26 optional uint64 slot_id = 1; field
|
/external/v8/src/ |
D | code-stubs.cc | 524 compiler::Node* slot_id, in BINARY_OP_STUB() 725 slot_id); in BINARY_OP_STUB() 732 compiler::Node* slot_id, compiler::Node* feedback_vector, in Generate() argument 918 slot_id); in Generate() 926 compiler::Node* slot_id, compiler::Node* feedback_vector, in Generate() argument 1079 slot_id); in Generate() 1087 compiler::Node* divisor, compiler::Node* slot_id, in Generate() argument 1299 slot_id); in Generate() 1306 compiler::Node* divisor, compiler::Node* slot_id, in Generate() argument 1460 slot_id); in Generate()
|
D | code-stubs.h | 351 compiler::Node* right, compiler::Node* slot_id, \ 361 compiler::Node* slot_id); \
|
D | code-stub-assembler.h | 1073 void UpdateFeedback(Node* feedback, Node* feedback_vector, Node* slot_id);
|
D | code-stub-assembler.cc | 5566 Node* slot_id) { in UpdateFeedback() argument 5570 Node* previous_feedback = LoadFixedArrayElement(feedback_vector, slot_id); in UpdateFeedback() 5572 StoreFixedArrayElement(feedback_vector, slot_id, combined_feedback, in UpdateFeedback()
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | validators.py | 1336 for slot_id, slot in self.slot_dict.items(): 1337 self.log_details('slot %d:' % slot_id)
|
/external/curl/lib/vtls/ |
D | nss.c | 423 const int slot_id = (cacert) ? 0 : 1; in nss_create_object() local 424 char *slot_name = aprintf("PEM Token #%d", slot_id); in nss_create_object()
|