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

1234

/external/chromium_org/third_party/bintrees/bintrees/
H A Dqavltree.c456 const char* function_name); /*proto*/
2242 const char* function_name)
2318 __Pyx_RaiseDoubleKeywordsError(function_name, key);
2322 "%s() keywords must be strings", function_name);
2328 function_name, PyString_AsString(key));
2331 function_name, key);
2236 __Pyx_ParseOptionalKeywords( PyObject *kwds, PyObject **argnames[], PyObject *kwds2, PyObject *values[], Py_ssize_t num_pos_args, const char* function_name) argument
H A Dqbintree.c456 const char* function_name); /*proto*/
2237 const char* function_name)
2313 __Pyx_RaiseDoubleKeywordsError(function_name, key);
2317 "%s() keywords must be strings", function_name);
2323 function_name, PyString_AsString(key));
2326 function_name, key);
2231 __Pyx_ParseOptionalKeywords( PyObject *kwds, PyObject **argnames[], PyObject *kwds2, PyObject *values[], Py_ssize_t num_pos_args, const char* function_name) argument
H A Dqrbtree.c456 const char* function_name); /*proto*/
2239 const char* function_name)
2315 __Pyx_RaiseDoubleKeywordsError(function_name, key);
2319 "%s() keywords must be strings", function_name);
2325 function_name, PyString_AsString(key));
2328 function_name, key);
2233 __Pyx_ParseOptionalKeywords( PyObject *kwds, PyObject **argnames[], PyObject *kwds2, PyObject *values[], Py_ssize_t num_pos_args, const char* function_name) argument
/external/chromium_org/v8/src/
H A Dparser.cc3437 const AstRawString* function_name, Scanner::Location function_name_location,
3458 bool should_infer_name = function_name == NULL;
3462 function_name = ast_value_factory()->empty_string();
3518 scope_->SetScopeName(function_name);
3603 DCHECK(function_name != NULL);
3605 Variable(scope_, function_name, fvar_mode, true /* is valid LHS */,
3653 SkipLazyFunctionBody(function_name, &materialized_literal_count,
3656 body = ParseEagerFunctionBody(function_name, pos, fvar, fvar_init_op,
3666 CheckStrictFunctionNameAndParameters(function_name,
3688 function_name, ast_value_factor
3436 ParseFunctionLiteral( const AstRawString* function_name, Scanner::Location function_name_location, bool name_is_strict_reserved, FunctionKind kind, int function_token_pos, FunctionLiteral::FunctionType function_type, FunctionLiteral::ArityRestriction arity_restriction, bool* ok) argument
3701 SkipLazyFunctionBody(const AstRawString* function_name, int* materialized_literal_count, int* expected_property_count, bool* ok) argument
3767 ParseEagerFunctionBody( const AstRawString* function_name, int pos, Variable* fvar, Token::Value fvar_init_op, bool is_generator, bool* ok) argument
[all...]
H A Dpreparser.h395 IdentifierT function_name,
402 if (this->IsEvalOrArguments(function_name)) {
1359 V8_INLINE void SkipLazyFunctionBody(PreParserIdentifier function_name, argument
1366 ParseEagerFunctionBody(PreParserIdentifier function_name, int pos,
1513 V8_INLINE void SkipLazyFunctionBody(PreParserIdentifier function_name,
1517 ParseEagerFunctionBody(PreParserIdentifier function_name, int pos,
1533 PreParserIdentifier function_name, int pos, Variable* fvar,
1546 PreParserIdentifier function_name, int pos, Variable* fvar,
1548 return pre_parser_->ParseEagerFunctionBody(function_name, pos, fvar,
394 CheckStrictFunctionNameAndParameters( IdentifierT function_name, bool function_name_is_strict_reserved, const Scanner::Location& function_name_loc, const Scanner::Location& eval_args_error_loc, const Scanner::Location& dupe_error_loc, const Scanner::Location& reserved_loc, bool* ok) argument
1532 ParseEagerFunctionBody( PreParserIdentifier function_name, int pos, Variable* fvar, Token::Value fvar_init_op, bool is_generator, bool* ok) argument
1545 ParseEagerFunctionBody( PreParserIdentifier function_name, int pos, Variable* fvar, Token::Value fvar_init_op, bool is_generator, bool* ok) argument
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DExprNodes.py4752 # function_name NameNode
4755 subexprs = ['args', 'function_name']
4759 function_name = None variable in class:InlinedDefNodeCallNode
4770 self.function_name = self.function_name.analyse_types(env)
4827 arg_code = [self.function_name.py_result()]
4871 def __init__(self, pos, function_name, func_type,
4876 pos, py_name, function_name, func_type,
9159 function_name = self.py_functions[self.operator]
9161 function_name
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-debug.cc134 const char* function_name) {
138 v8::String::NewFromUtf8(env->GetIsolate(), function_name)));
145 const char* function_name) {
149 global->Get(v8::String::NewFromUtf8(isolate, function_name)));
185 const char* function_name,
190 function_name, line, position);
624 v8::Handle<v8::String> function_name(result->ToString());
625 function_name->WriteUtf8(last_function_hit);
852 v8::String::Utf8Value function_name(result->ToString());
853 CHECK_EQ(1, StrLength(*function_name));
132 CompileFunction(DebugLocalContext* env, const char* source, const char* function_name) argument
143 CompileFunction(v8::Isolate* isolate, const char* source, const char* function_name) argument
184 SetBreakPointFromJS(v8::Isolate* isolate, const char* function_name, int line, int position) argument
[all...]
H A Dtest-api.cc13965 // \p caller_name and the function name contains \p function_name.
13967 const char* function_name);
14116 const char* caller_name, const char* function_name) {
14124 if (function_name != NULL) {
14125 if (function->name.find(function_name) == std::string::npos)
14252 // "LazyCompile:<type><function_name>", where the type is one of
14115 CountInvocations( const char* caller_name, const char* function_name) argument
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc173 #define LOCAL_SET_GL_ERROR(error, function_name, msg) \
174 ERRORSTATE_SET_GL_ERROR(state_.GetErrorState(), error, function_name, msg)
175 #define LOCAL_SET_GL_ERROR_INVALID_ENUM(function_name, value, label) \
177 function_name, value, label)
178 #define LOCAL_SET_GL_ERROR_INVALID_PARAM(error, function_name, pname) \
180 function_name, pname)
181 #define LOCAL_COPY_REAL_GL_ERRORS_TO_WRAPPER(function_name) \
183 function_name)
184 #define LOCAL_PEEK_GL_ERROR(function_name) \
185 ERRORSTATE_PEEK_GL_ERROR(state_.GetErrorState(), function_name)
999 LogClientServiceMapping( const char* function_name, GLuint client_id, GLuint service_id) argument
1008 LogClientServiceForInfo( T* info, GLuint client_id, const char* function_name) argument
1018 GetProgramInfoNotShader( GLuint client_id, const char* function_name) argument
1050 GetShaderInfoNotProgram( GLuint client_id, const char* function_name) argument
1862 ScopedGLErrorSuppressor( const char* function_name, ErrorState* error_state) argument
5845 CheckCurrentProgram(const char* function_name) argument
5860 CheckCurrentProgramForUniform( GLint location, const char* function_name) argument
5868 PrepForSetUniformByLocation( GLint fake_location, const char* function_name, Program::UniformApiType api_type, GLint* real_location, GLenum* type, GLsizei* count) argument
6348 IsDrawValid( const char* function_name, GLuint max_vertex_accessed, bool instanced, GLsizei primcount) argument
6374 SimulateAttrib0( const char* function_name, GLuint max_vertex_accessed, bool* simulated) argument
6476 SimulateFixedAttribs( const char* function_name, GLuint max_vertex_accessed, bool* simulated, GLsizei primcount) argument
6596 DoDrawArrays( const char* function_name, bool instanced, GLenum mode, GLint first, GLsizei count, GLsizei primcount) argument
6704 DoDrawElements( const char* function_name, bool instanced, GLenum mode, GLsizei count, GLenum type, int32 offset, GLsizei primcount) argument
7233 SetVertexAttribValue( const char* function_name, GLuint index, const GLfloat* value) argument
8170 ValidateCompressedTexFuncData( const char* function_name, GLsizei width, GLsizei height, GLenum format, size_t size) argument
8224 ValidateCompressedTexDimensions( const char* function_name, GLint level, GLsizei width, GLsizei height, GLenum format) argument
8270 ValidateCompressedTexSubDimensions( const char* function_name, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, Texture* texture) argument
8906 ValidateTexSubImage2D( error::Error* error, const char* function_name, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void * data) argument
10971 ValidateAsyncTransfer( const char* function_name, TextureRef* texture_ref, GLenum target, GLint level, const void * data) argument
[all...]

Completed in 385 milliseconds

1234