Searched refs:base (Results 101 - 125 of 4161) sorted by relevance

1234567891011>>

/external/dbus/tools/
H A Dstrtoull.c66 strtoull(const char * nptr, char ** endptr, int base) argument
89 if ((base == 0 || base == 16) &&
96 base = 16;
98 if (base == 0)
99 base = c == '0' ? 8 : 10;
101 if (base < 2 || base > 36)
104 cutoff = ULLONG_MAX / base;
105 cutlim = ULLONG_MAX % base;
[all...]
/external/doclava/src/com/google/doclava/
H A DTagInfo.java54 public void makeHDF(Data data, String base) { argument
55 data.setValue(base + ".name", name());
56 data.setValue(base + ".text", text());
57 data.setValue(base + ".kind", kind());
60 public static void makeHDF(Data data, String base, TagInfo[] tags) { argument
61 makeHDF(data, base, tags, null, 0, 0);
64 public static void makeHDF(Data data, String base, InheritedTags tags) { argument
65 makeHDF(data, base, tags.tags(), tags.inherited(), 0, 0);
68 private static int makeHDF(Data data, String base, TagInfo[] tags, InheritedTags inherited, argument
73 j = makeHDF(data, base, inherite
[all...]
/external/chromium/
H A DAndroid.mk7 include external/chromium/base/third_party/dmg_fp/Android.mk
42 android/ui/base/l10n/l10n_util.cc \
51 base/atomicops_internals_x86_gcc.cc
55 base/at_exit.cc \
56 base/base64.cc \
57 base/environment.cc \
58 base/file_descriptor_shuffle.cc \
59 base/file_path.cc \
60 base/file_util.cc \
61 base/file_util_androi
[all...]
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt034tokenLabelPropertyRef.py11 def lexerClass(self, base):
12 class TLexer(base):
20 def parserClass(self, base):
21 class TParser(base):
H A Dt041parameters.py11 def lexerClass(self, base):
12 class TLexer(base):
20 def parserClass(self, base):
21 class TParser(base):
H A Dt043synpred.py11 def lexerClass(self, base):
12 class TLexer(base):
20 def parserClass(self, base):
21 class TParser(base):
/external/chromium/base/debug/
H A Dstack_trace.cc5 #include "base/debug/stack_trace.h"
7 namespace base { namespace
21 } // namespace base
/external/chromium/base/
H A Ddir_reader_posix.h22 #include "base/dir_reader_linux.h"
24 #include "base/dir_reader_fallback.h"
27 namespace base { namespace
35 } // namespace base
H A Dbase_paths_win.cc5 #include "base/base_paths_win.h"
10 #include "base/file_path.h"
11 #include "base/file_util.h"
12 #include "base/path_service.h"
13 #include "base/win/windows_version.h"
18 namespace base { namespace
32 case base::FILE_EXE:
36 case base::FILE_MODULE: {
44 case base::DIR_WINDOWS:
48 case base
[all...]
/external/chromium/base/test/
H A Dperf_test_suite.cc5 #include "base/test/perf_test_suite.h"
7 #include "base/command_line.h"
8 #include "base/debug/debugger.h"
9 #include "base/file_path.h"
10 #include "base/path_service.h"
11 #include "base/perftimer.h"
12 #include "base/process_util.h"
13 #include "base/string_util.h"
16 namespace base { namespace
29 PathService::Get(base
[all...]
/external/chromium/base/threading/
H A Dnon_thread_safe_impl.cc5 #include "base/threading/non_thread_safe_impl.h"
7 #include "base/logging.h"
9 namespace base { namespace
23 } // namespace base
H A Dthread_collision_warner_unittest.cc5 #include "base/compiler_specific.h"
6 #include "base/memory/scoped_ptr.h"
7 #include "base/synchronization/lock.h"
8 #include "base/threading/platform_thread.h"
9 #include "base/threading/simple_thread.h"
10 #include "base/threading/thread_collision_warner.h"
21 #define DFAKE_MUTEX(obj) scoped_ptr<base::AsserterBase> obj
39 class AssertReporter : public base::AsserterBase {
62 base::ThreadCollisionWarner warner(local_reporter);
78 base
[all...]
/external/chromium/chrome/browser/extensions/
H A Dextension_devtools_events.cc9 #include "base/string_number_conversions.h"
10 #include "base/string_split.h"
11 #include "base/string_util.h"
12 #include "base/stringprintf.h"
31 base::SplitString(
33 if (parts.size() == 2 && base::StringToInt(parts[0], tab_id)) {
42 return base::StringPrintf("%s%d.%s",
50 return base::StringPrintf("%s%d.%s",
/external/chromium/chrome/browser/
H A Dicon_manager_linux.cc7 #include "base/mime_util.h"
8 #include "base/threading/thread_restrictions.h"
16 base::ThreadRestrictions::ScopedAllowIO allow_io;
/external/chromium/crypto/
H A Drun_all_unittests.cc5 #include "base/test/test_suite.h"
16 return base::TestSuite(argc, argv).Run();
/external/chromium/net/tools/flip_server/
H A Dbalsa_headers_token_utils.h13 #include "base/string_piece.h"
26 const base::StringPiece& key,
27 const base::StringPiece& token);
33 const base::StringPiece& key,
39 static void RemoveLastTokenFromHeaderValue(const base::StringPiece& key,
/external/clang/test/SemaCXX/
H A Dqual-id-test.cpp6 struct base // expected-note{{object type}} struct in namespace:A::B
23 struct sub : B::base
44 a.base::x();
46 a.B::base::x(); // expected-error{{use of undeclared identifier 'B'}}
49 a.A::B::base::x();
65 a->base::x();
67 a->B::base::x(); // expected-error{{use of undeclared identifier 'B'}}
70 a->A::B::base::x();
82 i.foo(); // expected-error{{member reference base type 'int' is not a structure or union}}
88 typedef A::member base; // expecte typedef
95 typedef A::B::base base; typedef
[all...]
/external/e2fsprogs/lib/et/
H A Dinit_et.c34 int init_error_table(const char * const *msgs, long base, int count) argument
38 if (!base || !count || !msgs)
46 new_et->et.base = base;
/external/guava/guava/src/com/google/common/base/
H A DSupplier.java17 package com.google.common.base;
/external/guava/guava-gwt/src/com/google/common/base/
H A DGwtSerializationDependencies.java17 package com.google.common.base;
/external/guava/guava-gwt/test/com/google/common/base/
H A DTestModuleEntryPoint.java17 package com.google.common.base;
/external/qemu/hw/
H A Dgoldfish_device.h22 uint32_t base; // filled in by goldfish_device_add if 0 member in struct:goldfish_device
37 void goldfish_device_init(qemu_irq *pic, uint32_t base, uint32_t size, uint32_t irq, uint32_t irq_count);
38 int goldfish_device_bus_init(uint32_t base, uint32_t irq);
41 qemu_irq *goldfish_interrupt_init(uint32_t base, qemu_irq parent_irq, qemu_irq parent_fiq);
43 int goldfish_tty_add(CharDriverState *cs, int id, uint32_t base, int irq);
45 void goldfish_audio_init(uint32_t base, int id, const char* input_source);
49 void goldfish_mmc_init(uint32_t base, int id, BlockDriverState* bs);
55 void events_dev_init(uint32_t base, qemu_irq irq);
56 void nand_dev_init(uint32_t base);
/external/webkit/Source/WebKit/chromium/tests/
H A DWebUnitTests.cpp34 #include <base/test/test_suite.h>
/external/chromium/webkit/glue/
H A Dwebfileutilities_impl.cc7 #include "base/file_path.h"
8 #include "base/file_util.h"
9 #include "base/logging.h"
10 #include "net/base/file_stream.h"
11 #include "net/base/net_util.h"
62 base::PlatformFileInfo info;
104 base::PlatformFile WebFileUtilitiesImpl::openFile(const WebString& path,
108 return base::kInvalidPlatformFileValue;
110 return base::CreatePlatformFile(
112 (mode == 0) ? (base
[all...]
/external/harfbuzz/src/
H A Dharfbuzz-hebrew.c87 hb_uint16 base = shapedChars[cluster_start]; local
91 if (base >= 0x5d0
92 && base <= 0x5ea
93 && base != 0x5d7
94 && base != 0x5dd
95 && base != 0x5df
96 && base != 0x5e2
97 && base != 0x5e5) {
98 shaped = base - 0x5d0 + 0xfb30;
99 } else if (base
[all...]

Completed in 648 milliseconds

1234567891011>>