/external/python/cpython2/Objects/ |
D | classobject.c | 1457 PyObject *coerced = NULL; in half_binop() local 1484 coerced = PyEval_CallObject(coercefunc, args); in half_binop() 1487 if (coerced == NULL) { in half_binop() 1490 if (coerced == Py_None || coerced == Py_NotImplemented) { in half_binop() 1491 Py_DECREF(coerced); in half_binop() 1494 if (!PyTuple_Check(coerced) || PyTuple_Size(coerced) != 2) { in half_binop() 1495 Py_DECREF(coerced); in half_binop() 1500 v1 = PyTuple_GetItem(coerced, 0); in half_binop() 1501 w = PyTuple_GetItem(coerced, 1); in half_binop() 1515 Py_DECREF(coerced); in half_binop() [all …]
|
D | listsort.txt | 700 type of the right? do they need to be coerced to a common type? where's the
|
/external/guava/guava-tests/test/com/google/common/net/ |
D | InetAddressesTest.java | 634 InetAddress coerced = InetAddresses.getCoercedIPv4Address( in testGetCoercedIPv4Address() local 636 assertTrue(0xe0000000 <= InetAddresses.coerceToInteger(coerced)); in testGetCoercedIPv4Address() 637 assertTrue(InetAddresses.coerceToInteger(coerced) <= 0xfffffffe); in testGetCoercedIPv4Address()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcCallingConv.td | 86 // Two ints in a struct are simply coerced to i64: 89 // IR: declare void f(i64 %i0.coerced)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/ |
D | SparcCallingConv.td | 86 // Two ints in a struct are simply coerced to i64: 89 // IR: declare void f(i64 %i0.coerced)
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | json_stream_parser.cc | 158 char* coerced = internal::UTF8CoerceToStructurallyValid(leftover_, utf8.get(), ' '); in FinishParse() local 159 p_ = json_ = StringPiece(coerced, leftover_.size()); in FinishParse()
|
/external/python/cpython3/Doc/library/ |
D | email.charset.rst | 39 Optional *input_charset* is as described below; it is always coerced to lower 185 Returns *input_charset* as a string coerced to lower
|
D | email.message.rst | 311 Return the message's content type, coerced to lower case of the form 434 coerced to lower case. If there is no :mailheader:`Content-Type` header, or if
|
D | email.compat32-message.rst | 430 Return the message's content type. The returned string is coerced to 621 coerced to lower case. If there is no :mailheader:`Content-Type` header, or if
|
D | json.rst | 210 coerced to strings. As a result of this, if a dictionary is converted
|
/external/python/cpython2/Doc/library/ |
D | email.charset.rst | 33 Optional *input_charset* is as described below; it is always coerced to lower 191 Returns *input_charset* as a string coerced to lower
|
D | easydialogs.rst | 202 *max* if the latter is provided. *value* is first coerced between 0 and 213 :attr:`curval` is coerced between 0 and :attr:`maxval` if incrementing causes it
|
D | email.message.rst | 319 Return the message's content type. The returned string is coerced to 511 coerced to lower case. If there is no :mailheader:`Content-Type` header, or if
|
D | json.rst | 208 coerced to strings. As a result of this, if a dictionary is converted
|
/external/python/cpython3/Doc/howto/ |
D | ipaddress.rst | 109 additional bits instead be coerced to zero, the flag ``strict=False`` can 285 accept objects from this module directly. Instead, they must be coerced to
|
/external/turbine/java/com/google/turbine/binder/ |
D | ConstEvaluator.java | 1008 ImmutableList.Builder<Const> coerced = ImmutableList.builder(); in evalAnnotationValue() local 1010 coerced.add(cast(elementType, element)); in evalAnnotationValue() 1012 return new Const.ArrayInitValue(coerced.build()); in evalAnnotationValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/ |
D | inlineasm-operand-code.ll | 36 ; This is _also_ -3 because uimm16 values are silently coerced to simm16 when
|
/external/llvm/test/CodeGen/Mips/ |
D | inlineasm-operand-code.ll | 36 ; This is _also_ -3 because uimm16 values are silently coerced to simm16 when
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.7.1rc1.rst | 97 coerced and the UTF-8 Mode is disabled).
|
/external/gflags/src/ |
D | gflags.h.in | 511 // coerced to a bool. These declarations (no definition needed!) will
|
/external/python/six/documentation/ |
D | index.rst | 366 rigorously than Python 2 does; binary data cannot be automatically coerced to
|
/external/python/cpython2/Doc/ |
D | glossary.rst | 372 coerced (see :term:`coercion`) to a common type. For example, an integer
|
/external/python/cpython3/Objects/ |
D | listsort.txt | 700 type of the right? do they need to be coerced to a common type? where's the
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/RISCV/ |
D | calling-conv.ll | 503 ; Check passing of coerced integer arrays
|
/external/python/cpython2/Doc/reference/ |
D | expressions.rst | 35 arguments are converted to a common type," the arguments are coerced using the
|