Searched refs:access (Results 176 - 200 of 230) sorted by relevance

12345678910

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas65 /// Gives access to implementing object
317 /// to access variables by name. For example, see the following C code:
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtoken.rb61 access to the attributes expected by a token. Even though most of the ANTLR
410 2. permit access to a token's type-name independently of recognizer objects
/external/e2fsprogs/misc/
H A Dfsck.c1129 if (access("/proc/partitions", R_OK) < 0) {
/external/jhead/
H A Djhead.c806 if (access(FileName, 2 /*W_OK*/)){
1142 // Copy the access rights from original file
1144 // set Unix access rights and time to new file
/external/mksh/src/
H A Dexpr.c918 * Wrapper around access(2) because it says root can execute everything
920 * this iff mode can have the X_OK bit set, access otherwise.
928 if ((rv = access(fn, mode)) == 0 && kshuid == 0 && (mode & X_OK) &&
H A Dexec.c1176 /* LINTED use of access */
1177 if (access(fn, mode) < 0)
1178 /* file exists, but we can't access it */
1182 /* access(2) may say root can execute everything */
H A Dvar.c1173 /* LINTED use of access */
1174 if (s[0] == '/' && access(s, W_OK|X_OK) == 0 &&
/external/openssl/crypto/sha/asm/
H A Dsha512-ppc.pl235 ; upon unaligned access which crosses page boundary. "Better safe
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbevents.c389 if ( access(GPM_NODE_FIFO, F_OK) < 0 ) {
450 * us access to the mousewheel, etc. Returns zero if
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
H A DSDL_gsevents.c359 if ( access(GPM_NODE_FIFO, F_OK) < 0 ) {
390 * us access to the mousewheel, etc. Returns zero if
/external/skia/include/gpu/gl/
H A DGrGLInterface.h254 typedef GrGLvoid* (GR_GL_FUNCTION_TYPE *GrGLMapBufferProc)(GrGLenum target, GrGLenum access);
/external/skia/src/gpu/gl/
H A DGrGLCreateNullInterface.cpp162 GrGLvoid* GR_GL_FUNCTION_TYPE nullGLMapBuffer(GrGLenum target, GrGLenum access) { argument
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-linux.c164 if (VG_(access)(preload_tool_path, True/*r*/, False/*w*/, False/*x*/) == 0) {
/external/valgrind/main/coregrind/
H A Dm_libcfile.c487 /* Check accessibility of a file. Returns zero for access granted,
489 Int VG_(access) ( const HChar* path, Bool irusr, Bool iwusr, Bool ixusr ) function
/external/clang/tools/c-index-test/
H A Dc-index-test.c701 enum CX_CXXAccessSpecifier access = clang_getCXXAccessSpecifier(Cursor); local
705 switch (access) {
716 printf(" [access=%s isVirtual=%s]", accessStr,
1650 fprintf(file, "Dot member access\n");
1653 fprintf(file, "Arrow member access\n");
1656 fprintf(file, "Objective-C property access\n");
/external/icu4c/test/intltest/
H A Dutxttest.cpp547 // TestAccess Test the read only access functions on a UText, including cloning.
580 // TestAccessNoClone() Test the read only access functions on a UText.
1846 // and replace the entry for the access function.
1848 fragmentFuncs.access = fragTextAccess;
1853 ut->pFuncs->access(ut, 0, TRUE);
/external/icu4c/tools/tzcode/
H A Dzic.c784 access(fromname, F_OK) == 0 &&
840 accres = access(myname, F_OK);
H A Dlocaltime.c384 if (doaccess && access(name, R_OK) != 0)
/external/libxml2/
H A DdebugXML.c2517 if (access((char *) filename, W_OK)) {
2586 if (access((char *) filename, W_OK)) {
/external/linux-tools-perf/util/
H A Dsymbol.c1262 * DWARF DW_compile_unit has this, but we don't always have access
2006 if (access(kallsyms_filename, F_OK)) {
2623 ret = access(path, R_OK);
2625 pr_debug("Can't access file %s\n", path);
/external/mesa3d/src/glsl/
H A Dast_to_hir.cpp75 * Since built-in functions like ftransform() access built-in variables,
680 "previous access",
749 mark_whole_array_access(ir_rvalue *access) argument
751 ir_dereference_variable *deref = access->as_dereference_variable();
1493 * declared size, ensure that the access is in-bounds. If the array
1549 * FINISHME: array access limits be added to ir_dereference?
2355 "previous access",
/external/oprofile/events/mips/74K/
H A Devents113 event:0x413 counters:1,3 um:zero minimum:500 name:AGEN_BUBBLE_CYCLES : 19-1 DDQ1 (AGEN out-of-order dispatch queue) bubbles due to MFC2 data write or cache access from FSB
/external/webkit/Source/WebCore/bindings/scripts/
H A DCodeGeneratorV8.pm1590 # V8 has access-check callback API (see ObjectTemplate::SetAccessCheckCallbacks) and it's used on DOMWindow
1648 # V8 has access-check callback API (see ObjectTemplate::SetAccessCheckCallbacks) and it's used on DOMWindow
1814 # generate an access getter that returns different function objects
2069 # the access find the DOM wrapper in the prototype chain
2130 // Set access check callbacks, but turned off initially.
2131 // When a context is detached from a frame, turn on the access check.
/external/wpa_supplicant_6/wpa_supplicant/
H A Dwpa_cli.c146 if (access(ctrl_iface_dir, F_OK) < 0)
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp274 // Check for out of bound array element access.
304 BT_Bounds.reset(new BuiltinBug("Out-of-bound array access",
368 // Get the access length and make sure it is known.
369 // FIXME: This assumes the caller has already checked that the access length
900 // If the size is zero, there won't be any actual memory access, so

Completed in 3201 milliseconds

12345678910