Searched defs:function_name (Results 1 - 25 of 84) sorted by relevance

1234

/external/bluetooth/bluedroid/test/suite/cases/
H A Dcases.h28 const char *function_name; member in struct:__anon1729
/external/ltrace/
H A Ddemangle.c40 my_demangle(const char *function_name) { argument
45 debug(DEBUG_FUNCTION, "my_demangle(name=%s)", function_name);
56 && DICT_FIND_VAL(name_cache, &function_name, &tmp) == 0)
60 tmp = cplus_demangle(function_name,
64 tmp = __cxa_demangle(function_name, NULL, NULL, &status);
69 return function_name;
73 const char *fn_copy = strdup(function_name);
/external/chromium_org/net/spdy/
H A Dspdy_session_test_util.cc14 const std::string& function_name)
17 function_name_(function_name) {
32 EndsWith(pending_task.posted_from.function_name(), function_name_,
12 SpdySessionTestTaskObserver( const std::string& file_name, const std::string& function_name) argument
/external/chromium_org/sandbox/win/src/
H A Dservice_resolver.cc26 const char* function_name,
32 *address = module_image.GetProcAddress(function_name);
25 ResolveTarget(const void* module, const char* function_name, void** address) argument
H A Deat_resolver.cc63 const char* function_name,
73 eat_entry_ = pe.GetExportEntry(function_name);
62 ResolveTarget(const void* module, const char* function_name, void** address) argument
H A Dresolver_32.cc86 const char* function_name,
89 return ResolverThunk::ResolveInterceptor(module, function_name, casted);
85 ResolveTarget(const void* module, const char* function_name, void** address) argument
H A Dresolver_64.cc67 const char* function_name,
66 ResolveTarget(const void* module, const char* function_name, void** address) argument
/external/chromium_org/base/
H A Dlocation.h22 Location(const char* function_name,
44 const char* function_name() const { return function_name_; } function in class:tracked_objects::Location
77 std::string function_name; member in struct:tracked_objects::LocationSnapshot
86 #define FROM_HERE_WITH_EXPLICIT_FUNCTION(function_name) \
87 ::tracked_objects::Location(function_name, \
H A Dlocation.cc17 Location::Location(const char* function_name, argument
21 : function_name_(function_name),
78 function_name(location.function_name()),
/external/chromium_org/third_party/webrtc/base/
H A Dprofiler_unittest.cc35 const char* function_name = TestFunc(); local
36 const ProfilerEvent* event = Profiler::Instance()->GetEvent(function_name);
/external/lldb/test/api/multithreaded/
H A Dtest_listener_event_process_state.cpp48 const char* function_name = thread.GetFrameAtIndex(j).GetFunction().GetName(); local
49 if (function_name)
50 g_frame_functions.push(function_name);
/external/chromium_org/content/test/
H A Dwebrtc_content_browsertest_base.cc72 const char* function_name,
83 function_name,
71 GenerateGetUserMediaCall( const char* function_name, int min_width, int max_width, int min_height, int max_height, int min_frame_rate, int max_frame_rate) const argument
/external/chromium_org/mojo/shell/
H A Din_process_dynamic_service_runner.cc25 const char* function_name,
29 reinterpret_cast<SetThunksFn>(library->GetFunctionPointer(function_name));
35 LOG(ERROR) << "Invalid app library: expected " << function_name
24 SetThunks(Thunks (make_thunks)), const char* function_name, base::ScopedNativeLibrary* library) argument
/external/chromium_org/remoting/host/
H A Ddesktop_process.cc154 void DesktopProcess::OnCrash(const std::string& function_name, argument
160 function_name.c_str(), file_name.c_str(), line_number);
/external/lldb/source/DataFormatters/
H A DTypeSummary.cpp185 const char * function_name,
192 if (function_name)
193 m_function_name.assign(function_name);
184 ScriptSummaryFormat(const TypeSummaryImpl::Flags& flags, const char * function_name, const char * python_script) argument
/external/chromium_org/base/debug/
H A Dprofiler.cc181 FunctionType FindFunctionInImports(const char* function_name) { argument
188 FunctionSearchContext ctx = { function_name, NULL };
/external/chromium_org/base/i18n/
H A Dstreaming_utf8_validator_perftest.cc134 const char* function_name; member in struct:base::__anon2292::TestFunctionDescription
158 test_functions[test_index].function_name,
/external/chromium_org/chrome/test/base/
H A Djavascript_browser_test.cc106 const std::string& function_name,
111 base::StringValue* function_name_arg = new base::StringValue(function_name);
104 BuildRunTestJSCall( bool is_async, const std::string& function_name, const ConstValueVector& test_func_args) argument
/external/chromium_org/gpu/command_buffer/service/
H A Derror_state.cc28 const char* function_name,
33 const char* function_name,
40 const char* function_name,
47 const char* function_name,
52 const char* filename, int line, const char* function_name) OVERRIDE;
55 const char* filename, int line, const char* function_name) OVERRIDE;
58 const char* filename, int line, const char* function_name) OVERRIDE;
105 const char* filename, int line, const char* function_name) {
108 SetGLError(filename, line, error, function_name, "");
117 const char* function_name,
104 PeekGLError( const char* filename, int line, const char* function_name) argument
113 SetGLError( const char* filename, int line, unsigned int error, const char* function_name, const char* msg) argument
132 SetGLErrorInvalidEnum( const char* filename, int line, const char* function_name, unsigned int value, const char* label) argument
143 SetGLErrorInvalidParami( const char* filename, int line, unsigned int error, const char* function_name, unsigned int pname, int param) argument
164 SetGLErrorInvalidParamf( const char* filename, int line, unsigned int error, const char* function_name, unsigned int pname, float param) argument
177 CopyRealGLErrorsToWrapper( const char* filename, int line, const char* function_name) argument
186 ClearRealGLErrors( const char* filename, int line, const char* function_name) argument
[all...]
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DFunctionArguments.c115 static CYTHON_INLINE int __Pyx_CheckKeywordStrings(PyObject *kwdict, const char* function_name, int kw_allowed); /*proto*/
125 const char* function_name,
148 "%.200s() keywords must be strings", function_name);
155 function_name, PyString_AsString(key));
158 function_name, key);
168 const char* function_name); /*proto*/
192 const char* function_name)
275 __Pyx_RaiseDoubleKeywordsError(function_name, key);
279 "%.200s() keywords must be strings", function_name);
285 function_name, PyString_AsStrin
123 __Pyx_CheckKeywordStrings( PyObject *kwdict, const char* function_name, int kw_allowed) argument
186 __Pyx_ParseOptionalKeywords( PyObject *kwds, PyObject **argnames[], PyObject *kwds2, PyObject *values[], Py_ssize_t num_pos_args, const char* function_name) argument
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Datomicops-internals-arm-generic.h160 inline void NotImplementedFatalError(const char *function_name) { argument
162 function_name);
H A Datomicops-internals-arm-v6plus.h288 inline void NotImplementedFatalError(const char *function_name) { argument
290 function_name);
H A Datomicops-internals-windows.h359 inline void NotImplementedFatalError(const char *function_name) { argument
361 function_name);
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpreamble_patcher.h184 // function_name.
190 // @param function_name The name of the function you wish to patch.
203 LPCSTR function_name,
206 SIDESTEP_ASSERT(module_name && function_name);
207 if (!module_name || !function_name) {
218 FARPROC existing_function = ::GetProcAddress(module, function_name);
202 Patch(LPCTSTR module_name, LPCSTR function_name, T replacement_function, T* original_function_stub) argument
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Datomicops-internals-arm-generic.h160 inline void NotImplementedFatalError(const char *function_name) { argument
162 function_name);

Completed in 3557 milliseconds

1234