Home
last modified time | relevance | path

Searched defs:TO_STRING (Results 1 – 25 of 128) sorted by relevance

123456

/aosp_15_r20/external/bazelbuild-rules_cc/tests/compiler_settings/
H A Dmain.cc18 #define TO_STRING(x) STRINGIFY(x) macro
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/util/
H A DCharSequenceUtils.java39 private static final Function<Object, String> TO_STRING = new Function<Object,String>() { field in CharSequenceUtils
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/filefilter/
H A DTrueFileFilter.java37 private static final String TO_STRING = Boolean.TRUE.toString(); field in TrueFileFilter
H A DFalseFileFilter.java37 private static final String TO_STRING = Boolean.FALSE.toString(); field in FalseFileFilter
/aosp_15_r20/external/aws-sdk-java-v2/core/protocols/protocol-core/src/main/java/software/amazon/awssdk/protocols/core/
H A DStringToValueConverter.java73 public static final SimpleStringToValue<String> TO_STRING = val -> val; field in StringToValueConverter
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/stream/
H A DLangCollectorsTest.java52 private static final Function<Object, String> TO_STRING = Objects::toString; field in LangCollectorsTest
/aosp_15_r20/frameworks/av/media/libaudioprocessing/
H A DAudioResamplerFirProcessSSE.h27 #define TO_STRING(x) TO_STRING2(x) macro
H A DAudioResamplerFirProcessNeon.h38 #define TO_STRING(x) TO_STRING2(x) macro
/aosp_15_r20/external/grpc-grpc/tools/codegen/core/
H A Dgen_config_vars.py168 TO_STRING = { variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/codegen/core/
Dgen_config_vars.py168 TO_STRING = { variable
/aosp_15_r20/external/conscrypt/common/src/jni/main/include/conscrypt/
H A Dmacros.h21 #define TO_STRING(x) TO_STRING1(x) macro
/aosp_15_r20/external/caliper/examples/src/main/java/examples/
H A DDoubleToStringBenchmark.java29 TO_STRING { enumConstant
/aosp_15_r20/frameworks/av/media/libmedia/
H A DIDataSource.cpp35 TO_STRING, enumerator
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/Platform/src/
H A DNVMem.c68 # define TO_STRING(s) TO_STRING_IMPL(s) in NvFileOpen() macro
/aosp_15_r20/external/libaom/test/
H A Dvideo_source.h39 #define TO_STRING(S) #S macro
/aosp_15_r20/external/libvpx/test/
H A Dvideo_source.h39 #define TO_STRING(S) #S macro
/aosp_15_r20/external/skia/tools/flags/
H A DCommandLineFlags.h216 #define TO_STRING(s) TO_STRING2(s) macro
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/hardware/libhardware/include/hardware/
Dhwcomposer2.h767 #define TO_STRING(E, T, printer) \ macro
771 #define TO_STRING(name, printer) macro
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/hardware/libhardware/include/hardware/
Dhwcomposer2.h767 #define TO_STRING(E, T, printer) \ macro
771 #define TO_STRING(name, printer) macro
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/hardware/libhardware/include/hardware/
Dhwcomposer2.h767 #define TO_STRING(E, T, printer) \ macro
771 #define TO_STRING(name, printer) macro
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/hardware/libhardware/include/hardware/
Dhwcomposer2.h767 #define TO_STRING(E, T, printer) \ macro
771 #define TO_STRING(name, printer) macro
/aosp_15_r20/prebuilts/vndk/v34/arm/include/hardware/libhardware/include/hardware/
Dhwcomposer2.h767 #define TO_STRING(E, T, printer) \ macro
771 #define TO_STRING(name, printer) macro
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/hardware/libhardware/include/hardware/
Dhwcomposer2.h767 #define TO_STRING(E, T, printer) \ macro
771 #define TO_STRING(name, printer) macro
/aosp_15_r20/hardware/libhardware/include_all/hardware/
H A Dhwcomposer2.h767 #define TO_STRING(E, T, printer) \ macro
771 #define TO_STRING(name, printer) macro
/aosp_15_r20/prebuilts/vndk/v32/arm/include/hardware/libhardware/include/hardware/
Dhwcomposer2.h767 #define TO_STRING(E, T, printer) \ macro
771 #define TO_STRING(name, printer) macro

123456