HomeSort by relevance Sort by last modified time
    Searched full:accessed (Results 1 - 25 of 1568) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/073-mismatched-field/
info.txt 3 and throw an IncompatibleClassChangeError when the field is accessed.
  /external/kernel-headers/original/linux/
fadvise.h 15 #define POSIX_FADV_NOREUSE 7 /* Data will be accessed once. */
18 #define POSIX_FADV_NOREUSE 5 /* Data will be accessed once. */
atmapi.h 19 * Opaque type for kernel pointers. Note that _ is never accessed. We need
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fadvise.h 15 #define POSIX_FADV_NOREUSE 7 /* Data will be accessed once. */
18 #define POSIX_FADV_NOREUSE 5 /* Data will be accessed once. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fadvise.h 15 #define POSIX_FADV_NOREUSE 7 /* Data will be accessed once. */
18 #define POSIX_FADV_NOREUSE 5 /* Data will be accessed once. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fadvise.h 15 #define POSIX_FADV_NOREUSE 7 /* Data will be accessed once. */
18 #define POSIX_FADV_NOREUSE 5 /* Data will be accessed once. */
  /external/webkit/LayoutTests/storage/
change-version-handle-reuse-expected.txt 1 This tests that a database can be accessed after changing its version. You should see an error about FooBar table below, not about mismatching versions.
change-version-handle-reuse.html 7 <div>This tests that a database can be accessed after changing its version. You should see an error about FooBar table below, not about mismatching versions.
  /libcore/luni/src/main/java/javax/crypto/interfaces/
package.html 7 The parameters for the DH algorithm must be accessed without unduly
  /libcore/luni/src/main/java/org/w3c/dom/
package.html 6 {@link javax.xml.parsers.DocumentBuilder} are accessed and manipulated
  /frameworks/base/docs/html/guide/topics/resources/
available-resources.jd 24 Tween animations are saved in {@code res/anim/} and accessed from the {@code R.anim} class.<br/>
25 Frame animations are saved in {@code res/drawable/} and accessed from the {@code R.drawable} class.</dd>
28 Saved in {@code res/color/} and accessed from the {@code R.color} class.</dd>
31 Saved in {@code res/drawable/} and accessed from the {@code R.drawable} class.</dd>
34 Saved in {@code res/layout/} and accessed from the {@code R.layout} class.</dd>
37 Saved in {@code res/menu/} and accessed from the {@code R.menu} class.</dd>
40 Saved in {@code res/values/} and accessed from the {@code R.string}, {@code R.array},
44 Saved in {@code res/values/} and accessed from the {@code R.style} class.</dd>
47 Saved in {@code res/values/} but each accessed from unique {@code R} sub-classes (such as {@code
  /external/chromium/chrome/browser/extensions/
extension_geolocation_apitest.cc 36 // Test that geolocation cannot be accessed from extension without permission.
41 // Test that geolocation can be accessed from extension with permission.
  /external/oprofile/daemon/liblegacy/
opd_24_stats.h 20 OPD_LOST_PROCESS, /**< nr samples for which process info couldn't be accessed */
22 OPD_LOST_MAP_PROCESS, /**< nr samples for which map info couldn't be accessed */
  /external/valgrind/main/drd/tests/
fp_race.c 20 static double s_d1; /* accessed before thread creation and in the created */
22 static double s_d2; /* accessed in the created thread and after the join */
24 static double s_d3; /* accessed simultaneously from both threads (race). */
sem_as_mutex.c 21 static double s_d1; /* accessed before thread creation and in the created */
23 static double s_d2; /* accessed in the created thread and after the join */
25 static double s_d3; /* accessed simultaneously from both threads (race). */
sem_open.c 21 static double s_d1; /* accessed before thread creation and in the created */
23 static double s_d2; /* accessed in the created thread and after the join */
25 static double s_d3; /* accessed simultaneously from both threads (race). */
  /external/clang/test/SemaObjC/
err-ivar-access-in-class-method.m 24 foo = 0; // expected-error {{instance variable 'foo' accessed in class method}}
ivar-lookup.m 46 return a + b; // expected-error{{instance variable 'a' accessed in class method}} \
47 // expected-error{{instance variable 'b' accessed in class method}}
ivar-lookup-resolution-builtin.m 18 return index; // expected-error {{instance variable 'index' accessed in class method}}
  /external/jmonkeyengine/engine/src/core/checkers/quals/
Unused.java 7 * Declares that the field may not be accessed if the receiver is of the
39 * The field that is annotated with @Unused may not be accessed via a
  /external/chromium/chrome/browser/download/
drag_download_file.h 81 // Initialized on drag-and-drop thread. Accessed on either thread after that
83 // Accessed on UI thread (MacOSX).
94 // Accessed on drag-and-drop thread (Windows).
95 // Accessed on UI thread (MacOSX).
100 // Accessed on drag-and-drop thread (Windows only).
  /external/chromium/chrome/browser/autofill/
autofill_ie_toolbar_import_win.h 11 // accessed without going through toolbar front end.
  /external/chromium/chrome/browser/service/
service_process_control_manager.h 28 // This method should only be accessed on the UI thread.
  /external/chromium/testing/
multiprocess_func_list.cc 10 // The information is accessed via a global map.
  /external/iproute2/include/linux/
atmapi.h 19 * Opaque type for kernel pointers. Note that _ is never accessed. We need

Completed in 1118 milliseconds

1 2 3 4 5 6 7 8 91011>>