Home
last modified time | relevance | path

Searched defs:converted (Results 151 – 175 of 372) sorted by relevance

12345678910>>...15

/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/backtrace/src/
H A Dcapture.rs547 let converted = BacktraceFrame::from(frame.clone()); in test_frame_conversion() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/importexport/
H A Dconvert_attributes.cc433 bool converted = llvm::TypeSwitch<Attribute, bool>(full_type.getAttr()) in ConvertAttribute() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir/transforms/runtime/
H A Drt_to_llvm.cc222 ImplicitLocOpBuilder &b, ValueRange operands, ValueRange converted) { in EncodeArguments()
/aosp_15_r20/external/sonivox/jet_tools/JetCreator/
H A Dmidifile.py1557 converted = True variable
1559 converted = False variable
/aosp_15_r20/external/libcxx/test/support/
H A Dtest_allocator.h41 static int converted; variable
/aosp_15_r20/external/guice/core/src/com/google/inject/internal/
H A DErrors.java274 Object converted) { in conversionTypeError()
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/
H A Dunpack_quantized_weights.cpp580 std::vector<Value*> converted{input_value, input_scale, input_zero_point}; in UnpackQuantizedTensorInputs() local
/aosp_15_r20/frameworks/av/media/libaudioclient/
H A DAidlConversion.cpp845 LegacyMask converted = VALUE_OR_RETURN( in aidl2legacy_int32_t_audio_direct_mode_t_mask() local
/aosp_15_r20/external/python/cpython2/Parser/
Dtokenizer.c796 char *converted; in tok_stdin_decode() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dschema_matching.cpp105 std::vector<Value*> converted; in tryConvertToType() local
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dcursor.c329 PyObject* converted; in _pysqlite_fetch_one_row() local
/aosp_15_r20/device/google/cuttlefish/host/libs/web/http_client/
Dhttp_client.cc42 std::string converted(data, size); in TrimWhitespace() local
/aosp_15_r20/external/libchrome/base/process/
H A Dprocess_metrics_linux.cc229 bool converted = StringToUint64(value_str, target_counter); in GetIOCounters() local
/aosp_15_r20/frameworks/base/tools/aapt2/
H A DResourceUtils.cpp46 std::string converted; in ToResourceNamedType() local
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dsdp.rs484 let mut converted = record.get_unsafe_record(); in create_sdp_record() localVariable
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dtest_allocator.h39 int converted = 0; member
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/
H A DTextureViewTest.java307 long converted = Color.convert(grayishYellow, ColorSpace.getFromDataSpace(dataSpace)); in testSDRFromSurfaceViewAndTextureView() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dimage_ops.cc205 auto converted = XlaHelpers::ConvertElementType(input, accumulation_type); in Compile() local
/aosp_15_r20/external/crosvm/win_audio/src/
H A Dintermediate_resampler_buffer.rs125 let converted = left_channel_converted.zip(right_channel_converted); in sample_rate_convert_2_channels() localVariable
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderFConvertTests.cpp283 bool validConversion(const std::vector<T1> &orig, const std::vector<T2> &converted, tcu::TestLog &l… in validConversion()
/aosp_15_r20/external/threetenbp/src/main/java/org/threeten/bp/format/
H A DDateTimeFormatterBuilder.java2260 String converted = literal.replace("'", "''"); in toString() local
3201 String converted = noOffsetText.replace("'", "''"); in toString() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/vp9/src/main/jni/
H A Dvpx_jni.cc582 int converted = 0; in DECODER_FUNC() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/vp9/src/main/jni/
H A Dvpx_jni.cc582 int converted = 0; in DECODER_FUNC() local
/aosp_15_r20/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
H A DSurfaceControlTest.java1269 long converted = Color.convert(0x6F / 255.f, 0f, 0f, 1f, in testSurfaceTransaction_setDataSpace_display_p3() local
/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/satellite/cts/
H A DMockSatelliteServiceManager.java1263 List<SystemSelectionSpecifier> converted = new ArrayList<>(); in getSystemSelectionChannels() local

12345678910>>...15