Searched refs:access (Results 226 - 250 of 679) sorted by relevance

1234567891011>>

/external/proguard/src/proguard/gradle/
H A DProGuardTask.java1217 String access = (String)classSpecificationArgs.get("access");
1231 requiredClassAccessFlags(true, access, type),
1232 requiredClassAccessFlags(false, access, type),
1253 * Parses the class access flags that must be set (or not), based on the
1257 String access,
1263 if (access != null)
1265 StringTokenizer tokenizer = new StringTokenizer(access, " ,");
1286 throw new ParseException("Incorrect class access modifier ["+strippedToken+"]");
1324 String access
1256 requiredClassAccessFlags(boolean set, String access, String type) argument
1384 requiredMemberAccessFlags(boolean set, String access) argument
[all...]
/external/skia/src/gpu/gl/
H A DGrGLProgramEffects.h79 TextureSampler(UniformHandle uniform, const GrTextureAccess& access) argument
81 , fConfigComponentMask(GrPixelConfigComponentMask(access.getTexture()->config())) {
83 memcpy(fSwizzle, access.getSwizzle(), 5);
275 * The expressions to access the transformed coords (i.e. 'vec2(gl_TexCoord[0])') as well as the
/external/deqp/framework/randomshaders/
H A DrsgExpression.cpp381 ExecValueAccess access = m_value.getValue(VariableType::getScalarType(VariableType::TYPE_FLOAT)); local
384 access.asFloat(ndx) = value;
436 ExecValueAccess access = m_value.getValue(VariableType::getScalarType(VariableType::TYPE_INT)); local
439 access.asInt(ndx) = value;
484 ExecValueAccess access = m_value.getValue(VariableType::getScalarType(VariableType::TYPE_BOOL)); local
487 access.asBool(ndx) = value;
586 template <typename T> T getValueAccessValue (ConstValueAccess access);
587 template<> inline float getValueAccessValue<float> (ConstValueAccess access) { return access.asFloat(); } argument
588 template<> inline int getValueAccessValue<int> (ConstValueAccess access) { retur argument
589 getValueAccessValue(ConstValueAccess access) argument
592 getValueAccessValue(ValueAccess access) argument
593 getValueAccessValue(ValueAccess access) argument
594 getValueAccessValue(ValueAccess access) argument
[all...]
/external/chromium_org/gpu/GLES2/
H A Dgl2extchromium.h86 GL_APICALL void* GL_APIENTRY glMapBufferCHROMIUM(GLuint target,GLenum access);
90 GLuint target,GLenum access);
142 GLuint image_id, GLenum access);
159 GLuint target, GLintptr offset, GLsizeiptr size, GLenum access);
163 GLsizei height, GLenum format, GLenum type, GLenum access);
167 GLuint target, GLintptr offset, GLsizeiptr size, GLenum access);
172 GLsizei height, GLenum format, GLenum type, GLenum access);
/external/deqp/modules/gles2/functional/
H A Des2fTextureUnitTests.cpp715 tcu::PixelBufferAccess access = is2d ? m_textures2d.back()->getLevel(levelNdx) : m_texturesCube.back()->getLevelFace(levelNdx, (tcu::CubeFace)face); local
716 tcu::fillWithGrid(access, curCellSize, toVec4(tcu::RGBA(colorA))*cScale + cBias, toVec4(tcu::RGBA(colorB))*cScale + cBias);
860 tcu::ConstPixelBufferAccess access = texture->getLevel(levelNdx); local
861 int width = access.getWidth();
862 int height = access.getHeight();
864 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*width);
866 context.texImage2D(GL_TEXTURE_2D, levelNdx, m_textureParams[texNdx].format, width, height, 0, m_textureParams[texNdx].format, m_textureParams[texNdx].dataType, access.getDataPtr());
884 tcu::ConstPixelBufferAccess access = texture->getLevelFace(levelNdx, (tcu::CubeFace)face); local
885 int width = access
[all...]
/external/chromium_org/content/common/
H A Dsandbox_win.cc113 // Adds the policy rules for the path and path\ with the semantic |access|.
117 sandbox::TargetPolicy::Semantics access,
127 result = policy->AddRule(sandbox::TargetPolicy::SUBSYS_FILES, access,
137 result = policy->AddRule(sandbox::TargetPolicy::SUBSYS_FILES, access,
145 // Adds the policy rules for the path and path\* with the semantic |access|.
148 sandbox::TargetPolicy::Semantics access,
151 result = policy->AddRule(sandbox::TargetPolicy::SUBSYS_REGISTRY, access,
157 result = policy->AddRule(sandbox::TargetPolicy::SUBSYS_REGISTRY, access,
461 // Duplicate the handle so we get the final access mask.
796 // Finally, see if we already have access t
116 AddDirectory(int path, const wchar_t* sub_dir, bool children, sandbox::TargetPolicy::Semantics access, sandbox::TargetPolicy* policy) argument
147 AddKeyAndSubkeys(std::wstring key, sandbox::TargetPolicy::Semantics access, sandbox::TargetPolicy* policy) argument
[all...]
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.h291 : access(_access),
297 // access mode. Currently only GL_WRITE_ONLY is valid
298 GLenum access; member in struct:gpu::gles2::GLES2Implementation::MappedResource
313 GLenum access,
325 : MappedResource(access, shm_id, shm_mem, shm_offset),
350 GLenum access,
357 : MappedResource(access, shm_id, shm_mem, shm_offset),
387 // Checks for single threaded access.
748 // Used to check for single threaded access.
312 MappedTexture( GLenum access, int shm_id, void* shm_mem, unsigned int shm_offset, GLenum _target, GLint _level, GLint _xoffset, GLint _yoffset, GLsizei _width, GLsizei _height, GLenum _format, GLenum _type) argument
349 MappedBuffer( GLenum access, int shm_id, void* shm_mem, unsigned int shm_offset, GLenum _target, GLintptr _offset, GLsizeiptr _size) argument
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_multithread_makecurrent.spec34 objects in parallel, and leaves synchronization for write access
72 current to multiple threads, with synchronization of access to
136 The intention is to allow multithreaded access to the GL at the
139 is not an option, and synchronizing of GL's access to the GL
/external/chromium_org/v8/src/compiler/
H A Djs-generic-lowering.cc332 ContextAccess access = OpParameter<ContextAccess>(node); local
335 for (int i = 0; i < access.depth(); ++i) {
343 node->ReplaceInput(1, Int32Constant(Context::SlotOffset(access.index())));
349 ContextAccess access = OpParameter<ContextAccess>(node); local
352 for (int i = 0; i < access.depth(); ++i) {
361 node->ReplaceInput(1, Int32Constant(Context::SlotOffset(access.index())));
/external/mesa3d/docs/
H A DMESA_multithread_makecurrent.spec34 objects in parallel, and leaves synchronization for write access
72 current to multiple threads, with synchronization of access to
136 The intention is to allow multithreaded access to the GL at the
139 is not an option, and synchronizing of GL's access to the GL
/external/chromium_org/components/web_cache/browser/
H A Dweb_cache_manager.cc88 stats->access = Time::Now();
111 item->second.access = Time::Now();
424 TimeDelta idle = Time::Now() - elmt->second.access;
H A Dweb_cache_manager.h108 // The access time for this renderer.
109 base::Time access; member in struct:web_cache::WebCacheManager::RendererInfo
/external/qemu/android/utils/
H A Dtimezone.c321 if ( access( env, R_OK ) != 0 ) {
346 if ( access( localtime, R_OK ) != 0 ) {
350 if (p >= end || access( temp, R_OK ) != 0 ) {
385 fprintf( stderr, "### WARNING: can't access '%s', unable to determine host timezone\n",
/external/valgrind/main/coregrind/
H A Dlauncher-darwin.c122 if (access(fullname, R_OK|X_OK) == 0)
288 if (access(vgpreload_core, R_OK|X_OK) != 0) {
411 if (access(toolfile, R_OK|X_OK) != 0) {
/external/chromium_org/content/shell/tools/
H A Dbreakpad_integration_test.py48 if not os.access(options.binary, os.X_OK):
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dgraphics_3d_resource.cc127 GLenum access) {
119 MapTexSubImage2DCHROMIUM(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLenum access) argument
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dfuse.h216 // Called by access()
217 int (*access)(const char* path, int mode); member in struct:fuse_operations
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dmock_kernel_proxy.h21 MOCK_METHOD2(access, int(const char*, int));
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DBuffer11.h70 virtual gl::Error map(size_t offset, size_t length, GLbitfield access, GLvoid **mapPtr);
/external/chromium_org/v8/src/
H A Dhydrogen-escape-analysis.cc190 int index = load->access().offset() / kPointerSize;
192 DCHECK(load->access().IsInobject());
204 int index = store->access().offset() / kPointerSize;
206 DCHECK(store->access().IsInobject());
/external/deqp/modules/egl/
H A DteglColorClearCase.cpp104 tcu::PixelBufferAccess access = tcu::getSubregion(dst.getAccess(), clearIter->x, clearIter->y, 0, clearIter->width, clearIter->height, 1); local
105 tcu::clear(access, pixelFormat.convertColor(clearIter->color).toIVec());
375 tcu::PixelBufferAccess access = tcu::getSubregion(refFrame.getAccess(), local
378 tcu::clear(access, pixelFmt.convertColor(packet.clears[clearNdx].color).toIVec());
/external/elfutils/0.153/libdw/
H A DMakefile.am79 libdw_findcu.c libdw_form.c libdw_alloc.c memory-access.c \
130 noinst_HEADERS = libdwP.h memory-access.h dwarf_abbrev_hash.h \
/external/fio/engines/
H A Dwindowsaio.c157 DWORD access; local
187 access = GENERIC_READ;
189 access = (GENERIC_READ | GENERIC_WRITE);
196 f->hFile = CreateFile(f->file_name, access, sharemode,
/external/openfst/src/include/fst/script/
H A Dinfo-impl.h136 vector<bool> access, coaccess; local
138 SccVisitor<Arc> scc_visitor(&scc, &access, &coaccess, &props);
153 if (access[s])
157 if (access[s] && coaccess[s])
/external/oprofile/libutil/
H A Dop_file.c29 return !stat(file, &st) && S_ISREG(st.st_mode) && !access(file, R_OK);

Completed in 636 milliseconds

1234567891011>>