Searched defs:dd (Results 76 - 100 of 110) sorted by relevance

12345

/external/python/cpython3/Modules/
H A D_collectionsmodule.c1972 defdict_missing(defdictobject *dd, PyObject *key) argument
1974 PyObject *factory = dd->default_factory;
1988 if (PyObject_SetItem((PyObject *)dd, key, value) < 0) {
1998 defdict_copy(defdictobject *dd) argument
2005 if (dd->default_factory == NULL)
2006 return PyObject_CallFunctionObjArgs((PyObject*)Py_TYPE(dd), Py_None, dd, NULL);
2007 return PyObject_CallFunctionObjArgs((PyObject*)Py_TYPE(dd),
2008 dd->default_factory, dd, NUL
2012 defdict_reduce(defdictobject *dd) argument
2087 defdict_dealloc(defdictobject *dd) argument
2094 defdict_repr(defdictobject *dd) argument
2137 defdict_tp_clear(defdictobject *dd) argument
2146 defdictobject *dd = (defdictobject *)self; local
[all...]
/external/python/cpython3/Python/
H A Ddtoa.c1297 int b2, d2, dd, i, nd, nd0, odd, p2, p5; local
1365 /* Compare s0 with b/d: set dd to -1, 0, or 1 according as s0 < b/d, s0 ==
1370 dd = -1;
1379 dd = s0[i < nd0 ? i : i+1] - '0' - quorem(b, d);
1382 if (dd)
1386 dd = i < nd;
1391 dd = -1;
1398 if (dd > 0 || (dd == 0 && odd))
2272 _Py_dg_dtoa(double dd, in argument
[all...]
/external/v8/src/x87/
H A Dassembler-x87.cc2178 void Assembler::dd(uint32_t data) { function in class:v8::internal::Assembler
2190 void Assembler::dd(Label* label) { function in class:v8::internal::Assembler
/external/boringssl/win-x86/crypto/fipsmodule/
H A Daesni-x86.asm1836 dd 2767451785 label
1840 dd 2868115081 label
2020 dd 2767451785 label
2415 dd 202313229,202313229,202313229,202313229 label
2416 dd 67569157,67569157,67569157,67569157 label
2417 dd 1,1,1,1 label
2418 dd 27,27,27,27 label
/external/icu/icu4c/source/test/intltest/
H A Dcalregts.cpp563 UDate dd = cal->getTime(status); local
565 return dd;
763 date = new SimpleDateFormat(UnicodeString("dd MMM yyy (zzzz) 'is in week' ww"),status);
999 sdf.applyPattern("EEE dd MMM yyyy 'WOY'ww'-'YYYY 'DOY'DDD");
1903 DateFormat *format = new SimpleDateFormat(UnicodeString("EEE MMM dd HH:mm:ss zzz yyyy G"),
1993 SimpleDateFormat fmt("E dd MMM yyyy 'DOY='D 'WOY='w",
2281 SimpleDateFormat fmt(UnicodeString("MMM dd yyyy",""), ec);
2308 int32_t dd = cal.fieldDifference(date2, UCAL_DATE, ec); local
2323 if( (dd2 != dd) ||
2335 dy + "y " + dm + "m " + dd local
2389 int32_t yy, mm, dd, ee; local
[all...]
H A Dnumfmtst.cpp8339 NumberFormatTestDataDriven dd; local
8340 dd.setCaller(this);
8341 dd.run("numberformattestspecification.txt", TRUE);
/external/v8/src/s390/
H A Dassembler-s390.cc2061 void Assembler::dd(uint32_t data) { function in class:v8::internal::Assembler
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
H A Dmkvparser.cc273 unsigned long long dd; member in union:mkvparser::__anon12752
276 dd = 0;
279 dd |= buf[i];
284 dd <<= 8;
4057 const double dd = double(m_duration) * double(m_timecodeScale); local
4058 const long long d = static_cast<long long>(dd);
/external/libvpx/libwebm/mkvparser/
H A Dmkvparser.cc267 unsigned long long dd; member in union:mkvparser::__anon12960
270 dd = 0;
273 dd |= buf[i];
278 dd <<= 8;
4054 const double dd = double(m_duration) * double(m_timecodeScale); local
4055 const long long d = static_cast<long long>(dd);
/external/python/cpython3/Lib/test/
H A Dtest_inspect.py822 dd = _BrokenDataDescriptor() variable in class:TestClassesAndFunctions.test_classify_newstyle.A
838 self.assertIn(('dd', 'data', A), attrs, 'missing data descriptor')
852 self.assertIn(('dd', 'data', A), attrs, 'missing data descriptor')
868 self.assertIn(('dd', 'data', A), attrs, 'missing data descriptor')
882 self.assertIn(('dd', 'data', A), attrs, 'missing data descriptor')
917 dd = NoBool() variable in class:TestClassesAndFunctions.test_classify_overrides_bool.HasNB
919 should_find_attr = inspect.Attribute('dd', 'data', HasNB, HasNB.dd)
991 dd = _BrokenDataDescriptor() variable in class:TestClassesAndFunctions.test_getmembers_descriptors.A
1011 [('dd',
[all...]
/external/v8/src/ia32/
H A Dassembler-ia32.cc3039 void Assembler::dd(uint32_t data) { function in class:v8::internal::Assembler
3051 void Assembler::dd(Label* label) { function in class:v8::internal::Assembler
/external/v8/src/mips/
H A Dassembler-mips.cc3065 void Assembler::dd(uint32_t data) { function in class:v8::Assembler
3077 void Assembler::dd(Label* label) { function in class:v8::Assembler
/external/v8/src/ppc/
H A Dassembler-ppc.cc2471 void Assembler::dd(uint32_t data) { function in class:v8::internal::Assembler
/external/v8/src/x64/
H A Dassembler-x64.cc4689 void Assembler::dd(uint32_t data) { function in class:v8::internal::Assembler
/external/valgrind/VEX/priv/
H A Dhost_arm64_defs.c3417 /* 110 1001101 (63-sh) (64-sh) nn dd LSL Xd, Xn, sh */
3418 /* 110 1001101 sh 63 nn dd LSR Xd, Xn, sh */
3419 /* 100 1001101 sh 63 nn dd ASR Xd, Xn, sh */
3439 /* 100 1101 0110 mm 001000 nn dd LSL Xd, Xn, Xm */
3440 /* 100 1101 0110 mm 001001 nn dd LSR Xd, Xn, Xm */
3441 /* 100 1101 0110 mm 001010 nn dd ASR Xd, Xn, Xm */
3464 /* 1 10 1101 0110 00000 00010 0 nn dd CLZ Xd, Xn */
3465 /* 1 10 1101 0110 00000 00010 1 nn dd CLS Xd, Xn (unimp) */
3695 /* 100 1101 0100 mm cond 00 nn dd = CSEL Xd, Xn, Xm, cond */
3696 UInt dd local
3767 UInt dd = iregEnc(i->ARM64in.FromSP.dst); local
3778 UInt dd = iregEnc(i->ARM64in.Mul.dst); local
4064 UInt dd = dregEnc(i->ARM64in.VCvtSD.dst); local
4079 UInt dd = dregEnc(i->ARM64in.VCvtHS.dst); local
4094 UInt dd = dregEnc(i->ARM64in.VCvtHD.dst); local
4245 UInt dd = dregEnc(i->ARM64in.VFCSel.dst); local
5334 UInt dd = dregEnc(i->ARM64in.VDfromX.rD); local
5346 UInt dd = qregEnc(i->ARM64in.VQfromX.rQ); local
5372 UInt dd = iregEnc(i->ARM64in.VXfromQ.rX); local
5386 UInt dd = iregEnc(i->ARM64in.VXfromDorS.rX); local
5405 UInt dd = qregEnc(rD); local
5411 UInt dd = dregEnc(rD); local
[all...]
H A Dguest_arm_toIR.c13278 UInt dd = 16; // invalid local
13290 dd = INSN(3,0);
13293 if (isLoad && dd != BITS4(1,1,1,1)) gate = False;
13296 if (isLoad) dd = 16;
13316 dd = INSN(15,12);
13345 if (! (dd != 13 && dd != 15 && tt != 13 && tt != 15
13346 && nn != 15 && dd != nn && dd != tt)) gate = False;
13348 if (! (dd !
13510 UInt dd = isF64 ? ((bit_D << 4) | fld_d) : ((fld_d << 1) | bit_D); local
13556 UInt dd = isF64 ? ((bit_D << 4) | fld_d) : ((fld_d << 1) | bit_D); local
13609 UInt dd = isF64 ? ((bit_D << 4) | fld_Vd) : ((fld_Vd << 1) | bit_D); local
13651 UInt dd = (fld_Vd << 1) | bit_D; local
13713 UInt dd = isF64 ? ((bit_D << 4) | fld_Vd) : ((fld_Vd << 1) | bit_D); local
13759 UInt dd = isF64 ? ((bit_D << 4) | fld_Vd) : ((fld_Vd << 1) | bit_D); local
13805 UInt dd = (bit_D << 4) | fld_Vd; local
13881 UInt dd = (bit_D << 4) | fld_Vd; local
13969 UInt dd = (bit_D << 4) | fld_Vd; local
[all...]
H A Dguest_arm64_toIR.c2416 UInt dd = INSN(4,0); local
2432 putIReg64orZR(dd, mkexpr(res));
2435 nm, nameIReg64orZR(dd), nameIReg64orSP(nn), uimm12);
2437 putIReg64orSP(dd, mkexpr(res));
2439 nm, nameIReg64orSP(dd), nameIReg64orSP(nn), uimm12);
2450 putIReg32orZR(dd, mkexpr(res));
2453 nm, nameIReg32orZR(dd), nameIReg32orSP(nn), uimm12);
2455 putIReg32orSP(dd, mkexpr(res));
2457 nm, nameIReg32orSP(dd), nameIReg32orSP(nn), uimm12);
2498 UInt dd local
2560 UInt dd = INSN(4,0); local
2637 UInt dd = INSN(4,0); local
2700 UInt dd = INSN(4,0); local
2978 UInt dd = INSN(4,0); local
2999 UInt dd = INSN(4,0); local
3035 UInt dd = INSN(4,0); local
3108 UInt dd = INSN(4,0); local
3297 UInt dd = INSN(4,0); local
3345 UInt dd = INSN(4,0); local
3396 UInt dd = INSN(4,0); local
3455 UInt dd = INSN(4,0); local
3486 UInt dd = INSN(4,0); local
3518 UInt dd = INSN(4,0); local
8058 putLO64andZUorPutHI64( Bool is2, UInt dd, IRTemp new64 ) argument
8543 UInt dd = INSN(4,0); local
8606 UInt dd = INSN(4,0); local
8664 UInt dd = INSN(4,0); local
8772 UInt dd = INSN(4,0); local
8914 UInt dd = INSN(4,0); local
9202 UInt dd = INSN(4,0); local
9352 UInt dd = INSN(4,0); local
9421 UInt dd = INSN(4,0); local
9504 UInt dd = INSN(4,0); local
9815 UInt dd = INSN(4,0); local
9884 UInt dd = INSN(4,0); local
10190 UInt dd = INSN(4,0); local
10509 UInt dd = INSN(4,0); local
10689 UInt dd = INSN(4,0); local
11185 UInt dd = INSN(4,0); local
11453 UInt dd = INSN(4,0); local
12189 UInt dd = INSN(4,0); local
12865 UInt dd = INSN(4,0); local
13149 UInt dd = INSN(4,0); local
13226 UInt dd = INSN(4,0); local
13329 UInt dd = INSN(4,0); local
13564 UInt dd = INSN(4,0); local
13605 UInt dd = INSN(4,0); local
13800 UInt dd = INSN(4,0); local
13882 UInt dd = INSN(4,0); local
13953 UInt dd = INSN(4,0); local
13996 UInt dd = INSN(4,0); local
14116 UInt dd = INSN(4,0); local
[all...]
/external/v8/src/mips64/
H A Dassembler-mips64.cc3334 void Assembler::dd(uint32_t data) { function in class:v8::internal::Assembler
3346 void Assembler::dd(Label* label) { function in class:v8::internal::Assembler
/external/libvncserver/common/
H A Dminilzo.c3419 #define LZO_MEMOPS_SET1(dd,cc) \
3421 lzo_memops_set_TU1p d__1 = (lzo_memops_set_TU1p) (lzo_memops_TU0p) (dd); \
3424 #define LZO_MEMOPS_SET2(dd,cc) \
3426 lzo_memops_set_TU1p d__2 = (lzo_memops_set_TU1p) (lzo_memops_TU0p) (dd); \
3429 #define LZO_MEMOPS_SET3(dd,cc) \
3431 lzo_memops_set_TU1p d__3 = (lzo_memops_set_TU1p) (lzo_memops_TU0p) (dd); \
3434 #define LZO_MEMOPS_SET4(dd,cc) \
3436 lzo_memops_set_TU1p d__4 = (lzo_memops_set_TU1p) (lzo_memops_TU0p) (dd); \
3439 #define LZO_MEMOPS_MOVE1(dd,ss) \
3441 lzo_memops_move_TU1p d__1 = (lzo_memops_move_TU1p) (lzo_memops_TU0p) (dd); \
3602 lzo_memops_put_le16(lzo_voidp dd, lzo_uint16_t vv) argument
3622 lzo_memops_put_le32(lzo_voidp dd, lzo_uint32_t vv) argument
3644 lzo_memops_put_ne16(lzo_voidp dd, lzo_uint16_t vv) argument
3654 lzo_memops_put_ne32(lzo_voidp dd, lzo_uint32_t vv) argument
[all...]
/external/toybox/generated/
H A Dglobals.h507 // toys/pending/dd.c
1469 struct dd_data dd; member in union:global_union
/external/vogar/lib/
H A Dkxml-libcore-20110123.jar ... lang.String) throws java.io.IOException String dd public void endDocument () throws java.io.IOException public ...
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/guice/lib/build/jdiff/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/guice/lib/build/
H A Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd OSGI-OPT/ ...
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 1121 milliseconds

12345