/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/ |
Platform.java | 17 package com.google.common.base;
|
/external/guava/guava-gwt/test/com/google/common/base/ |
CharsetsTest_gwt.java | 16 package com.google.common.base; 19 return "com.google.common.base.testModule"; 22 com.google.common.base.CharsetsTest testCase = new com.google.common.base.CharsetsTest();
|
/external/guava/guava-tests/benchmark/com/google/common/base/ |
StopwatchBenchmark.java | 17 package com.google.common.base; 20 import com.google.common.base.Stopwatch;
|
/external/guava/guava-tests/test/com/google/common/base/ |
DefaultsTest.java | 17 package com.google.common.base;
|
/external/junit/src/org/junit/rules/ |
ExternalResource.java | 7 * A base class for Rules (like TemporaryFolder) that set up an external 36 public Statement apply(Statement base, Description description) { 37 return statement(base); 40 private Statement statement(final Statement base) { 46 base.evaluate();
|
TestWatcher.java | 8 * TestWatcher is a base class for Rules that take note of the testing 41 public Statement apply(final Statement base, final Description description) { 47 base.evaluate();
|
TestWatchman.java | 8 * TestWatchman is a base class for Rules that take note of the testing 46 public Statement apply(final Statement base, final FrameworkMethod method, 53 base.evaluate();
|
/external/libbrillo/brillo/ |
bind_lambda.h | 8 #include <base/bind.h> 11 // This file is an extension to base/bind_internal.h and adds a RunnableAdapter 13 // they can be used in base::Callback/base::Bind constructs. 15 // base::Callback<int(int)> callback = base::Bind([](int value) { 19 namespace base { namespace 61 } // namespace base
|
/external/libchrome/base/allocator/ |
allocator_extension.cc | 5 #include "base/allocator/allocator_extension.h" 7 #include "base/logging.h" 9 namespace base { namespace 40 } // namespace base
|
/external/libchrome/base/ |
at_exit.cc | 5 #include "base/at_exit.h" 10 #include "base/bind.h" 11 #include "base/callback.h" 12 #include "base/logging.h" 14 namespace base { namespace 47 RegisterTask(base::Bind(func, param)); 51 void AtExitManager::RegisterTask(base::Closure task) { 71 base::Closure task = g_top_manager->stack_.top(); 82 } // namespace base
|
at_exit.h | 10 #include "base/base_export.h" 11 #include "base/callback.h" 12 #include "base/macros.h" 13 #include "base/synchronization/lock.h" 15 namespace base { namespace 20 // mostly used by base::Singleton. 25 // base::AtExitManager exit_manager; 46 static void RegisterTask(base::Closure task); 60 base::Lock lock_; 61 std::stack<base::Closure> stack_ [all...] |
atomic_ref_count.h | 6 // counting. Please use base/memory/ref_counted.h directly instead. 11 #include "base/atomicops.h" 13 namespace base { namespace 35 base::AtomicRefCountIncN(ptr, 1); 42 return base::AtomicRefCountDecN(ptr, 1); 64 } // namespace base
|
base64url.h | 10 #include "base/base_export.h" 11 #include "base/compiler_specific.h" 12 #include "base/macros.h" 13 #include "base/strings/string_piece.h" 15 namespace base { namespace 54 } // namespace base
|
bind_internal_win.h | 6 // conventions. Please see base/bind_internal.h for more info. 18 namespace base { namespace 65 } // namespace base
|
bits.h | 13 #include "base/logging.h" 15 namespace base { namespace 53 } // namespace base
|
callback.h | 8 #include "base/callback_forward.h" 9 #include "base/callback_internal.h" 10 #include "base/template_util.h" 13 // Closure should #include "base/callback_forward.h" instead of this file. 29 // A callback with no unbound input parameters (base::Callback<void()>) 30 // is called a base::Closure. Note that this is NOT the same as what other 51 // base::Callback<int()> func_cb = base::Bind(&Return5); 59 // class Ref : public base::RefCountedThreadSafe<Ref> { 65 // base::Callback<void()> ref_cb = base::Bind(&Ref::Foo, ref) 345 namespace base { namespace [all...] |
callback_helpers.cc | 5 #include "base/callback_helpers.h" 7 #include "base/callback.h" 9 namespace base { namespace 42 } // namespace base
|
callback_internal.cc | 5 #include "base/callback_internal.h" 7 #include "base/logging.h" 9 namespace base { namespace 46 } // namespace base
|
critical_closure.h | 8 #include "base/callback.h" 9 #include "base/macros.h" 13 #include "base/bind.h" 14 #include "base/ios/scoped_critical_action.h" 17 namespace base { namespace 59 // MakeCriticalClosure(base::Bind(&WriteToDiskTask, path_, data))); 68 return base::Bind(&internal::CriticalClosure<R>::Run, 80 } // namespace base
|
file_descriptor_posix.h | 8 #include "base/files/file.h" 9 #include "base/files/scoped_file.h" 11 namespace base { namespace 18 // over IPC. Even if |auto_close| is true, base::FileDescriptor does NOT close() 19 // |fd| when going out of scope. Instead, a consumer of a base::FileDescriptor 23 // a message that contains a base::FileDescriptor if auto_close == true. On the 57 } // namespace base
|
/external/libchrome/base/containers/ |
adapters.h | 12 #include "base/macros.h" 14 namespace base { namespace 18 // Internal adapter class for implementing base::Reversed. 63 // for (int i : base::Reversed(v)) { 71 } // namespace base
|
/external/libchrome/base/debug/ |
leak_tracker.h | 18 #include "base/containers/linked_list.h" 19 #include "base/debug/stack_trace.h" 20 #include "base/logging.h" 36 // base::LeakTracker<URLRequest> leak_tracker_; 50 namespace base { namespace 138 } // namespace base
|
leak_tracker_unittest.cc | 5 #include "base/debug/leak_tracker.h" 6 #include "base/memory/scoped_ptr.h" 9 namespace base { namespace 113 } // namespace base
|
stack_trace.cc | 5 #include "base/debug/stack_trace.h" 12 #include "base/macros.h" 14 namespace base { namespace 43 } // namespace base
|
stack_trace.h | 13 #include "base/base_export.h" 25 namespace base { namespace 108 int base, 115 } // namespace base
|