HomeSort by relevance Sort by last modified time
    Searched refs:error_str (Results 1 - 25 of 26) sorted by null

1 2

  /external/autotest/client/site_tests/telemetry_UnitTests/
telemetry_UnitTests.py 32 error_str = run_chromeos_tests.RunChromeOSTests(browser_type,
34 if error_str:
35 raise error.TestFail(error_str)
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/common/
descriptor_sets.cpp 167 std::stringstream error_str;
168 error_str << "DescriptorSetLayout " << layout_ << " has " << descriptor_count_ << " descriptors, but DescriptorSetLayout "
170 *error_msg = error_str.str();
179 std::stringstream error_str;
180 error_str << "Binding " << binding.binding << " for DescriptorSetLayout " << layout_ << " has a descriptorCount of "
184 *error_msg = error_str.str();
187 std::stringstream error_str;
188 error_str << "Binding " << binding.binding << " for DescriptorSetLayout " << layout_ << " is type '"
192 *error_msg = error_str.str();
195 std::stringstream error_str;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
descriptor_sets.cpp 167 std::stringstream error_str;
168 error_str << "DescriptorSetLayout " << layout_ << " has " << descriptor_count_ << " descriptors, but DescriptorSetLayout "
170 *error_msg = error_str.str();
179 std::stringstream error_str;
180 error_str << "Binding " << binding.binding << " for DescriptorSetLayout " << layout_ << " has a descriptorCount of "
184 *error_msg = error_str.str();
187 std::stringstream error_str;
188 error_str << "Binding " << binding.binding << " for DescriptorSetLayout " << layout_ << " is type '"
192 *error_msg = error_str.str();
195 std::stringstream error_str;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
descriptor_sets.cpp 167 std::stringstream error_str;
168 error_str << "DescriptorSetLayout " << layout_ << " has " << descriptor_count_ << " descriptors, but DescriptorSetLayout "
170 *error_msg = error_str.str();
179 std::stringstream error_str;
180 error_str << "Binding " << binding.binding << " for DescriptorSetLayout " << layout_ << " has a descriptorCount of "
184 *error_msg = error_str.str();
187 std::stringstream error_str;
188 error_str << "Binding " << binding.binding << " for DescriptorSetLayout " << layout_ << " is type '"
192 *error_msg = error_str.str();
195 std::stringstream error_str;
    [all...]
  /external/vulkan-validation-layers/layers/
descriptor_sets.cpp 179 std::stringstream error_str;
180 error_str << "DescriptorSetLayout " << layout_ << " has " << descriptor_count_ << " descriptors, but DescriptorSetLayout "
182 *error_msg = error_str.str();
191 std::stringstream error_str;
192 error_str << "Binding " << binding.binding << " for DescriptorSetLayout " << layout_ << " has a descriptorCount of "
196 *error_msg = error_str.str();
199 std::stringstream error_str;
200 error_str << "Binding " << binding.binding << " for DescriptorSetLayout " << layout_ << " is type '"
204 *error_msg = error_str.str();
207 std::stringstream error_str;
    [all...]
spec.py 262 error_str = db_line[4]
264 db_dict[error_enum] = error_str
270 self.error_db_dict[error_enum]['error_string'] = error_str
  /external/libchrome/base/json/
json_string_value_serializer.cc 53 std::string* error_str) {
57 error_code, error_str);
json_file_value_serializer.cc 106 std::string* error_str) {
112 if (error_str)
113 *error_str = GetErrorMessageForCode(error);
119 return deserializer.Deserialize(error_code, error_str);
  /external/autotest/server/cros/clique_lib/
clique_dut_updater.py 143 error_str = 'Host: ' + dut_host + '. ' + e
144 logging.error(error_str)
153 error_str = 'Host: ' + dut_host + '. ' + e
154 logging.error(error_str)
159 error_str = 'Host: ' + dut_host + '. Expected version of ' + \
162 logging.error(error_str)
  /external/strace/
count.c 162 char error_str[sizeof(int)*3]; local
198 error_str[0] = '\0';
200 sprintf(error_str, "%u", cc->errors);
210 error_str, sysent[idx].sys_name);
217 error_str[0] = '\0';
219 sprintf(error_str, "%u", error_cum);
222 call_cum, error_str, "total");
  /art/runtime/gc/collector/
