HomeSort by relevance Sort by last modified time
    Searched defs:base (Results 901 - 925 of 4749) sorted by null

<<31323334353637383940>>

  /external/libchrome/base/win/
scoped_propvariant.h 10 #include "base/logging.h"
11 #include "base/macros.h"
13 namespace base { namespace
56 } // namespace base
  /external/libchrome/components/timers/
alarm_timer_chromeos.h 8 #include "base/callback.h"
9 #include "base/macros.h"
10 #include "base/memory/ref_counted.h"
11 #include "base/memory/weak_ptr.h"
12 #include "base/time/time.h"
13 #include "base/timer/timer.h"
15 namespace base { namespace
27 class AlarmTimer : public base::Timer {
36 void SetTimerFiredCallbackForTest(base::Closure test_callback);
47 base::TimeDelta delay
    [all...]
  /external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
overflow.pass.cpp 25 typedef std::basic_filebuf<CharT> base; typedef in struct:test_buf
26 typedef typename base::char_type char_type;
27 typedef typename base::int_type int_type;
28 typedef typename base::traits_type traits_type;
30 char_type* pbase() const {return base::pbase();}
31 char_type* pptr() const {return base::pptr();}
32 char_type* epptr() const {return base::epptr();}
33 void gbump(int n) {base::gbump(n);}
35 virtual int_type overflow(int_type c = traits_type::eof()) {return base::overflow(c);}
pbackfail.pass.cpp 23 typedef std::basic_filebuf<CharT> base; typedef in struct:test_buf
24 typedef typename base::char_type char_type;
25 typedef typename base::int_type int_type;
26 typedef typename base::traits_type traits_type;
28 char_type* eback() const {return base::eback();}
29 char_type* gptr() const {return base::gptr();}
30 char_type* egptr() const {return base::egptr();}
31 void gbump(int n) {base::gbump(n);}
33 virtual int_type pbackfail(int_type c = traits_type::eof()) {return base::pbackfail(c);}
underflow.pass.cpp 25 typedef std::basic_filebuf<CharT> base; typedef in struct:test_buf
26 typedef typename base::char_type char_type;
27 typedef typename base::int_type int_type;
29 char_type* eback() const {return base::eback();}
30 char_type* gptr() const {return base::gptr();}
31 char_type* egptr() const {return base::egptr();}
32 void gbump(int n) {base::gbump(n);}
34 virtual int_type underflow() {return base::underflow();}
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
pointer.pass.cpp 24 typedef std::basic_streambuf<CharT> base; typedef in class:testbuf
32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
36 virtual typename base::int_type
37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
44 base::setp(const_cast<CharT*>(str_.data()),
46 base::pbump(n+1);
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.cons/
copy.pass.cpp 26 typedef std::basic_streambuf<CharT> base; typedef in struct:test
43 base::setg(gbeg, gnext, gend);
47 base::setp(pbeg, pend);
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
assign.pass.cpp 26 typedef std::basic_streambuf<CharT> base; typedef in struct:test
31 base::operator=(t);
44 base::setg(gbeg, gnext, gend);
48 base::setp(pbeg, pend);
swap.pass.cpp 26 typedef std::basic_streambuf<CharT> base; typedef in struct:test
33 base::swap(t);
54 base::setg(gbeg, gnext, gend);
58 base::setp(pbeg, pend);
  /external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/
overflow.pass.cpp 26 typedef std::wbuffer_convert<std::codecvt_utf8<wchar_t> > base; typedef in struct:test_buf
27 typedef base::char_type char_type;
28 typedef base::int_type int_type;
29 typedef base::traits_type traits_type;
31 explicit test_buf(std::streambuf* sb) : base(sb) {}
33 char_type* pbase() const {return base::pbase();}
34 char_type* pptr() const {return base::pptr();}
35 char_type* epptr() const {return base::epptr();}
36 void gbump(int n) {base::gbump(n);}
38 virtual int_type overflow(int_type c = traits_type::eof()) {return base::overflow(c);
    [all...]
pbackfail.pass.cpp 26 typedef std::wbuffer_convert<std::codecvt_utf8<wchar_t> > base; typedef in struct:test_buf
27 typedef base::char_type char_type;
28 typedef base::int_type int_type;
29 typedef base::traits_type traits_type;
31 explicit test_buf(std::streambuf* sb) : base(sb) {}
33 char_type* eback() const {return base::eback();}
34 char_type* gptr() const {return base::gptr();}
35 char_type* egptr() const {return base::egptr();}
36 void gbump(int n) {base::gbump(n);}
38 virtual int_type pbackfail(int_type c = traits_type::eof()) {return base::pbackfail(c);
    [all...]
underflow.pass.cpp 26 typedef std::wbuffer_convert<std::codecvt_utf8<wchar_t> > base; typedef in struct:test_buf
27 typedef base::char_type char_type;
28 typedef base::int_type int_type;
29 typedef base::traits_type traits_type;
31 explicit test_buf(std::streambuf* sb) : base(sb) {}
33 char_type* eback() const {return base::eback();}
34 char_type* gptr() const {return base::gptr();}
35 char_type* egptr() const {return base::egptr();}
36 void gbump(int n) {base::gbump(n);}
38 virtual int_type underflow() {return base::underflow();
    [all...]
  /external/libdrm/exynos/
exynos_drmif.h 62 * @base: base context (for core events).
67 drmEventContext base; member in struct:exynos_event_context
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
ftpic.h 36 /* pic containers for base */
37 void* base; member in struct:FT_PIC_Container_
  /external/libweave/src/privet/
cloud_delegate.h 12 #include <base/callback.h>
13 #include <base/memory/ref_counted.h>
14 #include <base/observer_list.h>
19 namespace base { namespace
21 } // namespace base
42 base::Callback<void(const base::DictionaryValue& commands,
99 virtual const base::DictionaryValue& GetLegacyState() const = 0;
102 virtual const base::DictionaryValue& GetLegacyCommandDef() const = 0;
105 virtual const base::DictionaryValue& GetComponents() const = 0
    [all...]
privet_handler.h 12 #include <base/macros.h>
13 #include <base/memory/weak_ptr.h>
14 #include <base/scoped_observer.h>
15 #include <base/time/default_clock.h>
19 namespace base { namespace
22 } // namespace base
41 base::Callback<void(int status, const base::DictionaryValue& output)>;
47 base::Clock* clock = nullptr);
66 const base::DictionaryValue* input
    [all...]
  /external/libweave/third_party/chromium/base/
callback_internal.h 17 #include "base/base_export.h"
18 #include "base/macros.h"
19 #include "base/memory/ref_counted.h"
20 #include "base/memory/scoped_ptr.h"
21 #include "base/template_util.h"
23 namespace base { namespace
33 // At the base level, the only task is to add reference counting data. Don't use
233 } // namespace base
guid_unittest.cc 5 #include "base/guid.h"
13 #include "base/strings/string_util.h"
16 namespace base { namespace
94 } // namespace base
macros.h 67 // the base::LINKER_INITIALIZED argument. Normally, it is unsafe to declare a
73 // explicit MyClass(base::LinkerInitialized x) {}
75 // static MyClass my_variable_name(base::LINKER_INITIALIZED);
76 namespace base { namespace
81 // thread-safe initialization, use base/lazy_instance.h instead.
85 } // base
rand_util.cc 5 #include "base/rand_util.h"
14 #include "base/logging.h"
15 #include "base/strings/string_util.h"
17 namespace base { namespace
26 static_cast<int>(min + static_cast<int64_t>(base::RandGenerator(range)));
33 return BitsToOpenEndedUnitInterval(base::RandUint64());
63 value = base::RandUint64();
76 } // namespace base
  /external/libweave/third_party/chromium/base/json/
json_writer.cc 5 #include "base/json/json_writer.h"
12 #include "base/json/string_escape.h"
13 #include "base/logging.h"
14 #include "base/strings/string_number_conversions.h"
15 #include "base/strings/utf_string_conversion_utils.h"
16 #include "base/values.h"
19 namespace base { namespace
212 } // namespace base
json_writer.h 12 #include "base/base_export.h"
13 #include "base/macros.h"
15 namespace base { namespace
71 } // namespace base
string_escape.cc 5 #include "base/json/string_escape.h"
13 #include "base/logging.h"
14 #include "base/strings/string_util.h"
15 #include "base/strings/stringprintf.h"
16 #include "base/strings/utf_string_conversion_utils.h"
17 #include "base/third_party/icu/icu_utf.h"
19 namespace base { namespace
104 base::StringAppendF(dest, kU16EscapeFormat, code_point);
143 base::StringAppendF(&dest, kU16EscapeFormat, c);
154 } // namespace base
    [all...]
string_escape_unittest.cc 5 #include "base/json/string_escape.h"
10 #include "base/macros.h"
11 #include "base/strings/string_util.h"
12 #include "base/strings/utf_string_conversion_utils.h"
14 namespace base { namespace
102 } // namespace base
  /external/libweave/third_party/chromium/base/numerics/
safe_conversions.h 13 #include "base/logging.h"
14 #include "base/numerics/safe_conversions_impl.h"
16 namespace base { namespace
115 "- base::checked_cast\n"
116 "- base::saturated_cast\n"
117 "- base::CheckedNumeric");
163 } // namespace base

Completed in 373 milliseconds

<<31323334353637383940>>