Searched refs:m_function (Results 1 - 15 of 15) sorted by relevance

/external/deqp/modules/internal/
H A DditTestCase.hpp39 , m_function (func)
46 m_function();
51 Function m_function; member in class:dit::SelfCheckCase
/external/lldb/tools/debugserver/source/
H A DPThreadMutex.cpp26 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);
H A DPThreadMutex.h93 const char *m_function; member in class:PThreadMutex::Locker
/external/deqp/framework/randomshaders/
H A DrsgFunctionGenerator.cpp34 , 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));
H A DrsgFunctionGenerator.hpp47 Function& m_function; member in class:rsg::FunctionGenerator
H A DrsgBuiltinFunctions.hpp51 std::string m_function; member in class:rsg::UnaryBuiltinVecFunc
59 : m_function (function)
97 str << Token(m_function.c_str()) << Token::LEFT_PAREN;
/external/chromium_org/third_party/WebKit/Source/platform/
H A DTimer.h122 : m_object(o), m_function(f) { }
125 virtual void fired() OVERRIDE { (m_object->*m_function)(this); }
132 TimerFiredFunction m_function; member in class:blink::FINAL
148 , m_function(f)
180 (m_object->*m_function)(this);
188 TimerFiredFunction m_function; member in class:blink::FINAL
/external/lldb/source/Expression/
H A DASTStructExtractor.cpp37 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/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScheduledAction.cpp51 , m_function(isolate, function)
99 if (!m_function.isEmpty()) {
103 frame->script().callFunction(m_function.newLocal(m_scriptState->isolate()), m_scriptState->context()->Global(), info.size(), info.data());
116 if (!m_function.isEmpty()) {
120 V8ScriptRunner::callFunction(m_function.newLocal(m_scriptState->isolate()), worker, m_scriptState->context()->Global(), info.size(), info.data(), m_scriptState->isolate());
H A DScheduledAction.h62 ScopedPersistent<v8::Function> m_function; member in class:blink::ScheduledAction
/external/lldb/include/lldb/Expression/
H A DASTStructExtractor.h125 /// 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/chromium_org/third_party/WebKit/Source/wtf/
H A DFunctional.h53 : m_function(function)
59 return m_function();
63 R(*m_function)(); member in class:WTF::FunctionWrapper
72 : m_function(function)
78 return m_function(p1);
82 R(*m_function)(P1); member in class:WTF::FunctionWrapper
91 : m_function(function)
97 return m_function(p1, p2);
101 R(*m_function)(P1, P2); member in class:WTF::FunctionWrapper
110 : m_function(functio
120 R(*m_function)(P1, P2, P3); member in class:WTF::FunctionWrapper
139 R(*m_function)(P1, P2, P3, P4); member in class:WTF::FunctionWrapper
158 R(*m_function)(P1, P2, P3, P4, P5); member in class:WTF::FunctionWrapper
177 R(*m_function)(P1, P2, P3, P4, P5, P6); member in class:WTF::FunctionWrapper
206 R(C::*m_function)(); member in class:WTF::FunctionWrapper
233 R(C::*m_function)(P1); member in class:WTF::FunctionWrapper
260 R(C::*m_function)(P1, P2); member in class:WTF::FunctionWrapper
287 R(C::*m_function)(P1, P2, P3); member in class:WTF::FunctionWrapper
314 R(C::*m_function)(P1, P2, P3, P4); member in class:WTF::FunctionWrapper
341 R(C::*m_function)(P1, P2, P3, P4, P5); member in class:WTF::FunctionWrapper
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fInstancedRenderingTests.cpp124 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)
H A Des3fPrimitiveRestartTests.cpp122 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);
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringImpl.cpp870 inline UCharPredicate(CharacterMatchFunctionPtr function): m_function(function) { }
874 return m_function(ch);
878 const CharacterMatchFunctionPtr m_function; member in class:WTF::UCharPredicate

Completed in 2558 milliseconds