HomeSort by relevance Sort by last modified time
    Searched defs:access (Results 151 - 175 of 568) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/owasp/sanitizer/tools/findbugs/lib/
asm-analysis-3.3.jar 
asm-commons-3.3.jar 
  /external/python/apitools/samples/bigquery_sample/bigquery_v2/
bigquery_v2_messages.py 538 access: [Optional] An array of objects that define dataset access for one
540 dataset in order to control who is allowed to access the data. If
542 access for the following entities: access.specialGroup: projectReaders;
543 access.role: READER; access.specialGroup: projectWriters; access.role:
544 WRITER; access.specialGroup: projectOwners; access.role: OWNER
648 access = _messages.MessageField('AccessValueListEntry', 1, repeated=True) variable in class:Dataset
    [all...]
  /external/u-boot/drivers/net/
cpsw.c 108 u32 access; member in struct:cpsw_mdio_regs::__anon47339
497 /* wait until hardware is ready for another user access */
504 ((reg = __raw_readl(&mdio_regs->user[0].access)) & USERACCESS_GO))
539 __raw_writel(reg, &mdio_regs->user[0].access);
557 __raw_writel(reg, &mdio_regs->user[0].access);
    [all...]
  /external/v8/src/compiler/
js-typed-lowering.cc 10 #include "src/compiler/access-builder.h"
1350 ContextAccess const& access = ContextAccessOf(node->op()); local
1371 ContextAccess const& access = ContextAccessOf(node->op()); local
    [all...]
simplified-lowering.cc 12 #include "src/compiler/access-builder.h"
153 UseInfo UseInfoForBasePointer(const FieldAccess& access) {
154 return access.tag() != 0 ? UseInfo::AnyTagged() : UseInfo::PointerInt();
157 UseInfo UseInfoForBasePointer(const ElementAccess& access) {
158 return access.tag() != 0 ? UseInfo::AnyTagged() : UseInfo::PointerInt();
2514 FieldAccess access = FieldAccessOf(node->op()); local
2552 ElementAccess access = ElementAccessOf(node->op()); local
    [all...]
effect-control-linearizer.cc 8 #include "src/compiler/access-builder.h"
4260 ElementAccess access = AccessBuilder::ForFixedArrayElement(HOLEY_ELEMENTS); local
4307 ElementAccess access = AccessBuilder::ForFixedArrayElement(); local
    [all...]
js-call-reducer.cc 12 #include "src/compiler/access-builder.h"
13 #include "src/compiler/access-info.h"
19 #include "src/compiler/property-access-builder.h"
585 // might require access checks here; we also don't want to deal
3025 FieldAccess const& access = FieldAccessOf(user->op()); local
4691 ElementAccess const access = AccessBuilder::ForFixedArrayElement(kind); local
    [all...]
typer.cc 1368 ContextAccess const& access = ContextAccessOf(node->op()); local
    [all...]
  /external/v8/src/ppc/
assembler-ppc.cc 1337 ConstantPoolEntry::Access access = ConstantPoolAddEntry(src.rmode_, value); local
    [all...]
  /external/jarjar/lib/
asm-commons-4.0.jar 
  /external/clang/tools/c-index-test/
c-index-test.c 811 enum CX_CXXAccessSpecifier access = clang_getCXXAccessSpecifier(Cursor); local
815 switch (access) {
826 printf(" [access=%s isVirtual=%s]", accessStr,
1107 enum CX_CXXAccessSpecifier access = clang_getCXXAccessSpecifier(Cursor); local
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl3cTextureSwizzleTests.cpp 42 #define FUNCTIONAL_TEST_ALL_ACCESS_ROUTINES 0 /* Selects if all texture access routines should be tested */
1134 /* Texture access routine descriptors */
2803 const _texture_access& access = texture_access[test_case.m_texture_access_index]; local
2884 const _texture_access& access = texture_access[test_case.m_texture_access_index]; local
2943 const _texture_access& access = texture_access[access_idx]; local
3136 const _texture_access& access = texture_access[test_case.m_texture_access_index]; local
3205 const _texture_access& access = texture_access[test_case.m_texture_access_index]; local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureFunctionTests.cpp 23 * \brief Texture access and query function tests.
925 const tcu::PixelBufferAccess access = textureCube->getLevelFace(level, (tcu::CubeFace)face); local
1128 const tcu::PixelBufferAccess access = tcu::getSubregion(levelAccess, 0, 0, (layer*6)+face, levelAccess.getWidth(), levelAccess.getHeight(), 1); local
    [all...]
  /external/google-breakpad/src/third_party/libdisasm/
libdis.h 238 enum x86_op_access access; /* operand access [RWX] */ member in struct:__anon22803
620 * useful. Note also that by definition Execute Access implies Read
621 * Access and implies Not Write Access.
622 * The "type" (implicit or explicit) and the access method can
626 op_dest = 1, /* operands with Write access */
627 op_src = 2, /* operands with Read access */
628 op_ro = 3, /* operands with Read but not Write access */
629 op_wo = 4, /* operands with Write but not Read access */
811 enum x86_op_access access; \/* operand access [RWX] *\/ member in struct:__anon22806
    [all...]
  /external/libdrm/include/drm/
nouveau_class.h 215 __u8 access; member in struct:nv_dma_v0
  /external/virglrenderer/src/
vrend_shader.c 4314 const char *access = ""; local
    [all...]
  /external/guice/lib/build/
jarjar-1.1.jar 
  /external/testng/lib-supplied/
jarjar-issue-21.jar 
guice-2.0.jar 
  /bionic/libc/kernel/uapi/sound/
asound.h 724 unsigned int access; member in struct:snd_ctl_elem_info
  /device/google/bonito/sdm710/kernel-headers/sound/
asound.h 714 unsigned int access; member in struct:snd_ctl_elem_info
  /device/google/bonito/sdm710/original-kernel-headers/sound/
asound.h 100 SNDRV_HWDEP_IFACE_USB_STREAM, /* direct access to usb stream */
332 #define SNDRV_PCM_HW_PARAM_ACCESS 0 /* Access type */
890 unsigned int access; \/* R: value access (bitmask) - SNDRV_CTL_ELEM_ACCESS_* *\/ member in struct:snd_ctl_elem_info
    [all...]
  /device/google/crosshatch/sdm845/kernel-headers/sound/
asound.h 714 unsigned int access; member in struct:snd_ctl_elem_info
  /device/google/crosshatch/sdm845/original-kernel-headers/sound/
asound.h 100 SNDRV_HWDEP_IFACE_USB_STREAM, /* direct access to usb stream */
332 #define SNDRV_PCM_HW_PARAM_ACCESS 0 /* Access type */
890 unsigned int access; \/* R: value access (bitmask) - SNDRV_CTL_ELEM_ACCESS_* *\/ member in struct:snd_ctl_elem_info
    [all...]

Completed in 1554 milliseconds

1 2 3 4 5 67 8 91011>>