OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:base
(Results
1301 - 1325
of
5191
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/external/chromium/net/base/
keygen_handler_mac.cc
5
#include "net/
base
/keygen_handler.h"
11
#include "
base
/base64.h"
12
#include "
base
/logging.h"
13
#include "
base
/mac/scoped_cftyperef.h"
14
#include "
base
/string_util.h"
15
#include "
base
/synchronization/lock.h"
16
#include "
base
/sys_string_conversions.h"
115
base
::mac::ScopedCFTypeRef<CFStringRef> label(
116
base
::SysUTF8ToCFStringRef(url_.host()));
141
base
::mac::ScopedCFTypeRef<CFDataRef> scoped_key_data(key_data)
[
all
...]
mock_filter_context.cc
5
#include "net/
base
/mock_filter_context.h"
31
base
::Time MockFilterContext::GetRequestTime() const {
test_root_certs_win.cc
5
#include "net/
base
/test_root_certs.h"
10
#include "
base
/basictypes.h"
11
#include "
base
/lazy_instance.h"
12
#include "
base
/logging.h"
13
#include "net/
base
/x509_certificate.h"
45
friend struct
base
::DefaultLazyInstanceTraits<CryptoAPIInjector>;
90
base
::LazyInstance<CryptoAPIInjector,
91
base
::LeakyLazyInstanceTraits<CryptoAPIInjector> >
92
g_capi_injector(
base
::LINKER_INITIALIZED);
upload_data_stream_unittest.cc
5
#include "net/
base
/upload_data_stream.h"
9
#include "
base
/basictypes.h"
10
#include "
base
/file_path.h"
11
#include "
base
/file_util.h"
12
#include "
base
/memory/scoped_ptr.h"
13
#include "
base
/time.h"
14
#include "net/
base
/net_errors.h"
15
#include "net/
base
/upload_data.h"
33
const
base
::Time& time,
89
const
base
::Time& time
[
all
...]
/external/chromium/net/http/
http_network_layer.h
11
#include "
base
/memory/ref_counted.h"
12
#include "
base
/memory/scoped_ptr.h"
13
#include "
base
/threading/non_thread_safe.h"
14
#include "net/
base
/net_export.h"
34
public
base
::NonThreadSafe {
http_response_body_drainer.h
9
#include "
base
/basictypes.h"
10
#include "
base
/memory/ref_counted.h"
11
#include "
base
/memory/scoped_ptr.h"
12
#include "
base
/timer.h"
13
#include "net/
base
/completion_callback.h"
60
base
::OneShotTimer<HttpResponseBodyDrainer> timer_;
/external/chromium/net/proxy/
proxy_config_service_win.h
14
#include "
base
/gtest_prod_util.h"
15
#include "
base
/win/object_watcher.h"
43
public
base
::win::ObjectWatcher::Delegate {
sync_host_resolver_bridge_unittest.cc
7
#include "
base
/threading/thread.h"
8
#include "
base
/synchronization/waitable_event.h"
9
#include "net/
base
/address_list.h"
10
#include "net/
base
/net_errors.h"
11
#include "net/
base
/net_log.h"
13
#include "net/
base
/test_completion_callback.h"
74
base
::WaitableEvent event_;
145
class IOThread : public
base
::Thread {
147
IOThread() :
base
::Thread("IO-thread") {}
218
base
::Thread::Options options
[
all
...]
/external/chromium/net/socket/
tcp_server_socket_libevent.h
8
#include "
base
/message_loop.h"
9
#include "
base
/scoped_ptr.h"
10
#include "
base
/threading/non_thread_safe.h"
11
#include "net/
base
/completion_callback.h"
12
#include "net/
base
/net_log.h"
20
public
base
::NonThreadSafe,
/external/chromium/net/socket_stream/
socket_stream_job_manager.h
38
mutable
base
::Lock lock_;
/external/chromium/net/test/
test_server.h
15
#include "
base
/compiler_specific.h"
16
#include "
base
/file_path.h"
17
#include "
base
/file_util.h"
18
#include "
base
/process_util.h"
19
#include "net/
base
/host_port_pair.h"
20
#include "net/
base
/net_util.h"
23
#include "
base
/win/scoped_handle.h"
175
base
::ProcessHandle process_handle_;
181
base
::win::ScopedHandle job_handle_;
184
base
::win::ScopedHandle child_read_fd_
[
all
...]
/external/chromium/net/url_request/
url_request_http_job.h
12
#include "
base
/memory/scoped_ptr.h"
13
#include "
base
/string16.h"
14
#include "
base
/task.h"
15
#include "
base
/time.h"
16
#include "net/
base
/auth.h"
17
#include "net/
base
/completion_callback.h"
150
base
::Time request_creation_time_;
169
std::vector<
base
::Time> packet_times_;
173
base
::Time request_time_snapshot_;
177
base
::Time final_packet_time_
[
all
...]
/external/chromium/third_party/libevent/
evrpc-internal.h
47
* this is shared between the
base
and the pool, so that we can reuse
77
struct event_base *
base
;
member in struct:evrpc_pool
/external/chromium/webkit/glue/media/
buffered_data_source.h
10
#include "
base
/callback.h"
11
#include "
base
/memory/scoped_ptr.h"
12
#include "
base
/synchronization/lock.h"
13
#include "media/
base
/filter_factories.h"
14
#include "media/
base
/filters.h"
67
virtual
base
::TimeDelta GetTimeoutMilliseconds();
174
base
::Time read_submitted_time_;
194
base
::Lock lock_;
220
base
::RepeatingTimer<BufferedDataSource> watch_dog_timer_;
/external/chromium/webkit/glue/
password_form.h
11
#include "
base
/time.h"
130
base
::Time date_created;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/headless-build/
build.properties
15
# bootclasspath - The
base
jars to compile against (typicaly rt.jar)
146
#############
BASE
CONTROL #############
147
# Settings for the
base
Eclipse components and Java class libraries
149
#
Base
location for anything the build needs to compile against. For example,
153
base
=<path/to/parent/of/eclipse>
154
baseLocation=${
base
}/eclipse
157
#repoBaseLocation=${
base
}/repos
159
#transformedRepoLocation=${
base
}/transformedRepos
/external/freetype/src/base/
ftbase.h
5
/* The FreeType private functions used in
base
module (specification). */
45
FT_Byte*
base
,
/external/freetype/src/psaux/
t1decode.h
41
FT_Byte*
base
,
/external/guava/guava/src/com/google/common/util/concurrent/
ForwardingListenableFuture.java
19
import com.google.common.
base
.Preconditions;
/external/guava/guava-testlib/src/com/google/common/testing/
FakeTicker.java
21
import com.google.common.
base
.Ticker;
/external/guava/guava-tests/test/com/google/common/base/
CharsetsTest.java
17
package com.google.common.
base
;
DefaultsTest.java
17
package com.google.common.
base
;
/external/jsilver/src/com/google/streamhtmlparser/impl/
StateTableTransition.java
19
import com.google.common.
base
.Preconditions;
/external/llvm/bindings/python/llvm/tests/
test_disassembler.py
1
from .
base
import TestBase
/external/qemu/android/
snapshot.c
174
int64_t
base
;
local
180
base
= 1024;
182
if (size < (10 *
base
)) {
184
(double)size /
base
,
187
} else if (size < (1000 *
base
) || i == (NB_SUFFIXES - 1)) {
189
((size + (
base
>> 1)) /
base
),
193
base
=
base
* 1024;
Completed in 1070 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>