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

  /external/deqp/modules/internal/
ditTestCase.hpp 39 , m_function (func)
46 m_function();
51 Function m_function; member in class:dit::SelfCheckCase
  /external/lldb/tools/debugserver/source/
PThreadMutex.cpp 26 m_function(function),
36 m_function(function),
46 m_function(function),
69 fprintf(stdout, "::pthread_mutex_trylock (%8.8p) mutex is locked (function %s in %s:%i), waiting...\n", m_pMutex, m_function, m_file, m_line);
71 fprintf(stdout, "::pthread_mutex_lock (%8.8p) succeeded after %6llu usecs (function %s in %s:%i)\n", m_pMutex, DNBTimer::GetTimeOfDay() - m_lock_time, m_function, m_file, m_line);
80 fprintf(stdout, "::pthread_mutex_unlock (%8.8p) had lock for %6llu usecs in %s in %s:%i\n", m_pMutex, DNBTimer::GetTimeOfDay() - m_lock_time, m_function, m_file, m_line);
PThreadMutex.h 93 const char *m_function; member in class:PThreadMutex::Locker
  /external/deqp/framework/randomshaders/
rsgFunctionGenerator.cpp 34 , m_function (function)
48 statementStack.push_back(&m_function.getBody());
49 m_function.getBody().init(m_state);
79 m_function.getBody().addChild(new AssignStatement(m_state, variable, valueRange));
rsgFunctionGenerator.hpp 47 Function& m_function; member in class:rsg::FunctionGenerator
rsgBuiltinFunctions.hpp 51 std::string m_function; member in class:rsg::UnaryBuiltinVecFunc
59 : m_function (function)
97 str << Token(m_function.c_str()) << Token::LEFT_PAREN;
  /external/lldb/source/Expression/
ASTStructExtractor.cpp 37 m_function (function),
107 m_function.m_struct_size = struct_layout->getSize().getQuantity(); // TODO Store m_struct_size as CharUnits
108 m_function.m_return_offset = struct_layout->getFieldOffset(struct_layout->getFieldCount() - 1) / 8;
109 m_function.m_return_size = struct_layout->getDataSize().getQuantity() - m_function.m_return_offset;
115 m_function.m_member_offsets.push_back(struct_layout->getFieldOffset(field_index) / 8);
118 m_function.m_struct_valid = true;
142 !m_function.m_wrapper_function_name.compare(function_decl->getNameAsString().c_str()))
  /external/lldb/include/lldb/Expression/
ASTStructExtractor.h 125 /// information about it into m_function
150 ClangFunction &m_function; ///< The function to populate with information about the argument structure. member in class:lldb_private::ASTStructExtractor
  /external/deqp/modules/gles3/functional/
es3fInstancedRenderingTests.cpp 124 DrawFunction m_function; member in class:deqp::gles3::Functional::InstancedRenderingCase
130 vector<deUint16> m_gridIndices; // \note Only used if m_function is FUNCTION_DRAW_ELEMENTS_INSTANCED.
144 , m_function (function)
314 if (m_function == FUNCTION_DRAW_ELEMENTS_INSTANCED)
351 DE_ASSERT(m_function == FUNCTION_DRAW_ARRAYS_INSTANCED);
543 if (m_function == FUNCTION_DRAW_ARRAYS_INSTANCED)
es3fPrimitiveRestartTests.cpp 122 Function m_function; member in class:deqp::gles3::Functional::PrimitiveRestartCase
135 , m_function (function)
544 if (m_function == FUNCTION_DRAW_ELEMENTS)
546 else if (m_function == FUNCTION_DRAW_ELEMENTS_INSTANCED)
550 DE_ASSERT(m_function == FUNCTION_DRAW_RANGE_ELEMENTS);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
execution_monitor.hpp 121 const_string m_function; member in struct:boost::execution_exception::location

Completed in 477 milliseconds