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

<<11121314151617181920>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
Attribute.java 49 * @param o the object we want converted.
50 * @exception IllegalArgumentException if the object cannot be converted.
ContentInfo.java 46 * @param obj the object we want converted.
47 * @exception IllegalArgumentException if the object cannot be converted.
GCMParameters.java 38 * @param obj the object we want converted.
39 * @exception IllegalArgumentException if the object cannot be converted.
IssuerAndSerialNumber.java 44 * @param obj the object we want converted.
45 * @exception IllegalArgumentException if the object cannot be converted.
SignerIdentifier.java 62 * @param o the object we want converted.
63 * @exception IllegalArgumentException if the object cannot be converted.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
BigIntegers.java 17 * @param value value to be converted.
40 * @param value value to be converted.
  /external/clang/test/SemaObjC/
check-objcbridge-related-attribute-lookup.m 23 textField.backgroundColor = newColor; // expected-error {{'CGColorRef' (aka 'struct CGColor *') must be explicitly converted to 'NSColor *'; use '+colorXWithCGColor:' method for this conversion}} \
25 newColor = textField.backgroundColor; // expected-error {{'NSColor *' must be explicitly converted to 'CGColorRef' (aka 'struct CGColor *'); use '-CXGColor' method for this conversion}} \
  /external/libchrome/dbus/
values_util.h 25 // Note: Integer values larger than int32_t (including uint32_t) are converted
26 // to double. Non-string dictionary keys are converted to strings.
  /external/llvm/test/CodeGen/X86/
fdiv.ll 5 ; Exact division by a constant converted to multiplication.
15 ; Inexact division by a constant converted to multiplication.
  /external/python/cpython2/Doc/library/
future_builtins.rst 47 then converted to hexadecimal.
62 then converted to octal.
  /external/skia/include/utils/mac/
SkCGUtils.h 70 * Draw the bitmap into the specified CG context. The bitmap will be converted
72 * of the top-left corner of the bitmap. The bitmap is converted using the
  /external/skqp/include/utils/mac/
SkCGUtils.h 70 * Draw the bitmap into the specified CG context. The bitmap will be converted
72 * of the top-left corner of the bitmap. The bitmap is converted using the
  /external/tensorflow/tensorflow/contrib/session_bundle/
bundle_shim.py 76 object of type SignatureDef which contains a converted version of default
79 Returns None if signature is of generic type because it cannot be converted
123 object of type SignatureDef which contains a converted version of named
141 "up-converted if they are generic signature. "
198 This model is up-converted to SavedModel format. Specifically, metagraph_def
199 SignatureDef field is populated with Signatures converted from legacy
204 up-converted.
229 # up-converted metagraph definition because Session has an internal object of
  /external/tensorflow/tensorflow/core/grappler/
grappler_item_builder.h 57 // Returns nullptr if the given meta_graph cannot be converted.
62 // Returns nullptr if the given function def cannot be converted.
  /external/v8/src/compiler/
js-intrinsic-lowering.h 65 // converted to proper CodeStubAssembler based builtins.
71 // converted to proper CodeStubAssembler based builtins.
  /hardware/libhardware/modules/camera/3_4/arc/
cached_frame.h 17 // CachedFrame contains a source FrameBuffer and a cached, converted
18 // FrameBuffer. The incoming frames would be converted to YU12, the default
  /hardware/libhardware/modules/camera/3_4/metadata/
ranged_converter_test.cpp 39 virtual void ExpectConvert(int32_t converted, int32_t expected) {
42 .WillOnce(DoAll(SetArgPointee<1>(converted), Return(0)));
  /libcore/json/src/main/java/org/json/
JSON.java 102 + " cannot be converted to " + requiredType);
113 + " cannot be converted to " + requiredType);
  /packages/apps/Messaging/res/xml-mcc302-mnc610/
mms_config.xml 39 will be converted into a single mms message. For example, if the mms_config.xml file
41 message will be converted to an mms. -->
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadDrmHelper.java 36 * Checks if the Media Type needs to be DRM converted
47 * function shouldn't be called if the file shouldn't be DRM converted
  /system/media/audio_utils/include/audio_utils/
channels.h 31 * \param out_buff points to the buffer to receive converted samples.
55 * \param out_buff points to the buffer to receive converted samples.
  /external/google-breakpad/src/testing/gtest/test/
gtest-port_test.cc 95 explicit Castable(bool* converted) : converted_(converted) {}
106 bool converted = false; local
107 Castable castable(&converted);
109 EXPECT_TRUE(converted);
114 explicit ConstCastable(bool* converted) : converted_(converted) {}
125 bool converted = false; local
126 const ConstCastable const_castable(&converted);
128 EXPECT_TRUE(converted);
150 bool converted = false; local
171 bool converted = false; local
    [all...]
  /external/googletest/googletest/test/
gtest-port_test.cc 132 explicit Castable(bool* converted) : converted_(converted) {}
143 bool converted = false; local
144 Castable castable(&converted);
146 EXPECT_TRUE(converted);
151 explicit ConstCastable(bool* converted) : converted_(converted) {}
162 bool converted = false; local
163 const ConstCastable const_castable(&converted);
165 EXPECT_TRUE(converted);
187 bool converted = false; local
208 bool converted = false; local
    [all...]
  /external/v8/testing/gtest/test/
gtest-port_test.cc 132 explicit Castable(bool* converted) : converted_(converted) {}
143 bool converted = false; local
144 Castable castable(&converted);
146 EXPECT_TRUE(converted);
151 explicit ConstCastable(bool* converted) : converted_(converted) {}
162 bool converted = false; local
163 const ConstCastable const_castable(&converted);
165 EXPECT_TRUE(converted);
187 bool converted = false; local
208 bool converted = false; local
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-port_test.cc 132 explicit Castable(bool* converted) : converted_(converted) {}
143 bool converted = false; local
144 Castable castable(&converted);
146 EXPECT_TRUE(converted);
151 explicit ConstCastable(bool* converted) : converted_(converted) {}
162 bool converted = false; local
163 const ConstCastable const_castable(&converted);
165 EXPECT_TRUE(converted);
187 bool converted = false; local
208 bool converted = false; local
    [all...]

Completed in 1374 milliseconds

<<11121314151617181920>>