HomeSort by relevance Sort by last modified time
    Searched refs:ClientData (Results 1 - 13 of 13) sorted by null

  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Kms.h 362 data specified by the ClientData parameter. This
363 parameter may be NULL, in which case the ClientData
366 not NULL, then ClientData must be a valid pointer.
369 For all non-zero values *ClientData will be transferred
374 @param[in, out] ClientData Pointer to a pointer to an arbitrary block of data of
379 the caller, *ClientData points to a block of data of
382 then the returned value for *ClientData must be NULL
405 IN OUT VOID **ClientData OPTIONAL
443 data specified by the ClientData parameter. This
444 parameter may be NULL, in which case the ClientData
    [all...]
  /external/python/cpython2/Modules/
tkappinit.c 133 (ClientData) main_window, NULL);
135 (ClientData) main_window, NULL);
_tkinter.c     [all...]
  /external/clang/tools/libclang/
CursorVisitor.h 81 CXClientData ClientData;
145 CXClientData ClientData,
153 ClientData(ClientData),
CXIndexDataConsumer.cpp 442 return CB.abortQuery(ClientData, nullptr);
448 CB.enteredMainFile(ClientData,
469 CXIdxClientFile idxFile = CB.ppIncludedFile(ClientData, &Info);
488 CXIdxClientASTFile astFile = CB.importedASTFile(ClientData, &Info);
503 CXIdxClientASTFile astFile = CB.importedASTFile(ClientData, &Info);
510 idxCont = CB.startedTranslationUnit(ClientData, nullptr);
526 CB.diagnostic(ClientData, CXDiagSet, nullptr);
584 CB.indexDeclaration(ClientData, &DInfo);
932 CB.indexEntityReference(ClientData, &Info);
    [all...]
CXIndexDataConsumer.h 279 CXClientData ClientData;
336 CXIndexDataConsumer(CXClientData clientData, IndexerCallbacks &indexCallbacks,
338 : Ctx(nullptr), ClientData(clientData), CB(indexCallbacks),
CIndex.cpp 208 switch (Visitor(Cursor, Parent, ClientData)) {
218 if (PostChildrenVisitor(Cursor, ClientData))
    [all...]
  /external/perfetto/src/profiling/memory/
unwinding.h 186 struct ClientData {
199 std::map<pid_t, ClientData> client_data_;
unwinding.cc 253 ClientData& client_data = it->second;
298 ClientData& client_data = it->second;
394 ClientData client_data{
  /cts/tests/tests/nativehardware/jni/
AHardwareBufferTest.cpp 258 struct ClientData {
261 ClientData(int fd_in, AHardwareBuffer* buffer_in)
266 ClientData* pdata = reinterpret_cast<ClientData*>(data);
298 ClientData data(fds[1], buffer);
  /external/python/cpython3/Modules/
_tkinter.c     [all...]
  /external/grpc-grpc/test/cpp/qps/
driver.cc 327 struct ClientData {
331 std::vector<ClientData> clients(num_clients);
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]

Completed in 482 milliseconds