Searched refs:access_type (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/chrome/browser/webdata/
H A Dweb_data_service_factory.h71 Profile::ServiceAccessType access_type);
75 Profile::ServiceAccessType access_type);
80 Profile::ServiceAccessType access_type);
85 Profile::ServiceAccessType access_type);
90 Profile::ServiceAccessType access_type);
96 Profile::ServiceAccessType access_type);
H A Dweb_data_service_factory.cc180 Profile::ServiceAccessType access_type) {
181 // If |access_type| starts being used for anything other than this
184 DCHECK(access_type != Profile::IMPLICIT_ACCESS || !profile->IsOffTheRecord());
192 Profile::ServiceAccessType access_type) {
193 // If |access_type| starts being used for anything other than this
196 DCHECK(access_type != Profile::IMPLICIT_ACCESS || !profile->IsOffTheRecord());
205 Profile::ServiceAccessType access_type) {
207 WebDataServiceFactory::GetForProfile(profile, access_type);
218 Profile::ServiceAccessType access_type) {
220 WebDataServiceFactory::GetForProfile(profile, access_type);
178 GetForProfile( Profile* profile, Profile::ServiceAccessType access_type) argument
190 GetForProfileIfExists( Profile* profile, Profile::ServiceAccessType access_type) argument
203 GetAutofillWebDataForProfile( Profile* profile, Profile::ServiceAccessType access_type) argument
216 GetKeywordWebDataForProfile( Profile* profile, Profile::ServiceAccessType access_type) argument
227 GetTokenWebDataForProfile( Profile* profile, Profile::ServiceAccessType access_type) argument
240 GetPasswordWebDataForProfile( Profile* profile, Profile::ServiceAccessType access_type) argument
[all...]
/external/chromium_org/sandbox/win/tools/finder/
H A Dmain.cc34 DWORD access_type = 0; local
87 access_type |= kTestForRead;
89 access_type |= kTestForWrite;
91 access_type |= kTestForAll;
115 if (0 == access_type) {
141 finder_obj.Init(token_type, object_type, access_type, file_output);
H A Dfinder.cc26 DWORD access_type,
35 access_type_ = access_type;
24 Init(sandbox::TokenLevel token_type, DWORD object_type, DWORD access_type, FILE *file_output) argument
H A Dfinder.h58 DWORD access_type, FILE *file_output);
/external/valgrind/main/drd/
H A Ddrd_load_store.h50 const BmAccessTypeT access_type,
H A Dpub_drd_bitmap.h86 const BmAccessTypeT access_type);
101 const BmAccessTypeT access_type);
110 const Addr address, const BmAccessTypeT access_type);
121 const BmAccessTypeT access_type);
H A Ddrd_error.h105 BmAccessTypeT access_type; // Access type: load or store. member in struct:__anon32762
H A Ddrd_load_store.c94 const BmAccessTypeT access_type,
103 if (access_type == eStore && size <= sizeof(HWord)) {
108 } else if (access_type == eStore && size > sizeof(HWord)) {
118 access_type == eLoad ? "load "
119 : access_type == eStore ? "store"
120 : access_type == eStart ? "start"
121 : access_type == eEnd ? "end " : "????",
144 const BmAccessTypeT access_type)
166 .access_type = access_type,
93 trace_mem_access(const Addr addr, const SizeT size, const BmAccessTypeT access_type, const HWord stored_value_hi, const HWord stored_value_lo) argument
143 drd_report_race(const Addr addr, const SizeT size, const BmAccessTypeT access_type) argument
[all...]
H A Ddrd_bitmap.c121 * Record an access of type access_type at addresses a .. a + size - 1 in
131 const BmAccessTypeT access_type)
133 tl_assert(access_type == eLoad || access_type == eStore);
135 if (access_type == eLoad)
335 const BmAccessTypeT access_type)
337 tl_assert(access_type == eLoad || access_type == eStore);
339 if (access_type == eLoad)
534 * Report whether an access of type access_type a
129 bm_access_range(struct bitmap* const bm, const Addr a1, const Addr a2, const BmAccessTypeT access_type) argument
334 bm_has(struct bitmap* const bm, const Addr a1, const Addr a2, const BmAccessTypeT access_type) argument
537 bm_has_1(struct bitmap* const bm, const Addr a, const BmAccessTypeT access_type) argument
808 bm_has_conflict_with(struct bitmap* const bm, const Addr a1, const Addr a2, const BmAccessTypeT access_type) argument
[all...]
H A Ddrd_error.c204 what_prefix, dri->access_type == eStore ? "store" : "load",
243 dri->access_type);
269 return dri1->access_type == dri2->access_type
H A Ddrd_thread.h190 const BmAccessTypeT access_type);
H A Ddrd_thread.c1275 const BmAccessTypeT access_type,
1299 access_type)) {
1330 const BmAccessTypeT access_type)
1338 if (DRD_(bm_has)(DRD_(sg_bm)(p), addr, addr + size, access_type))
1340 access_type, p);
1272 thread_report_conflicting_segments_segment(const DrdThreadId tid, const Addr addr, const SizeT size, const BmAccessTypeT access_type, const Segment* const p) argument
1327 thread_report_conflicting_segments(const DrdThreadId tid, const Addr addr, const SizeT size, const BmAccessTypeT access_type) argument
/external/qemu/target-mips/
H A Dhelper.c38 target_ulong address, int rw, int access_type)
47 target_ulong address, int rw, int access_type)
65 target_ulong address, int rw, int access_type)
109 int rw, int access_type)
132 ret = env->tlb->map_address(env, physical, prot, address, rw, access_type);
138 ret = env->tlb->map_address(env, physical, prot, address, rw, access_type);
146 ret = env->tlb->map_address(env, physical, prot, address, rw, access_type);
163 ret = env->tlb->map_address(env, physical, prot, address, rw, access_type);
187 ret = env->tlb->map_address(env, physical, prot, address, rw, access_type);
195 ret = env->tlb->map_address(env, physical, prot, address, rw, access_type);
37 no_mmu_map_address(CPUMIPSState *env, hwaddr *physical, int *prot, target_ulong address, int rw, int access_type) argument
46 fixed_mmu_map_address(CPUMIPSState *env, hwaddr *physical, int *prot, target_ulong address, int rw, int access_type) argument
64 r4k_map_address(CPUMIPSState *env, hwaddr *physical, int *prot, target_ulong address, int rw, int access_type) argument
107 get_physical_address(CPUMIPSState *env, hwaddr *physical, int *prot, target_ulong address, int rw, int access_type) argument
446 int access_type; local
491 int access_type; local
[all...]
H A Dcpu.h49 int (*map_address) (struct CPUMIPSState *env, hwaddr *physical, int *prot, target_ulong address, int rw, int access_type);
482 target_ulong address, int rw, int access_type);
484 target_ulong address, int rw, int access_type);
486 target_ulong address, int rw, int access_type);
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Dv8_utilities.py153 def activity_logging_world_list(member, access_type=''):
156 access_type can be 'Getter' or 'Setter' if only checking getting or setting.
162 if log_activity and not log_activity.startswith(access_type):
/external/chromium_org/chrome/browser/extensions/
H A Dactive_script_controller_unittest.cc124 PermissionsData::AccessType access_type = local
128 DCHECK_NE(PermissionsData::ACCESS_DENIED, access_type);
129 return access_type == PermissionsData::ACCESS_WITHHELD;
/external/chromium_org/v8/src/
H A Dlookup.cc75 bool LookupIterator::HasAccess(v8::AccessType access_type) const {
77 return isolate_->MayNamedAccess(GetHolder<JSObject>(), name_, access_type);
H A Dlookup.h102 bool HasAccess(v8::AccessType access_type) const;
H A Dhydrogen.cc1309 PropertyAccessType access_type) {
1349 if (access_type == STORE && kind == FAST_SMI_ELEMENTS) {
2404 PropertyAccessType access_type,
2417 (elements_kind == FAST_ELEMENTS && access_type == STORE)) {
2424 if (access_type == STORE && (fast_elements || fast_smi_only_elements) &&
2460 backing_store, key, val, bounds_check, elements_kind, access_type);
2470 checked_object, elements_kind, access_type);
2480 if (access_type == STORE && IsFastSmiElementsKind(elements_kind) &&
2492 is_js_array, access_type);
2497 if (access_type
1302 BuildCheckForCapacityGrow( HValue* object, HValue* elements, ElementsKind kind, HValue* length, HValue* key, bool is_js_array, PropertyAccessType access_type) argument
2398 BuildUncheckedMonomorphicElementAccess( HValue* checked_object, HValue* key, HValue* val, bool is_js_array, ElementsKind elements_kind, PropertyAccessType access_type, LoadKeyedHoleMode load_mode, KeyedAccessStoreMode store_mode) argument
2671 AddElementAccess( HValue* elements, HValue* checked_key, HValue* val, HValue* dependency, ElementsKind elements_kind, PropertyAccessType access_type, LoadKeyedHoleMode load_mode) argument
5301 LookupGlobalProperty(Variable* var, LookupIterator* it, PropertyAccessType access_type) argument
6250 HandlePolymorphicNamedFieldAccess( PropertyAccessType access_type, Expression* expr, BailoutId ast_id, BailoutId return_id, HValue* object, HValue* value, SmallMapList* types, Handle<String> name) argument
6822 BuildNamedGeneric( PropertyAccessType access_type, Expression* expr, HValue* object, Handle<String> name, HValue* value, bool is_uninitialized) argument
6850 BuildKeyedGeneric( PropertyAccessType access_type, Expression* expr, HValue* object, HValue* key, HValue* value) argument
6888 BuildMonomorphicElementAccess( HValue* object, HValue* key, HValue* val, HValue* dependency, Handle<Map> map, PropertyAccessType access_type, KeyedAccessStoreMode store_mode) argument
6992 HandlePolymorphicElementAccess( Expression* expr, HValue* object, HValue* key, HValue* val, SmallMapList* maps, PropertyAccessType access_type, KeyedAccessStoreMode store_mode, bool* has_side_effects) argument
7128 HandleKeyedElementAccess( HValue* obj, HValue* key, HValue* val, Expression* expr, BailoutId ast_id, BailoutId return_id, PropertyAccessType access_type, bool* has_side_effects) argument
[all...]
H A Dhydrogen.h1338 PropertyAccessType access_type);
1423 PropertyAccessType access_type,
1433 PropertyAccessType access_type,
2309 PropertyAccessType access_type);
2394 void HandlePolymorphicNamedFieldAccess(PropertyAccessType access_type,
2423 PropertyAccessType access_type,
2428 access_type_(access_type),
2598 HInstruction* BuildKeyedGeneric(PropertyAccessType access_type,
2616 PropertyAccessType access_type,
2624 PropertyAccessType access_type,
2422 PropertyAccessInfo(HOptimizedGraphBuilder* builder, PropertyAccessType access_type, Type* type, Handle<String> name) argument
[all...]
/external/lldb/include/lldb/Symbol/
H A DClangASTContext.h237 lldb::AccessType access_type,
279 lldb::AccessType access_type,
/external/qemu/target-arm/
H A Dhelper.c1007 static inline int check_ap(CPUARMState *env, int ap, int domain, int access_type, argument
1015 if (access_type == 1)
1022 if (access_type == 1)
1069 static int get_phys_addr_v5(CPUARMState *env, uint32_t address, int access_type, argument
1150 *prot = check_ap(env, ap, domain, access_type, is_user);
1162 static int get_phys_addr_v6(CPUARMState *env, uint32_t address, int access_type, argument
1241 if (xn && access_type == 2)
1250 *prot = check_ap(env, ap, domain, access_type, is_user);
1265 static int get_phys_addr_mpu(CPUARMState *env, uint32_t address, int access_type, argument
1287 if (access_type
1333 get_phys_addr(CPUARMState *env, uint32_t address, int access_type, int is_user, uint32_t *phys_ptr, int *prot, target_ulong *page_size) argument
1361 cpu_arm_handle_mmu_fault(CPUARMState *env, target_ulong address, int access_type, int mmu_idx) argument
1630 int access_type = op2 & 1; local
[all...]
/external/valgrind/main/drd/tests/
H A Dunit_bitmap.c74 struct { Addr address; SizeT size; BmAccessTypeT access_type; } member in struct:__anon32786
142 s_test1_args[i].access_type);
153 s_test1_args[i].access_type));
/external/lldb/source/Symbol/
H A DClangASTContext.cpp1130 AccessType access_type,
1167 if (access_type != eAccessNone)
1168 decl->setAccess (ConvertAccessTypeToAccessSpecifier (access_type));
1280 lldb::AccessType access_type,
1338 if (access_type != eAccessNone)
1339 class_template_decl->setAccess (ConvertAccessTypeToAccessSpecifier (access_type));
1129 CreateRecordType(DeclContext *decl_ctx, AccessType access_type, const char *name, int kind, LanguageType language, ClangASTMetadata *metadata) argument
1279 CreateClassTemplateDecl(DeclContext *decl_ctx, lldb::AccessType access_type, const char *class_name, int kind, const TemplateParameterInfos &template_param_infos) argument

Completed in 2235 milliseconds

12