/external/chromium_org/third_party/mesa/src/include/GL/internal/ |
sarea.h | 85 /** \todo Use readers/writer lock for drawable_lock */
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_variable.h | 50 struct rc_reader * Readers;
|
radeon_pair_schedule.c | 62 /** List of all readers (see rc_get_readers() for the definition of 63 * "all readers"), even those outside the basic block this instruction 80 /** For TEX instructions a list of readers */ 102 * When this value becomes available, we increase all readers' 105 struct reg_value_reader *Readers; 108 * Number of readers of this value. This is decremented each time 289 for (r = v->Readers; r; r = r->Next) { 392 for(struct reg_value_reader * r = v->Readers; r; r = r->Next) { 866 * XXX If we know what register all the readers are going 912 * will be able to convert all the readers. * [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
wal5.test | 248 # 2. Readers using part of the log file. FULL and RESTART checkpoints block 249 # until readers using part (but not all) of the log file have finished. 251 # 3. Readers using any of the log file. After copying data into the 252 # database file, RESTART checkpoints block until readers using any part
|
/external/chromium_org/ui/accessibility/ |
ax_view_state.h | 67 // screen readers, but often used by automation software to script
|
/external/deqp/executor/tools/ |
xeTestLogCompare.cpp | 277 std::vector<de::SharedPtr<LogFileReader> > readers; local 281 readers.push_back(de::SharedPtr<LogFileReader>(new LogFileReader(results[ndx], cmdLine.filenames[ndx].c_str()))); 282 readers.back()->start(); 287 readers[ndx]->join();
|
/external/kernel-headers/original/uapi/drm/ |
drm_sarea.h | 73 /** \todo Use readers/writer lock for drm_sarea::drawable_lock */
|
/external/mesa3d/include/GL/internal/ |
sarea.h | 85 /** \todo Use readers/writer lock for drawable_lock */
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_variable.h | 50 struct rc_reader * Readers;
|
radeon_pair_schedule.c | 62 /** List of all readers (see rc_get_readers() for the definition of 63 * "all readers"), even those outside the basic block this instruction 80 /** For TEX instructions a list of readers */ 102 * When this value becomes available, we increase all readers' 105 struct reg_value_reader *Readers; 108 * Number of readers of this value. This is decremented each time 289 for (r = v->Readers; r; r = r->Next) { 392 for(struct reg_value_reader * r = v->Readers; r; r = r->Next) { 866 * XXX If we know what register all the readers are going 912 * will be able to convert all the readers. * [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
README.txt | 34 readers for other formats, if needed
|
/frameworks/compile/mclinker/include/mcld/LD/ |
ELFObjectReader.h | 48 // ----- readers ----- //
|
/hardware/intel/img/libdrm/shared-core/ |
drm_sarea.h | 71 /** \todo Use readers/writer lock for drm_sarea::drawable_lock */
|
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
package-info.java | 20 * similarly defines locks that may be shared among readers but are
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/drm/ |
drm_sarea.h | 71 /** \todo Use readers/writer lock for drm_sarea::drawable_lock */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/ |
drm_sarea.h | 71 /** \todo Use readers/writer lock for drm_sarea::drawable_lock */
|
/external/chromium_org/net/base/ |
upload_data_stream.h | 101 // Runs Init() for all element readers. 110 // Reads data from the element readers.
|
/frameworks/compile/mclinker/include/mcld/Object/ |
ObjectLinker.h | 128 // ----- readers and writers ----- // 174 // ----- readers and writers ----- //
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_poll.py | 31 readers = [] 41 readers.append(rd)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_poll.py | 31 readers = [] 41 readers.append(rd)
|
/external/chromium_org/chrome/browser/history/ |
expire_history_backend.h | 238 // for all known readers. 259 // List of all distinct types of readers. This list is used to populate the 268 // Readers for various types of visits.
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/ |
signal.h | 252 #define SIGTTIN 21 /* to readers pgrp upon background tty read */ 282 #define SIGTTIN 26 /* to readers pgrp upon background tty read */ 292 #define SIGTTIN 21 /* to readers pgrp upon background tty read */
|
/system/extras/tests/sdcard/ |
plot_sdcard.py | 189 For instance when readers and writers are in the same mix, the 190 readers will go thru 100 iterations much faster than the 193 the readers.
|
/development/ndk/platforms/android-3/include/sys/ |
_system_properties.h | 81 ** - there is only one writer, but many readers
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
keyboard_handler.js | 125 // If the whole document is hidden from screen readers, let the app
|