/external/guava/guava-tests/test/com/google/common/collect/ |
ImmutableSortedSetTest.java | 767 private static final Comparator<Object> TO_STRING 776 SortedSet<Integer> set = new ImmutableSortedSet.Builder<Integer>(TO_STRING) 782 SortedSet<Number> set = new ImmutableSortedSet.Builder<Number>(TO_STRING) [all...] |
/external/v8/src/js/ |
messages.js | 921 %AddNamedProperty(this, 'message', TO_STRING(m), DONT_ENUM); 946 name = IS_UNDEFINED(name) ? "Error" : TO_STRING(name); 949 message = IS_UNDEFINED(message) ? "" : TO_STRING(message);
|
macros.py | 119 macro TO_STRING(arg) = (%_ToString(arg));
|
/build/tools/makeparallel/ |
makeparallel.cpp | 319 std::string jarg = "-j" + std::to_string(tokens + 1);
|
/external/libbrillo/brillo/http/ |
http_transport_curl_unittest.cc | 160 EXPECT_EQ(std::to_string(CURLE_OUT_OF_MEMORY), error->GetCode());
|
/external/libweave/src/privet/ |
security_manager_unittest.cc | 174 EXPECT_EQ(TestUserId{std::to_string(i)}, info.id());
|
/external/llvm/lib/Fuzzer/ |
FuzzerDriver.cpp | 167 std::string Log = "fuzz-" + std::to_string(C) + ".log";
|
/external/parameter-framework/upstream/parameter/ |
Subsystem.cpp | 410 std::to_string(pSubsystemObjectCreator->getMaxConfigurableElementSize());
|
/frameworks/av/services/audioflinger/ |
AudioResamplerFirProcessNeon.h | 38 #define TO_STRING(x) TO_STRING2(x) 40 /* #pragma message ("GCC version: " TO_STRING(__GNUC__) \ 41 "." TO_STRING(__GNUC_MINOR__) \ 42 "." TO_STRING(__GNUC_PATCHLEVEL__)) */ [all...] |
/frameworks/compile/slang/ |
slang_rs_reflection.cpp | 247 return "resultArray" + std::to_string(CAT->getNumElement()) + "_" + 835 mOut.indent() << "if (" << ArrayName << ".length % " << std::to_string(VecSize) 838 << "\\\" is not a multiple of " << std::to_string(VecSize) [all...] |
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
HWC2.h | 110 ALOGE("Failed to load function %s", to_string(desc).c_str());
|
/hardware/bsp/intel/peripheral/libupm/src/wt5001/ |
wt5001.cxx | 286 // C++11 std::to_string() would be nice, but...
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/ |
printing.py | 222 def to_string(self): member in class:_EnumInstance
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/ |
printing.py | 222 def to_string(self): member in class:_EnumInstance
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
vstring.h | 2625 to_string(int __val) function 2630 to_string(unsigned __val) function 2636 to_string(long __val) function 2642 to_string(unsigned long __val) function 2649 to_string(long long __val) function 2655 to_string(unsigned long long __val) function 2661 to_string(float __val) function 2669 to_string(double __val) function 2677 to_string(long double __val) function [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
vstring.h | 2625 to_string(int __val) function 2630 to_string(unsigned __val) function 2636 to_string(long __val) function 2642 to_string(unsigned long __val) function 2649 to_string(long long __val) function 2655 to_string(unsigned long long __val) function 2661 to_string(float __val) function 2669 to_string(double __val) function 2677 to_string(long double __val) function [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
vstring.h | 2625 to_string(int __val) function 2630 to_string(unsigned __val) function 2636 to_string(long __val) function 2642 to_string(unsigned long __val) function 2649 to_string(long long __val) function 2655 to_string(unsigned long long __val) function 2661 to_string(float __val) function 2669 to_string(double __val) function 2677 to_string(long double __val) function [all...] |
/prebuilts/gdb/darwin-x86/share/gdb/python/gdb/ |
printing.py | 230 def to_string(self): member in class:_EnumInstance
|
/prebuilts/gdb/linux-x86/share/gdb/python/gdb/ |
printing.py | 230 def to_string(self): member in class:_EnumInstance
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
vstring.h | 2765 to_string(int __val) function 2770 to_string(unsigned __val) function 2776 to_string(long __val) function 2782 to_string(unsigned long __val) function 2789 to_string(long long __val) function 2795 to_string(unsigned long long __val) function 2801 to_string(float __val) function 2809 to_string(double __val) function 2817 to_string(long double __val) function [all...] |
/system/webservd/webservd/ |
log_manager.cc | 201 size_string = std::to_string(response_size);
|
/art/cmdline/detail/ |
cmdline_parse_argument_detail.h | 349 + " at token " + std::to_string(idx)); 362 + " at token " + std::to_string(idx));
|
/art/test/004-JniTest/ |
jni_test.cc | 703 jmethodID to_string = env_->GetMethodID( local 705 jstring exception_string = (jstring) env_->CallObjectMethod(thrown, to_string);
|
/cts/apps/CtsVerifier/assets/scripts/power_monitors/ |
monsoon.py | 74 def to_string(self): member in class:Power_Monitor 122 device = device_list[0].to_string() # choose the first one
|
/external/libcxx/include/experimental/ |
string_view | 118 basic_string<charT, traits, Allocator> to_string( 348 to_string( const _Allocator& __a = _Allocator()) const [all...] |