Searched refs:access (Results 151 - 175 of 230) sorted by relevance

12345678910

/external/dbus/dbus/
H A Ddbus-sysdeps-util-unix.c458 return (access (file, F_OK) == 0);
611 * because the libc *could* try to access the whole structure
/external/kernel-headers/original/asm-mips/sn/sn0/
H A Dhubmd.h548 bad_prot: 3, /* 41-39: encoding, bad access rights*/
587 access: 2, /* 39-38: access rights of initiator*/ member in struct:proto_error_reg
/external/kernel-headers/original/sound/
H A Dasound.h97 SNDRV_HWDEP_IFACE_USB_STREAM, /* direct access to usb stream */
750 /* bits 30 and 31 are obsoleted (for indirect access) */
781 unsigned int access; /* R: value access (bitmask) - SNDRV_CTL_ELEM_ACCESS_* */ member in struct:snd_ctl_elem_info
811 unsigned int indirect: 1; /* W: indirect access - obsoleted */
/external/linux-tools-perf/util/
H A Dannotate.c290 access(symfs_filename, R_OK)) {
H A Dmap.c650 if (access(path, R_OK)) {
651 pr_err("Can't access file %s\n", path);
H A Dprobe-event.c277 if (access(raw_path, R_OK) == 0) {
292 if (access(*new_path, R_OK) == 0)
/external/mesa3d/docs/
H A DMESA_texture_array.spec416 that access to these initial textures not be lost, they are treated as
786 indexing, and FBO access of GL_EXT_texture_array. This extension
/external/oprofile/events/i386/nehalem/
H A Devents60 event:0x63 counters:0,1 um:cache_lock_cycles minimum:6000 name:CACHE_LOCK_CYCLES : Cycle count during which the L1/L2 caches are locked. A lock is asserted when there is a locked memory access, due to uncacheable memory, a locked operation that spans two cache lines, or a page walk from an uncacheable page table.
104 event:0xF6 counters:0,1,2,3 um:one minimum:6000 name:SQ_FULL_STALL_CYCLES : Counts cycles the Super Queue is full. Neither of the threads on this core will be able to access the uncore.
/external/oprofile/events/x86-64/family10/
H A Dunit_masks135 0x01 GART aperture hit on access from CPU
136 0x02 GART aperture hit on access from I/O
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface_unittest.cc276 if (access(possible_paths[i], F_OK) == 0) {
/external/qemu/distrib/sdl-1.2.15/src/audio/alsa/
H A DSDL_alsa_audio.c24 /* Allow access to a raw mixing buffer */
70 static int (*SDL_NAME(snd_pcm_hw_params_set_access))(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t access);
494 SDL_SetError("Couldn't set interleaved access: %s", SDL_NAME(snd_strerror)(status));
/external/webkit/Source/WebCore/platform/network/curl/
H A DResourceHandleManager.cpp108 static void curl_lock_callback(CURL* handle, curl_lock_data data, curl_lock_access access, void* userPtr) argument
/external/e2fsprogs/misc/
H A Dtune2fs.c1554 access(tdb_dir, W_OK))
1562 if (!access(tdb_file, F_OK)) {
/external/llvm/utils/
H A Dllvm-compilers-check117 return os.path.exists(fpath) and os.access(fpath, os.X_OK)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jar ... .2_r1/s?defs= " (int, boolean) int access boolean isVolatile public byte[] asArray () byte[] bytes byte[] array public ...
/external/regex-re2/lib/codereview/
H A Dcodereview.py97 if os.access("/etc/mercurial", 0):
518 return GoodCLName(name) and os.access(CodeReviewDir(ui, repo) + "/cl." + name, 0)
528 if os.access(path, 0):
1024 files = [f for f in files if os.access(f, 0)]
1054 files = [f for f in files if os.access(f, 0)]
2689 If we attempt to access the upload API without first obtaining an
2720 print >>sys.stderr, "The user's access to the service has been disabled."
/external/chromium/net/disk_cache/
H A Dbackend_unittest.cc2093 DWORD access = GENERIC_READ | GENERIC_WRITE; local
2095 name.value().c_str(), access, sharing, NULL, OPEN_EXISTING, 0, NULL));
2099 file2.Set(CreateFile(name.value().c_str(), access, sharing, NULL,
/external/mksh/src/
H A Dfuncs.c246 /* LINTED use of access */
247 if (p && access(p, R_OK) < 0)
2866 /* LINTED use of access */
2867 return (access(opnd1, R_OK) == 0);
2871 /* LINTED use of access */
2872 return (access(opnd1, W_OK) == 0);
/external/qemu/
H A Dvl-android.c590 /* host time/date access */
2182 if (access(buf, R_OK) == 0) {
2235 if (access(buf, R_OK)) {
2249 && access(name, R_OK) == 0) {
/external/v8/src/
H A Dhydrogen.cc4813 HInstruction* access; local
4842 access = AddInstruction(BuildFastElementAccess(
4845 Push(access);
4848 *has_side_effects |= access->HasObservableSideEffects();
4850 access->set_position(position);
4857 access = AddInstruction(BuildFastElementAccess(
4861 access = AddInstruction(BuildStoreKeyedGeneric(object, key, val));
4863 access = AddInstruction(BuildLoadKeyedGeneric(object, key));
4866 access = AddInstruction(BuildExternalArrayElementAccess(
4869 *has_side_effects |= access
[all...]
/external/v8/test/mjsunit/harmony/
H A Dproxies.js1285 function TestDescriptorGetOrder2(f, access) {
1288 assertEquals(access, descget)
1291 assertEquals(access, descget)
/external/chromium/third_party/libjingle/source/talk/
H A Dmain.scons5 # Use 'import talk' in any .scons file to get access to it.
/external/dnsmasq/contrib/dnslist/
H A Ddnslist.pl435 access to copy from a designated place, then offering equivalent
436 access to copy the source code from the same place counts as
/external/sqlite/dist/orig/
H A Dshell.c70 #define access(f,m) _access((f),(m)) macro
307 ** A global char* and an SQL function to access its current value
2885 if( access(data.zDbFilename, 0)==0 ){
/external/sqlite/dist/
H A Dshell.c75 #define access(f,m) _access((f),(m)) macro
312 ** A global char* and an SQL function to access its current value
2904 if( access(data.zDbFilename, 0)==0 ){

Completed in 1957 milliseconds

12345678910