/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
DataRef.h | 38 T* access() function in class:WebCore::DataRef
|
/external/chromium_org/third_party/skia/src/gpu/gl/debug/ |
GrBufferObj.h | 32 void access() { function in class:GrBufferObj 33 // cannot access the buffer if it is currently mapped
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/ |
cwg1170.cpp | 5 # error No support for access control as part of SFINAE?
|
/external/oprofile/libpopt/ |
findme.c | 39 if (!access(buf, X_OK))
|
/external/pixman/pixman/ |
Android.mk | 14 pixman-access.c \ 15 pixman-access-accessors.c \
|
/external/skia/src/gpu/gl/debug/ |
GrBufferObj.h | 32 void access() { function in class:GrBufferObj 33 // cannot access the buffer if it is currently mapped
|
/external/valgrind/main/drd/tests/ |
atomic_var.c | 23 has built-in functions for atomic memory access.
|
/system/netd/ |
oem_iptables_hook.cpp | 75 if (0 == access(OEM_SCRIPT_PATH, R_OK | X_OK)) {
|
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/ |
AccessSourcer.java | 22 * Source generator for the access fields of methods, fields and classes. 24 * Given an integer access field and a type ({@link #IS_CLASS}, {@link #IS_FIELD} or 26 * desribing the access modifiers for a Java source. 87 * Generates a list of access keywords, e.g. "public final". 92 * @param access The access mode, e.g. 33 or 18 96 public void write(int access, int filter) { 101 if ((f.getFilter() & filter) != 0 && (access & f.getValue()) != 0) {
|
/external/chromium_org/sandbox/win/tools/finder/ |
finder.h | 13 READ = 0, // Number of objects with read access 14 WRITE, // Number of objects with write access 15 ALL, // Number of objects with r/w access 52 // for read, write or r/w access. It outputs the results to a file or stdout. 62 // Parses a file system path and perform an access check on all files and 68 // Parses a registry hive referenced by "key" and performs an access check on 74 // Parses the kernel namespace beginning at "path" and performs an access 82 // Returns the access granted. 88 // Returns the access granted. 93 // Returns the access granted [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
bitops-3bit-bits-in-byte.js | 13 lir4,0xE994; 9 instructions, no memory access, minimal register dependence, 6 shifts, 2 adds, 1 inline assign
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
bitops-3bit-bits-in-byte.js | 13 lir4,0xE994; 9 instructions, no memory access, minimal register dependence, 6 shifts, 2 adds, 1 inline assign
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/ |
bitops-3bit-bits-in-byte.js | 15 lir4,0xE994; 9 instructions, no memory access, minimal register dependence, 6 shifts, 2 adds, 1 inline assign
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrEffect.cpp | 89 void GrEffect::addTextureAccess(const GrTextureAccess* access) { 90 fTextureAccesses.push_back(access);
|
/external/jmonkeyengine/engine/src/test/jme3test/network/ |
TestRemoteCall.java | 98 store.exposeObject("access", new ServerAccessImpl()); 113 ServerAccess access = store.getExposedObject("access", ServerAccess.class, true); local 114 boolean result = access.attachChild("Models/Oto/Oto.mesh.xml");
|
/external/skia/src/gpu/ |
GrEffect.cpp | 89 void GrEffect::addTextureAccess(const GrTextureAccess* access) { 90 fTextureAccesses.push_back(access);
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
rmfinalepsilon.h | 36 vector<bool> access; local 39 SccVisitor<A> scc_visitor(0, &access, &coaccess, &props);
|
connect.h | 39 // access[i]: accessibility of state i. 44 SccVisitor(vector<StateId> *scc, vector<bool> *access, 46 : scc_(scc), access_(access), coaccess_(coaccess), props_(props) {} 190 vector<StateId> *scc_stack_; // SCC stack (w/ random access) 205 vector<bool> access; local 208 SccVisitor<Arc> scc_visitor(0, &access, &coaccess, &props); 211 for (StateId s = 0; s < (StateId)access.size(); ++s) 212 if (!access[s] || !coaccess[s])
|
/external/valgrind/main/coregrind/m_initimg/ |
initimg-pathscan.c | 116 if (VG_(access)(buf, True/*r*/, False/*w*/, True/*x*/) == 0) { 120 } else if (VG_(access)(buf, True/*r*/, False/*w*/, False/*x*/) == 0
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
AbstractClassAdapter.java | 169 public void visit(int version, int access, String name, String signature, 180 super.visit(version, access, name, signature, superName, interfaces); 184 public void visitInnerClass(String name, String outerName, String innerName, int access) { 187 super.visitInnerClass(name, outerName, innerName, access); 196 public MethodVisitor visitMethod(int access, String name, String desc, 200 MethodVisitor mw = super.visitMethod(access, name, desc, signature, exceptions); 211 public FieldVisitor visitField(int access, String name, String desc, 214 return super.visitField(access, name, desc, signature, value);
|
/frameworks/native/opengl/libs/GLES_trace/ |
Android.mk | 29 # we need to access the private Bionic header <bionic_tls.h>
|
/external/chromium_org/gpu/config/ |
gpu_info_collector_x11.cc | 118 pci_access* access = (libpci_loader.pci_alloc)(); local 119 DCHECK(access != NULL); 120 (libpci_loader.pci_init)(access); 121 (libpci_loader.pci_scan_bus)(access); 123 for (pci_dev* device = access->devices; 161 (libpci_loader.pci_cleanup)(access);
|
/external/chromium_org/remoting/webapp/ |
host_screen.js | 34 * @param {string} token The OAuth access token. 71 var accessCodeDisplay = document.getElementById('access-code-display'); 73 // Display the access code in groups of four digits for readability. 77 nextFourDigits.className = 'access-code-digit-group'; 92 console.error('Access code already invalid on receipt!'); 180 * @type {boolean} Whether or not the access code timeout countdown is running. 186 * @type {number} The id of the access code expiry countdown timer. 192 * @type {number} The number of seconds until the access code expires. 208 * Stop the access code timeout countdown if it is running. 219 * Constants controlling the access code timer countdown display [all...] |
host_session.js | 60 * @param {string} accessToken A valid OAuth2 access token. 84 * Get the access code generated by the host plugin. Valid only after the 86 * @return {string} The access code. 93 * Get the lifetime for the access code. Valid only after the plugin state is 95 * @return {number} The access code lifetime, in seconds.
|
/external/chromium_org/v8/test/mjsunit/ |
arguments-opt.js | 63 // Integer access. 72 // Out-of-bounds integer access with and without argument 81 // String access. 97 // Object access. 127 // Make sure that out-of-bounds access do lookups in the
|