HomeSort by relevance Sort by last modified time
    Searched refs:target_value (Results 1 - 15 of 15) sorted by null

  /system/connectivity/dhcp_client/
dhcp_options_parser_unittest.cc 89 uint16_t target_value = local
91 target_value = ntohs(target_value);
95 EXPECT_EQ(target_value, value);
101 uint32_t target_value = local
103 target_value = ntohl(target_value);
107 EXPECT_EQ(target_value, value);
113 std::vector<uint8_t> target_value; local
117 target_value = std::vector<uint8_t>(uint8_list, uint8_list + length)
127 std::vector<uint16_t> target_value; local
146 std::vector<uint32_t> target_value; local
169 std::vector<std::pair<uint32_t, uint32_t>> target_value; local
203 std::string target_value; local
    [all...]
  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
file_before_streaming_test.cc 60 void VerifyOutput(int16_t target_value) {
71 EXPECT_EQ(output_value, target_value);
  /toolchain/binutils/binutils-2.25/bfd/
elf32-xgate.h 49 bfd_vma target_value; member in struct:elf32_xgate_stub_hash_entry
elf32-m68hc1x.h 58 bfd_vma target_value; member in struct:elf32_m68hc11_stub_hash_entry
elf32-m68hc12.c 548 sym_value = (stub_entry->target_value
elf32-avr.c 62 bfd_vma target_value; member in struct:elf32_avr_stub_hash_entry
736 hsh->target_value = 0;
    [all...]
elf32-hppa.c 196 bfd_vma target_value; member in struct:elf32_hppa_stub_hash_entry
366 hsh->target_value = 0;
726 sym_value = (hsh->target_value
743 sym_value = (hsh->target_value
820 sym_value = (hsh->target_value
    [all...]
elfnn-aarch64.c 1652 bfd_vma target_value; member in struct:elf_aarch64_stub_hash_entry
    [all...]
elf32-m68hc1x.c 143 eh->target_value = 0;
542 stub_entry->target_value = sym_value;
    [all...]
elf32-metag.c 766 bfd_vma target_value; member in struct:elf_metag_stub_hash_entry
977 hsh->target_value = 0;
    [all...]
elf32-m68hc11.c 432 sym_value = (stub_entry->target_value
    [all...]
elf32-nios2.c 834 bfd_vma target_value; member in struct:elf32_nios2_stub_hash_entry
1159 hsh->target_value = 0;
    [all...]
elf32-arm.c 2605 bfd_vma target_value; member in struct:elf32_arm_stub_hash_entry
    [all...]
elf64-ppc.c 3807 bfd_vma target_value; member in struct:ppc_stub_hash_entry
    [all...]
  /external/piex/src/image_type_recognition/
image_type_recognition_lite.cc 76 const unsigned short target_value) { // NOLINT
83 return (target_value == value);
89 const unsigned int target_value) {
96 return (target_value == value);

Completed in 1697 milliseconds