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

  /sdk/emulator/opengl/host/tools/emugen/
main.cpp 125 apiEntries.genContext(encoderDir + "/" + baseName + "_client_context.h", ApiGen::CLIENT_SIDE);
126 apiEntries.genContextImpl(encoderDir + "/" + baseName + "_client_context.cpp", ApiGen::CLIENT_SIDE);
128 apiEntries.genProcTypes(encoderDir + "/" + baseName + "_client_proc.h", ApiGen::CLIENT_SIDE);
129 apiEntries.genFuncTable(encoderDir + "/" + baseName + "_ftable.h", ApiGen::CLIENT_SIDE);
131 apiEntries.genEntryPoints(encoderDir + "/" + baseName + "_entry.cpp", ApiGen::CLIENT_SIDE);
ApiGen.h 28 typedef enum { CLIENT_SIDE, SERVER_SIDE, WRAPPER_SIDE } SideType;
48 case CLIENT_SIDE:
ApiGen.cpp 79 if (side == CLIENT_SIDE) { fprintf(fp, "void * ctx"); }
87 if (j != 0 || side == CLIENT_SIDE || (side == SERVER_SIDE && e->customDecoder())) fprintf(fp, ", ");
144 StringVec & contextHeaders = side == CLIENT_SIDE ? m_clientContextHeaders : m_serverContextHeaders;
168 if (side == CLIENT_SIDE || side == WRAPPER_SIDE) {
178 if (side == CLIENT_SIDE) {
193 if (side != CLIENT_SIDE && side != WRAPPER_SIDE) {
239 bool shouldCallWithContext = (side == CLIENT_SIDE);
322 fprintf(fp, "#include \"%s_%s_context.h\"\n\n\n", m_basename.c_str(), sideString(CLIENT_SIDE));
330 classname.c_str(), m_basename.c_str(), sideString(CLIENT_SIDE));
661 fprintf(fp, "\tset_%s((%s_%s_proc_t)(enc_unsupported));\n", e->name().c_str(), e->name().c_str(), sideString(CLIENT_SIDE));
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_user_data_logger.cc 27 CLIENT_SIDE = 0,
104 has_server_side_suggestions_ ? SERVER_SIDE : CLIENT_SIDE,

Completed in 129 milliseconds