/external/scapy/scapy/layers/tls/crypto/ |
D | suites.py | 146 val = 0x0000 variable in TLS_NULL_WITH_NULL_NULL 149 val = 0x0001 variable in TLS_RSA_WITH_NULL_MD5 152 val = 0x0002 variable in TLS_RSA_WITH_NULL_SHA 155 val = 0x0003 variable in TLS_RSA_EXPORT_WITH_RC4_40_MD5 158 val = 0x0004 variable in TLS_RSA_WITH_RC4_128_MD5 161 val = 0x0005 variable in TLS_RSA_WITH_RC4_128_SHA 164 val = 0x0006 variable in TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 167 val = 0x0007 variable in TLS_RSA_WITH_IDEA_CBC_SHA 170 val = 0x0008 variable in TLS_RSA_EXPORT_WITH_DES40_CBC_SHA 173 val = 0x0009 variable in TLS_RSA_WITH_DES_CBC_SHA [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_augassign.py | 84 def __radd__(self, val): argument 86 def __add__(self, val): argument 90 def __iadd__(self, val): argument 95 def __iadd__(self, val): argument 126 def __add__(self, val): argument 128 def __radd__(self, val): argument 130 def __iadd__(self, val): argument 134 def __sub__(self, val): argument 136 def __rsub__(self, val): argument 138 def __isub__(self, val): argument [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_augassign.py | 72 def __radd__(self, val): argument 74 def __add__(self, val): argument 78 def __iadd__(self, val): argument 83 def __iadd__(self, val): argument 122 def __add__(self, val): argument 124 def __radd__(self, val): argument 126 def __iadd__(self, val): argument 130 def __sub__(self, val): argument 132 def __rsub__(self, val): argument 134 def __isub__(self, val): argument [all …]
|
/external/scapy/scapy/layers/ |
D | radius.py | 323 val = 5 variable in RadiusAttr_NAS_Port 328 val = 12 variable in RadiusAttr_Framed_MTU 333 val = 16 variable in RadiusAttr_Login_TCP_Port 338 val = 27 variable in RadiusAttr_Session_Timeout 343 val = 28 variable in RadiusAttr_Idle_Timeout 348 val = 37 variable in RadiusAttr_Framed_AppleTalk_Link 353 val = 38 variable in RadiusAttr_Framed_AppleTalk_Network 358 val = 41 variable in RadiusAttr_Acct_Delay_Time 363 val = 42 variable in RadiusAttr_Acct_Input_Octets 368 val = 43 variable in RadiusAttr_Acct_Output_Octets [all …]
|
/external/autotest/client/common_lib/ |
D | control_data.py | 134 def set_attr(self, attr, val, raise_warnings=False): argument 178 def _set_string(self, attr, val): argument 183 def _set_option(self, attr, val, options): argument 192 def _set_bool(self, attr, val): argument 204 def _set_int(self, attr, val, min=None, max=None): argument 215 def _set_set(self, attr, val): argument 221 def set_author(self, val): argument 225 def set_dependencies(self, val): argument 229 def set_doc(self, val): argument 233 def set_name(self, val): argument [all …]
|
/external/f2fs-tools/tools/sg_write_buffer/include/ |
D | sg_unaligned.h | 47 static inline void __put_unaligned_be16(uint16_t val, uint8_t *p) in __put_unaligned_be16() 53 static inline void __put_unaligned_be32(uint32_t val, uint8_t *p) in __put_unaligned_be32() 60 static inline void __put_unaligned_be48(uint64_t val, uint8_t *p) in __put_unaligned_be48() 66 static inline void __put_unaligned_be64(uint64_t val, uint8_t *p) in __put_unaligned_be64() 116 static inline void sg_put_unaligned_be16(uint16_t val, void *p) in sg_put_unaligned_be16() 121 static inline void sg_put_unaligned_be24(uint32_t val, void *p) in sg_put_unaligned_be24() 128 static inline void sg_put_unaligned_be32(uint32_t val, void *p) in sg_put_unaligned_be32() 134 static inline void sg_put_unaligned_be48(uint64_t val, void *p) in sg_put_unaligned_be48() 139 static inline void sg_put_unaligned_be64(uint64_t val, void *p) in sg_put_unaligned_be64() 147 static inline void sg_nz_put_unaligned_be16(uint16_t val, void *p) in sg_nz_put_unaligned_be16() [all …]
|
/external/llvm-project/clang/test/Sema/ |
D | sync-implicit-seq_cst.c | 6 void fetch_and_add(int *ptr, int val) { __sync_fetch_and_add(ptr, val); } // expected-warning {{i… in fetch_and_add() 7 void fetch_and_sub(int *ptr, int val) { __sync_fetch_and_sub(ptr, val); } // expected-warning {{i… in fetch_and_sub() 8 void fetch_and_or(int *ptr, int val) { __sync_fetch_and_or(ptr, val); } // expected-warning {{i… in fetch_and_or() 9 void fetch_and_and(int *ptr, int val) { __sync_fetch_and_and(ptr, val); } // expected-warning {{i… in fetch_and_and() 10 void fetch_and_xor(int *ptr, int val) { __sync_fetch_and_xor(ptr, val); } // expected-warning {{i… in fetch_and_xor() 11 void fetch_and_nand(int *ptr, int val) { __sync_fetch_and_nand(ptr, val); } // expected-warning {{i… in fetch_and_nand() 13 void add_and_fetch(int *ptr, int val) { __sync_add_and_fetch(ptr, val); } // expected-warning {{i… in add_and_fetch() 14 void sub_and_fetch(int *ptr, int val) { __sync_sub_and_fetch(ptr, val); } // expected-warning {{i… in sub_and_fetch() 15 void or_and_fetch(int *ptr, int val) { __sync_or_and_fetch(ptr, val); } // expected-warning {{i… in or_and_fetch() 16 void and_and_fetch(int *ptr, int val) { __sync_and_and_fetch(ptr, val); } // expected-warning {{i… in and_and_fetch() [all …]
|
D | warn-char-subscripts.c | 6 int val = array[subscript]; // expected-warning{{array subscript is of type 'char'}} in t1() local 12 int val = subscript[array]; // expected-warning{{array subscript is of type 'char'}} in t2() local 18 int val = array[subscript]; // expected-warning{{array subscript is of type 'char'}} in t3() local 24 int val = subscript[array]; // expected-warning{{array subscript is of type 'char'}} in t4() local 30 int val = array[returnsChar()]; // expected-warning{{array subscript is of type 'char'}} in t5() local 36 int val = array[subscript]; // no warning for explicit signed char in t6() local 42 int val = array[subscript]; // no warning for unsigned char in t7() local 49 int val = array[subscript]; // expected-warning{{array subscript is of type 'char'}} in t8() local 56 int val = array[subscript]; // no warning for explicit signed char in t9() local 63 int val = array[subscript]; // no warning for unsigned char in t10() local
|
/external/apache-harmony/support/src/test/java/tests/util/ |
D | CallVerificationStack.java | 127 public void push(boolean val) { in push() 136 public void push(char val) { in push() 145 public void push(double val) { in push() 154 public void push(float val) { in push() 163 public void push(int val) { in push() 172 public void push(long val) { in push() 181 public void push(short val) { in push() 284 public BaseTypeWrapper(boolean val) { in BaseTypeWrapper() 291 public BaseTypeWrapper(byte val) { in BaseTypeWrapper() 298 public BaseTypeWrapper(char val) { in BaseTypeWrapper() [all …]
|
/external/angle/src/libANGLE/ |
D | validationEGL.cpp | 101 bool ValidateStreamAttribute(const ValidationContext *val, in ValidateStreamAttribute() 141 bool ValidateCreateImageMipLevelCommon(const ValidationContext *val, in ValidateCreateImageMipLevelCommon() 171 bool ValidateConfigAttribute(const ValidationContext *val, in ValidateConfigAttribute() 269 bool ValidateConfigAttributeValue(const ValidationContext *val, in ValidateConfigAttributeValue() 375 bool ValidateConfigAttributes(const ValidationContext *val, in ValidateConfigAttributes() 389 bool ValidateColorspaceAttribute(const ValidationContext *val, in ValidateColorspaceAttribute() 443 bool ValidatePlatformType(const ValidationContext *val, in ValidatePlatformType() 504 bool ValidateGetPlatformDisplayCommon(const ValidationContext *val, in ValidateGetPlatformDisplayCommon() 943 bool ValidateStream(const ValidationContext *val, const Display *display, const Stream *stream) in ValidateStream() 963 bool ValidateLabeledObject(const ValidationContext *val, in ValidateLabeledObject() [all …]
|
/external/webrtc/rtc_base/ |
D | bit_buffer.cc | 36 uint8_t HighestByte(uint64_t val) { in HighestByte() 63 size_t CountBits(uint64_t val) { in CountBits() 86 bool BitBuffer::ReadUInt8(uint8_t* val) { in ReadUInt8() 96 bool BitBuffer::ReadUInt16(uint16_t* val) { in ReadUInt16() 106 bool BitBuffer::ReadUInt32(uint32_t* val) { in ReadUInt32() 110 bool BitBuffer::PeekBits(uint32_t* val, size_t bit_count) { in PeekBits() 144 bool BitBuffer::ReadBits(uint32_t* val, size_t bit_count) { in ReadBits() 162 bool BitBuffer::ReadNonSymmetric(uint32_t* val, uint32_t num_values) { in ReadNonSymmetric() 191 bool BitBuffer::ReadExponentialGolomb(uint32_t* val) { in ReadExponentialGolomb() 223 bool BitBuffer::ReadSignedExponentialGolomb(int32_t* val) { in ReadSignedExponentialGolomb() [all …]
|
/external/llvm-project/clang/test/CodeGen/ |
D | aarch64-bf16-ldst-intrinsics.c | 257 void test_vst1_bf16(bfloat16_t *ptr, bfloat16x4_t val) { in test_vst1_bf16() 266 void test_vst1q_bf16(bfloat16_t *ptr, bfloat16x8_t val) { in test_vst1q_bf16() 275 void test_vst1_lane_bf16(bfloat16_t *ptr, bfloat16x4_t val) { in test_vst1_lane_bf16() 284 void test_vst1q_lane_bf16(bfloat16_t *ptr, bfloat16x8_t val) { in test_vst1q_lane_bf16() 293 void test_vst1_bf16_x2(bfloat16_t *ptr, bfloat16x4x2_t val) { in test_vst1_bf16_x2() 300 void test_vst1q_bf16_x2(bfloat16_t *ptr, bfloat16x8x2_t val) { in test_vst1q_bf16_x2() 307 void test_vst1_bf16_x3(bfloat16_t *ptr, bfloat16x4x3_t val) { in test_vst1_bf16_x3() 314 void test_vst1q_bf16_x3(bfloat16_t *ptr, bfloat16x8x3_t val) { in test_vst1q_bf16_x3() 321 void test_vst1_bf16_x4(bfloat16_t *ptr, bfloat16x4x4_t val) { in test_vst1_bf16_x4() 328 void test_vst1q_bf16_x4(bfloat16_t *ptr, bfloat16x8x4_t val) { in test_vst1q_bf16_x4() [all …]
|
/external/rust/crates/tokio-test/src/ |
D | macros.rs | 65 let val = assert_ready!($e); localVariable 70 let val = assert_ready!($e, $($msg)*); localVariable 98 let val = assert_ready!($e); localVariable 103 let val = assert_ready!($e, $($msg)*); localVariable 169 let val = $crate::assert_ready!($e); localVariable 174 let val = $crate::assert_ready!($e, $($msg)*); localVariable
|
/external/clang/test/Sema/ |
D | warn-char-subscripts.c | 6 int val = array[subscript]; // expected-warning{{array subscript is of type 'char'}} in t1() local 12 int val = subscript[array]; // expected-warning{{array subscript is of type 'char'}} in t2() local 18 int val = array[subscript]; // expected-warning{{array subscript is of type 'char'}} in t3() local 24 int val = subscript[array]; // expected-warning{{array subscript is of type 'char'}} in t4() local 30 int val = array[returnsChar()]; // expected-warning{{array subscript is of type 'char'}} in t5() local 36 int val = array[subscript]; // no warning for explicit signed char in t6() local 42 int val = array[subscript]; // no warning for unsigned char in t7() local 49 int val = array[subscript]; // expected-warning{{array subscript is of type 'char'}} in t8() local 56 int val = array[subscript]; // no warning for explicit signed char in t9() local 63 int val = array[subscript]; // no warning for unsigned char in t10() local
|
/external/igt-gpu-tools/lib/ |
D | intel_iosf.c | 23 uint32_t *val) in vlv_sideband_rw() 76 int intel_punit_read(uint32_t addr, uint32_t *val) in intel_punit_read() 91 int intel_punit_write(uint32_t addr, uint32_t val) in intel_punit_write() 106 int intel_nc_read(uint32_t addr, uint32_t *val) in intel_nc_read() 121 int intel_nc_write(uint32_t addr, uint32_t val) in intel_nc_write() 138 uint32_t val; in intel_dpio_reg_read() local 155 void intel_dpio_reg_write(uint32_t reg, uint32_t val, int phy) in intel_dpio_reg_write() 165 uint32_t val = 0; in intel_flisdsi_reg_read() local 172 void intel_flisdsi_reg_write(uint32_t reg, uint32_t val) in intel_flisdsi_reg_write() 179 uint32_t val; in intel_iosf_sb_read() local [all …]
|
/external/flatbuffers/tests/ |
D | test_assert.h | 19 #define TEST_EQ(exp, val) TestEq(exp, val, "'" #exp "' != '" #val "'", __FILE__, __LINE__, "") argument 20 #define TEST_ASSERT(val) TestEq(true, !!(val), "'" "true" "' != '" #val "'", __FILE__, __LINE__, "… argument 21 #define TEST_NOTNULL(val) TestEq(true, (val) != nullptr, "'" "nullptr" "' == '" #val "'", __FILE__,… argument 22 #define TEST_EQ_STR(exp, val) TestEqStr(exp, val, "'" #exp "' != '" #val "'", __FILE__, __LINE__, "… argument 25 …#define TEST_ASSERT_FUNC(val) TestEq(true, !!(val), "'" "true" "' != '" #val "'", __FILE__, __LINE… argument 26 …#define TEST_EQ_FUNC(exp, val) TestEq(exp, val, "'" #exp "' != '" #val "'", __FILE__, __LINE__, __… argument 28 …#define TEST_ASSERT_FUNC(val) TestEq(true, !!(val), "'" "true" "' != '" #val "'", __FILE__, __LINE… argument 29 …#define TEST_EQ_FUNC(exp, val) TestEq(exp, val, "'" #exp "' != '" #val "'", __FILE__, __LINE__, __… argument
|
/external/arm-trusted-firmware/plat/nvidia/tegra/drivers/flowctrl/ |
D | flowctrl.c | 47 static inline void tegra_fc_cc4_ctrl(int cpu_id, uint32_t val) in tegra_fc_cc4_ctrl() 53 static inline void tegra_fc_cpu_csr(int cpu_id, uint32_t val) in tegra_fc_cpu_csr() 59 static inline void tegra_fc_halt_cpu(int cpu_id, uint32_t val) in tegra_fc_halt_cpu() 67 uint32_t val; in tegra_fc_prepare_suspend() local 137 uint32_t val; in tegra_fc_cluster_idle() local 158 uint32_t val; in tegra_fc_cluster_powerdn() local 179 uint32_t val; in tegra_fc_is_ccx_allowed() local 204 uint32_t val; in tegra_fc_soc_powerdn() local 233 uint32_t val; in tegra_fc_cpu_off() local 251 uint32_t val; in tegra_fc_lock_active_cluster() local [all …]
|
/external/perfetto/include/perfetto/protozero/ |
D | field.h | 166 void get(bool* val) const { *val = as_bool(); } in get() 167 void get(uint32_t* val) const { *val = as_uint32(); } in get() 168 void get(int32_t* val) const { *val = as_int32(); } in get() 169 void get(uint64_t* val) const { *val = as_uint64(); } in get() 170 void get(int64_t* val) const { *val = as_int64(); } in get() 171 void get(float* val) const { *val = as_float(); } in get() 172 void get(double* val) const { *val = as_double(); } in get() 173 void get(std::string* val) const { *val = as_std_string(); } in get() 174 void get(ConstChars* val) const { *val = as_string(); } in get() 175 void get(ConstBytes* val) const { *val = as_bytes(); } in get() [all …]
|
/external/lzma/CPP/Common/ |
D | IntToString.cpp | 16 void ConvertUInt32ToString(UInt32 val, char *s) throw() in ConvertUInt32ToString() 21 void ConvertUInt64ToString(UInt64 val, char *s) throw() in ConvertUInt64ToString() 31 void ConvertUInt64ToOct(UInt64 val, char *s) throw() in ConvertUInt64ToOct() 57 void ConvertUInt32ToHex(UInt32 val, char *s) throw() in ConvertUInt32ToHex() 78 void ConvertUInt64ToHex(UInt64 val, char *s) throw() in ConvertUInt64ToHex() 98 void ConvertUInt32ToHex8Digits(UInt32 val, char *s) throw() in ConvertUInt32ToHex8Digits() 122 void ConvertUInt32ToString(UInt32 val, wchar_t *s) throw() in ConvertUInt32ToString() 127 void ConvertUInt64ToString(UInt64 val, wchar_t *s) throw() in ConvertUInt64ToString() 137 void ConvertInt64ToString(Int64 val, char *s) throw() in ConvertInt64ToString() 147 void ConvertInt64ToString(Int64 val, wchar_t *s) throw() in ConvertInt64ToString() [all …]
|
/external/ltp/testcases/realtime/include/ |
D | libtsc.h | 40 #define rdtscll(val) __asm__ __volatile__("rdtsc" : "=A" (val)) argument 42 #define rdtscll(val) \ argument 50 #define rdtscll(val) \ argument 55 #define rdtscll(val) \ argument 69 #define rdtscll(val) do { } while (0) argument
|
/external/capstone/ |
D | SStream.c | 56 void printInt64Bang(SStream *O, int64_t val) in printInt64Bang() 75 void printUInt64Bang(SStream *O, uint64_t val) in printUInt64Bang() 84 void printInt64(SStream *O, int64_t val) in printInt64() 104 void printInt32BangDec(SStream *O, int32_t val) in printInt32BangDec() 115 void printInt32Bang(SStream *O, int32_t val) in printInt32Bang() 134 void printInt32(SStream *O, int32_t val) in printInt32() 153 void printUInt32Bang(SStream *O, uint32_t val) in printUInt32Bang() 161 void printUInt32(SStream *O, uint32_t val) in printUInt32()
|
/external/libchrome/mojo/public/js/lib/ |
D | codec.js | 234 Encoder.prototype.writeInt8 = function(val) { argument 239 Encoder.prototype.writeUint8 = function(val) { argument 247 Encoder.prototype.writeInt16 = function(val) { argument 252 Encoder.prototype.writeUint16 = function(val) { argument 260 Encoder.prototype.writeInt32 = function(val) { argument 265 Encoder.prototype.writeUint32 = function(val) { argument 273 Encoder.prototype.writeInt64 = function(val) { argument 278 Encoder.prototype.writeUint64 = function(val) { argument 286 Encoder.prototype.writeFloat = function(val) { argument 291 Encoder.prototype.writeDouble = function(val) { argument [all …]
|
/external/deqp/framework/delibs/depool/ |
D | dePoolHash.c | 51 const int* val = deTestHash_find(hash, (deInt16)i); in dePoolHash_selfTest() local 64 const int* val = deTestHash_find(hash, (deInt16)i); in dePoolHash_selfTest() local 75 const int* val = deTestHash_find(hash, (deInt16)i); in dePoolHash_selfTest() local 88 const int* val = deTestHash_find(hash, (deInt16)i); in dePoolHash_selfTest() local 103 int val = deTestHashIter_getValue(&testIter); in dePoolHash_selfTest() local 135 int val = deTestIntArray_get(valueArray, ndx); in dePoolHash_selfTest() local
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFDefines.cpp | 17 const char *DW_TAG_value_to_name(uint32_t val) { in DW_TAG_value_to_name() 31 const char *DW_AT_value_to_name(uint32_t val) { in DW_AT_value_to_name() 41 const char *DW_FORM_value_to_name(uint32_t val) { in DW_FORM_value_to_name() 51 const char *DW_OP_value_to_name(uint32_t val) { in DW_OP_value_to_name() 61 const char *DW_ATE_value_to_name(uint32_t val) { in DW_ATE_value_to_name() 71 const char *DW_LANG_value_to_name(uint32_t val) { in DW_LANG_value_to_name() 81 const char *DW_LNS_value_to_name(uint32_t val) { in DW_LNS_value_to_name()
|
/external/ethtool/ |
D | rxclass.c | 927 static int rxclass_get_long(char *str, long long *val, int size) in rxclass_get_long() 942 static int rxclass_get_ulong(char *str, unsigned long long *val, int size) in rxclass_get_ulong() 957 static int rxclass_get_ipv4(char *str, __be32 *val) in rxclass_get_ipv4() 965 static int rxclass_get_ipv6(char *str, __be32 *val) in rxclass_get_ipv6() 973 static int rxclass_get_ether(char *str, unsigned char *val) in rxclass_get_ether() 1009 long long val; in rxclass_get_val() local 1019 unsigned long long val; in rxclass_get_val() local 1029 unsigned long long val; in rxclass_get_val() local 1039 unsigned long long val; in rxclass_get_val() local 1049 unsigned long long val; in rxclass_get_val() local [all …]
|