OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:base
(Results
526 - 550
of
5760
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/guava/guava/src/com/google/common/base/
FinalizableWeakReference.java
17
package com.google.common.
base
;
Platform.java
17
package com.google.common.
base
;
Ticker.java
17
package com.google.common.
base
;
Verify.java
15
package com.google.common.
base
;
17
import static com.google.common.
base
.Preconditions.format;
/external/guava/guava-gwt/src/com/google/common/base/
Absent_CustomFieldSerializer.java
17
package com.google.common.
base
;
PairwiseEquivalence_CustomFieldSerializer.java
17
package com.google.common.
base
;
Present_CustomFieldSerializer.java
17
package com.google.common.
base
;
/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/main/java/org/junit/rules/
ExternalResource.java
7
* A
base
class for Rules (like TemporaryFolder) that set up an external
38
public Statement apply(Statement
base
, Description description) {
39
return statement(
base
);
42
private Statement statement(final Statement
base
) {
48
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"
15
namespace
base
{
namespace
60
} // namespace
base
/external/libchrome/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);
64
base
::Lock lock_;
65
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
callback.h
8
#include "
base
/callback_forward.h"
9
#include "
base
/callback_internal.h"
12
// Closure should #include "
base
/callback_forward.h" instead of this file.
20
namespace
base
{
namespace
95
} // namespace
base
callback_forward.h
8
namespace
base
{
namespace
46
} // namespace
base
callback_helpers.cc
5
#include "
base
/callback_helpers.h"
7
#include "
base
/callback.h"
9
namespace
base
{
namespace
46
} // 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"
11
namespace
base
{
namespace
115
} // namespace
base
Completed in 1332 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>