HomeSort by relevance Sort by last modified time
    Searched refs:cstring (Results 1 - 25 of 465) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/stlport/test/unit/
cstring_header_test.cpp 8 #include <cstring>
  /ndk/tests/device/test-gnustl-full/unit/
cstring_header_test.cpp 8 #include <cstring>
  /ndk/tests/device/test-stlport/unit/
cstring_header_test.cpp 8 #include <cstring>
  /external/stlport/stlport/stl/
_cstring.h 21 # include_next <cstring>
23 # include _STLP_NATIVE_CPP_C_HEADER(cstring)
31 # include <using/cstring>
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstring.h 21 # include_next <cstring>
23 # include _STLP_NATIVE_CPP_C_HEADER(cstring)
31 # include <using/cstring>
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cstring.h 21 # include_next <cstring>
23 # include _STLP_NATIVE_CPP_C_HEADER(cstring)
31 # include <using/cstring>
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cstring.h 21 # include_next <cstring>
23 # include _STLP_NATIVE_CPP_C_HEADER(cstring)
31 # include <using/cstring>
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cstring.h 21 # include_next <cstring>
23 # include _STLP_NATIVE_CPP_C_HEADER(cstring)
31 # include <using/cstring>
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cstring.h 21 # include_next <cstring>
23 # include _STLP_NATIVE_CPP_C_HEADER(cstring)
31 # include <using/cstring>
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cstring.h 21 # include_next <cstring>
23 # include _STLP_NATIVE_CPP_C_HEADER(cstring)
31 # include <using/cstring>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
version_cstring.pass.cpp 10 // <cstring>
12 #include <cstring>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/
fwd.hpp 32 variable_base var( cstring var_name );
38 variable_data& new_var_record( cstring var_name );
39 variable_data* find_var_record( cstring var_name );
41 cstring sys_read_var( cstring var_name );
42 void sys_write_var( cstring var_name, format_stream& var_value );
  /external/chromium_org/net/disk_cache/simple/
simple_entry_format.cc 7 #include <cstring>
  /frameworks/ex/variablespeed/jni/
integral_types.h 20 #include <cstring> // for size_t
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.errors/
future_category.pass.cpp 15 #include <cstring>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
basic_parameter.hpp 43 explicit basic_parameter( cstring n )
65 param_type( cstring name = cstring() ) \
70 inline shared_ptr<param_type ## _t<cstring> > \
71 param_type( cstring name = cstring() ) \
73 return shared_ptr<param_type ## _t<cstring> >( new param_type ## _t<cstring>( name ) ); \
argv_traverser.hpp 53 cstring token() const;
57 cstring input() const;
59 bool match_front( cstring );
76 cstring m_work_buffer;
78 cstring m_token;
79 cstring::iterator m_commited_end;
modifier.hpp 50 nfp::typed_keyword<cstring,struct prefix_t> prefix;
51 nfp::typed_keyword<cstring,struct name_t> name;
52 nfp::typed_keyword<cstring,struct separator_t> separator;
53 nfp::typed_keyword<cstring,struct description_t> description;
54 nfp::typed_keyword<cstring,struct refer_to_t> default_refer_to;
parser.hpp 81 explicit parser( cstring program_name = cstring() );
105 const_argument_ptr operator[]( cstring string_id ) const;
106 cstring get( cstring string_id ) const;
109 T const& get( cstring string_id ) const
115 void get( cstring string_id, boost::optional<T>& res ) const
130 argument const& valid_argument( cstring string_id ) const;
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketHandshakeRequest.cpp 35 #include <cstring>
  /ndk/tests/build/system-cpp-headers/jni/
main.cpp 14 #include <cstring>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
config.hpp 31 #include <boost/test/utils/basic_cstring/io.hpp> // operator<<(boost::runtime::cstring)
60 typedef unit_test::const_string cstring; typedef in namespace:boost::BOOST_RT_PARAM_NAMESPACE
78 putenv_impl( cstring name, cstring value )
86 putenv_impl( cstring name, cstring value )
105 #define BOOST_RT_PARAM_CSTRING_LITERAL( l ) cstring( l, sizeof( l ) - 1 )
116 typedef unit_test::basic_cstring<wchar_t const> cstring;
123 putenv_impl( cstring name, cstring value
    [all...]
interpret_argument_value.hpp 46 static bool _( cstring source, boost::optional<T>& res )
63 static bool _( cstring source, boost::optional<dstring>& res )
76 // cstring case
78 struct interpret_argument_value_impl<cstring> {
79 static bool _( cstring source, boost::optional<cstring>& res )
81 BOOST_RT_PARAM_TRACE( "In interpret_argument_value_impl<cstring>" );
94 static bool _( cstring source, boost::optional<bool>& res )
126 interpret_argument_value( cstring source, boost::optional<T>& res, long )
136 interpret_argument_value( cstring source, boost::optional<std::list<T> >& res, int
    [all...]
  /art/runtime/base/
logging_linux.cc 23 #include <cstring>
  /external/chromium_org/chrome/browser/component_updater/
ppapi_utils.cc 6 #include <cstring>

Completed in 1519 milliseconds

1 2 3 4 5 6 7 8 91011>>