HomeSort by relevance Sort by last modified time
    Searched refs:readers (Results 26 - 50 of 232) sorted by null

12 3 4 5 6 7 8 910

  /external/wpa_supplicant_8/src/utils/
pcsc_funcs.c 523 TCHAR *readers = NULL; local
525 char *readers = NULL; local
557 readers = os_malloc(len);
558 if (readers == NULL) {
563 ret = SCardListReaders(scard->ctx, NULL, readers, &len);
570 wpa_printf(MSG_WARNING, "SCARD: No smart card readers "
574 wpa_hexdump_ascii(MSG_DEBUG, "SCARD: Readers", (u8 *) readers, len);
576 * readers is a list of available readers. The last entry is terminate
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_variable.c 49 struct rc_list * readers; local
73 readers = rc_variable_readers_union(var);
75 for ( ; readers; readers = readers->Next) {
76 struct rc_reader * reader = readers->Item;
156 unsigned int chan_end = var->Readers[i].Inst->IP;
157 unsigned int mask = var->Readers[i].WriteMask;
168 if (var->Readers[i].Inst->IP < start) {
170 rc_match_endloop(var->Readers[i].Inst)
    [all...]
radeon_pair_regalloc.c 333 struct rc_list * readers = rc_variable_readers_union(variable); local
381 struct rc_reader r = var_ptr->Readers[j];
419 for ( ; readers; readers = readers->Next) {
420 struct rc_reader * r = readers->Item;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_poll.py 30 readers = []
40 readers.append(rd)
  /hardware/intel/common/libwsbm/src/
wsbm_ttmpool.c 86 unsigned readers; member in struct:_TTMBuffer
235 unsigned int readers; local
242 readers = dBuf->readers;
245 if ((mode & WSBM_SYNCCPU_READ) && (++dBuf->readers == 1))
278 dBuf->readers = readers;
297 if ((mode & WSBM_SYNCCPU_READ) && (--dBuf->readers == 0))
  /prebuilts/go/darwin-x86/doc/progs/
interface.go 35 func readers() { // OMIT func
  /prebuilts/go/linux-x86/doc/progs/
interface.go 35 func readers() { // OMIT func
  /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/skia/tests/
DataRefTest.cpp 260 SkSTArray<N, sk_sp<SkROBuffer>> readers; local
267 readers.push_back(buffer.makeROBufferSnapshot());
273 // Verify that although the SkRWBuffer's destructor has run, the readers are still valid.
275 REPORTER_ASSERT(reporter, (i + 1) * 26U == readers[i]->size());
276 check_alphabet_buffer(reporter, readers[i].get());
  /prebuilts/go/darwin-x86/src/net/
fd_mutex_test.go 79 mu.increfAndClose() // Must unblock the readers.
154 // Ensure that it provides mutual exclusion for readers.
  /prebuilts/go/darwin-x86/src/sync/
rwmutex_test.go 86 // Number of active readers + 10000 * number of active writers.
99 // Wait for the 2 writers and all readers to finish.
  /prebuilts/go/linux-x86/src/net/
fd_mutex_test.go 79 mu.increfAndClose() // Must unblock the readers.
154 // Ensure that it provides mutual exclusion for readers.
  /prebuilts/go/linux-x86/src/sync/
rwmutex_test.go 86 // Number of active readers + 10000 * number of active writers.
99 // Wait for the 2 writers and all readers to finish.
  /external/python/cpython2/Lib/test/
test_poll.py 38 readers = []
48 readers.append(rd)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_poll.py 31 readers = []
41 readers.append(rd)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_poll.py 31 readers = []
41 readers.append(rd)
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue13160.go 52 // Start readers. They read pointers from slots
  /prebuilts/go/linux-x86/test/fixedbugs/
issue13160.go 52 // Start readers. They read pointers from slots
  /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)
  /prebuilts/go/darwin-x86/src/sync/atomic/
value_test.go 195 // At this point all new readers start working with the new version.
196 // The old version will be garbage collected once the existing readers
  /prebuilts/go/linux-x86/src/sync/atomic/
value_test.go 195 // At this point all new readers start working with the new version.
196 // The old version will be garbage collected once the existing readers
  /prebuilts/go/darwin-x86/src/runtime/race/testdata/
rwmutex_test.go 64 // Use three readers so that no matter what order they're
  /prebuilts/go/linux-x86/src/runtime/race/testdata/
rwmutex_test.go 64 // Use three readers so that no matter what order they're
  /external/guice/lib/build/jdiff/
xerces.jar 

Completed in 743 milliseconds

12 3 4 5 6 7 8 910