OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:base
(Results
676 - 700
of
5191
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium/chrome/common/
ref_counted_util.h
9
#include "
base
/memory/ref_counted.h"
16
: public
base
::RefCountedThreadSafe<RefCountedVector<T> > {
worker_thread_ticker.cc
9
#include "
base
/logging.h"
10
#include "
base
/message_loop.h"
11
#include "
base
/task.h"
12
#include "
base
/threading/thread.h"
47
base
::AutoLock lock(lock_);
58
base
::AutoLock lock(lock_);
77
base
::AutoLock lock(lock_);
90
base
::AutoLock lock(lock_);
/external/chromium/crypto/
openssl_util.cc
10
#include "
base
/logging.h"
11
#include "
base
/memory/scoped_vector.h"
12
#include "
base
/memory/singleton.h"
13
#include "
base
/string_piece.h"
14
#include "
base
/synchronization/lock.h"
21
return static_cast<unsigned long>(
base
::PlatformThread::CurrentId());
49
locks_.push_back(new
base
::Lock());
73
ScopedVector<
base
::Lock> locks_;
88
DVLOG(1) << "\t" <<
base
::StringPiece(str, len);
/external/chromium/net/base/
cookie_monster_store_test.cc
5
#include "net/
base
/cookie_monster_store_test.h"
7
#include "
base
/message_loop.h"
8
#include "
base
/stringprintf.h"
9
#include "
base
/time.h"
79
const
base
::Time& creation_time,
91
base
::Time cookie_expires = pc.HasExpires() ?
92
CookieMonster::ParseCookieTime(pc.Expires()) :
base
::Time();
129
cookies_[creation_time].SetLastAccessDate(
base
::Time::Now());
153
base
::Time current(
base
::Time::Now())
[
all
...]
net_test_suite.h
9
#include "
base
/memory/ref_counted.h"
10
#include "
base
/test/test_suite.h"
12
#include "net/
base
/mock_host_resolver.h"
20
class NetTestSuite : public
base
::TestSuite {
openssl_memory_private_key_store.cc
9
#include "net/
base
/openssl_private_key_store.h"
11
#include "
base
/logging.h"
12
#include "
base
/memory/singleton.h"
13
#include "
base
/synchronization/lock.h"
14
#include "net/
base
/x509_certificate.h"
29
base
::AutoLock lock(lock_);
38
base
::AutoLock lock(lock_);
44
base
::AutoLock lock(lock_);
55
base
::Lock lock_;
run_all_unittests.cc
6
#include "
base
/metrics/histogram.h"
8
#include "net/
base
/net_test_suite.h"
17
base
::StatisticsRecorder recorder;
ssl_client_auth_cache_unittest.cc
5
#include "net/
base
/ssl_client_auth_cache.h"
7
#include "
base
/time.h"
8
#include "net/
base
/x509_certificate.h"
16
base
::Time start_date =
base
::Time::Now();
17
base
::Time expiration_date = start_date +
base
::TimeDelta::FromDays(1);
82
base
::Time start_date =
base
::Time::Now();
83
base
::Time expiration_date = start_date + base::TimeDelta::FromDays(1)
[
all
...]
/external/chromium/net/ftp/
ftp_directory_listing_parser_unittest.h
11
#include "
base
/utf_string_conversions.h"
50
base
::Time::Exploded time_exploded;
63
base
::Time GetMockCurrentTime() {
64
base
::Time::Exploded mock_current_time_exploded = { 0 };
70
return
base
::Time::FromLocalExploded(mock_current_time_exploded);
/external/chromium/net/proxy/
polling_proxy_config_service.h
9
#include "
base
/memory/ref_counted.h"
10
#include "
base
/time.h"
15
// PollingProxyConfigService is a
base
class for creating ProxyConfigService
38
base
::TimeDelta poll_interval,
/external/chromium/net/tools/flip_server/
acceptor_thread.h
12
#include "
base
/threading/simple_thread.h"
33
base
::AutoLock al(lock_);
37
base
::AutoLock al(lock_);
41
base
::Lock lock_;
44
class SMAcceptorThread : public
base
::SimpleThread,
/external/chromium/net/url_request/
url_request_context_getter.cc
7
#include "
base
/message_loop_proxy.h"
20
scoped_refptr<
base
::MessageLoopProxy> io_message_loop_proxy =
url_request_job_manager.h
13
#include "
base
/synchronization/lock.h"
14
#include "
base
/threading/platform_thread.h"
87
allowed_thread_ =
base
::PlatformThread::CurrentId();
90
return allowed_thread_ ==
base
::PlatformThread::CurrentId();
106
mutable
base
::PlatformThreadId allowed_thread_;
110
mutable
base
::Lock lock_;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/24/1/.cp/ant_tasks/
helpbase-ant.jar
/external/freetype/include/freetype/internal/
ftpic.h
36
/* pic containers for
base
*/
37
void*
base
;
member in struct:FT_PIC_Container_
/external/freetype/include/freetype/internal/services/
svotval.h
34
FT_Bytes *
base
,
/external/freetype/src/base/
basepic.c
5
/* The FreeType position independent code services for
base
. */
45
if ( pic_container->
base
)
50
FT_FREE( pic_container->
base
);
51
pic_container->
base
= NULL;
68
pic_container->
base
= container;
/external/guava/guava/src/com/google/common/base/
FinalizablePhantomReference.java
17
package com.google.common.
base
;
FinalizableSoftReference.java
17
package com.google.common.
base
;
FinalizableWeakReference.java
17
package com.google.common.
base
;
Function.java
17
package com.google.common.
base
;
Platform.java
17
package com.google.common.
base
;
Predicate.java
17
package com.google.common.
base
;
Ticker.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
;
Completed in 750 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>