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

12

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm.c 188 char *error_str = NULL; local
193 &program_size, &error_str);
198 ralloc_strcat(&fp->program.sh.data->InfoLog, error_str);
201 _mesa_problem(NULL, "Failed to compile fragment shader: %s\n", error_str);
brw_vec4_gs_visitor.cpp 596 char **error_str)
    [all...]
brw_vec4.cpp     [all...]
brw_fs.cpp     [all...]
  /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/python/cpython2/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;
  /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 118 def assert_event_state(self, event, op, error_str):
125 @param error_str: A string for the error output.
  /frameworks/base/tools/aapt2/cmd/
Link.cpp 709 std::string error_str; local
710 std::unique_ptr<ResourceTable> include_static = LoadStaticLibrary(path, &error_str);
740 } else if (!error_str.empty()) {
742 context_->GetDiagnostics()->Error(DiagMessage(path) << error_str);
1079 std::string error_str; local
1218 std::string error_str; local
    [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...]
  /art/runtime/jit/
jit_code_cache.cc 89 std::string error_str; local
101 &error_str,
105 oss << "Failed to create read write cache: " << error_str << " size=" << max_capacity;
122 data_map->RemapAtEnd(divider, "jit-code-cache", kProtAll, &error_str, use_ashmem);
125 oss << "Failed to create read write execute cache: " << error_str << " size=" << max_capacity;
    [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 373 std::string error_str; local
386 &error_str));
387 CHECK(non_moving_space_mem_map != nullptr) << error_str;
398 &error_str));
405 &error_str));
407 CHECK(main_mem_map_1.get() != nullptr) << error_str;
414 capacity_, &error_str));
415 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::__anon29841::Parser
979 " Line " + SimpleItoa(parser.last_line()) + ", " + parser.error_str();
    [all...]
  /external/stressapptest/src/
worker.cc 2932 const char *error_str; member in struct:__anon32125
    [all...]

Completed in 1869 milliseconds

12