HomeSort by relevance Sort by last modified time
    Searched refs:converted (Results 126 - 150 of 548) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/googletest/googlemock/test/
gmock-actions_test.cc 435 // Tests that an Action<From> object can be converted to a
581 // Tests that the type of the value passed into Return is converted into T
588 bool* converted() const { return converted_; } function in class:__anon21039::FromType
599 ToType(const FromType& x) { *x.converted() = true; } // NOLINT
603 bool converted = false; local
604 FromType x(&converted);
606 EXPECT_TRUE(converted) << "Return must convert its argument in its own "
608 converted = false;
610 EXPECT_FALSE(converted) << "Action must NOT convert its argument "
    [all...]
  /external/v8/testing/gmock/test/
gmock-actions_test.cc 435 // Tests that an Action<From> object can be converted to a
581 // Tests that the type of the value passed into Return is converted into T
588 bool* converted() const { return converted_; } function in class:__anon41261::FromType
599 ToType(const FromType& x) { *x.converted() = true; } // NOLINT
603 bool converted = false; local
604 FromType x(&converted);
606 EXPECT_TRUE(converted) << "Return must convert its argument in its own "
608 converted = false;
610 EXPECT_FALSE(converted) << "Action must NOT convert its argument "
    [all...]
  /external/e2fsprogs/intl/
dcigettext.c 855 to the converted strings in.
871 goto converted;
920 goto converted;
946 goto converted;
982 goto converted;
1001 /* We have now in our buffer a converted string. Put this
1020 converted:
1021 /* The result string is converted. */
    [all...]
  /external/icu/icu4c/source/io/
uscanf_p.cpp 294 * @param argConverted The number of arguments converted and assigned, or -1 if an
409 /* will contain the # of items converted thus far */
420 /* we converted 0 args */
485 /* we converted 1 arg */
587 /* we converted 1 arg */
680 /* we converted 1 arg */
744 /* we converted 1 arg */
816 /* we converted 1 arg */
902 /* we converted 1 arg */
974 /* we converted 1 arg *
1349 int32_t count, converted, argConsumed, cpConsumed; local
    [all...]
  /external/webrtc/webrtc/base/
proxydetect.cc 964 bool converted = false; local
983 converted = p_convertHostCFStringRefToCPPString(hostCFStr, hostname);
984 if (converted) {
986 converted = p_convertCFNumberToInt(portCFNum, &port);
987 if (converted) {
    [all...]
  /toolchain/binutils/binutils-2.27/intl/
dcigettext.c 860 to the converted strings in.
876 goto converted;
925 goto converted;
951 goto converted;
987 goto converted;
1006 /* We have now in our buffer a converted string. Put this
1025 converted:
1026 /* The result string is converted. */
    [all...]
  /external/skia/src/sksl/
SkSLIRGenerator.cpp 474 std::unique_ptr<Statement> converted = this->convertStatement(*s); local
475 if (!converted) {
478 statements.push_back(std::move(converted));
817 std::unique_ptr<Expression> converted = this->convertExpression(*size); local
1843 std::unique_ptr<Expression> converted = this->convertExpression(index); local
1990 std::unique_ptr<Expression> converted = local
    [all...]
  /external/skqp/src/sksl/
SkSLIRGenerator.cpp 475 std::unique_ptr<Statement> converted = this->convertStatement(*s); local
476 if (!converted) {
479 statements.push_back(std::move(converted));
816 std::unique_ptr<Expression> converted = this->convertExpression(*size); local
1842 std::unique_ptr<Expression> converted = this->convertExpression(index); local
1989 std::unique_ptr<Expression> converted = local
    [all...]
  /external/v8/src/
conversions-inl.h 815 double converted = Strtod(Vector<const char>(buffer, buffer_pos), exponent);
816 return (sign == NEGATIVE) ? -converted : converted;
  /bionic/benchmarks/
bionic_benchmarks.cpp 298 int converted = static_cast<int>(strtol(argstr.c_str(), &check_null, 10)); local
302 (*to_populate)[0].push_back(converted);
  /build/soong/cc/
sabi.go 72 // understand have not been converted to ninja variables yet.
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
CommonToken.js 62 * was converted to a new string in the token object.
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_error_sse2.asm 74 ; Vectors are converted (if necessary) to int16_t for calculations.
  /external/mesa3d/docs/specs/
MESA_ycbcr_texture.spec 36 during pixel transfer. The texture's YCbCr colors are converted to
128 sizes will return zero. The YCbCr colors are converted to RGB during
  /frameworks/rs/script_api/
rs_convert.spec 108 clamping may be done after the input is multiplied by 255.f and converted to an integer,
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
shift_test.go 52 // Test that eligible pairs of constant shifts are converted to extensions.
  /prebuilts/go/darwin-x86/src/net/
hosts.go 37 // For now the key is converted to lower case for convenience.
  /prebuilts/go/darwin-x86/src/runtime/cgo/
callbacks.go 29 // Panic. The argument is converted into a Go string.
  /prebuilts/go/darwin-x86/src/runtime/
defs_dragonfly_amd64.go 1 // created by cgo -cdefs and then converted to Go
defs_freebsd_386.go 1 // created by cgo -cdefs and then converted to Go
defs_freebsd_amd64.go 1 // created by cgo -cdefs and then converted to Go
defs_linux_386.go 1 // created by cgo -cdefs and then converted to Go
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
shift_test.go 52 // Test that eligible pairs of constant shifts are converted to extensions.
  /prebuilts/go/linux-x86/src/net/
hosts.go 37 // For now the key is converted to lower case for convenience.
  /prebuilts/go/linux-x86/src/runtime/cgo/
callbacks.go 29 // Panic. The argument is converted into a Go string.

Completed in 923 milliseconds

1 2 3 4 56 7 8 91011>>