Home
last modified time | relevance | path

Searched refs:base (Results 1 – 25 of 6511) sorted by relevance

12345678910>>...261

/external/arm-trusted-firmware/drivers/arm/gic/v3/
Dgicv3_private.h66 unsigned int gicd_read_igrpmodr(uintptr_t base, unsigned int id);
67 unsigned int gicr_read_ipriorityr(uintptr_t base, unsigned int id);
68 void gicd_write_igrpmodr(uintptr_t base, unsigned int id, unsigned int val);
69 void gicr_write_ipriorityr(uintptr_t base, unsigned int id, unsigned int val);
77 unsigned int gicd_get_igrpmodr(uintptr_t base, unsigned int id);
78 unsigned int gicr_get_igrpmodr0(uintptr_t base, unsigned int id);
79 unsigned int gicr_get_igroupr0(uintptr_t base, unsigned int id);
80 unsigned int gicr_get_isactiver0(uintptr_t base, unsigned int id);
81 void gicd_set_igrpmodr(uintptr_t base, unsigned int id);
82 void gicr_set_igrpmodr0(uintptr_t base, unsigned int id);
[all …]
/external/libchrome/
DAndroid.bp26 "base/**/*.h",
35 "base/android/**/*",
93 "base/at_exit.cc",
94 "base/barrier_closure.cc",
95 "base/base64.cc",
96 "base/base64url.cc",
97 "base/base_paths.cc",
98 "base/base_paths_posix.cc",
99 "base/base_switches.cc",
100 "base/big_endian.cc",
[all …]
DBUILD.gn46 # Suppressing warning in base/strings/stringprintf.cc.
48 # This is for _exit(1) in base/debug/debugger_posix.cc.
55 name = "base-core"
61 "base/allocator/allocator_extension.cc",
62 "base/allocator/allocator_shim.cc",
63 "base/allocator/allocator_shim_default_dispatch_to_glibc.cc",
64 "base/at_exit.cc",
65 "base/barrier_closure.cc",
66 "base/base64.cc",
67 "base/base64url.cc",
[all …]
/external/selinux/libsepol/tests/
Dtest-linker-types.c125 void base_type_tests(policydb_t * base) in base_type_tests() argument
136 decls[0] = (test_find_decl_by_sym(base, SYM_TYPES, "tag_g_b"))->decl_id; in base_type_tests()
137 test_sym_presence(base, "g_b_type_1", SYM_TYPES, SCOPE_DECL, decls, 1); in base_type_tests()
138 test_type_datum(base, "g_b_type_1", NULL, 0, 1); in base_type_tests()
140 test_sym_presence(base, "g_b_attr_1", SYM_TYPES, SCOPE_DECL, decls, 1); in base_type_tests()
142 test_attr_types(base, "g_b_attr_1", NULL, types, 1); in base_type_tests()
145 decls[0] = (test_find_decl_by_sym(base, SYM_TYPES, "tag_o1_b"))->decl_id; in base_type_tests()
146 test_sym_presence(base, "o1_b_type_1", SYM_TYPES, SCOPE_DECL, decls, 1); in base_type_tests()
147 test_type_datum(base, "o1_b_type_1", NULL, 0, 1); in base_type_tests()
149 test_sym_presence(base, "o1_b_attr_1", SYM_TYPES, SCOPE_DECL, decls, 1); in base_type_tests()
[all …]
Dtest-linker-roles.c68 void base_role_tests(policydb_t * base) in base_role_tests() argument
79 decls[0] = (test_find_decl_by_sym(base, SYM_TYPES, "tag_g_b"))->decl_id; in base_role_tests()
80 test_sym_presence(base, "g_b_role_1", SYM_ROLES, SCOPE_DECL, decls, 1); in base_role_tests()
83 role = test_role_type_set(base, "g_b_role_1", NULL, types, 1, 0); in base_role_tests()
85 only_dominates_self(base, role); in base_role_tests()
88 decl = test_find_decl_by_sym(base, SYM_TYPES, "tag_o1_b"); in base_role_tests()
90 test_sym_presence(base, "o1_b_role_1", SYM_ROLES, SCOPE_DECL, decls, 1); in base_role_tests()
93 role = test_role_type_set(base, "o1_b_role_1", decl, types, 1, 0); in base_role_tests()
95 only_dominates_self(base, role); in base_role_tests()
98 void module_role_tests(policydb_t * base) in module_role_tests() argument
[all …]
/external/libevent/
Devent.c146 static void event_queue_make_later_events_active(struct event_base *base);
148 static int evthread_make_base_notifiable_nolock_(struct event_base *base);
166 static int evthread_notify_base(struct event_base *base);
400 #define EVENT_BASE_ASSERT_LOCKED(base) \ argument
401 EVLOCK_ASSERT_LOCKED((base)->th_base_lock)
413 gettime(struct event_base *base, struct timeval *tp) in gettime() argument
415 EVENT_BASE_ASSERT_LOCKED(base); in gettime()
417 if (base->tv_cache.tv_sec) { in gettime()
418 *tp = base->tv_cache; in gettime()
422 if (evutil_gettime_monotonic_(&base->monotonic_timer, tp) == -1) { in gettime()
[all …]
/external/guava/guava-gwt/test/com/google/common/base/
DSplitterTest_gwt.java16 package com.google.common.base;
22 com.google.common.base.SplitterTest testCase = new com.google.common.base.SplitterTest(); in testCharacterSimpleSplit()
27 com.google.common.base.SplitterTest testCase = new com.google.common.base.SplitterTest(); in testCharacterSimpleSplitToList()
32 com.google.common.base.SplitterTest testCase = new com.google.common.base.SplitterTest(); in testCharacterSimpleSplitWithNoDelimiter()
37 com.google.common.base.SplitterTest testCase = new com.google.common.base.SplitterTest(); in testCharacterSplitEmptyToken()
42 com.google.common.base.SplitterTest testCase = new com.google.common.base.SplitterTest(); in testCharacterSplitEmptyTokenOmitEmptyStrings()
47 com.google.common.base.SplitterTest testCase = new com.google.common.base.SplitterTest(); in testCharacterSplitOnEmptyString()
52 com.google.common.base.SplitterTest testCase = new com.google.common.base.SplitterTest(); in testCharacterSplitOnEmptyStringOmitEmptyStrings()
57 com.google.common.base.SplitterTest testCase = new com.google.common.base.SplitterTest(); in testCharacterSplitOnOnlyDelimiter()
62 com.google.common.base.SplitterTest testCase = new com.google.common.base.SplitterTest(); in testCharacterSplitOnOnlyDelimitersOmitEmptyStrings()
[all …]
DPreconditionsTest_gwt.java16 package com.google.common.base;
22 …com.google.common.base.PreconditionsTest testCase = new com.google.common.base.PreconditionsTest(); in testCheckArgument_complexMessage_failure()
27 …com.google.common.base.PreconditionsTest testCase = new com.google.common.base.PreconditionsTest(); in testCheckArgument_complexMessage_success()
32 …com.google.common.base.PreconditionsTest testCase = new com.google.common.base.PreconditionsTest(); in testCheckArgument_notEnoughArgs_failure()
37 …com.google.common.base.PreconditionsTest testCase = new com.google.common.base.PreconditionsTest(); in testCheckArgument_nullArgs_failure()
42 …com.google.common.base.PreconditionsTest testCase = new com.google.common.base.PreconditionsTest(); in testCheckArgument_nullMessageWithArgs_failure()
47 …com.google.common.base.PreconditionsTest testCase = new com.google.common.base.PreconditionsTest(); in testCheckArgument_nullMessage_failure()
52 …com.google.common.base.PreconditionsTest testCase = new com.google.common.base.PreconditionsTest(); in testCheckArgument_simpleMessage_failure()
57 …com.google.common.base.PreconditionsTest testCase = new com.google.common.base.PreconditionsTest(); in testCheckArgument_simpleMessage_success()
62 …com.google.common.base.PreconditionsTest testCase = new com.google.common.base.PreconditionsTest(); in testCheckArgument_simple_failure()
[all …]
DOptionalTest_gwt.java16 package com.google.common.base;
22 com.google.common.base.OptionalTest testCase = new com.google.common.base.OptionalTest(); in testAbsent()
27 com.google.common.base.OptionalTest testCase = new com.google.common.base.OptionalTest(); in testAsSet_absent()
32 com.google.common.base.OptionalTest testCase = new com.google.common.base.OptionalTest(); in testAsSet_absentIsImmutable()
37 com.google.common.base.OptionalTest testCase = new com.google.common.base.OptionalTest(); in testAsSet_present()
42 com.google.common.base.OptionalTest testCase = new com.google.common.base.OptionalTest(); in testAsSet_presentIsImmutable()
47 com.google.common.base.OptionalTest testCase = new com.google.common.base.OptionalTest(); in testEqualsAndHashCode()
52 com.google.common.base.OptionalTest testCase = new com.google.common.base.OptionalTest(); in testFromJavaUtil()
57 com.google.common.base.OptionalTest testCase = new com.google.common.base.OptionalTest(); in testFromNullable()
62 com.google.common.base.OptionalTest testCase = new com.google.common.base.OptionalTest(); in testFromNullable_null()
[all …]
DPredicatesTest_gwt.java16 package com.google.common.base;
22 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); in testAlwaysFalse_apply()
27 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); in testAlwaysFalse_equality()
32 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); in testAlwaysTrue_apply()
37 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); in testAlwaysTrue_equality()
42 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); in testAnd_applyBinary()
47 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); in testAnd_applyIterable()
52 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); in testAnd_applyNoArgs()
57 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); in testAnd_applyOneArg()
62 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); in testAnd_applyTernary()
[all …]
DCaseFormatTest_gwt.java16 package com.google.common.base;
22 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); in testConverterToBackward()
27 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); in testConverterToForward()
32 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); in testConverter_nullConversions()
37 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); in testConverter_serialization()
42 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); in testConverter_toString()
47 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); in testIdentity()
52 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); in testLowerCamelToLowerCamel()
57 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); in testLowerCamelToLowerHyphen()
62 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); in testLowerCamelToLowerUnderscore()
[all …]
/external/arm-trusted-firmware/drivers/arm/gic/common/
Dgic_common.c21 unsigned int gicd_read_igroupr(uintptr_t base, unsigned int id) in gicd_read_igroupr() argument
25 return mmio_read_32(base + GICD_IGROUPR + (n << 2)); in gicd_read_igroupr()
32 unsigned int gicd_read_isenabler(uintptr_t base, unsigned int id) in gicd_read_isenabler() argument
36 return mmio_read_32(base + GICD_ISENABLER + (n << 2)); in gicd_read_isenabler()
43 unsigned int gicd_read_icenabler(uintptr_t base, unsigned int id) in gicd_read_icenabler() argument
47 return mmio_read_32(base + GICD_ICENABLER + (n << 2)); in gicd_read_icenabler()
54 unsigned int gicd_read_ispendr(uintptr_t base, unsigned int id) in gicd_read_ispendr() argument
58 return mmio_read_32(base + GICD_ISPENDR + (n << 2)); in gicd_read_ispendr()
65 unsigned int gicd_read_icpendr(uintptr_t base, unsigned int id) in gicd_read_icpendr() argument
69 return mmio_read_32(base + GICD_ICPENDR + (n << 2)); in gicd_read_icpendr()
[all …]
Dgic_common_private.h18 static inline unsigned int gicd_read_ctlr(uintptr_t base) in gicd_read_ctlr() argument
20 return mmio_read_32(base + GICD_CTLR); in gicd_read_ctlr()
23 static inline unsigned int gicd_read_typer(uintptr_t base) in gicd_read_typer() argument
25 return mmio_read_32(base + GICD_TYPER); in gicd_read_typer()
28 static inline unsigned int gicd_read_iidr(uintptr_t base) in gicd_read_iidr() argument
30 return mmio_read_32(base + GICD_IIDR); in gicd_read_iidr()
33 static inline void gicd_write_ctlr(uintptr_t base, unsigned int val) in gicd_write_ctlr() argument
35 mmio_write_32(base + GICD_CTLR, val); in gicd_write_ctlr()
43 unsigned int gicd_read_igroupr(uintptr_t base, unsigned int id);
44 unsigned int gicd_read_isenabler(uintptr_t base, unsigned int id);
[all …]
/external/webrtc/webrtc/p2p/
Dp2p.gyp16 '<(webrtc_root)/base/base.gyp:rtc_base',
23 'base/asyncstuntcpsocket.cc',
24 'base/asyncstuntcpsocket.h',
25 'base/basicpacketsocketfactory.cc',
26 'base/basicpacketsocketfactory.h',
27 'base/candidate.h',
28 'base/common.h',
29 'base/constants.cc',
30 'base/constants.h',
31 'base/dtlstransportchannel.cc',
[all …]
/external/arm-trusted-firmware/drivers/arm/gic/v2/
Dgicv2_private.h25 unsigned int gicv2_get_cpuif_id(uintptr_t base);
30 static inline unsigned int gicd_read_pidr2(uintptr_t base) in gicd_read_pidr2() argument
32 return mmio_read_32(base + GICD_PIDR2_GICV2); in gicd_read_pidr2()
38 static inline unsigned int gicd_get_itargetsr(uintptr_t base, unsigned int id) in gicd_get_itargetsr() argument
40 return mmio_read_8(base + GICD_ITARGETSR + id); in gicd_get_itargetsr()
43 static inline void gicd_set_itargetsr(uintptr_t base, unsigned int id, in gicd_set_itargetsr() argument
48 mmio_write_8(base + GICD_ITARGETSR + id, val); in gicd_set_itargetsr()
51 static inline void gicd_write_sgir(uintptr_t base, unsigned int val) in gicd_write_sgir() argument
53 mmio_write_32(base + GICD_SGIR, val); in gicd_write_sgir()
60 static inline unsigned int gicc_read_ctlr(uintptr_t base) in gicc_read_ctlr() argument
[all …]
/external/v8/third_party/zlib/google/
Dzip_unittest.cc33 base::FilePath* file_path, in CreateFile()
34 base::File* file) { in CreateFile()
35 if (!base::CreateTemporaryFile(file_path)) in CreateFile()
38 if (base::WriteFile(*file_path, content.data(), content.size()) == -1) in CreateFile()
41 *file = base::File( in CreateFile()
42 *file_path, base::File::Flags::FLAG_OPEN | base::File::Flags::FLAG_READ); in CreateFile()
59 base::FilePath test_dir(FILE_PATH_LITERAL("/test")); in VirtualFileSystem()
60 base::FilePath foo_txt_path = test_dir.Append(FILE_PATH_LITERAL("foo.txt")); in VirtualFileSystem()
62 base::FilePath file_path; in VirtualFileSystem()
63 base::File file; in VirtualFileSystem()
[all …]
Dzip.h16 namespace base {
34 DirectoryContentEntry(const base::FilePath& path, bool is_directory) in DirectoryContentEntry()
36 base::FilePath path;
42 virtual std::vector<base::File> OpenFilesForReading(
43 const std::vector<base::FilePath>& paths) = 0;
45 virtual bool DirectoryExists(const base::FilePath& path) = 0;
47 const base::FilePath& dir_path) = 0;
48 virtual base::Time GetLastModifiedTime(const base::FilePath& path) = 0;
53 ZipParams(const base::FilePath& src_dir, const base::FilePath& dest_file);
56 ZipParams(const base::FilePath& src_dir, int dest_fd);
[all …]
/external/zlib/google/
Dzip_unittest.cc32 base::FilePath* file_path, in CreateFile()
33 base::File* file) { in CreateFile()
34 if (!base::CreateTemporaryFile(file_path)) in CreateFile()
37 if (base::WriteFile(*file_path, content.data(), content.size()) == -1) in CreateFile()
40 *file = base::File( in CreateFile()
41 *file_path, base::File::Flags::FLAG_OPEN | base::File::Flags::FLAG_READ); in CreateFile()
58 base::FilePath test_dir(FILE_PATH_LITERAL("/test")); in VirtualFileSystem()
59 base::FilePath foo_txt_path = test_dir.Append(FILE_PATH_LITERAL("foo.txt")); in VirtualFileSystem()
61 base::FilePath file_path; in VirtualFileSystem()
62 base::File file; in VirtualFileSystem()
[all …]
Dzip.h16 namespace base {
34 DirectoryContentEntry(const base::FilePath& path, bool is_directory) in DirectoryContentEntry()
36 base::FilePath path;
42 virtual std::vector<base::File> OpenFilesForReading(
43 const std::vector<base::FilePath>& paths) = 0;
45 virtual bool DirectoryExists(const base::FilePath& path) = 0;
47 const base::FilePath& dir_path) = 0;
48 virtual base::Time GetLastModifiedTime(const base::FilePath& path) = 0;
53 ZipParams(const base::FilePath& src_dir, const base::FilePath& dest_file);
56 ZipParams(const base::FilePath& src_dir, int dest_fd);
[all …]
/external/jemalloc_new/src/
Dbase.c130 base_get_num_blocks(base_t *base, bool with_new_block) { in base_get_num_blocks() argument
131 base_block_t *b = base->blocks; in base_get_num_blocks()
144 base_auto_thp_switch(tsdn_t *tsdn, base_t *base) { in base_auto_thp_switch() argument
146 malloc_mutex_assert_owner(tsdn, &base->mtx); in base_auto_thp_switch()
147 if (base->auto_thp_switched) { in base_auto_thp_switch()
152 if (base_ind_get(base) != 0) { in base_auto_thp_switch()
153 should_switch = (base_get_num_blocks(base, true) == in base_auto_thp_switch()
156 should_switch = (base_get_num_blocks(base, true) == in base_auto_thp_switch()
163 base->auto_thp_switched = true; in base_auto_thp_switch()
164 assert(!config_stats || base->n_thp == 0); in base_auto_thp_switch()
[all …]
/external/u-boot/arch/arm/mach-keystone/
Dddr3.c24 void ddr3_init_ddrphy(u32 base, struct ddr3_phy_config *phy_cfg) in ddr3_init_ddrphy() argument
28 while ((__raw_readl(base + KS2_DDRPHY_PGSR0_OFFSET) in ddr3_init_ddrphy()
32 __raw_writel(phy_cfg->pllcr, base + KS2_DDRPHY_PLLCR_OFFSET); in ddr3_init_ddrphy()
34 tmp = __raw_readl(base + KS2_DDRPHY_PGCR1_OFFSET); in ddr3_init_ddrphy()
37 __raw_writel(tmp, base + KS2_DDRPHY_PGCR1_OFFSET); in ddr3_init_ddrphy()
39 __raw_writel(phy_cfg->ptr0, base + KS2_DDRPHY_PTR0_OFFSET); in ddr3_init_ddrphy()
40 __raw_writel(phy_cfg->ptr1, base + KS2_DDRPHY_PTR1_OFFSET); in ddr3_init_ddrphy()
41 __raw_writel(phy_cfg->ptr3, base + KS2_DDRPHY_PTR3_OFFSET); in ddr3_init_ddrphy()
42 __raw_writel(phy_cfg->ptr4, base + KS2_DDRPHY_PTR4_OFFSET); in ddr3_init_ddrphy()
44 tmp = __raw_readl(base + KS2_DDRPHY_DCR_OFFSET); in ddr3_init_ddrphy()
[all …]
/external/u-boot/drivers/net/
Dne2000_base.c107 u8* base; in dp83902a_init() local
114 base = dp->base; in dp83902a_init()
115 if (!base) in dp83902a_init()
123 DP_OUT(base, DP_CR, DP_CR_NODMA | DP_CR_PAGE1); /* Select page 1 */ in dp83902a_init()
126 DP_IN(base, DP_P1_PAR0+i, dp->esa[i]); in dp83902a_init()
127 DP_OUT(base, DP_CR, DP_CR_NODMA | DP_CR_PAGE0); /* Select page 0 */ in dp83902a_init()
147 u8 *base = dp->base; in dp83902a_stop() local
151 DP_OUT(base, DP_CR, DP_CR_PAGE0 | DP_CR_NODMA | DP_CR_STOP); /* Brutal */ in dp83902a_stop()
152 DP_OUT(base, DP_ISR, 0xFF); /* Clear any pending interrupts */ in dp83902a_stop()
153 DP_OUT(base, DP_IMR, 0x00); /* Disable all interrupts */ in dp83902a_stop()
[all …]
/external/libchrome/base/files/
Dfile_unittest.cc18 using base::File;
19 using base::FilePath;
22 base::ScopedTempDir temp_dir; in TEST()
30 EXPECT_EQ(base::File::FILE_ERROR_FAILED, file.error_details()); in TEST()
32 File file2(base::File::FILE_ERROR_TOO_MANY_OPENED); in TEST()
34 EXPECT_EQ(base::File::FILE_ERROR_TOO_MANY_OPENED, file2.error_details()); in TEST()
39 File file(file_path, base::File::FLAG_OPEN | base::File::FLAG_READ); in TEST()
41 EXPECT_EQ(base::File::FILE_ERROR_NOT_FOUND, file.error_details()); in TEST()
42 EXPECT_EQ(base::File::FILE_ERROR_NOT_FOUND, base::File::GetLastFileError()); in TEST()
47 File file(file_path, base::File::FLAG_OPEN_ALWAYS | base::File::FLAG_READ); in TEST()
[all …]
/external/libchrome/ipc/
Dipc_message_utils.h46 namespace base {
108 static inline void WriteParam(base::Pickle* m, const P& p) { in WriteParam()
114 static inline bool WARN_UNUSED_RESULT ReadParam(const base::Pickle* m, in ReadParam()
115 base::PickleIterator* iter, in ReadParam()
132 static void Write(base::Pickle* m, const param_type& p) { m->WriteBool(p); }
133 static bool Read(const base::Pickle* m,
134 base::PickleIterator* iter,
144 static void Write(base::Pickle* m, const param_type& p);
145 static bool Read(const base::Pickle* m,
146 base::PickleIterator* iter,
[all …]
/external/arm-trusted-firmware/plat/mediatek/mt8183/drivers/uart/
Duart.c21 unsigned long base; in mt_uart_restore() local
28 base = uart->base; in mt_uart_restore()
30 mmio_write_32(UART_LCR(base), UART_LCR_MODE_B); in mt_uart_restore()
31 mmio_write_32(UART_EFR(base), uart->registers.efr); in mt_uart_restore()
32 mmio_write_32(UART_LCR(base), uart->registers.lcr); in mt_uart_restore()
33 mmio_write_32(UART_FCR(base), uart->registers.fcr); in mt_uart_restore()
36 mmio_write_32(UART_HIGHSPEED(base), uart->registers.highspeed); in mt_uart_restore()
37 mmio_write_32(UART_FRACDIV_L(base), uart->registers.fracdiv_l); in mt_uart_restore()
38 mmio_write_32(UART_FRACDIV_M(base), uart->registers.fracdiv_m); in mt_uart_restore()
39 mmio_write_32(UART_LCR(base), in mt_uart_restore()
[all …]

12345678910>>...261