HomeSort by relevance Sort by last modified time
    Searched full:to_string (Results 101 - 125 of 244) sorted by null

1 2 3 45 6 7 8 910

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
string_conversions.h 76 // Helper for the to_string / to_wstring functions.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
string_conversions.h 76 // Helper for the to_string / to_wstring functions.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
string_conversions.h 80 // Helper for the to_string / to_wstring functions.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
string_conversions.h 80 // Helper for the to_string / to_wstring functions.
  /external/eigen/debug/gdb/
printers.py 126 def to_string(self): member in class:EigenMatrixPrinter
171 def to_string(self): member in class:EigenQuaternionPrinter
  /external/llvm/utils/lit/lit/
util.py 14 def to_string(bytes): function
21 return to_string(bytes.decode('utf-8'))
TestRunner.py 10 from lit.util import to_bytes, to_string namespace
224 def to_string(bytes): function in function:executeShCmd
238 out = to_string(out.decode('utf-8'))
242 err = to_string(err.decode('utf-8'))
385 yield (line_number, to_string(keyword[:-1].decode('utf-8')),
386 to_string(ln.decode('utf-8')))
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
MethodInterceptorGenerator.java 67 private static final Signature TO_STRING =
223 e.invoke_virtual(Constants.TYPE_OBJECT, TO_STRING);
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/
FastClassEmitter.java 33 private static final Signature TO_STRING =
121 e.invoke_virtual(Constants.TYPE_OBJECT, TO_STRING);
  /frameworks/rs/api/
GenerateStubsWhiteList.cpp 166 return to_string(name.size()) + name;
402 const string name = "buf" + to_string((*variableNumber)++);
456 if (!file.start(slangTestDirectory, "all" + to_string(apiLevel) + ".rs")) {
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BitSet.pm 216 return $self->to_string();
219 sub to_string : method { subroutine
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
EmitUtils.java 47 private static final Signature TO_STRING =
551 public static void to_string(CodeEmitter e,
560 e.invoke_virtual(Constants.TYPE_STRING_BUFFER, TO_STRING);
630 e.invoke_virtual(Constants.TYPE_OBJECT, TO_STRING);
    [all...]
  /external/v8/tools/
gdb-v8-support.py 110 def to_string(self): member in class:V8ValuePrinter
  /external/libcxx/include/
string 390 string to_string(int val);
391 string to_string(unsigned val);
392 string to_string(long val);
393 string to_string(unsigned long val);
394 string to_string(long long val);
395 string to_string(unsigned long long val);
396 string to_string(float val);
397 string to_string(double val);
398 string to_string(long double val);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
string 390 string to_string(int val);
391 string to_string(unsigned val);
392 string to_string(long val);
393 string to_string(unsigned long val);
394 string to_string(long long val);
395 string to_string(unsigned long long val);
396 string to_string(float val);
397 string to_string(double val);
398 string to_string(long double val);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
string 390 string to_string(int val);
391 string to_string(unsigned val);
392 string to_string(long val);
393 string to_string(unsigned long val);
394 string to_string(long long val);
395 string to_string(unsigned long long val);
396 string to_string(float val);
397 string to_string(double val);
398 string to_string(long double val);
    [all...]
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 90 // Use TO_STRING(xxx) to convert a C-string into the equivalent String.
99 #define TO_STRING(x) __s2ws(x)
101 #define TO_STRING(x) (x)
106 #define TO_CONST_TCHAR(x) TO_STRING(x).c_str()
720 error->assign(TO_STRING(strerror(errno)));
725 error->assign(TO_STRING(strerror(errno)));
    [all...]
  /external/selinux/sepolgen/src/sepolgen/
access.py 130 return self.to_string()
132 def to_string(self): member in class:AccessVector
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
access.py 130 return self.to_string()
132 def to_string(self): member in class:AccessVector
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/sepolgen/
access.py 130 return self.to_string()
132 def to_string(self): member in class:AccessVector
  /art/runtime/
stack_map.cc 269 "\t[entry " + std::to_string(static_cast<int>(location_catalog_entry_index)) + "]");
  /external/selinux/sepolgen/tests/
test_access.py 86 self.assertEquals(a.to_string(), "allow foo bar:file { read write };")
  /external/v8/src/
builtins.h 191 V(TO_STRING, 0) \
  /art/cmdline/
cmdline_parser.h 574 + std::to_string(size_t(i + min_tokens) - arguments_list.Size()) +
582 "matched " + std::to_string(best_match_size)
583 + " but wanted " + std::to_string(num_tokens.first));
  /art/compiler/dex/
mir_analysis.cc 1097 std::to_string(stats->heavyweight_ratio);
1147 *skip_message = "#Insns >= default_cutoff: " + std::to_string(GetNumDalvikInsns());
1156 *skip_message = "Huge method: " + std::to_string(GetNumDalvikInsns());
    [all...]

Completed in 159 milliseconds

1 2 3 45 6 7 8 910