HomeSort by relevance Sort by last modified time
    Searched defs:base (Results 226 - 250 of 5760) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libchrome/base/task_scheduler/
scoped_set_task_priority_for_current_thread.h 8 #include "base/base_export.h"
9 #include "base/macros.h"
10 #include "base/task_scheduler/task_traits.h"
12 namespace base { namespace
34 } // namespace base
sequence_sort_key.cc 5 #include "base/task_scheduler/sequence_sort_key.h"
7 namespace base { namespace
29 } // namespace base
  /external/libchrome/base/test/
mock_entropy_provider.cc 5 #include "base/test/mock_entropy_provider.h"
7 namespace base { namespace
20 } // namespace base
mock_entropy_provider.h 10 #include "base/metrics/field_trial.h"
12 namespace base { namespace
14 class MockEntropyProvider : public base::FieldTrial::EntropyProvider {
20 // base::FieldTrial::EntropyProvider:
30 } // namespace base
scoped_feature_list.h 10 #include "base/feature_list.h"
12 namespace base { namespace
34 const std::initializer_list<base::Feature>& enabled_features,
35 const std::initializer_list<base::Feature>& disabled_features);
44 void InitAndEnableFeature(const base::Feature& feature);
48 void InitAndDisableFeature(const base::Feature& feature);
57 } // namespace base
test_file_util.cc 5 #include "base/test/test_file_util.h"
7 #include "base/test/test_timeouts.h"
8 #include "base/threading/platform_thread.h"
10 namespace base { namespace
23 // Declared in base/files/file_path.h.
28 } // namespace base
  /external/libchrome/base/threading/
non_thread_safe_impl.cc 5 #include "base/threading/non_thread_safe_impl.h"
7 #include "base/logging.h"
9 namespace base { namespace
23 } // namespace base
thread_checker.h 8 #include "base/logging.h"
9 #include "base/threading/thread_checker_impl.h"
11 namespace base { namespace
28 // base::NonThreadSafe, but it is meant to be held as a member variable, rather
29 // than inherited from base::NonThreadSafe.
31 // While inheriting from base::NonThreadSafe may give a clear indication about
34 // ThreadChecker member and inheriting from base::NonThreadSafe should be based
37 // having that functionality fully encapsulated in the base class.
38 // - Derived classes should be able to reassign the base class to another
71 } // namespace base
    [all...]
thread_checker_impl.cc 5 #include "base/threading/thread_checker_impl.h"
7 #include "base/threading/thread_task_runner_handle.h"
9 namespace base { namespace
57 } // namespace base
  /external/libchrome/base/
version.h 14 #include "base/base_export.h"
16 namespace base { namespace
74 } // namespace base
  /external/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
pbackfail.pass.cpp 22 typedef std::strstreambuf base; typedef in struct:test
24 : base(gnext_arg, n, pbeg_arg) {}
26 : base(gnext_arg, n) {}
28 virtual int_type pbackfail(int_type c = EOF) {return base::pbackfail(c);}
underflow.pass.cpp 22 typedef std::strstreambuf base; typedef in struct:test
24 : base(gnext_arg, n, pbeg_arg) {}
26 : base(gnext_arg, n) {}
28 base::int_type underflow() {return base::underflow();}
  /external/libcxx/test/std/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/
move.pass.cpp 34 typedef std::basic_iostream<CharT> base; typedef in struct:test_iostream
35 test_iostream(testbuf<CharT>* sb) : base(sb) {}
38 : base(std::move(s)) {}
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.cons/
move.pass.cpp 33 typedef std::basic_istream<CharT> base; typedef in struct:test_istream
34 test_istream(testbuf<CharT>* sb) : base(sb) {}
37 : base(std::move(s)) {}
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.cons/
move.pass.cpp 34 typedef std::basic_ostream<CharT> base; typedef in struct:test_ostream
35 test_ostream(testbuf<CharT>* sb) : base(sb) {}
38 : base(std::move(s)) {}
  /external/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.virtuals/
pbackfail.pass.cpp 24 typedef std::basic_stringbuf<CharT> base; typedef in struct:testbuf
27 : base(str, which) {}
29 typename base::int_type
30 pbackfail(typename base::int_type c = base::traits_type::eof())
31 {return base::pbackfail(c);}
33 void pbump(int n) {base::pbump(n);}
underflow.pass.cpp 24 typedef std::basic_stringbuf<CharT> base; typedef in struct:testbuf
26 : base(str) {}
28 typename base::int_type underflow() {return base::underflow();}
29 void pbump(int n) {base::pbump(n);}
  /external/libmojo/base/android/
base_jni_onload.cc 5 #include "base/android/base_jni_onload.h"
7 #include "base/android/jni_android.h"
8 #include "base/android/jni_utils.h"
9 #include "base/android/library_loader/library_loader_hooks.h"
10 #include "base/bind.h"
12 namespace base { namespace
21 JNIEnv* env = base::android::AttachCurrentThread();
22 base::android::InitReplacementClassLoader(env,
23 base::android::GetClassLoader(env));
28 } // namespace base
    [all...]
cpu_features.cc 7 #include "base/android/jni_android.h"
10 namespace base { namespace
26 } // namespace base
event_log.cc 5 #include "base/android/event_log.h"
8 namespace base { namespace
16 } // namespace base
field_trial_list.cc 5 #include "base/android/field_trial_list.h"
9 #include "base/android/jni_string.h"
10 #include "base/metrics/field_trial.h"
13 using base::android::ConvertJavaStringToUTF8;
14 using base::android::ConvertUTF8ToJavaString;
15 using base::android::JavaParamRef;
16 using base::android::ScopedJavaLocalRef;
24 env, base::FieldTrialList::FindFullName(trial_name));
31 return base::FieldTrialList::TrialExists(trial_name);
34 namespace base { namespace
    [all...]
  /external/libmojo/base/android/java/src/org/chromium/base/annotations/
AccessedByNative.java 5 package org.chromium.base.annotations;
CalledByNative.java 5 package org.chromium.base.annotations;
CalledByNativeUnchecked.java 5 package org.chromium.base.annotations;
MainDex.java 5 package org.chromium.base.annotations;

Completed in 871 milliseconds

1 2 3 4 5 6 7 8 91011>>