/external/chromium/base/threading/ |
thread_local_posix.cc | 5 #include "base/threading/thread_local.h" 9 #include "base/logging.h" 11 namespace base { namespace 40 } // namespace base
|
thread_local_storage_posix.cc | 5 #include "base/threading/thread_local_storage.h" 7 #include "base/logging.h" 9 namespace base { namespace 49 } // namespace base
|
thread_local_win.cc | 5 #include "base/threading/thread_local.h" 9 #include "base/logging.h" 11 namespace base { namespace 42 } // namespace base
|
thread_restrictions.cc | 5 #include "base/threading/thread_restrictions.h" 10 #include "base/lazy_instance.h" 11 #include "base/logging.h" 12 #include "base/threading/thread_local.h" 14 namespace base { namespace 40 "base::ThreadRestrictions::SetIOAllowed() in this thread's " 61 } // namespace base
|
worker_pool_unittest.cc | 5 #include "base/task.h" 6 #include "base/synchronization/waitable_event.h" 7 #include "base/threading/worker_pool.h" 13 namespace base { namespace 46 } // namespace base
|
/external/chromium/base/ |
value_conversions.cc | 5 #include "base/value_conversions.h" 7 #include "base/file_path.h" 8 #include "base/sys_string_conversions.h" 9 #include "base/utf_string_conversions.h" 10 #include "base/values.h" 12 namespace base { namespace 52 } // namespace base
|
/external/chromium/base/win/ |
scoped_bstr.h | 12 #include "base/base_api.h" 13 #include "base/logging.h" 14 #include "base/string16.h" 16 namespace base { namespace 96 } // namespace base
|
wrapped_window_proc.cc | 5 #include "base/win/wrapped_window_proc.h" 7 #include "base/atomicops.h" 11 base::win::WinProcExceptionFilter s_exception_filter = NULL; 15 namespace base { namespace 32 } // namespace base
|
wrapped_window_proc.h | 16 #include "base/base_api.h" 18 namespace base { namespace 67 } // namespace base
|
/external/chromium/chrome/browser/download/ |
download_history.h | 9 #include "base/basictypes.h" 16 namespace base { namespace 49 void RemoveEntriesBetween(const base::Time remove_begin, 50 const base::Time remove_end);
|
/external/chromium/chrome/browser/net/ |
predictor_api.h | 19 #include "base/memory/ref_counted.h" 23 namespace base { namespace 102 scoped_refptr<base::FieldTrial> trial_;
|
/external/chromium/chrome/browser/webdata/ |
logins_table.h | 13 namespace base { namespace 79 bool RemoveLoginsCreatedBetween(base::Time delete_begin, 80 base::Time delete_end);
|
/external/chromium/chrome/common/ |
service_process_util.h | 10 #include "base/basictypes.h" 11 #include "base/memory/scoped_ptr.h" 12 #include "base/process.h" 13 #include "base/shared_memory.h" 19 namespace base { namespace 48 bool GetServiceProcessData(std::string* version, base::ProcessId* pid); 53 base::ProcessId process_id); 75 base::MessageLoopProxy* message_loop_proxy, Task* shutdown_task); 118 scoped_ptr<base::SharedMemory> shared_mem_service_data_;
|
/external/chromium/crypto/ |
nss_util.h | 10 #include "base/basictypes.h" 16 namespace base { namespace 19 } // namespace base 119 // Convert a NSS PRTime value into a base::Time object. 121 base::Time PRTimeToBaseTime(int64 prtime); 138 base::Lock* GetNSSWriteLock(); 147 base::Lock *lock_;
|
/external/chromium/webkit/glue/ |
webkit_glue.h | 8 #include "base/basictypes.h" 17 #include "base/file_path.h" 18 #include "base/platform_file.h" 19 #include "base/string16.h" 22 #include "ui/base/clipboard/clipboard.h" 27 namespace base { namespace 144 base::PlatformFileError error_code); 170 base::StringPiece GetDataResource(int resource_id);
|
/external/e2fsprogs/lib/e2p/ |
percent.c | 18 unsigned int e2p_percent(int percent, unsigned int base) 25 return base / (100 / percent); 26 if (mask & base) 27 return (base / 100) * percent; 28 return base * percent / 100; 37 unsigned int base; local 43 fprintf(stderr, "Usage: %s percent base\n", argv[0]); 53 base = strtoul(argv[2], &p, 0); 55 fprintf(stderr, "Bad base: %s\n", argv[2]); 59 printf("%d percent of %u is %u.\n", percent, base, [all...] |
/external/guava/guava/src/com/google/common/base/ |
FinalizableReference.java | 17 package com.google.common.base;
|
Function.java | 17 package com.google.common.base;
|
Predicate.java | 17 package com.google.common.base;
|
Supplier.java | 17 package com.google.common.base;
|
/external/guava/guava-gwt/test/com/google/common/base/ |
TestModuleEntryPoint.java | 17 package com.google.common.base;
|
/external/harfbuzz/src/ |
harfbuzz-stream.h | 39 HB_Byte* base; member in struct:HB_StreamRec_
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/ |
ConnectorFactory.java | 33 package com.jme3.network.base;
|
KernelFactory.java | 33 package com.jme3.network.base;
|
NioKernelFactory.java | 33 package com.jme3.network.base;
|