/external/chromium/chrome/browser/ui/views/ |
reload_button.h | 9 #include "base/basictypes.h" 10 #include "base/gtest_prod_util.h" 11 #include "base/timer.h" 55 base::OneShotTimer<ReloadButton> double_click_timer_; 56 base::OneShotTimer<ReloadButton> stop_to_reload_timer_; 70 base::TimeDelta double_click_timer_delay_; 71 base::TimeDelta stop_to_reload_timer_delay_;
|
/external/chromium/chrome/common/ |
sandbox_policy.h | 9 #include "base/process.h" 22 base::ProcessHandle StartProcessWithAccess(CommandLine* cmd_line,
|
/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/net/base/ |
android_network_library.cc | 5 #include "net/base/android_network_library.h" 7 #include "base/lazy_instance.h" 8 #include "base/logging.h" 9 #include "base/synchronization/lock.h" 11 using base::Lock; 12 using base::AutoLock; 46 base::LazyInstance<LibHolder> g_holder(base::LINKER_INITIALIZED);
|
bandwidth_metrics.h | 11 #include "base/metrics/histogram.h" 12 #include "base/logging.h" 13 #include "base/time.h" 74 last_start_ = base::TimeTicks::HighResNow(); 90 base::TimeDelta delta = base::TimeTicks::HighResNow() - last_start_; 116 base::TimeTicks last_start_; // Timestamp of the begin of this "session".
|
/external/chromium/net/disk_cache/ |
stress_cache.cc | 28 #include "base/at_exit.h" 29 #include "base/command_line.h" 30 #include "base/debug/debugger.h" 31 #include "base/file_path.h" 32 #include "base/logging.h" 33 #include "base/message_loop.h" 34 #include "base/path_service.h" 35 #include "base/process_util.h" 36 #include "base/string_number_conversions.h" 37 #include "base/string_util.h [all...] |
/external/chromium/net/proxy/ |
proxy_server_mac.cc | 11 #include "base/logging.h" 12 #include "base/mac/mac_util.h" 13 #include "base/sys_string_conversions.h" 28 (CFStringRef)base::mac::GetValueFromDictionary(dict, host_key, 32 << base::SysCFStringRefToUTF8(host_key) 36 std::string host = base::SysCFStringRefToUTF8(host_ref); 39 (CFNumberRef)base::mac::GetValueFromDictionary(dict, port_key,
|
/external/doclava/src/com/google/doclava/ |
KeywordEntry.java | 28 public void makeHDF(Data data, String base) { 29 data.setValue(base + ".label", this.label); 30 data.setValue(base + ".href", this.href); 31 data.setValue(base + ".comment", this.comment);
|
/external/guava/guava-gwt/src-super/com/google/common/testing/super/com/google/common/testing/ |
Platform.java | 19 import static com.google.common.base.Preconditions.checkNotNull;
|
/external/harfbuzz/contrib/tables/ |
scripts-parse.py | 39 def __init__(self, base): 40 self.base = base 43 r = self.base.get(key, None)
|
/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;
|
/external/junit/src/org/junit/rules/ |
RuleChain.java | 94 public Statement apply(Statement base, Description description) { 96 base= each.apply(base, description); 97 return base;
|
TestRule.java | 48 * @param base The {@link Statement} to be modified 49 * @param description A {@link Description} of the test implemented in {@code base} 50 * @return a new statement, which may be the same as {@code base}, 51 * a wrapper around {@code base}, or a completely new Statement. 53 Statement apply(Statement base, Description description);
|
/external/qemu/hw/ |
goldfish_nand.h | 15 void nand_dev_init(uint32_t base);
|
/external/qemu/ |
tcpdump.h | 28 extern void qemu_tcpdump_packet( const void* base, int len );
|
/external/skia/src/core/ |
SkTSearch.cpp | 13 static inline const char* index_into_base(const char*const* base, int index, 16 return *(const char*const*)((const char*)base + index * elemSize); 19 int SkStrSearch(const char*const* base, int count, const char target[], 25 SkASSERT(base != NULL); 33 const char* elem = index_into_base(base, mid, elemSize); 44 const char* elem = index_into_base(base, hi, elemSize); 55 int SkStrSearch(const char*const* base, int count, const char target[], 58 return SkStrSearch(base, count, target, strlen(target), elemSize); 61 int SkStrLCSearch(const char*const* base, int count, const char target[], 68 return SkStrSearch(base, count, tolc.lc(), len, elemSize) [all...] |
/frameworks/base/cmds/system_server/library/ |
Android.mk | 7 base = $(LOCAL_PATH)/../../.. macro 11 $(base)/services/sensorservice \
|
/packages/inputmethods/PinyinIME/jni/include/ |
mystdlib.h | 27 void *mybsearch(const void *key, const void *base,
|
/external/strace/linux/ |
ioctlent.sh | 109 # Some use a special base to offset their ioctls on. Extract that as well. 116 for base in $bases; do 117 echo "Looking for $base" 118 regexp="^[[:space:]]*#[[:space:]]*define[[:space:]]\+$base" 121 echo "$base is a #define" # "($line)" 125 if ! grep "\<$base\>" ioctldefs.h >/dev/null 2>/dev/null; then 131 ${CPP:-cpp} -P $(grep -l $base $files 2>/dev/null) | sed '/^$/d' | \ 132 awk -v base="$base" '{ 141 if ($1 == base) { [all...] |
/external/chromium/base/ |
base64_unittest.cc | 5 #include "base/base64.h" 22 ok = base::Base64Encode(kText, &encoded); 26 ok = base::Base64Decode(encoded, &decoded);
|
/external/chromium/base/memory/ |
ref_counted_unittest.cc | 5 #include "base/memory/ref_counted.h" 10 class SelfAssign : public base::RefCounted<SelfAssign> { 11 friend class base::RefCounted<SelfAssign>;
|
/external/chromium/base/win/ |
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
|
/external/chromium/chrome/browser/automation/ |
automation_tab_tracker.h | 11 #include "base/time.h" 30 base::Time GetLastNavigationTime(int handle); 34 std::map<NavigationController*, base::Time> last_navigation_times_;
|
/external/chromium/chrome/browser/chromeos/cros/ |
mock_power_library.h | 25 MOCK_CONST_METHOD0(battery_time_to_empty, base::TimeDelta(void)); 26 MOCK_CONST_METHOD0(battery_time_to_full, base::TimeDelta(void));
|