Home
last modified time | relevance | path

Searched refs:access (Results 1 – 25 of 4110) sorted by relevance

12345678910>>...165

/external/OpenCSD/decoder/tests/snapshots/juno_r1_1/ds-5-dumps/
DTrace_Report_0x11_cpu_1_2015Sep17_104748.txt4 EL1N:0xFFFFFFC000781E8C ? Cannot access target memory
7 EL1N:0xFFFFFFC000781E8C ? Cannot access target memory
8 EL1N:0xFFFFFFC000781E8C ? Cannot access target memory
9 EL1N:0xFFFFFFC0000F3698 ? Cannot access target memory
11 EL1N:0xFFFFFFC0000F408C ? Cannot access target memory
59 EL1N:0xFFFFFFC0001124D8 ? Cannot access target memory
62 EL1N:? ? Cannot access target memory
63 EL1N:? ? Cannot access target memory
64 EL1N:? ? Cannot access target memory
65 EL1N:? ? Cannot access target memory
[all …]
DTrace_Report_0x13_cpu_3_2015Sep17_104147.txt8 EL1N:0xFFFFFFC000594AC0 ? Cannot access target memory
9 EL1N:0xFFFFFFC000592B58 ? Cannot access target memory
11 EL1N:? ? Cannot access target memory
12 EL1N:? ? Cannot access target memory
13 EL1N:0xFFFFFFC0005AC4C8 ? Cannot access target memory
15 EL1N:0xFFFFFFC0000EA588 ? Cannot access target memory
16 EL1N:0xFFFFFFC0000EA588 ? Cannot access target memory
17 EL1N:0xFFFFFFC0000EA588 ? Cannot access target memory
66 EL1N:0xFFFFFFC000117CF0 ? Cannot access target memory
67 EL1N:0xFFFFFFC000117CF0 ? Cannot access target memory
[all …]
DTrace_Report_0x10_cpu_0_2015Sep17_104900.txt8 EL1N:0xFFFFFFC000594AC0 ? Cannot access target memory
9 EL1N:0xFFFFFFC000592B58 ? Cannot access target memory
11 EL1N:? ? Cannot access target memory
12 EL1N:? ? Cannot access target memory
13 EL1N:0xFFFFFFC0005AC4C8 ? Cannot access target memory
15 EL1N:0xFFFFFFC0000EA588 ? Cannot access target memory
16 EL1N:0xFFFFFFC0000EA588 ? Cannot access target memory
17 EL1N:0xFFFFFFC0000EA588 ? Cannot access target memory
66 EL1N:0xFFFFFFC000117CF0 ? Cannot access target memory
67 EL1N:0xFFFFFFC000117CF0 ? Cannot access target memory
[all …]
DTrace_Report_0x15_cpu_5_2015Sep17_105126.txt3 EL1N:0xFFFFFFC0000F3CC0 ? Cannot access target memory
5 EL1N:? ? Cannot access target memory
6 EL1N:? ? Cannot access target memory
7 EL1N:? ? Cannot access target memory
8 EL1N:? ? Cannot access target memory
9 EL1N:? ? Cannot access target memory
10 EL1N:? ? Cannot access target memory
11 EL1N:? ? Cannot access target memory
17 EL1N:0xFFFFFFC0000F9494 ? Cannot access target memory
18 EL1N:0xFFFFFFC0000F9494 ? Cannot access target memory
[all …]
/external/libchrome/components/policy/core/common/
Dpolicy_proto_decoders.cc119 for (const BooleanPolicyAccess* access = &kBooleanPolicyAccess[0]; in DecodeProtoFields() local
120 access->policy_key; access++) { in DecodeProtoFields()
121 if (!(policy.*access->has_proto)()) in DecodeProtoFields()
124 const em::BooleanPolicyProto& proto = (policy.*access->get_proto)(); in DecodeProtoFields()
128 map->Set(access->policy_key, level, scope, source, in DecodeProtoFields()
132 for (const IntegerPolicyAccess* access = &kIntegerPolicyAccess[0]; in DecodeProtoFields() local
133 access->policy_key; access++) { in DecodeProtoFields()
134 if (!(policy.*access->has_proto)()) in DecodeProtoFields()
137 const em::IntegerPolicyProto& proto = (policy.*access->get_proto)(); in DecodeProtoFields()
142 map->Set(access->policy_key, level, scope, source, in DecodeProtoFields()
[all …]
/external/llvm-project/clang/test/SemaObjC/
Divar-access-tests.m18 int access;
20 access = s->private;
21 access = s->protected;
31 int access;
33 access = s->private; // expected-error {{instance variable 'private' is private}}
34 access = s->protected;
36 access = m->private; // expected-error {{instance variable 'private' is private}}
37 access = m->protected;
47 int access;
49 access = s->private; // expected-error {{instance variable 'private' is private}}
[all …]
/external/clang/test/SemaObjC/
Divar-access-tests.m18 int access;
20 access = s->private;
21 access = s->protected;
31 int access;
33 access = s->private; // expected-error {{instance variable 'private' is private}}
34 access = s->protected;
36 access = m->private; // expected-error {{instance variable 'private' is private}}
37 access = m->protected;
47 int access;
49 access = s->private; // expected-error {{instance variable 'private' is private}}
[all …]
/external/llvm-project/polly/lib/External/isl/
Disl_flow.c1504 isl_union_map *access[isl_access_end]; member
1513 __isl_take isl_union_access_info *access) in isl_union_access_info_free() argument
1517 if (!access) in isl_union_access_info_free()
1521 isl_union_map_free(access->access[i]); in isl_union_access_info_free()
1522 isl_schedule_free(access->schedule); in isl_union_access_info_free()
1523 isl_union_map_free(access->schedule_map); in isl_union_access_info_free()
1524 free(access); in isl_union_access_info_free()
1531 isl_ctx *isl_union_access_info_get_ctx(__isl_keep isl_union_access_info *access) in isl_union_access_info_get_ctx() argument
1533 if (!access) in isl_union_access_info_get_ctx()
1535 return isl_union_map_get_ctx(access->access[isl_access_sink]); in isl_union_access_info_get_ctx()
[all …]
/external/selinux/python/sepolgen/tests/
Dtest_access.py24 import sepolgen.access as access namespace
29 a = access.AccessVector()
39 a = access.AccessVector()
45 l = access.AccessVector(['foo', 'bar', 'file', 'read', 'write'])
52 a = access.AccessVector()
58 l = access.AccessVector()
65 l2 = access.AccessVector()
70 a = access.AccessVector()
86 a = access.AccessVector()
109 a = access.AccessVector()
[all …]
/external/deqp/framework/common/
DtcuTextureUtil.cpp260 ConstPixelBufferAccess getSubregion (const ConstPixelBufferAccess& access, int x, int y, int z, int… in getSubregion() argument
262 DE_ASSERT(de::inBounds(x, 0, access.getWidth())); in getSubregion()
263 DE_ASSERT(de::inRange(x+width, x+1, access.getWidth())); in getSubregion()
265 DE_ASSERT(de::inBounds(y, 0, access.getHeight())); in getSubregion()
266 DE_ASSERT(de::inRange(y+height, y+1, access.getHeight())); in getSubregion()
268 DE_ASSERT(de::inBounds(z, 0, access.getDepth())); in getSubregion()
269 DE_ASSERT(de::inRange(z+depth, z+1, access.getDepth())); in getSubregion()
271 …return ConstPixelBufferAccess(access.getFormat(), tcu::IVec3(width, height, depth), access.getPitc… in getSubregion()
272 …(const deUint8*)access.getDataPtr() + access.getPixelPitch()*x + access.getRowPitch()*y + access.g… in getSubregion()
286 PixelBufferAccess getSubregion (const PixelBufferAccess& access, int x, int y, int z, int width, in… in getSubregion() argument
[all …]
DtcuTextureUtil.hpp33 PixelBufferAccess getSubregion (const PixelBufferAccess& access, int x, int y, int z, int width…
34 ConstPixelBufferAccess getSubregion (const ConstPixelBufferAccess& access, int x, int y, int z, …
36 PixelBufferAccess getSubregion (const PixelBufferAccess& access, int x, int y, int width, int h…
37 ConstPixelBufferAccess getSubregion (const ConstPixelBufferAccess& access, int x, int y, int wid…
39 PixelBufferAccess flipYAccess (const PixelBufferAccess& access);
40 ConstPixelBufferAccess flipYAccess (const ConstPixelBufferAccess& access);
113 void clear (const PixelBufferAccess& access, const Vec4& color);
114 void clear (const PixelBufferAccess& access, const IVec4& color);
115 void clear (const PixelBufferAccess& access, const UVec4& color);
116 void clearDepth (const PixelBufferAccess& access, float depth);
[all …]
/external/python/cpython2/Misc/
Ddevelopers.txt6 The purpose is to provide some institutional memory of who was given access
12 project admin who made the change or granted access. Feel free to revise
26 - David Malcolm was given commit access on Oct 27 2010 by GFB,
29 - Tal Einat was given commit access on Oct 4 2010 by MvL,
32 - Łukasz Langa was given commit access on Sep 08 2010 by GFB,
35 - Daniel Stutzbach was given commit access on Aug 22 2010 by MvL,
38 - Ask Solem was given commit access on Aug 17 2010 by MvL,
42 - George Boutsioukis was given commit access on Aug 10 2010
45 - Éric Araujo was given commit access on Aug 10 2010 by BAC,
48 - Terry Reedy was given commit access on Aug 04 2010 by MvL,
[all …]
/external/llvm-project/polly/lib/External/ppcg/
Dppcg.c394 isl_union_access_info *access; in compute_live_out() local
400 access = isl_union_access_info_from_sink(kills); in compute_live_out()
401 access = isl_union_access_info_set_may_source(access, in compute_live_out()
403 access = isl_union_access_info_set_schedule(access, schedule); in compute_live_out()
404 flow = isl_union_access_info_compute_flow(access); in compute_live_out()
432 isl_union_access_info *access; in compute_tagged_flow_dep_only() local
445 access = isl_union_access_info_from_sink( in compute_tagged_flow_dep_only()
447 access = isl_union_access_info_set_must_source(access, must_source); in compute_tagged_flow_dep_only()
448 access = isl_union_access_info_set_may_source(access, in compute_tagged_flow_dep_only()
450 access = isl_union_access_info_set_schedule(access, schedule); in compute_tagged_flow_dep_only()
[all …]
/external/capstone/arch/AArch64/
DAArch64InstPrinter.c71 uint8_t access; in set_mem_access() local
72 access = get_op_access(MI->csh, MCInst_getOpcode(MI), MI->ac_idx); in set_mem_access()
73 MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].access = access; in set_mem_access()
140 uint8_t access; in AArch64_printInst() local
141 access = get_op_access(MI->csh, MCInst_getOpcode(MI), MI->ac_idx); in AArch64_printInst()
142 MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].access = access; in AArch64_printInst()
149 access = get_op_access(MI->csh, MCInst_getOpcode(MI), MI->ac_idx); in AArch64_printInst()
150 MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].access = access; in AArch64_printInst()
205 uint8_t access; in AArch64_printInst() local
206 access = get_op_access(MI->csh, MCInst_getOpcode(MI), MI->ac_idx); in AArch64_printInst()
[all …]
/external/turbine/java/com/google/turbine/binder/
DCompUnitPreprocessor.java118 int access = access(decl.mods(), decl.tykind()); in preprocess() local
120 preprocessChildren(unit.source(), types, sym, decl.members(), access); in preprocess()
121 types.add(new SourceBoundClass(sym, null, children, access, decl)); in preprocess()
145 int access = innerClassAccess(enclosing, decl); in preprocessChildren() local
148 preprocessChildren(source, types, sym, decl.members(), access); in preprocessChildren()
149 types.add(new SourceBoundClass(sym, owner, children, access, decl)); in preprocessChildren()
156 public static int access(ImmutableSet<TurbineModifier> mods, TurbineTyKind tykind) { in access() method in CompUnitPreprocessor
157 int access = 0; in access() local
159 access |= m.flag(); in access()
163 access |= TurbineFlag.ACC_SUPER; in access()
[all …]
/external/llvm-project/polly/test/Isl/CodeGen/MemAccess/
Dmap_scalar_access.ll107 ; CHECK: New access function '{ Stmt_outer_for[i0] -> MemRef_A[i0] }' detected in JSCOP file
108 ; CHECK-NEXT: New access function '{ Stmt_reduction_for[i0, i1] -> MemRef_A[i0] }' detected in JSCO…
109 ; CHECK-NEXT: New access function '{ Stmt_reduction_for[i0, i1] -> MemRef_A[i0] }' detected in JSCO…
110 ; CHECK-NEXT: New access function '{ Stmt_body[i0, i1] -> MemRef_A[i0] }' detected in JSCOP file
111 ; CHECK-NEXT: New access function '{ Stmt_body[i0, i1] -> MemRef_A[i0] }' detected in JSCOP file
112 ; CHECK-NEXT: New access function '{ Stmt_reduction_inc[i0, i1] -> MemRef_A[i0] }' detected in JSCO…
113 ; CHECK-NEXT: New access function '{ Stmt_reduction_inc[i0, i1] -> MemRef_A[i0] }' detected in JSCO…
114 ; CHECK-NEXT: New access function '{ Stmt_reduction_exit[i0] -> MemRef_A[i0] }' detected in JSCOP f…
115 ; CHECK-NEXT: New access function '{ Stmt_reduction_exit[i0] -> MemRef_A[i0] }' detected in JSCOP f…
118 ; CODEGEN-NEXT: %polly.access.A[[R0:[0-9]*]] = getelementptr double, double* %A, i64 %polly.indvar
[all …]
/external/turbine/java/com/google/turbine/parse/
DParser.java100 EnumSet<TurbineModifier> access = EnumSet.noneOf(TurbineModifier.class); in compilationUnit() local
125 access.add(PUBLIC); in compilationUnit()
129 access.add(PROTECTED); in compilationUnit()
133 access.add(TurbineModifier.PRIVATE); in compilationUnit()
137 access.add(TurbineModifier.STATIC); in compilationUnit()
141 access.add(TurbineModifier.ABSTRACT); in compilationUnit()
145 access.add(TurbineModifier.FINAL); in compilationUnit()
149 access.add(TurbineModifier.STRICTFP); in compilationUnit()
156 decls.add(annotationDeclaration(access, annos.build())); in compilationUnit()
157 access = EnumSet.noneOf(TurbineModifier.class); in compilationUnit()
[all …]
/external/capstone/suite/cstest/
Dissues.cs11 0x0: 0x70,0x47,0x00 == bx lr ; op_count: 1 ; operands[0].type: REG = lr ; operands[0].access: READ …
15 …rands[0].mem.index: REG = r1 ; operands[0].mem.lshift: 0x1 ; operands[0].access: READ ; Shift: 2 =…
19 …rip ; operands[0].mem.disp: 0x2175a1 ; operands[0].size: 4 ; operands[0].access: READ ; operands[1…
23 …G = rsp ; operands[0].mem.disp: 0x5e ; operands[0].size: 1 ; operands[0].access: WRITE ; Registers…
27 …G = rsp ; operands[0].mem.disp: 0x1f ; operands[0].size: 1 ; operands[0].access: WRITE ; Registers…
31 … = rsp ; operands[0].mem.disp: 0x40 ; operands[0].size: 10 ; operands[0].access: WRITE ; Registers…
35 …: 1 ; operands[0].type: REG = st(1) ; operands[0].size: 10 ; operands[0].access: WRITE ; Registers…
39 …G = rsp ; operands[0].mem.disp: 0x68 ; operands[0].size: 8 ; operands[0].access: WRITE ; Registers…
75 …operands[0].size: 2 ; operands[0].access: WRITE ; operands[1].type: REG = ax ; operands[1].size: 2…
87 …xe4 == pop {r1} ; op_count: 1 ; operands[0].type: REG = r1 ; operands[0].access: WRITE ; Write-bac…
[all …]
/external/turbine/java/com/google/turbine/binder/bound/
DTypeBoundClass.java99 private final int access; field in TypeBoundClass.FieldInfo
108 int access, in FieldInfo() argument
114 this.access = access; in FieldInfo()
136 public int access() { in access() method in TypeBoundClass.FieldInfo
137 return access; in access()
163 private final int access; field in TypeBoundClass.MethodInfo
175 int access, in MethodInfo() argument
185 this.access = access; in MethodInfo()
223 public int access() { in access() method in TypeBoundClass.MethodInfo
224 return access; in access()
[all …]
/external/libabigail/tests/data/test-diff-filter/
Dtest-PR27569-v1.abi41 <data-member access="public" layout-offset-in-bits="0">
44 <data-member access="public" layout-offset-in-bits="64">
47 <data-member access="public" layout-offset-in-bits="448">
50 <data-member access="public" layout-offset-in-bits="480">
53 <data-member access="public" layout-offset-in-bits="512">
56 <data-member access="public" layout-offset-in-bits="576">
61 <data-member access="public" layout-offset-in-bits="0">
64 <data-member access="public" layout-offset-in-bits="32">
67 <data-member access="public" layout-offset-in-bits="64">
70 <data-member access="public" layout-offset-in-bits="96">
[all …]
Dtest-PR27569-v0.abi41 <data-member access="public" layout-offset-in-bits="0">
44 <data-member access="public" layout-offset-in-bits="64">
47 <data-member access="public" layout-offset-in-bits="448">
50 <data-member access="public" layout-offset-in-bits="480">
53 <data-member access="public" layout-offset-in-bits="512">
56 <data-member access="public" layout-offset-in-bits="576">
61 <data-member access="public" layout-offset-in-bits="0">
64 <data-member access="public" layout-offset-in-bits="32">
67 <data-member access="public" layout-offset-in-bits="64">
70 <data-member access="public" layout-offset-in-bits="96">
[all …]
/external/deqp/framework/opengl/
DgluTexture.cpp96 tcu::ConstPixelBufferAccess access = m_refTexture.getLevel(levelNdx); in upload() local
97 …TEXTURE_1D, levelNdx, m_format, access.getWidth(), 0 /* border */, transferFormat.format, transfer… in upload()
179 tcu::ConstPixelBufferAccess access = m_refTexture.getLevel(levelNdx); in upload() local
180 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*access.getWidth()); in upload()
181 …, levelNdx, m_format, access.getWidth(), access.getHeight(), 0 /* border */, transferFormat.format… in upload()
312 tcu::ConstPixelBufferAccess access = m_refTexture.getLevel(levelNdx); in upload() local
313 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*access.getWidth()); in upload()
314 …_TEXTURE_2D, levelNdx, 0, 0, access.getWidth(), access.getHeight(), transferFormat.format, transf… in upload()
400 tcu::ConstPixelBufferAccess access = m_refTexture.getLevelFace(levelNdx, (tcu::CubeFace)face); in upload() local
401 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*access.getWidth()); in upload()
[all …]
/external/python/google-api-python-client/docs/
Dauth.md3 …'s private data, your application must also be authorized by the user to access the data. For exam…
7access (defined below). Many API methods require authorized access, but some can use either. Some …
9 ### 1. Simple API access (API keys)
11 These API calls do not access any private user data. Your application must authenticate itself as a…
13 …use an [API key](api-keys.md) for your API Console project. Every simple access call your applicat…
17 ### 2. Authorized API access (OAuth 2.0)
19access private user data. Before you can call them, the user that has access to the private data m…
21 …application requests access to user data, the request must include one or more scopes. The user ne…
23access tokens:** When a user grants your application access, the OAuth 2.0 authorization server pr…
25 > **Warning:** Keep refresh and access tokens private. If someone obtains your tokens, they could u…
[all …]
/external/llvm-project/polly/test/GPGPU/
Dhost-control-flow.ll67 ; KERNEL-IR-NEXT: %polly.access.cast.MemRef_A = bitcast i8 addrspace(1)* %MemRef_A to float addrs…
69 ; KERNEL-IR-NEXT: %polly.access.mul.MemRef_A = mul nsw i64 %pexp.pdiv_r, 100
72 ; KERNEL-IR-NEXT: %polly.access.add.MemRef_A = add nsw i64 %polly.access.mul.MemRef_A, %8
73 …ERNEL-IR-NEXT: %polly.access.MemRef_A = getelementptr float, float addrspace(1)* %polly.access.c…
74 ; KERNEL-IR-NEXT: %tmp_p_scalar_ = load float, float addrspace(1)* %polly.access.MemRef_A, align 4
75 ; KERNEL-IR-NEXT: %polly.access.cast.MemRef_A1 = bitcast i8 addrspace(1)* %MemRef_A to float addr…
77 ; KERNEL-IR-NEXT: %polly.access.mul.MemRef_A3 = mul nsw i64 %pexp.pdiv_r2, 100
81 ; KERNEL-IR-NEXT: %polly.access.add.MemRef_A4 = add nsw i64 %polly.access.mul.MemRef_A3, %11
82 …RNEL-IR-NEXT: %polly.access.MemRef_A5 = getelementptr float, float addrspace(1)* %polly.access.c…
83 ; KERNEL-IR-NEXT: %tmp2_p_scalar_ = load float, float addrspace(1)* %polly.access.MemRef_A5, alig…
[all …]
/external/desugar/java/com/google/devtools/build/android/desugar/
DDefaultMethodClassFixer.java79 int access, in visit() argument
85 isInterface = BitFlags.isSet(access, Opcodes.ACC_INTERFACE); in visit()
93 super.visit(version, access, name, signature, superName, interfaces); in visit()
189 int access, String name, String desc, String signature, String[] exceptions) { in visitMethod() argument
192 recordIfInstanceMethod(access, name, desc); in visitMethod()
196 clInitMethodNode = new MethodNode(access, name, desc, signature, exceptions); in visitMethod()
199 return super.visitMethod(access, name, desc, signature, exceptions); in visitMethod()
305 private void recordIfInstanceMethod(int access, String name, String desc) { in recordIfInstanceMethod() argument
306 if (BitFlags.noneSet(access, Opcodes.ACC_STATIC)) { in recordIfInstanceMethod()
405 private boolean shouldStubAsDefaultMethod(int access, String name, String desc) { in shouldStubAsDefaultMethod() argument
[all …]

12345678910>>...165