Home
last modified time | relevance | path

Searched refs:coerced (Results 1 – 25 of 35) sorted by relevance

12

/external/python/cpython2/Objects/
Dclassobject.c1457 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 …]
Dlistsort.txt700 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/
DInetAddressesTest.java634 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/
DSparcCallingConv.td86 // 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/
DSparcCallingConv.td86 // 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/
Djson_stream_parser.cc158 char* coerced = internal::UTF8CoerceToStructurallyValid(leftover_, utf8.get(), ' '); in FinishParse() local
159 p_ = json_ = StringPiece(coerced, leftover_.size()); in FinishParse()
/external/python/cpython3/Doc/library/
Demail.charset.rst39 Optional *input_charset* is as described below; it is always coerced to lower
185 Returns *input_charset* as a string coerced to lower
Demail.message.rst311 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
Demail.compat32-message.rst430 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
Djson.rst210 coerced to strings. As a result of this, if a dictionary is converted
/external/python/cpython2/Doc/library/
Demail.charset.rst33 Optional *input_charset* is as described below; it is always coerced to lower
191 Returns *input_charset* as a string coerced to lower
Deasydialogs.rst202 *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
Demail.message.rst319 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
Djson.rst208 coerced to strings. As a result of this, if a dictionary is converted
/external/python/cpython3/Doc/howto/
Dipaddress.rst109 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/
DConstEvaluator.java1008 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/
Dinlineasm-operand-code.ll36 ; This is _also_ -3 because uimm16 values are silently coerced to simm16 when
/external/llvm/test/CodeGen/Mips/
Dinlineasm-operand-code.ll36 ; This is _also_ -3 because uimm16 values are silently coerced to simm16 when
/external/python/cpython3/Misc/NEWS.d/
D3.7.1rc1.rst97 coerced and the UTF-8 Mode is disabled).
/external/gflags/src/
Dgflags.h.in511 // coerced to a bool. These declarations (no definition needed!) will
/external/python/six/documentation/
Dindex.rst366 rigorously than Python 2 does; binary data cannot be automatically coerced to
/external/python/cpython2/Doc/
Dglossary.rst372 coerced (see :term:`coercion`) to a common type. For example, an integer
/external/python/cpython3/Objects/
Dlistsort.txt700 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/
Dcalling-conv.ll503 ; Check passing of coerced integer arrays
/external/python/cpython2/Doc/reference/
Dexpressions.rst35 arguments are converted to a common type," the arguments are coerced using the

12