/external/skia/src/ports/ |
SkMemory_malloc.cpp | 12 static inline void* throw_on_failure(size_t size, void* p) { function 35 return throw_on_failure(size, realloc(addr, size)); 47 return throw_on_failure(size, p); 58 return throw_on_failure(size, sk_calloc(size));
|
/external/chromium_org/third_party/skia/src/ports/ |
SkMemory_malloc.cpp | 21 static inline void* throw_on_failure(size_t size, void* p) { function 44 return throw_on_failure(size, realloc(addr, size)); 56 return throw_on_failure(size, p); 67 return throw_on_failure(size, sk_calloc(size));
|
/external/chromium_org/skia/ext/ |
SkMemory_new_handler.cpp | 21 static inline void* throw_on_failure(size_t size, void* p) { function 40 return throw_on_failure(size, realloc(addr, size)); 50 return throw_on_failure(size, malloc(size)); 81 return throw_on_failure(size, calloc(size, 1));
|
/external/chromium_org/testing/gtest/test/ |
gtest_throw_on_failure_test.py | 47 THROW_ON_FAILURE = 'gtest_throw_on_failure' 95 SetEnvVar(THROW_ON_FAILURE, env_var_value) 105 flag = '--%s=0' % THROW_ON_FAILURE 107 flag = '--%s' % THROW_ON_FAILURE 120 SetEnvVar(THROW_ON_FAILURE, None) 124 (THROW_ON_FAILURE, env_var_value_msg, ' '.join(command),
|
gtest_env_var_test_.cc | 104 if (strcmp(flag, "throw_on_failure") == 0) { 105 cout << GTEST_FLAG(throw_on_failure);
|
gtest_env_var_test.py | 93 TestFlag('throw_on_failure', '1', '0')
|
gtest_throw_on_failure_ex_test.cc | 54 testing::GTEST_FLAG(throw_on_failure) = true;
|
gtest_help_test.py | 76 FLAG_PREFIX + r'throw_on_failure.*' +
|
/external/gtest/test/ |
gtest_throw_on_failure_test.py | 47 THROW_ON_FAILURE = 'gtest_throw_on_failure' 95 SetEnvVar(THROW_ON_FAILURE, env_var_value) 105 flag = '--%s=0' % THROW_ON_FAILURE 107 flag = '--%s' % THROW_ON_FAILURE 120 SetEnvVar(THROW_ON_FAILURE, None) 124 (THROW_ON_FAILURE, env_var_value_msg, ' '.join(command),
|
gtest_env_var_test_.cc | 104 if (strcmp(flag, "throw_on_failure") == 0) { 105 cout << GTEST_FLAG(throw_on_failure);
|
gtest_env_var_test.py | 93 TestFlag('throw_on_failure', '1', '0')
|
gtest_throw_on_failure_ex_test.cc | 54 testing::GTEST_FLAG(throw_on_failure) = true;
|
gtest_help_test.py | 76 FLAG_PREFIX + r'throw_on_failure.*' +
|
/external/protobuf/gtest/test/ |
gtest_throw_on_failure_test.py | 47 THROW_ON_FAILURE = 'gtest_throw_on_failure' 95 SetEnvVar(THROW_ON_FAILURE, env_var_value) 105 flag = '--%s=0' % THROW_ON_FAILURE 107 flag = '--%s' % THROW_ON_FAILURE 120 SetEnvVar(THROW_ON_FAILURE, None) 124 (THROW_ON_FAILURE, env_var_value_msg, ' '.join(command),
|
gtest_env_var_test_.cc | 104 if (strcmp(flag, "throw_on_failure") == 0) { 105 cout << GTEST_FLAG(throw_on_failure);
|
gtest_env_var_test.py | 91 TestFlag('throw_on_failure', '1', '0')
|
gtest_help_test.py | 66 FLAG_PREFIX + r'throw_on_failure.*',
|
gtest_throw_on_failure_ex_test.cc | 54 testing::GTEST_FLAG(throw_on_failure) = true;
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest_throw_on_failure_test.py | 47 THROW_ON_FAILURE = 'gtest_throw_on_failure' 95 SetEnvVar(THROW_ON_FAILURE, env_var_value) 105 flag = '--%s=0' % THROW_ON_FAILURE 107 flag = '--%s' % THROW_ON_FAILURE 120 SetEnvVar(THROW_ON_FAILURE, None) 124 (THROW_ON_FAILURE, env_var_value_msg, ' '.join(command),
|
gtest_env_var_test_.cc | 104 if (strcmp(flag, "throw_on_failure") == 0) { 105 cout << GTEST_FLAG(throw_on_failure);
|
gtest_env_var_test.py | 93 TestFlag('throw_on_failure', '1', '0')
|
gtest_throw_on_failure_ex_test.cc | 54 testing::GTEST_FLAG(throw_on_failure) = true;
|
gtest_help_test.py | 76 FLAG_PREFIX + r'throw_on_failure.*' +
|
/art/runtime/mirror/ |
class-inl.h | 247 template <bool throw_on_failure, bool use_referrers_cache> 261 if (throw_on_failure) { 272 if (throw_on_failure) { 278 template <bool throw_on_failure, bool use_referrers_cache, InvokeType throw_invoke_type> 281 COMPILE_ASSERT(throw_on_failure || throw_invoke_type == kStatic, non_default_throw_invoke_type); 293 if (throw_on_failure) { 305 if (throw_on_failure) {
|
/external/chromium_org/extensions/renderer/ |
activity_log_converter_strategy.cc | 22 isolate, v8::Isolate::DisallowJavascriptExecutionScope::THROW_ON_FAILURE);
|