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

1 2

  /external/elfutils/backends/
s390_unwind.c 47 ebl_tid_registers_get_t *getfunc, ebl_pid_memory_read_t *readfunc,
57 if (! readfunc (pc, &instr, arg))
78 if (! readfunc (next_cfa + 8, &sigreg_ptr, arg))
84 if (! readfunc (sigreg_ptr, &val, arg))
93 if (! readfunc (sigreg_ptr, &gprs[i], arg))
106 if (! readfunc (sigreg_ptr, &val, arg))
111 if (! readfunc (sigreg_ptr + 4, &val_low, arg))
125 if (! readfunc (sigreg_ptr, &val, arg))
  /external/elfutils/libebl/
eblunwind.c 37 ebl_tid_registers_get_t *getfunc, ebl_pid_memory_read_t *readfunc,
43 return ebl->unwind (ebl, pc, setfunc, getfunc, readfunc, arg, signal_framep);
ebl-hooks.h 180 a disjunct set of registers. READFUNC reads memory. ARG has to be passed
181 for SETFUNC, GETFUNC and READFUNC. *SIGNAL_FRAMEP is initialized to false,
186 ebl_pid_memory_read_t *readfunc, void *arg,
libebl.h 456 /* Callback type for ebl_unwind's parameter readfunc. */
465 a disjunct set of registers. READFUNC reads memory. ARG has to be passed
466 for SETFUNC, GETFUNC and READFUNC. *SIGNAL_FRAMEP is initialized to false,
471 ebl_pid_memory_read_t *readfunc, void *arg,
  /external/deqp/framework/delibs/destream/
deIOStream.h 62 deIOStreamReadFunc readFunc;
99 DE_ASSERT(stream->vfTable->readFunc);
101 return stream->vfTable->readFunc(stream->streamData, buf, bufSize, numRead);
  /external/curl/docs/examples/
ftpuploadresume.c 69 size_t readfunc(void *ptr, size_t size, size_t nmemb, void *stream) function
109 curl_easy_setopt(curlhandle, CURLOPT_READFUNCTION, readfunc);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
code.py 284 def interact(banner=None, readfunc=None, local=None):
288 class. When readfunc is not specified, it attempts to import the
294 readfunc -- if not None, replaces InteractiveConsole.raw_input()
299 if readfunc is not None:
300 console.raw_input = readfunc
  /prebuilts/gdb/linux-x86/lib/python2.7/
code.py 284 def interact(banner=None, readfunc=None, local=None):
288 class. When readfunc is not specified, it attempts to import the
294 readfunc -- if not None, replaces InteractiveConsole.raw_input()
299 if readfunc is not None:
300 console.raw_input = readfunc
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
code.py 284 def interact(banner=None, readfunc=None, local=None):
288 class. When readfunc is not specified, it attempts to import the
294 readfunc -- if not None, replaces InteractiveConsole.raw_input()
299 if readfunc is not None:
300 console.raw_input = readfunc
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
code.py 284 def interact(banner=None, readfunc=None, local=None):
288 class. When readfunc is not specified, it attempts to import the
294 readfunc -- if not None, replaces InteractiveConsole.raw_input()
299 if readfunc is not None:
300 console.raw_input = readfunc
  /external/giflib/
gif_lib.h 182 GifFileType *DGifOpen(void *userPtr, InputFunc readFunc, int *Error); /* new one (TVT) */
dgif_lib.c 156 DGifOpen(void *userData, InputFunc readFunc, int *Error)
188 Private->Read = readFunc; /* TVT */
    [all...]
  /external/libxml2/include/libxml/
xmlIO.h 207 xmlInputReadCallback readFunc,
  /external/fonttools/Lib/fontTools/ttLib/tables/
E_B_D_T_.py 439 writeFunc, readFunc = self.__class__.xmlDataFunctions[ttFont.bitmapGlyphDataFormat]
447 writeFunc, readFunc = self.__class__.xmlDataFunctions[option]
448 readFunc(self, name, attrs, content, ttFont)
  /prebuilts/go/darwin-x86/src/go/doc/
reader.go 355 // readFunc processes a func or method declaration.
357 func (r *reader) readFunc(fun *ast.FuncDecl) {
515 r.readFunc(d)
  /prebuilts/go/linux-x86/src/go/doc/
reader.go 355 // readFunc processes a func or method declaration.
357 func (r *reader) readFunc(fun *ast.FuncDecl) {
515 r.readFunc(d)
  /external/libxml2/os400/libxmlrpg/
xmlIO.rpgle 244 d readFunc value like(xmlInputReadCallback)
  /external/elfutils/libdwfl/
frame_unwind.c 684 readfunc (Dwarf_Addr addr, Dwarf_Word *datap, void *arg) function
737 if (! ebl_unwind (ebl, pc, setfunc, getfunc, readfunc, state, &signal_frame))
ChangeLog 770 (setfunc, getfunc, readfunc): New functions.
    [all...]
  /external/libxml2/doc/devhelp/
libxml2-xmlIO.html 70 int <a href="#xmlRegisterInputCallbacks">xmlRegisterInputCallbacks</a> (<a href="libxml2-xmlIO.html#xmlInputMatchCallback">xmlInputMatchCallback</a> matchFunc, <br/> <a href="libxml2-xmlIO.html#xmlInputOpenCallback">xmlInputOpenCallback</a> openFunc, <br/> <a href="libxml2-xmlIO.html#xmlInputReadCallback">xmlInputReadCallback</a> readFunc, <br/> <a href="libxml2-xmlIO.html#xmlInputCloseCallback">xmlInputCloseCallback</a> closeFunc);
    [all...]
  /external/libxml2/doc/html/
libxml-xmlIO.html 85 <pre class="programlisting">int <a href="#xmlRegisterInputCallbacks">xmlRegisterInputCallbacks</a> (<a href="libxml-xmlIO.html#xmlInputMatchCallback">xmlInputMatchCallback</a> matchFunc, <br /> <a href="libxml-xmlIO.html#xmlInputOpenCallback">xmlInputOpenCallback</a> openFunc, <br /> <a href="libxml-xmlIO.html#xmlInputReadCallback">xmlInputReadCallback</a> readFunc, <br /> <a href="libxml-xmlIO.html#xmlInputCloseCallback">xmlInputCloseCallback</a> closeFunc)</pre>
    [all...]
  /external/libxml2/
xmlIO.c     [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/go/
doc.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/go/
doc.a     [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/go/
doc.a     [all...]

Completed in 893 milliseconds

1 2