HomeSort by relevance Sort by last modified time
    Searched refs:access (Results 101 - 125 of 297) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
unistd.h 104 /* Macros for access() */
110 extern int access(const char *, int);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
unistd.h 104 /* Macros for access() */
110 extern int access(const char *, int);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
unistd.h 104 /* Macros for access() */
110 extern int access(const char *, int);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
unistd.h 108 /* Macros for access() */
114 extern int access(const char *, int);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
unistd.h 108 /* Macros for access() */
114 extern int access(const char *, int);
  /system/core/libcutils/
sched_policy.c 99 if (!access("/dev/cpuctl/tasks", F_OK)) {
  /device/samsung/crespo/alsa-lib/src/control/
control.c 7 * CTL interface is designed to access primitive controls.
33 <P>Control interface is designed to access primitive controls. There is
285 info->access = SNDRV_CTL_ELEM_ACCESS_READWRITE |
    [all...]
  /bionic/linker/
Android.mk 39 # we need to access the Bionic private header <bionic_tls.h>
  /external/elfutils/libdw/
Makefile.am 96 noinst_HEADERS = libdwP.h memory-access.h dwarf_abbrev_hash.h
  /external/webkit/WebCore/bridge/qt/
qt_instance.cpp 230 if (method.access() != QMetaMethod::Private) {
266 if (m.access() != QMetaMethod::Private
347 QString msg = QString(QLatin1String("cannot access member `%1' of deleted QObject")).arg(QLatin1String(name()));
372 QString msg = QString(QLatin1String("cannot access member `%1' of deleted QObject")).arg(QLatin1String(name()));
  /frameworks/base/obex/javax/obex/
HeaderSet.java 594 * @param access if <code>true</code> then full access will be granted if
595 * successful; if <code>false</code> then read-only access will be
599 public void createAuthenticationChallenge(String realm, boolean userID, boolean access)
607 mAuthChall = ObexHelper.computeAuthenticationChallenge(nonce, realm, access, userID);
  /hardware/libhardware_legacy/wifi/
wifi.c 229 if (access(SUPP_CONFIG_FILE, R_OK|W_OK) == 0) {
232 LOGE("Cannot access \"%s\": %s", SUPP_CONFIG_FILE, strerror(errno));
375 if (access(IFACE_DIR, F_OK) == 0) {
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_ioplug.c 256 /* access, format */
400 INTERNAL(snd_pcm_hw_params_get_access)(params, &io->data->access);
410 INTERNAL(snd_pcm_hw_params_get_access)(params, &io->data->access);
607 pcm->access != SND_PCM_ACCESS_RW_INTERLEAVED &&
608 pcm->access != SND_PCM_ACCESS_RW_NONINTERLEAVED) {
631 pcm->access != SND_PCM_ACCESS_RW_INTERLEAVED &&
632 pcm->access != SND_PCM_ACCESS_RW_NONINTERLEAVED) {
pcm.c 229 interleaved samples at input (#SND_PCM_ACCESS_RW_INTERLEAVED access method),
231 #SND_PCM_ACCESS_RW_NONINTERLEAVED access method) at input. There are these
239 Access #SND_PCM_ACCESS_MMAP_INTERLEAVED has interleaved samples. Access
241 one channel. Access #SND_PCM_ACCESS_MMAP_COMPLEX does not fit to interleaved
245 access to memory areas via #snd_pcm_mmap_begin() function.
257 these functions discards the benefits of direct access to memory region.
309 \par Access modes
311 ALSA knows about five access modes. The first three can be used for direct
312 communication. The access mode #SND_PCM_ACCESS_MMAP_INTERLEAVE
    [all...]
pcm_local.h 66 /** device accepts mmaped access */
68 /** device accepts mmaped access with sample resolution */
187 snd_pcm_access_t access; /* access mode */ member in struct:_snd_pcm
704 int INTERNAL(snd_pcm_hw_params_get_access)(const snd_pcm_hw_params_t *params, snd_pcm_access_t *access);
705 int snd_pcm_hw_params_test_access(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t access);
706 int snd_pcm_hw_params_set_access(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t access);
707 int INTERNAL(snd_pcm_hw_params_set_access_first)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t *access);
708 int INTERNAL(snd_pcm_hw_params_set_access_last)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t *access);
    [all...]
  /external/bluetooth/hcidump/parser/
lmp.c 537 uint8_t access = LMP_U8(frm); local
558 printf("M_access %d\n", access & 0x0f);
561 printf("access scheme 0x%2.2x\n", access >> 4);
575 uint8_t access = LMP_U8(frm); local
590 printf("M_access %d\n", access & 0x0f);
593 printf("access scheme 0x%2.2x\n", access >> 4);
  /cts/tools/dasm/src/dasm/
DAsm.java 342 void beginField(short access, String name, String desc, Object value)
359 void addField(short access, String name, String desc, String sig,
363 + ", " + access + ", "
368 EncodedField ef = new EncodedField(field, access);
369 if ((access & AccessFlags.ACC_STATIC) != 0) {
389 void newMethod(String name, String descriptor, int access) {
392 + access + ")");
403 if (method_nat.isClassInit()) access |= AccessFlags.ACC_STATIC;
404 if (method_nat.isInstanceInit()) access |= AccessFlags.ACC_CONSTRUCTOR;
406 method_acc = access;
    [all...]
  /external/chromium/third_party/icu/source/common/
utext.cpp 34 return ut->pFuncs->access(ut, index, forward);
106 // Access the new position. Assume a forward iteration from here,
107 // which will also be optimimum for a single random access.
109 ut->pFuncs->access(ut, index, TRUE);
122 ut->pFuncs->access(ut, ut->chunkNativeStart, FALSE);
184 if (ut->pFuncs->access(ut, ut->chunkNativeLimit, TRUE) == FALSE) {
210 // leading surrogate. The attempt to access the trail will fail, but
214 if (ut->pFuncs->access(ut, nativePosition, TRUE)) {
217 UBool r = ut->pFuncs->access(ut, nativePosition, FALSE); // reverse iteration flag loads preceding chunk
265 if (ut->pFuncs->access(ut, ut->chunkNativeLimit, TRUE) == FALSE)
    [all...]
  /external/icu4c/common/
utext.cpp 35 return ut->pFuncs->access(ut, index, forward);
107 // Access the new position. Assume a forward iteration from here,
108 // which will also be optimimum for a single random access.
110 ut->pFuncs->access(ut, index, TRUE);
123 ut->pFuncs->access(ut, ut->chunkNativeStart, FALSE);
185 if (ut->pFuncs->access(ut, ut->chunkNativeLimit, TRUE) == FALSE) {
211 // leading surrogate. The attempt to access the trail will fail, but
215 if (ut->pFuncs->access(ut, nativePosition, TRUE)) {
218 UBool r = ut->pFuncs->access(ut, nativePosition, FALSE); // reverse iteration flag loads preceding chunk
266 if (ut->pFuncs->access(ut, ut->chunkNativeLimit, TRUE) == FALSE)
    [all...]
  /build/tools/releasetools/
common.py 189 if (not os.access(os.path.join(sourcedir, "RAMDISK"), os.F_OK) or
190 not os.access(os.path.join(sourcedir, "kernel"), os.F_OK)):
209 if os.access(fn, os.F_OK):
214 if os.access(fn, os.F_OK):
219 if os.access(fn, os.F_OK):
  /external/blktrace/btreplay/
btrecord.c 344 if (access(full_name, R_OK) != 0)
399 if (access(idir, R_OK | X_OK) != 0) {
408 if (access(odir, R_OK | X_OK) != 0) {
  /external/elfutils/
elfutils.spec 45 higher-level ELF access functionality. libdw provides access to
74 access the internals of the ELF object file format, so you can see the
  /external/chromium/base/
win_util.cc 99 ACCESS_MASK access) {
143 new_access.grfAccessPermissions = access;
  /external/libvpx/vp8/common/arm/neon/
shortidct4x4llm_neon.asm 118 ;One word each is reserved. Label filter_coeff can be used to access the data.
  /external/openssl/apps/
CA.com 106 $ ! The following is to make sure access() doesn't get confused. It

Completed in 252 milliseconds

1 2 3 45 6 7 8 91011>>