Searched refs:access (Results 1 - 25 of 679) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
H A DMIDISuccessCallback.idl35 void handleEvent(MIDIAccess access, boolean sysex);
H A DMIDIInput.cpp40 MIDIInput* MIDIInput::create(MIDIAccess* access, const String& id, const String& manufacturer, const String& name, const String& version) argument
42 ASSERT(access);
43 return adoptRefCountedGarbageCollectedWillBeNoop(new MIDIInput(access, id, manufacturer, name, version));
46 MIDIInput::MIDIInput(MIDIAccess* access, const String& id, const String& manufacturer, const String& name, const String& version) argument
47 : MIDIPort(access, id, manufacturer, name, MIDIPortTypeInput, version)
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Daccess.c10 int access(const char* path, int amode) { function
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
H A DInnerClassNode.java61 * The access flags of the inner class as originally declared in the
64 public int access; field in class:InnerClassNode
78 * @param access the access flags of the inner class as originally declared
85 final int access)
90 this.access = access;
99 cv.visitInnerClass(name, outerName, innerName, access);
81 InnerClassNode( final String name, final String outerName, final String innerName, final int access) argument
/external/chromium_org/content/common/
H A Dhandle_enumerator_win.cc90 ACCESS_MASK access) {
92 if (access & GENERIC_READ)
94 if (access & GENERIC_WRITE)
96 if (access & GENERIC_EXECUTE)
98 if (access & GENERIC_ALL)
100 if (access & DELETE)
102 if (access & READ_CONTROL)
104 if (access & WRITE_DAC)
106 if (access & WRITE_OWNER)
108 if (access
89 GetAccessString(HandleType handle_type, ACCESS_MASK access) argument
[all...]
/external/libcxx/test/language.support/support.initlist/support.initlist.access/
H A DAndroid.mk17 test_makefile := external/libcxx/test/language.support/support.initlist/support.initlist.access/Android.mk
19 test_name := language.support/support.initlist/support.initlist.access/access
20 test_src := access.pass.cpp
/external/libcxx/test/numerics/numarray/template.valarray/valarray.access/
H A DAndroid.mk17 test_makefile := external/libcxx/test/numerics/numarray/template.valarray/valarray.access/Android.mk
19 test_name := numerics/numarray/template.valarray/valarray.access/access
20 test_src := access.pass.cpp
23 test_name := numerics/numarray/template.valarray/valarray.access/const_access
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
H A DSubroutine.java47 boolean[] access; field in class:Subroutine
60 this.access = new boolean[maxLocals];
68 result.access = new boolean[access.length];
69 System.arraycopy(access, 0, result.access, 0, access.length);
76 for (int i = 0; i < access.length; ++i) {
77 if (subroutine.access[i] && !access[
[all...]
/external/chromium_org/v8/test/mjsunit/compiler/
H A Descape-analysis-representation.js42 function access(value_track, value_break, deopt) { function
53 access(value_track, value_track(), deopt);
54 access(value_track, value_track(), deopt);
55 %OptimizeFunctionOnNextCall(access);
56 access(value_track, value_track(), deopt);
60 access(value_track, value_break(), deopt);
62 // Clear type feedback of the access function for next run.
63 %ClearFunctionTypeFeedback(access);
/external/deqp/framework/common/
H A DtcuTextureUtil.hpp33 PixelBufferAccess getSubregion (const PixelBufferAccess& access, int x, int y, int z, int width, int height, int depth);
34 ConstPixelBufferAccess getSubregion (const ConstPixelBufferAccess& access, int x, int y, int z, int width, int height, int depth);
36 PixelBufferAccess getSubregion (const PixelBufferAccess& access, int x, int y, int width, int height);
37 ConstPixelBufferAccess getSubregion (const ConstPixelBufferAccess& access, int x, int y, int width, int height);
39 PixelBufferAccess flipYAccess (const PixelBufferAccess& access);
40 ConstPixelBufferAccess flipYAccess (const ConstPixelBufferAccess& access);
86 void clear (const PixelBufferAccess& access, const Vec4& color);
87 void clear (const PixelBufferAccess& access, const IVec4& color);
88 void clearDepth (const PixelBufferAccess& access, float depth);
89 void clearStencil (const PixelBufferAccess& access, in
[all...]
H A DtcuTextureUtil.cpp104 * \brief Get access to subregion of pixel buffer
105 * \param access Parent access object
112 * \return Access object that targets given subregion of parent access object
114 ConstPixelBufferAccess getSubregion (const ConstPixelBufferAccess& access, int x, int y, int z, int width, int height, int depth) argument
116 DE_ASSERT(de::inBounds(x, 0, access.getWidth()) && de::inRange(x+width, x, access.getWidth()));
117 DE_ASSERT(de::inBounds(y, 0, access.getHeight()) && de::inRange(y+height, y, access.getHeight()));
118 DE_ASSERT(de::inBounds(z, 0, access
134 getSubregion(const PixelBufferAccess& access, int x, int y, int z, int width, int height, int depth) argument
152 getSubregion(const PixelBufferAccess& access, int x, int y, int width, int height) argument
166 getSubregion(const ConstPixelBufferAccess& access, int x, int y, int width, int height) argument
176 flipYAccess(const PixelBufferAccess& access) argument
190 flipYAccess(const ConstPixelBufferAccess& access) argument
472 clear(const PixelBufferAccess& access, const Vec4& color) argument
500 clear(const PixelBufferAccess& access, const IVec4& color) argument
528 clearDepth(const PixelBufferAccess& access, float depth) argument
556 clearStencil(const PixelBufferAccess& access, int stencil) argument
584 fillWithComponentGradients1D(const PixelBufferAccess& access, const Vec4& minVal, const Vec4& maxVal) argument
600 fillWithComponentGradients2D(const PixelBufferAccess& access, const Vec4& minVal, const Vec4& maxVal) argument
642 fillWithComponentGradients(const PixelBufferAccess& access, const Vec4& minVal, const Vec4& maxVal) argument
652 fillWithGrid1D(const PixelBufferAccess& access, int cellSize, const Vec4& colorA, const Vec4& colorB) argument
665 fillWithGrid2D(const PixelBufferAccess& access, int cellSize, const Vec4& colorA, const Vec4& colorB) argument
682 fillWithGrid3D(const PixelBufferAccess& access, int cellSize, const Vec4& colorA, const Vec4& colorB) argument
703 fillWithGrid(const PixelBufferAccess& access, int cellSize, const Vec4& colorA, const Vec4& colorB) argument
713 fillWithRepeatableGradient(const PixelBufferAccess& access, const Vec4& colorA, const Vec4& colorB) argument
846 estimatePixelValueRange(const ConstPixelBufferAccess& access, Vec4& minVal, Vec4& maxVal) argument
895 computePixelScaleBias(const ConstPixelBufferAccess& access, Vec4& scale, Vec4& bias) argument
[all...]
/external/chromium_org/sandbox/win/src/
H A Dacl.h21 // Appends an ACE represented by |sid|, |access_mode|, and |access| to
25 ACCESS_MASK access, ACL** new_dacl);
27 // Adds and ACE represented by |sid| and |access| to the default dacl present
29 bool AddSidToDefaultDacl(HANDLE token, const Sid& sid, ACCESS_MASK access);
31 // Adds an ACE represented by the user sid and |access| to the default dacl
33 bool AddUserSidToDefaultDacl(HANDLE token, ACCESS_MASK access);
35 // Adds an ACE represented by |known_sid|, |access_mode|, and |access| to
39 ACCESS_MASK access);
/external/apache-harmony/security/src/test/resources/PermissionCollection/
H A DsignedBKS.jar ... .0_r1/s?defs= " () public static void access () java.io.File f public static void main ...
/external/apache-harmony/support/src/test/resources/tests/resources/
H A Dhyts_signed.jar ... .0_r1/s?defs= " () public static void access () java.io.File f public static void main ...
/external/lldb/test/lang/cpp/static_members/
H A Dmain.cpp19 long access() { function in struct:A
33 my_a.access(); // breakpoint 1
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DClassAdapter.java57 final int access,
63 cv.visit(version, access, name, signature, superName, interfaces);
93 final int access)
95 cv.visitInnerClass(name, outerName, innerName, access);
99 final int access,
105 return cv.visitField(access, name, desc, signature, value);
109 final int access,
115 return cv.visitMethod(access, name, desc, signature, exceptions);
55 visit( final int version, final int access, final String name, final String signature, final String superName, final String[] interfaces) argument
89 visitInnerClass( final String name, final String outerName, final String innerName, final int access) argument
98 visitField( final int access, final String name, final String desc, final String signature, final Object value) argument
108 visitMethod( final int access, final String name, final String desc, final String signature, final String[] exceptions) argument
/external/qemu/
H A Dkvm-android.c28 if (access(kvm_device,F_OK)) {
34 /* Can we access it? */
35 if (access(kvm_device,R_OK)) {
/external/javassist/src/main/javassist/bytecode/analysis/
H A DSubroutine.java31 private Set access = new HashSet(); field in class:Subroutine
47 public void access(int index) { method in class:Subroutine
48 access.add(new Integer(index));
52 return access.contains(new Integer(index));
56 return access;
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
H A DAbstractClassFilterTransformer.java33 abstract protected boolean accept(int version, int access, String name, String signature, String superName, String[] interfaces); argument
36 int access,
41 target = accept(version, access, name, signature, superName, interfaces) ? pass : cv;
42 target.visit(version, access, name, signature, superName, interfaces);
61 public void visitInnerClass(String name, String outerName, String innerName, int access) { argument
62 target.visitInnerClass(name, outerName, innerName, access);
65 public FieldVisitor visitField(int access, argument
70 return target.visitField(access, name, desc, signature, value);
73 public MethodVisitor visitMethod(int access, argument
78 return target.visitMethod(access, nam
35 visit(int version, int access, String name, String signature, String superName, String[] interfaces) argument
[all...]
H A DClassVisitorTee.java29 int access,
34 cv1.visit(version, access, name, signature, superName, interfaces);
35 cv2.visit(version, access, name, signature, superName, interfaces);
44 public void visitInnerClass(String name, String outerName, String innerName, int access) { argument
45 cv1.visitInnerClass(name, outerName, innerName, access);
46 cv2.visitInnerClass(name, outerName, innerName, access);
49 public FieldVisitor visitField(int access, argument
54 FieldVisitor fv1 = cv1.visitField(access, name, desc, signature, value);
55 FieldVisitor fv2 = cv2.visitField(access, name, desc, signature, value);
64 public MethodVisitor visitMethod(int access, argument
28 visit(int version, int access, String name, String signature, String superName, String[] interfaces) argument
[all...]
/external/deqp/framework/referencerenderer/
H A DrrMultisamplePixelBufferAccess.cpp21 * \brief Multisampled pixel buffer access
117 MultisamplePixelBufferAccess getSubregion (const MultisamplePixelBufferAccess& access, int x, int y, int width, int height) argument
119 return MultisamplePixelBufferAccess::fromMultisampleAccess(tcu::getSubregion(access.raw(), 0, x, y, access.getNumSamples(), width, height));
122 MultisampleConstPixelBufferAccess getSubregion (const MultisampleConstPixelBufferAccess& access, int x, int y, int width, int height) argument
124 return MultisampleConstPixelBufferAccess::fromMultisampleAccess(tcu::getSubregion(access.raw(), 0, x, y, access.getNumSamples(), width, height));
147 tcu::Vec4 resolveMultisamplePixel (const MultisampleConstPixelBufferAccess& access, int x, int y) argument
150 for (int s = 0; s < access.getNumSamples(); s++)
151 sum += access
156 clear(const MultisamplePixelBufferAccess& access, const tcu::Vec4& color) argument
161 clear(const MultisamplePixelBufferAccess& access, const tcu::IVec4& color) argument
166 clearDepth(const MultisamplePixelBufferAccess& access, float depth) argument
171 clearStencil(const MultisamplePixelBufferAccess& access, int stencil) argument
[all...]
H A DrrMultisamplePixelBufferAccess.hpp23 * \brief Multisampled pixel buffer access
33 * \brief Read-write pixel data access to multisampled buffers.
35 * Multisampled data access follows the multisampled indexing convention.
60 * \brief Read-only pixel data access to multisampled buffers.
62 * Multisampled data access follows the multisampled indexing convention.
89 MultisamplePixelBufferAccess getSubregion (const MultisamplePixelBufferAccess& access, int x, int y, int width, int height);
90 MultisampleConstPixelBufferAccess getSubregion (const MultisampleConstPixelBufferAccess& access, int x, int y, int width, int height);
93 tcu::Vec4 resolveMultisamplePixel (const MultisampleConstPixelBufferAccess& access, int x, int y);
95 void clear (const MultisamplePixelBufferAccess& access, const tcu::Vec4& color);
96 void clear (const MultisamplePixelBufferAccess& access, cons
[all...]
/external/libcxx/test/containers/associative/map/map.access/
H A DAndroid.mk17 test_makefile := external/libcxx/test/containers/associative/map/map.access/Android.mk
19 test_name := containers/associative/map/map.access/index_rv_key
23 test_name := containers/associative/map/map.access/at
27 test_name := containers/associative/map/map.access/iterator
31 test_name := containers/associative/map/map.access/index_tuple
35 test_name := containers/associative/map/map.access/size
39 test_name := containers/associative/map/map.access/max_size
43 test_name := containers/associative/map/map.access/empty
47 test_name := containers/associative/map/map.access/index_key
/external/chromium_org/chrome/test/base/
H A Dprofile_mock.h22 password_manager::PasswordStore*(ServiceAccessType access));
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DNinePieceImage.h71 void setImage(PassRefPtr<StyleImage> image) { m_data.access()->image = image; }
74 void setImageSlices(const LengthBox& slices) { m_data.access()->imageSlices = slices; }
77 void setFill(bool fill) { m_data.access()->fill = fill; }
80 void setBorderSlices(const BorderImageLengthBox& slices) { m_data.access()->borderSlices = slices; }
83 void setOutset(const BorderImageLengthBox& outset) { m_data.access()->outset = outset; }
86 void setHorizontalRule(ENinePieceImageRule rule) { m_data.access()->horizontalRule = rule; }
89 void setVerticalRule(ENinePieceImageRule rule) { m_data.access()->verticalRule = rule; }
93 m_data.access()->imageSlices = other.m_data->imageSlices;
94 m_data.access()->fill = other.m_data->fill;
99 m_data.access()
[all...]

Completed in 663 milliseconds

1234567891011>>