Searched refs:base (Results 51 - 75 of 4161) sorted by relevance

1234567891011>>

/external/chromium/base/i18n/
H A Dnumber_formatting.h9 #include "base/basictypes.h"
10 #include "base/string16.h"
12 namespace base { namespace
16 } // namespace base
H A Drtl_unittest.cc5 #include "base/i18n/rtl.h"
9 #include "base/file_path.h"
10 #include "base/string_util.h"
11 #include "base/utf_string_conversions.h"
12 #include "base/sys_string_conversions.h"
17 base::i18n::TextDirection GetTextDirection(const char* locale_name) {
18 return base::i18n::GetTextDirectionForLocale(locale_name);
28 EXPECT_EQ(base::i18n::LEFT_TO_RIGHT,
29 base::i18n::GetFirstStrongCharacterDirection(string));
34 EXPECT_EQ(base
[all...]
/external/chromium/chrome/browser/ui/views/tabs/
H A Dtab_renderer_data.h9 #include "base/process_util.h"
10 #include "base/string16.h"
32 return (crashed_status == base::TERMINATION_STATUS_PROCESS_WAS_KILLED ||
33 crashed_status == base::TERMINATION_STATUS_PROCESS_CRASHED ||
34 crashed_status == base::TERMINATION_STATUS_ABNORMAL_TERMINATION);
46 base::TerminationStatus crashed_status;
/external/freetype/src/base/
H A Dftgloadr.c47 /* loader.base Is really the bottom of the stack. It describes a */
57 /* Add Add the `current' glyph image to the `base' one, */
60 /* The glyph loader is now a base object. Each driver used to */
89 FT_GlyphLoad base = &loader->base; local
93 base->outline.n_points = 0;
94 base->outline.n_contours = 0;
95 base->num_subglyphs = 0;
97 *current = *base;
109 FT_FREE( loader->base
144 FT_Outline* base = &loader->base.outline; local
187 FT_GlyphLoad base = &loader->base; local
206 FT_Outline* base = &loader->base.outline; local
283 FT_GlyphLoad base = &loader->base; local
325 FT_GlyphLoad base; local
[all...]
/external/junit/src/org/junit/rules/
H A DExternalResource.java7 * A base class for Rules (like TemporaryFolder) that set up an external
36 public Statement apply(Statement base, Description description) { argument
37 return statement(base);
40 private Statement statement(final Statement base) { argument
46 base.evaluate();
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromiumIncludes.h64 #include <base/callback.h>
65 #include <base/lazy_instance.h>
66 #include <base/memory/ref_counted.h>
67 #include <base/message_loop_proxy.h>
68 #include <base/openssl_util.h>
69 #include <base/string_util.h>
70 #include <base/synchronization/condition_variable.h>
71 #include <base/synchronization/lock.h>
72 #include <base/sys_string_conversions.h>
73 #include <base/threadin
[all...]
/external/chromium/base/
H A Dat_exit_unittest.cc5 #include "base/at_exit.h"
45 base::ShadowingAtExitManager exit_manager_;
50 base::AtExitManager::RegisterCallback(&IncrementTestCounter1, NULL);
51 base::AtExitManager::RegisterCallback(&IncrementTestCounter2, NULL);
52 base::AtExitManager::RegisterCallback(&IncrementTestCounter1, NULL);
56 base::AtExitManager::ProcessCallbacksNow();
63 base::AtExitManager::RegisterCallback(&IncrementTestCounter1, NULL);
64 base::AtExitManager::RegisterCallback(&ExpectCounter1IsZero, NULL);
65 base::AtExitManager::RegisterCallback(&IncrementTestCounter2, NULL);
69 base
[all...]
H A Drand_util_unittest.cc5 #include "base/rand_util.h"
19 EXPECT_EQ(base::RandInt(0, 0), 0);
20 EXPECT_EQ(base::RandInt(kIntMin, kIntMin), kIntMin);
21 EXPECT_EQ(base::RandInt(kIntMax, kIntMax), kIntMax);
26 volatile double number = base::RandDouble();
34 EXPECT_EQ(base::RandGenerator(1), 0U);
H A Dplatform_file_unittest.cc5 #include "base/file_util.h"
6 #include "base/memory/scoped_temp_dir.h"
7 #include "base/platform_file.h"
8 #include "base/time.h"
15 int ReadFully(base::PlatformFile file, int64 offset, char* data, int size) {
19 bytes_read = base::ReadPlatformFile(
38 int WriteFully(base::PlatformFile file, int64 offset,
43 bytes_written = base::WritePlatformFile(
67 base::PlatformFileError error_code = base
[all...]
H A Dpath_service_unittest.cc5 #include "base/path_service.h"
7 #include "base/basictypes.h"
8 #include "base/file_util.h"
9 #include "base/file_path.h"
11 #include "base/win/windows_version.h"
27 if (dir_type == base::DIR_CACHE)
37 bool result = PathService::Get(base::DIR_LOCAL_APP_DATA_LOW, &path);
53 for (int key = base::DIR_CURRENT; key < base::PATH_END; ++key) {
57 for (int key = base
[all...]
/external/chromium/base/third_party/dmg_fp/
H A DAndroid.mk11 base/third_party/dmg_fp/dtoa.cc \
12 base/third_party/dmg_fp/g_fmt.cc
15 $(LOCAL_PATH)/base/third_party/dmg_fp
/external/chromium/chrome/browser/extensions/
H A Dconvert_web_app.h11 #include "base/memory/ref_counted.h"
15 namespace base { namespace
30 std::string ConvertTimeToExtensionVersion(const base::Time& time);
41 const base::Time& create_time);
/external/chromium/crypto/
H A Dmac_security_services_lock.cc7 #include "base/memory/singleton.h"
8 #include "base/synchronization/lock.h"
21 base::Lock& lock() { return lock_; }
29 base::Lock lock_;
38 base::Lock& GetMacSecurityServicesLock() {
/external/compiler-rt/lib/asan/lit_tests/Linux/
H A Dinterception_test.cc14 extern "C" long __interceptor_strtol(const char *nptr, char **endptr, int base);
15 extern "C" long strtol(const char *nptr, char **endptr, int base) { argument
17 return __interceptor_strtol(nptr, endptr, base);
/external/compiler-rt/make/
H A Dfilter-inputs19 base = os.path.basename(file)
20 if base not in seen:
21 seen.add(base)
/external/openssh/openbsd-compat/
H A Dstrtoll.c50 strtoll(const char *nptr, char **endptr, int base) argument
59 * If base is 0, allow 0x for hex and 0 for octal, else
60 * assume decimal; if base is already 16, allow 0x.
74 if ((base == 0 || base == 16) &&
78 base = 16;
80 if (base == 0)
81 base = c == '0' ? 8 : 10;
86 * base. An input number that is greater than this value, if
91 * [-9223372036854775808..9223372036854775807] and the input base
[all...]
/external/v8/test/mjsunit/
H A Dstring-compare-alignment.js32 var base = variable
35 var s1 = base.substring(0, 64);
36 var s2 = base.substring(66, 130);
/external/chromium/third_party/libjingle/source/talk/
H A Dlibjingle.scons59 "base/latebindingsymboltable.cc",
60 "base/linux.cc",
65 "base/macconversion.cc",
66 "base/macutils.cc",
70 "base/unixfilesystem.cc",
71 "base/opensslidentity.cc",
72 "base/opensslstreamadapter.cc",
73 "base/sslidentity.cc",
74 "base/sslstreamadapter.cc",
83 "base/asyncfil
[all...]
/external/arduino/hardware/arduino/cores/arduino/
H A DPrint.cpp58 void Print::print(char c, int base) argument
60 print((long) c, base);
63 void Print::print(unsigned char b, int base) argument
65 print((unsigned long) b, base);
68 void Print::print(int n, int base) argument
70 print((long) n, base);
73 void Print::print(unsigned int n, int base) argument
75 print((unsigned long) n, base);
78 void Print::print(long n, int base) argument
80 if (base
93 print(unsigned long n, int base) argument
122 println(char c, int base) argument
128 println(unsigned char b, int base) argument
134 println(int n, int base) argument
140 println(unsigned int n, int base) argument
146 println(long n, int base) argument
152 println(unsigned long n, int base) argument
166 printNumber(unsigned long n, uint8_t base) argument
[all...]
/external/chromium/net/tools/flip_server/
H A Dstring_piece_utils.h11 #include "base/port.h"
12 #include "base/string_piece.h"
17 size_t operator()(const base::StringPiece& sp) const {
20 for (base::StringPiece::const_iterator it = sp.begin();
29 static bool EqualIgnoreCase(const base::StringPiece& piece1,
30 const base::StringPiece& piece2) {
31 base::StringPiece::const_iterator p1i = piece1.begin();
32 base::StringPiece::const_iterator p2i = piece2.begin();
45 static void RemoveWhitespaceContext(base::StringPiece* piece1) {
46 base
[all...]
/external/chromium/base/memory/
H A Dscoped_native_library.cc5 #include "base/memory/scoped_native_library.h"
7 namespace base { namespace
17 library_ = base::LoadNativeLibrary(library_path, NULL);
22 base::UnloadNativeLibrary(library_);
29 return base::GetFunctionPointerFromNativeLibrary(library_, function_name);
34 base::UnloadNativeLibrary(library_);
44 } // namespace base
/external/chromium/chrome/browser/policy/
H A Dconfiguration_policy_loader_win.h9 #include "base/synchronization/waitable_event.h"
10 #include "base/win/object_watcher.h"
19 public base::win::ObjectWatcher::Delegate {
41 base::WaitableEvent user_policy_changed_event_;
42 base::WaitableEvent machine_policy_changed_event_;
43 base::win::ObjectWatcher user_policy_watcher_;
44 base::win::ObjectWatcher machine_policy_watcher_;
H A Dfile_based_policy_loader.h9 #include "base/files/file_path_watcher.h"
33 friend class base::RefCountedThreadSafe<AsynchronousPolicyLoader>;
49 bool IsSafeToReloadPolicy(const base::Time& now, base::TimeDelta* delay);
59 scoped_ptr<base::files::FilePathWatcher> watcher_;
62 const base::TimeDelta settle_interval_;
65 base::Time last_modification_file_;
71 base::Time last_modification_clock_;
/external/chromium/net/url_request/
H A Durl_request_throttler_entry_interface.h9 #include "base/basictypes.h"
10 #include "base/memory/ref_counted.h"
11 #include "base/time.h"
19 : public base::RefCountedThreadSafe<URLRequestThrottlerEntryInterface> {
39 const base::TimeTicks& earliest_time) = 0;
42 virtual base::TimeTicks GetExponentialBackoffReleaseTime() const = 0;
56 friend class base::RefCountedThreadSafe<URLRequestThrottlerEntryInterface>;
60 friend class base::RefCounted<URLRequestThrottlerEntryInterface>;
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_test_util.h11 #include "base/memory/ref_counted.h"
12 #include "base/memory/scoped_ptr.h"
13 #include "base/message_loop.h"
14 #include "base/synchronization/waitable_event.h"
22 namespace base { namespace
46 : public base::RefCountedThreadSafe<ThreadNotificationService> {
48 explicit ThreadNotificationService(base::Thread* notification_thread);
54 friend class base::RefCountedThreadSafe<ThreadNotificationService>;
60 base::WaitableEvent done_event_;
61 base
[all...]

Completed in 496 milliseconds

1234567891011>>