HomeSort by relevance Sort by last modified time
    Searched full:converted (Results 951 - 975 of 6909) sorted by null

<<31323334353637383940>>

  /external/syslinux/core/lwip/
UPGRADING 56 * Converted mbox- and semaphore-functions to take pointers to sys_mbox_t/
59 * Converted sys_mbox_new/sys_sem_new to take pointers and return err_t;
  /external/tensorflow/tensorflow/contrib/util/
convert_graphdef_memmapped_format_lib.cc 55 // DataType enum is explicitly converted to int to avoid errors with passing
171 LOG(INFO) << "Converted " << convert_counter << " nodes";
convert_graphdef_memmapped_format_test.cc 68 // Create and initialize MemmappedEnv from the converted file.
119 // Create and initialize MemmappedEnv from the converted file.
  /external/tensorflow/tensorflow/core/ops/
functional_ops.cc 66 scalar is converted to a boolean according to the
99 a scalar of non-boolean, the scalar is converted to a boolean
  /external/tensorflow/tensorflow/python/util/
compat.py 105 value: A object that can be converted to `str`.
121 path: An object that can be converted to path representation.
  /frameworks/av/drm/libdrmframework/plugins/common/util/src/
MimeTypeUtil.cpp 79 // List of all mimetypes that should be converted.
161 LOG_DEBUG("convertMimeType got mimetype %s, converted into mimetype %s",
  /frameworks/base/core/java/android/hardware/camera2/utils/
ParamsUtils.java 114 * <p>Floating points too large to be represented as an integer will be converted to
116 * will be converted to {@link Integer#MIN_VALUE}.</p>
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidStrictMathTest.java 597 double converted = StrictMath.toDegrees(StrictMath.toRadians(d)); local
598 assertTrue("Converted number not equal to original. d = " + d,
599 converted >= d * 0.99999999 && converted <= d * 1.00000001);
605 double converted = StrictMath.toRadians(StrictMath.toDegrees(d)); local
606 assertTrue("Converted number not equal to original. d = " + d,
607 converted >= d * 0.99999999 && converted <= d * 1.00000001);
  /packages/apps/DeskClock/src/com/android/deskclock/data/
City.java 74 * @return the city name converted to upper case
84 * @return the city name converted to upper case with all special characters removed
  /packages/apps/Messaging/res/xml-mcc311-mnc100/
mms_config.xml 63 will be converted into a single mms message. For example, if the mms_config.xml file
65 message will be converted to an mms. -->
  /packages/apps/Messaging/res/xml-mcc311-mnc230/
mms_config.xml 63 will be converted into a single mms message. For example, if the mms_config.xml file
65 message will be converted to an mms. -->
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
CountingOutputStream.java 101 throw new ArithmeticException("The byte count " + result + " is too large to be converted to an int");
119 throw new ArithmeticException("The byte count " + result + " is too large to be converted to an int");
  /prebuilts/gdb/darwin-x86/include/python2.7/
stringobject.h 132 If the codec returns an Unicode object, the object is converted
155 If the codec returns an Unicode object, the object is converted
  /prebuilts/gdb/linux-x86/include/python2.7/
stringobject.h 132 If the codec returns an Unicode object, the object is converted
155 If the codec returns an Unicode object, the object is converted
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
rewrite_test.go 114 t.Errorf("Memmove got converted to OpMove in alias-unsafe way. Got %d insted of %d in position %d", int(x[i]), i, i+1)
124 t.Errorf("Memmove got converted to OpMove in alias-unsafe way. Got %d instead of %d in position %d", int(x[i]), i, i+1)
  /prebuilts/go/darwin-x86/src/go/types/
conversions.go 75 // be converted to UntypedFloat because of the addition of 1.0. Fixing this
124 // "any pointer or value of underlying type uintptr can be converted into a unsafe.Pointer"
  /prebuilts/go/darwin-x86/src/runtime/
defs_linux_amd64.go 1 // created by cgo -cdefs and then converted to Go
143 // created by cgo -cdefs and then converted to Go
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
rewrite_test.go 114 t.Errorf("Memmove got converted to OpMove in alias-unsafe way. Got %d insted of %d in position %d", int(x[i]), i, i+1)
124 t.Errorf("Memmove got converted to OpMove in alias-unsafe way. Got %d instead of %d in position %d", int(x[i]), i, i+1)
  /prebuilts/go/linux-x86/src/go/types/
conversions.go 75 // be converted to UntypedFloat because of the addition of 1.0. Fixing this
124 // "any pointer or value of underlying type uintptr can be converted into a unsafe.Pointer"
  /prebuilts/go/linux-x86/src/runtime/
defs_linux_amd64.go 1 // created by cgo -cdefs and then converted to Go
143 // created by cgo -cdefs and then converted to Go
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
stringobject.h 132 If the codec returns an Unicode object, the object is converted
155 If the codec returns an Unicode object, the object is converted
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
stringobject.h 132 If the codec returns an Unicode object, the object is converted
155 If the codec returns an Unicode object, the object is converted
  /system/core/base/
utf8.cpp 94 // to be converted.
154 // to be converted.
  /system/core/libcutils/include/cutils/
properties.h 69 ** - The longest consecutive prefix of digits is converted to a long
90 ** - The longest consecutive prefix of digits is converted to a long
  /system/update_engine/update_manager/
update_manager-inl.h 124 // IMPORTANT: To ensure that ActualArgs can be converted to ExpectedArgs, we
154 // IMPORTANT: To ensure that ActualArgs can be converted to ExpectedArgs, we

Completed in 347 milliseconds

<<31323334353637383940>>