immune_spaces_test.cc 83 std::string error_str; local
90 &error_str));
92 LOG(ERROR) << error_str;
104 &error_str));
106 LOG(ERROR) << error_str;
141 std::string error_str; local
148 &error_str));
150 LOG(ERROR) << "Failed to allocate memory region " << error_str;
  /cts/tests/tests/jni/libjnitest/
android_jni_cts_LinkerNamespacesTest.cpp 262 std::string error_str; local
264 error_str += line + '\n';
266 return env->NewStringUTF(error_str.c_str());
  /frameworks/base/tools/aapt2/cmd/
Compile.cpp 588 std::string error_str; local
589 Maybe<android::FileMap> f = file::MmapPath(path_data.source.path, &error_str);
592 << error_str);
702 std::string error_str; local
703 if (Maybe<ResourcePathData> path_data = ExtractResourcePathData(arg, &error_str)) {
706 context.GetDiagnostics()->Error(DiagMessage() << error_str << " (" << arg << ")");
Link.cpp 703 std::string error_str; local
704 std::unique_ptr<ResourceTable> include_static = LoadStaticLibrary(path, &error_str);
734 } else if (!error_str.empty()) {
736 context_->GetDiagnostics()->Error(DiagMessage(path) << error_str);
1072 std::string error_str; local
1211 std::string error_str; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
_warnings.c 797 static PyObject *error_str = NULL; local
811 if (error_str == NULL) {
812 error_str = PyString_InternFromString("error");
813 if (error_str == NULL)
816 action_obj = error_str;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
_warnings.c 798 static PyObject *error_str = NULL; local
812 if (error_str == NULL) {
813 error_str = PyString_InternFromString("error");
814 if (error_str == NULL)
817 action_obj = error_str;
  /external/toolchain-utils/
test_toolchains.py 123 error_str = "Could not setup board: '%s'" % command
124 assert ret == 0, error_str
  /external/autotest/client/site_tests/video_YouTubePage/
video_YouTubePage.py 117 def assert_event_state(self, event, op, error_str):
124 @param error_str: A string for the error output.
  /art/runtime/jit/
jit_code_cache.cc 82 std::string error_str; local
94 &error_str,
98 oss << "Failed to create read write execute cache: " << error_str << " size=" << max_capacity;
115 data_map->RemapAtEnd(divider, "jit-code-cache", kProtAll, &error_str, use_ashmem);
118 oss << "Failed to create read write execute cache: " << error_str << " size=" << max_capacity;
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 719 char error_str[64]; local
720 sprintf(error_str, "Unknown function referenced %s", Callee.c_str());
721 return ErrorV(error_str);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 701 char error_str[64]; local
702 sprintf(error_str, "Unknown function referenced %s", Callee.c_str());
703 return ErrorV(error_str);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 1161 char error_str[64]; local
    [all...]
  /external/libchrome/base/
values.h 538 std::string* error_str) = 0;
  /art/runtime/gc/
heap.cc 372 std::string error_str; local
385 &error_str));
386 CHECK(non_moving_space_mem_map != nullptr) << error_str;
397 &error_str));
404 &error_str));
406 CHECK(main_mem_map_1.get() != nullptr) << error_str;
413 capacity_, &error_str));
414 CHECK(main_mem_map_2.get() != nullptr) << error_str;
    [all...]
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_helpers.cc 851 string error_str() const { return error_str_; } function in class:google::protobuf::compiler::objectivec::__anon28990::Parser
979 " Line " + SimpleItoa(parser.last_line()) + ", " + parser.error_str();
    [all...]

Completed in 2513 milliseconds

1 2