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
4795
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/
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/bison/lib/
basename-lgpl.c
32
char const *
base
= name + FILE_SYSTEM_PREFIX_LEN (name);
local
36
while (ISSLASH (*
base
))
37
base
++;
39
for (p =
base
; *p; p++)
45
base
= p;
50
return (char *)
base
;
/external/chromium/base/
atomicops.h
32
#include "
base
/basictypes.h"
35
namespace
base
{
namespace
132
} // namespace
base
::subtle
133
} // namespace
base
137
#include "
base
/atomicops_internals_x86_msvc.h"
139
#include "
base
/atomicops_internals_x86_macosx.h"
141
#include "
base
/atomicops_internals_x86_gcc.h"
143
#include "
base
/atomicops_internals_arm_gcc.h"
145
#include "
base
/atomicops_internals_mips_gcc.h"
153
#include "
base
/atomicops_internals_atomicword_compat.h
[
all
...]
base64.cc
5
#include "
base
/base64.h"
9
namespace
base
{
namespace
41
} // namespace
base
base_paths_linux.cc
5
#include "
base
/base_paths.h"
11
#include "
base
/environment.h"
12
#include "
base
/file_path.h"
13
#include "
base
/file_util.h"
14
#include "
base
/logging.h"
15
#include "
base
/memory/scoped_ptr.h"
16
#include "
base
/path_service.h"
17
#include "
base
/nix/xdg_util.h"
24
namespace
base
{
namespace
34
static const char kThisSourceFile[] = "
base
/base_paths_linux.cc"
[
all
...]
base_paths_win.cc
5
#include "
base
/base_paths_win.h"
10
#include "
base
/file_path.h"
11
#include "
base
/file_util.h"
12
#include "
base
/path_service.h"
13
#include "
base
/win/windows_version.h"
18
namespace
base
{
namespace
32
case
base
::FILE_EXE:
36
case
base
::FILE_MODULE: {
44
case
base
::DIR_WINDOWS:
48
case
base
::DIR_SYSTEM
[
all
...]
callback.h
15
#include "
base
/callback_internal.h"
16
#include "
base
/callback_old.h"
20
// systems currently in the Chromium code
base
.
48
//
base
::Callback<int(void)> func_cb =
base
::Bind(&Return5);
52
//
base
::Closure void_func_cb =
base
::Bind(&PrintHi);
62
//
base
::Callback<int(void)> ref_cb =
base
::Bind(&Ref::Foo, ref.get());
65
//
base
::Closure void_ref_cb = base::Bind(&Ref::PrintBye, ref.get())
214
namespace
base
{
namespace
[
all
...]
event_recorder_stubs.cc
5
#include "
base
/event_recorder.h"
10
namespace
base
{
namespace
file_descriptor_posix.h
9
namespace
base
{
namespace
44
} // namespace
base
global_descriptors_posix.h
16
#include "
base
/memory/singleton.h"
18
namespace
base
{
namespace
68
} // namespace
base
message_loop_proxy.h
9
#include "
base
/base_api.h"
10
#include "
base
/basictypes.h"
11
#include "
base
/memory/ref_counted.h"
12
#include "
base
/task.h"
14
namespace
base
{
namespace
23
: public
base
::RefCountedThreadSafe<MessageLoopProxy,
81
} // namespace
base
message_pump.h
9
#include "
base
/base_api.h"
10
#include "
base
/memory/ref_counted.h"
12
namespace
base
{
namespace
125
} // namespace
base
native_library_linux.cc
5
#include "
base
/native_library.h"
9
#include "
base
/file_path.h"
10
#include "
base
/logging.h"
11
#include "
base
/threading/thread_restrictions.h"
12
#include "
base
/utf_string_conversions.h"
14
namespace
base
{
namespace
20
base
::ThreadRestrictions::AssertIOAllowed();
53
} // namespace
base
rand_util_win.cc
5
#include "
base
/rand_util.h"
9
#include "
base
/basictypes.h"
10
#include "
base
/logging.h"
22
namespace
base
{
namespace
30
} // namespace
base
/external/chromium/base/debug/
debug_on_start_win.h
13
#include "
base
/basictypes.h"
24
namespace
base
{
namespace
80
} // namespace
base
debugger.cc
5
#include "
base
/debug/debugger.h"
7
#include "
base
/threading/platform_thread.h"
9
namespace
base
{
namespace
35
} // namespace
base
leak_tracker.h
15
#include "
base
/debug/stack_trace.h"
16
#include "
base
/linked_list.h"
17
#include "
base
/logging.h"
33
//
base
::LeakTracker<URLRequest> leak_tracker_;
47
namespace
base
{
namespace
134
} // namespace
base
stack_trace.h
11
#include "
base
/base_api.h"
18
namespace
base
{
namespace
62
} // namespace
base
/external/chromium/base/i18n/
icu_string_conversions.h
11
#include "
base
/string16.h"
13
namespace
base
{
namespace
73
} // namespace
base
number_formatting.cc
5
#include "
base
/i18n/number_formatting.h"
7
#include "
base
/format_macros.h"
8
#include "
base
/logging.h"
9
#include "
base
/lazy_instance.h"
10
#include "
base
/memory/scoped_ptr.h"
11
#include "
base
/string_util.h"
12
#include "
base
/utf_string_conversions.h"
16
namespace
base
{
namespace
51
} // namespace
base
/external/chromium/base/json/
json_writer.h
11
#include "
base
/base_api.h"
12
#include "
base
/basictypes.h"
16
namespace
base
{
namespace
63
} // namespace
base
/external/chromium/base/memory/
raw_scoped_refptr_mismatch_checker.h
9
#include "
base
/memory/ref_counted.h"
10
#include "
base
/template_util.h"
11
#include "
base
/tuple.h"
15
// RefCounted(
Base
|ThreadSafeBase), since by the time the parameter is used, the
21
namespace
base
{
namespace
23
// This is a
base
internal implementation file used by task.h and callback.h.
31
value =
base
::false_type::value
36
// raw pointer type and are convertible to a RefCounted(
Base
|ThreadSafeBase)
128
} // namespace
base
/external/chromium/base/synchronization/
cancellation_flag.h
9
#include "
base
/base_api.h"
10
#include "
base
/atomicops.h"
11
#include "
base
/threading/platform_thread.h"
13
namespace
base
{
namespace
34
base
::subtle::Atomic32 flag_;
42
} // namespace
base
cancellation_flag_unittest.cc
7
#include "
base
/synchronization/cancellation_flag.h"
9
#include "
base
/logging.h"
10
#include "
base
/message_loop.h"
11
#include "
base
/spin_wait.h"
12
#include "
base
/time.h"
13
#include "
base
/threading/thread.h"
17
namespace
base
{
namespace
67
} // namespace
base
lock_impl.h
17
#include "
base
/base_api.h"
18
#include "
base
/basictypes.h"
20
namespace
base
{
namespace
62
} // namespace
base
Completed in 385 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>