Searched defs:READ (Results 1 - 25 of 34) sorted by relevance

12

/external/pixman/pixman/
H A Dpixman-accessor.h3 #define READ(img, ptr) \ macro
19 #define READ(img, ptr) (*(ptr)) macro
H A Dpixman-region.c2556 #define READ(_ptr) (*(_ptr)) macro
2638 if (READ(pw) & mask0)
2652 w = READ(pw++);
2696 w = READ(pw++);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
H A Drbug_internal.h79 #define READ(size, type, name) \ macro
90 READ(4, uint32_t, name##_len); \
/external/mesa3d/src/gallium/auxiliary/rbug/
H A Drbug_internal.h79 #define READ(size, type, name) \ macro
90 READ(4, uint32_t, name##_len); \
/external/chromium_org/base/debug/
H A Dproc_maps_linux.h20 READ = 1 << 0, enumerator in enum:base::debug::MappedMemoryRegion::Permission
/external/chromium_org/sandbox/win/src/
H A Dsandbox_nt_util.h88 READ, enumerator in enum:sandbox::RequiredAccess
/external/chromium_org/tools/android/forwarder2/
H A Dsocket.h95 READ, enumerator in enum:forwarder2::Socket::EventType
/external/libvorbis/examples/
H A Dencoder_example.c6 * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
39 #define READ 1024 macro
40 signed char readbuffer[READ*4+44]; /* out of the data segment, not the stack */
182 long bytes=fread(readbuffer,1,READ*4,stdin); /* stereo hardwired here */
195 float **buffer=vorbis_analysis_buffer(&vd,READ);
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_network_transaction.h146 READ, enumerator in enum:DevToolsNetworkTransaction::CallbackType
/external/chromium_org/net/http/
H A Ddisk_cache_based_quic_server_info.h47 READ, enumerator in enum:net::DiskCacheBasedQuicServerInfo::State
H A Dhttp_cache_transaction.h38 // o If the mode of the transaction is only READ, then it may only read from
55 READ = READ_META | READ_DATA, enumerator in enum:net::HttpCache::Transaction::Mode
57 READ_WRITE = READ | WRITE,
/external/chromium_org/sandbox/win/tools/finder/
H A Dfinder.h13 READ = 0, // Number of objects with read access enumerator in enum:Stats
/external/e2fsprogs/lib/ext2fs/
H A Djfs_compat.h15 #define READ 0 macro
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DLiveness.java22 protected static final byte READ = 1; field in class:Liveness
30 * be alive (localsUsage[?] must be READ) at least in the first block.
52 usage[i] = READ;
76 in[i] = usage[i] == READ;
119 in[i] = usage[i] == READ;
223 localsUsage[reg] = READ;
/external/smack/src/org/apache/harmony/javax/security/auth/
H A DPrivateCredentialPermission.java57 private static final String READ = "read"; //$NON-NLS-1$ field in class:PrivateCredentialPermission
79 if (READ.equalsIgnoreCase(action)) {
222 return READ;
/external/giflib/
H A Ddgif_lib.c30 #define READ(_gif,_buf,_len) \ macro
117 if (READ(GifFile, (unsigned char *)Buf, GIF_STAMP_LEN) != GIF_STAMP_LEN) {
192 if (READ(GifFile, (unsigned char *)Buf, GIF_STAMP_LEN) != GIF_STAMP_LEN) {
247 if (READ(GifFile, Buf, 3) != 3) {
270 if (READ(GifFile, Buf, 3) != 3) {
302 if (READ(GifFile, &Buf, 1) != 1) {
349 if (READ(GifFile, Buf, 1) != 1) {
375 if (READ(GifFile, Buf, 3) != 3) {
524 if (READ(GifFile, &Buf, 1) != 1) {
544 if (READ(GifFil
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
H A DResultsElement.java71 static final int READ = 0x04; field in class:ResultsElement
370 * <li>{@link #READ} : has valid results</li>
450 this.status = READ;
461 this.status = READ;
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DDiskLruCache.java97 private static final String READ = "READ"; field in class:DiskLruCache
113 * READ 335c4c6028171cfddfbaae1a9c313c52
114 * READ 3400330d1dfc7f3f7f4b8d4d803dfcf6
130 * o READ lines track accesses for LRU.
307 } else if (secondSpace == -1 && firstSpace == READ.length() && line.startsWith(READ)) {
432 journalWriter.writeUtf8(READ + ' ' + key + '\n');
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_optimize.c368 READ, enumerator in enum:inst_use
379 * Return READ, WRITE, FLOW or END to indicate the next usage or an indicator
416 return READ;
/external/jemalloc/src/
H A Dctl.c966 #define READ(v, t) do { \ macro
1007 READ(oldval, t); \
1029 READ(oldval, t); \
1048 READ(oldval, t); \
1072 READ(oldval, t); \
1089 READ(oldval, t); \
1106 READ(oldval, bool); \
1128 READ(ctl_epoch, uint64_t);
1190 READ(oldind, unsigned);
1258 READ(oldva
[all...]
/external/mesa3d/src/mesa/program/
H A Dprog_optimize.c368 READ, enumerator in enum:inst_use
379 * Return READ, WRITE, FLOW or END to indicate the next usage or an indicator
416 return READ;
/external/openfst/src/include/fst/
H A Dfst.h57 // file from being mapped, READ mode will be selected in these cases with
59 enum FileReadMode { READ, MAP }; enumerator in enum:fst::FstReadOptions::FileReadMode
/external/glide/third_party/disklrucache/
H A Ddisklrucache-2.0.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/jakewharton/ com/jakewharton/disklrucache/ com/jakewharton/disklrucache/DiskLruCache ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi.services_3.2.100.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...

Completed in 5570 milliseconds

12