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

  /art/runtime/
oat.cc 37 static size_t ComputeOatHeaderSize(const SafeMap<std::string, std::string>* variable_data) {
39 if (variable_data != nullptr) {
40 SafeMap<std::string, std::string>::const_iterator it = variable_data->begin();
41 SafeMap<std::string, std::string>::const_iterator end = variable_data->end();
53 const SafeMap<std::string, std::string>* variable_data) {
55 size_t needed_size = ComputeOatHeaderSize(variable_data);
64 variable_data);
70 const SafeMap<std::string, std::string>* variable_data)
100 Flatten(variable_data);
oat.h 57 const SafeMap<std::string, std::string>* variable_data);
128 const SafeMap<std::string, std::string>* variable_data);
133 void Flatten(const SafeMap<std::string, std::string>* variable_data);
  /external/deqp/external/openglcts/modules/gl/
gl4cShadingLanguage420PackTests.cpp 16419 static const GLuint variable_data[1] = { 1 }; local
16757 static const GLfloat variable_data[4] = { 0.75f }; local
    [all...]

Completed in 99 milliseconds