/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/ |
PresetReverbTest.java | 236 ByteBuffer converter = ByteBuffer.wrap(valueBuf); local 237 converter.order(ByteOrder.nativeOrder()); 238 return converter.getInt(offset); 242 ByteBuffer converter = ByteBuffer.wrap(valueBuf); local 243 converter.order(ByteOrder.nativeOrder()); 244 return converter.getShort(offset);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
ExtensionControllerImpl.java | 85 String action, PluginConverter<T, P> converter) { 86 mExtension.addPlugin(action, cls, converter); 188 public <P> void addPlugin(String action, Class<P> cls, PluginConverter<T, P> converter) { 189 mProducers.add(new PluginItem(action, cls, converter)); 208 public PluginItem(String action, Class<P> cls, PluginConverter<T, P> converter) { 209 mConverter = converter;
|
/device/generic/goldfish/camera/ |
JpegCompressor.h | 22 * converter between YV21, and JPEG formats. 30 /* Encapsulates a converter between YV12, and JPEG formats.
|
/device/google/cuttlefish_common/guest/hals/camera/ |
JpegCompressor.h | 22 * converter between YV21, and JPEG formats. 30 /* Encapsulates a converter between YV12, and JPEG formats.
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
TensorConversion.h | 129 internal::scalar_cast_op<SrcType, TgtType> converter; local 132 values[i] = converter(m_impl.coeff(index+i)); 220 internal::scalar_cast_op<SrcType, TargetType> converter; local 221 return converter(m_impl.coeff(index)); 253 internal::scalar_cast_op<SrcType, TargetType> converter; local 256 values[i] = converter(impl.coeff(index+i)); 269 SrcCoeffRatio, TgtCoeffRatio> converter(impl); 270 return converter.template packet<LoadMode>(index);
|
/external/guava/guava-tests/test/com/google/common/primitives/ |
DoublesTest.java | 24 import com.google.common.base.Converter; 508 Converter<String, Double> converter = Doubles.stringConverter(); local 509 assertEquals((Double) 1.0, converter.convert("1.0")); 510 assertEquals((Double) 0.0, converter.convert("0.0")); 511 assertEquals((Double) (-1.0), converter.convert("-1.0")); 512 assertEquals((Double) 1.0, converter.convert("1")); 513 assertEquals((Double) 0.0, converter.convert("0")); 514 assertEquals((Double) (-1.0), converter.convert("-1")); 515 assertEquals((Double) 1e6, converter.convert("1e6")) 534 Converter<String, Double> converter = Doubles.stringConverter(); local [all...] |
FloatsTest.java | 24 import com.google.common.base.Converter; 495 Converter<String, Float> converter = Floats.stringConverter(); local 496 assertEquals((Float) 1.0f, converter.convert("1.0")); 497 assertEquals((Float) 0.0f, converter.convert("0.0")); 498 assertEquals((Float) (-1.0f), converter.convert("-1.0")); 499 assertEquals((Float) 1.0f, converter.convert("1")); 500 assertEquals((Float) 0.0f, converter.convert("0")); 501 assertEquals((Float) (-1.0f), converter.convert("-1")); 502 assertEquals((Float) 1e6f, converter.convert("1e6")) 521 Converter<String, Float> converter = Floats.stringConverter(); local [all...] |
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
UConverterAliasDataReader.java | 34 * into the string table for the converter name. The index of this list is 47 * alias -> converter name mapping. Section 3 and 4 form a two column table. 49 * 4) This section contains a list of mapped converter names. Consider this 53 * each converter index in this table. Currently it's only used to say that 54 * an alias mapped to this converter is ambiguous. See UCNV_CONVERTER_INDEX_MASK 60 * index into the converter list (column header). The row index is the index 85 * Converter Names (Usually in TR22 form) 109 * Converter Names (Usually in TR22 form)
|
UConverterStaticData.java | 16 String name; /* +4: 60 internal name of the converter- invariant chars */ 20 byte platform; /* +68: 1 platform of the converter (only IBM now) */
|
/external/llvm/utils/Target/ARM/ |
analyze-match-table.py | 17 code, string, converter, _ = [s.strip() 23 insns.append((code,string,converter,items,features))
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
DescriptorUtil.cs | 54 (IList<TInput> input, IndexedConverter<TInput, TOutput> converter) 59 array[i] = converter(input[i], i);
|
/external/protobuf/src/google/protobuf/util/internal/ |
location_tracker.h | 41 namespace converter { namespace in namespace:google::protobuf::util 60 } // namespace converter
|
mock_error_listener.h | 42 namespace converter { namespace in namespace:google::protobuf::util 58 } // namespace converter
|
object_source.h | 41 namespace converter { namespace in namespace:google::protobuf::util 74 } // namespace converter
|
object_writer.cc | 38 namespace converter { namespace in namespace:google::protobuf::util 89 } // namespace converter
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/ |
ImmutableExceptionHandler.java | 67 return CONVERTER.toList(list); 70 private static final ImmutableConverter<ImmutableExceptionHandler, ExceptionHandler> CONVERTER =
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/ |
ImmutableSwitchElement.java | 67 return CONVERTER.toList(list); 70 private static final ImmutableConverter<ImmutableSwitchElement, SwitchElement> CONVERTER =
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/reference/ |
ImmutableTypeReference.java | 62 return CONVERTER.toList(list); 65 private static final ImmutableConverter<ImmutableTypeReference, TypeReference> CONVERTER =
|
/external/swiftshader/third_party/LLVM/utils/Target/ARM/ |
analyze-match-table.py | 17 code, string, converter, _ = [s.strip() 23 insns.append((code,string,converter,items,features))
|
/external/tensorflow/tensorflow/contrib/lite/toco/g3doc/ |
python_api.md | 1 # TensorFlow Lite Optimizing Converter (TOCO) Python API reference 5 While the TensorFlow Lite Optimizing Converter can be used from the command
|
/cts/tests/tests/security/src/android/security/cts/ |
EffectBundleTest.java | 542 ByteBuffer converter = ByteBuffer.allocate(4); local 543 converter.order(ByteOrder.nativeOrder()); 544 converter.putInt(value); 545 return converter.array(); 549 ByteBuffer converter = ByteBuffer.wrap(valueBuf); local 550 converter.order(ByteOrder.nativeOrder()); 551 return converter.getInt(offset); 555 ByteBuffer converter = ByteBuffer.allocate(2); local 556 converter.order(ByteOrder.nativeOrder()); 558 converter.putShort(sValue) [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
SimpleCursorAdapterTest.java | 281 SimpleCursorAdapter.CursorToStringConverter converter = local 283 simpleCursorAdapter.setCursorToStringConverter(converter); 284 assertSame(converter, simpleCursorAdapter.getCursorToStringConverter()); 317 // converter is null, StringConversionColumn is set to negative 321 // converter is null, StringConversionColumn is set to 1 325 // converter is null, StringConversionColumn is set to 3 (larger than columns count) 338 // converter is null, StringConversionColumn is set to 3 343 // converter is not null, StringConversionColumn is 1 344 SimpleCursorAdapter.CursorToStringConverter converter = local 346 simpleCursorAdapter.setCursorToStringConverter(converter); [all...] |
/external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/ |
DoublesTest.java | 23 import com.google.common.base.Converter; 398 Converter<String, Double> converter = Doubles.stringConverter(); local 399 assertEquals((Double) 1.0, converter.convert("1.0")); 400 assertEquals((Double) 0.0, converter.convert("0.0")); 401 assertEquals((Double) (-1.0), converter.convert("-1.0")); 402 assertEquals((Double) 1.0, converter.convert("1")); 403 assertEquals((Double) 0.0, converter.convert("0")); 404 assertEquals((Double) (-1.0), converter.convert("-1")); 405 assertEquals((Double) 1e6, converter.convert("1e6")) [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
X509Name.java | 352 private X509NameEntryConverter converter = null; field in class:X509Name 497 * The passed in converter will be used to convert the strings into their 504 X509NameEntryConverter converter) 506 this.converter = converter; 554 * The passed in converter will be used to convert the strings into their 561 X509NameEntryConverter converter) 563 this.converter = converter; 603 * in converter [all...] |
/external/icu/icu4c/source/common/ |
ucnv_lmb.cpp | 55 The code in this file provides an implementation for an ICU converter of 219 optimization group as part of the name of the converter (LMBCS-1, LMBCS-2, 220 etc.). Using plain 'LMBCS' as the name of the converter will give you 227 Because of the extensive use of other character sets, the LMBCS converter 232 byte, only those at 0x13 or below can map to an actual converter. To limit 233 some loops and searches, we define a value for that last group converter:*/ 235 #define ULMBCS_GRP_LAST 0x13 /* last LMBCS group that has a converter */ 465 We also ask the creator of a converter to send in a preferred locale 568 vtable. There is also room in there for converter-specific data. LMBCS 569 uses that converter-specific data to keep track of the 12 subconverter [all...] |