Searched refs:Read (Results 1 - 25 of 211) sorted by last modified time

123456789

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebElementPropertyBag.cpp113 HRESULT WebElementPropertyBag::Read(LPCOLESTR pszPropName, VARIANT *pVar, IErrorLog * /*pErrorLog*/) function in class:WebElementPropertyBag
H A DWebFrame.cpp601 if (SUCCEEDED(data->Read(dataBuffer.data(), static_cast<ULONG>(dataBuffer.size()), &read)))
/macosx-10.9.5/IOUSBMassStorageClass-360.0.3/
H A DUSBMassStorageClassBulkOnly.cpp317 status = GetBulkInPipe()->Read(
368 status = GetBulkInPipe()->Read ( boRequestBlock->boPhaseDesc,
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGFixupPhase.cpp698 arrayMode = ArrayMode::fromObserved(arrayProfile, Array::Read, false);
H A DDFGByteCodeParser.cpp842 return getArrayMode(profile, Array::Read);
2533 ArrayMode arrayMode = getArrayModeAndEmitChecks(currentInstruction[4].u.arrayProfile, Array::Read, base);
/macosx-10.9.5/llvmCore-3425.0.33/utils/unittest/googletest/
H A Dgtest-death-test.cc278 while ((num_read = posix::Read(fd, buffer, 255)) > 0) {
394 bytes_read = posix::Read(read_fd(), &flag, 1);
419 GTEST_LOG_(FATAL) << "Read from death test child process failed: "
/macosx-10.9.5/llvmCore-3425.0.33/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1618 // ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and
1636 inline int Read(int fd, void* buf, unsigned int count) { function in namespace:testing::internal::posix
/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DCodeGenSchedule.h68 // Read records don't currently have sequences, but it can be easily
74 CodeGenSchedRW(unsigned Idx, bool Read, const IdxVec &Seq, argument
76 Index(Idx), Name(Name), TheDef(0), IsRead(Read), IsAlias(false),
/macosx-10.9.5/llvmCore-3425.0.33/unittests/Support/
H A DEndianTest.cpp22 TEST(Endian, Read) {
/macosx-10.9.5/llvmCore-3425.0.33/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp11 // llvm-bcanalyzer [options] - Read LLVM bitcode from stdin
12 // llvm-bcanalyzer [options] x.bc - Read LLVM bitcode from the x.bc file
321 /// ParseBlock - Read a block, updating statistics, etc.
363 // Read all the records for this block.
370 // Read the code for this record.
476 // Read the input file.
499 // Read the stream signature.
501 Signature[0] = Stream.Read(8);
502 Signature[1] = Stream.Read(8);
503 Signature[2] = Stream.Read(
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DLint.cpp61 static unsigned Read = 1; member in namespace:__anon10086::MemRef
252 Ty, MemRef::Read | MemRef::Write);
282 MemRef::Read);
306 MemRef::Read);
324 0, 0, MemRef::Read | MemRef::Write);
330 0, 0, MemRef::Read);
334 0, 0, MemRef::Read | MemRef::Write);
342 0, 0, MemRef::Read | MemRef::Write);
398 if (Flags & MemRef::Read) {
466 I.getType(), MemRef::Read);
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Bitcode/Reader/
H A DBitcodeReader.cpp447 // Read all the records.
469 // Read a record.
514 // Read all the records for this type table.
538 // Read a record.
736 // Read all the records for this value table.
758 // Read a record.
798 // Read all the records.
821 // Read a record.
828 // Read named of the named metadata.
837 // Read name
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Bitcode/
H A DBitstreamReader.h285 Read(static_cast<unsigned>(WordBitNo));
289 uint32_t Read(unsigned NumBits) { function in class:llvm::BitstreamCursor
308 // Read the next word from the stream.
328 if (NumBits <= 32) return Read(NumBits);
330 uint64_t V = Read(32);
331 return V | (uint64_t)Read(NumBits-32) << 32;
335 uint32_t Piece = Read(NumBits);
348 Piece = Read(NumBits);
352 // ReadVBR64 - Read a VBR that may have a value up to 64-bits in size. The
355 uint32_t Piece = Read(NumBit
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter6/
H A Dparser.ml163 (* Read the precedence if present. *)
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter7/
H A Dparser.ml189 (* Read the precedence if present. *)
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCECM/ControlDriver/Classes/
H A DAppleUSBCDCECMControl.cpp285 ior = me->fCommPipe->Read(me->fCommPipeMDP, &me->fCommCompletionInfo, NULL);
288 XTRACE(me, 0, rc, "commReadComplete - Read io error");
819 // Read the comm interrupt pipe for status (if we have one)
827 rtn = fCommPipe->Read(fCommPipeMDP, &fCommCompletionInfo, NULL);
1453 ior = fCommPipe->Read(fCommPipeMDP, &fCommCompletionInfo, NULL);
1456 XTRACE(this, 0, ior, "message - Read io error");
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCECM/DataDriver/Classes/
H A DAppleUSBCDCECMData.cpp297 Log("AppleUSBCDCECMData: USBLogData - Read Complete, address = %8p, size = %8d\n", (void *)buf, (UInt)Count);
452 XTRACE(me, 0, rc, "dataReadComplete - Read completion io err");
470 ior = me->fInPipe->Read(pipeInBuff->pipeInMDP, &pipeInBuff->readCompletionInfo, NULL);
477 XTRACE(me, pipeInBuff->indx, 0, "dataReadComplete - Read terminated");
1828 rtn = fInPipe->Read(fPipeInBuff[i].pipeInMDP, &fPipeInBuff[i].readCompletionInfo, NULL);
1833 XTRACE(this, i, rtn, "wakeUp - Read failed");
2799 ior = fInPipe->Read(fPipeInBuff[i].pipeInMDP, &fPipeInBuff[i].readCompletionInfo, NULL);
2802 XTRACE(this, 0, ior, "message - Read io error");
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCACM/ControlDriver/Classes/
H A DAppleUSBCDCACMControl.cpp274 ior = me->fCommPipe->Read(me->fCommPipeMDP, &me->fCommCompletionInfo, NULL);
277 XTRACE(me, 0, rc, "commReadComplete - Read io error");
746 // Read the comm interrupt pipe for status
752 rtn = fCommPipe->Read(fCommPipeMDP, &fCommCompletionInfo, NULL);
1314 rtn = fCommPipe->Read(fCommPipeMDP, &fCommCompletionInfo, NULL);
1317 XTRACE(this, 0, rtn, "message - Read for interrupt-in pipe failed, still dead");
1330 rtn = fCommPipe->Read(fCommPipeMDP, &fCommCompletionInfo, NULL);
1333 XTRACE(this, 0, rtn, "message - Read for interrupt-in pipe failed, still dead");
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCACM/DataDriver/Classes/
H A DAppleUSBCDCACMData.cpp256 Log( "AppleUSBCDCACMData: USBLogData - Read Complete, address = %8p, size = %8d\n", (void *)buf, (UInt)Count );
339 Log( "AppleUSBCDCACMData: dumpData - Read Complete, address = %8p, size = %8d\n", (void *)buf, (UInt)Count );
799 XTRACE(this, fPort.holdQueueIndxIn, fPort.holdQueueIndxOut, "CheckHold - Read issued");
800 ior = fPort.InPipe->Read(buffs->pipeMDP, &buffs->completionInfo, NULL);
803 XTRACE(this, fPort.holdQueueIndxOut, ior, "CheckHold - Read io err");
908 XTRACE(me, 0, me->fPort.holdQueueIndxIn, "dataReadComplete - Read issued");
909 ior = me->fPort.InPipe->Read(buffs->pipeMDP, &buffs->completionInfo, NULL);
912 XTRACEP(me, buffs, ior, "dataReadComplete - Read io err");
915 XTRACEP(me, buffs, me->fPort.InPipe, "dataReadComplete - Read posted");
920 XTRACEP(me, buffs, me->fPort.InPipe, "dataReadComplete - Read aborte
[all...]
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCDMM/Classes/
H A DAppleUSBCDCDMM.cpp100 Log( "AppleUSBCDCDMM: USBLogData - Read Complete, address = %8p, size = %8d\n", (void *)buf, (UInt)Count );
620 ior = me->fIntPipe->Read(me->fIntPipeMDP, &me->fIntCompletionInfo, NULL);
623 XTRACE(me, 0, rc, "intReadComplete - Read io error");
3038 // Read the interrupt pipe
3044 rtn = fIntPipe->Read(fIntPipeMDP, &fIntCompletionInfo, NULL);
3047 XTRACE(this, rtn, 0, "allocateResources - Read for interrupt pipe failed");
3226 rtn = fIntPipe->Read(fIntPipeMDP, &fIntCompletionInfo, NULL);
3229 XTRACE(this, 0, rtn, "message - Read for interrupt-in pipe failed, still dead");
3242 rtn = fIntPipe->Read(fIntPipeMDP, &fIntCompletionInfo, NULL);
3245 XTRACE(this, 0, rtn, "message - Read fo
[all...]
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCEEM/Classes/
H A DAppleUSBCDCEEM.cpp207 Log("AppleUSBCDCEEM: USBLogData - Read Complete, address = %8p, size = %8d\n", (void *)buf, (UInt)Count);
374 XTRACE(me, 0, rc, "dataReadComplete - Read completion io err");
389 ior = me->fInPipe->Read(pipeBuf->pipeInMDP, &pipeBuf->readCompletionInfo, NULL);
396 XTRACE(me, 0, 0, "dataReadComplete - Read terminated");
1495 rtn = fInPipe->Read(fPipeInBuff[i].pipeInMDP, &fPipeInBuff[i].readCompletionInfo, NULL);
1500 XTRACE(this, i, rtn, "wakeUp - Read failed");
2235 ior = fInPipe->Read(fPipeInBuff[i].pipeInMDP, &fPipeInBuff[i].readCompletionInfo, NULL);
2238 XTRACE(this, 0, ior, "message - Read io error");
/macosx-10.9.5/libxml2-26/libxml2/python/
H A Ddrv_libxml2.py162 r = reader.Read()
176 SAXException("Read failed (no details available)"))
/macosx-10.9.5/libxml2-26/libxml2/python/tests/
H A Dreader.py21 ret = reader.Read()
29 ret = reader.Read()
37 ret = reader.Read()
45 ret = reader.Read()
54 ret = reader.Read()
62 ret = reader.Read()
70 ret = reader.Read()
82 ret = reader.Read()
104 ret = reader.Read()
111 ret = reader.Read()
[all...]
H A Dreader2.py47 ret = reader.Read()
49 ret = reader.Read()
97 while reader.Read() == 1:
147 while reader.Read() == 1:
201 while reader.Read() == 1:
243 while reader.Read() == 1:
H A Dreader3.py29 ret = reader.Read()
34 ret = reader.Read()
41 ret = reader.Read()
48 ret = reader.Read()
55 ret = reader.Read()
67 ret = reader.Read()
72 ret = reader.Read()
79 ret = reader.Read()
86 ret = reader.Read()
93 ret = reader.Read()
[all...]

Completed in 385 milliseconds

123456789