Searched refs:c_d (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Lib/email/ |
D | message.py | 938 c_d = _splitparam(value)[0].lower() 939 return c_d 974 c_d = self.get('content-disposition') 975 return False if c_d is None else c_d.content_disposition == 'attachment'
|
/external/v8/src/mips/ |
D | assembler-mips.h | 1078 void c_d(FPUCondition cond, FPURegister ft, FPURegister fs, uint16_t cc = 0);
|
D | assembler-mips.cc | 3203 void Assembler::c_d(FPUCondition cond, FPURegister fs, FPURegister ft, in c_d() function in v8::internal::Assembler
|
/external/v8/src/mips64/ |
D | assembler-mips64.h | 1150 void c_d(FPUCondition cond, FPURegister ft, FPURegister fs, uint16_t cc = 0);
|
D | assembler-mips64.cc | 3520 void Assembler::c_d(FPUCondition cond, FPURegister fs, FPURegister ft, in c_d() function in v8::internal::Assembler
|