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

  /external/chromium/base/allocator/
allocator_shim.cc 233 const char* environment_value = GetenvBeforeMain(primary_name); local
234 if (environment_value) {
235 if (!stricmp(environment_value, "jemalloc"))
237 else if (!stricmp(environment_value, "winheap"))
239 else if (!stricmp(environment_value, "winlfh"))
241 else if (!stricmp(environment_value, "tcmalloc"))
  /external/chromium_org/base/allocator/
allocator_shim.cc 261 const char* environment_value = GetenvBeforeMain(primary_name); local
262 if (environment_value) {
263 if (!stricmp(environment_value, "jemalloc"))
265 else if (!stricmp(environment_value, "winheap"))
267 else if (!stricmp(environment_value, "winlfh"))
269 else if (!stricmp(environment_value, "tcmalloc"))
  /external/chromium_org/third_party/skia/src/utils/
SkRTConf.cpp 228 const char *environment_value = getenv(environment_variable.c_str()); local
229 if (environment_value) {
230 str = environment_value;
236 environment_value = getenv(underscore_name.get());
237 if (environment_value) {
238 str = environment_value;
  /external/skia/src/utils/
SkRTConf.cpp 228 const char *environment_value = getenv(environment_variable.c_str()); local
229 if (environment_value) {
230 str = environment_value;
236 environment_value = getenv(underscore_name.get());
237 if (environment_value) {
238 str = environment_value;

Completed in 43 milliseconds