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

  /sdk/emulator/opengl/host/tools/emugen/
ApiGen.h 28 typedef enum { CLIENT_SIDE, SERVER_SIDE, WRAPPER_SIDE } SideType;
51 case SERVER_SIDE:
main.cpp 138 apiEntries.genProcTypes(decoderDir + "/" + baseName + "_server_proc.h", ApiGen::SERVER_SIDE);
139 apiEntries.genContext(decoderDir + "/" + baseName + "_server_context.h", ApiGen::SERVER_SIDE);
140 apiEntries.genContextImpl(decoderDir + "/" + baseName + "_server_context.cpp", ApiGen::SERVER_SIDE);
ApiGen.cpp 80 if (e->customDecoder() && side == SERVER_SIDE) { fprintf(fp, "void *ctx"); }
87 if (j != 0 || side == CLIENT_SIDE || (side == SERVER_SIDE && e->customDecoder())) fprintf(fp, ", ");
697 fprintf(fp, "#include \"%s_%s_context.h\"\n\n\n", m_basename.c_str(), sideString(SERVER_SIDE));
705 classname.c_str(), m_basename.c_str(), sideString(SERVER_SIDE));
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_user_data_logger.cc 28 SERVER_SIDE = 1,
104 has_server_side_suggestions_ ? SERVER_SIDE : CLIENT_SIDE,

Completed in 53 milliseconds