Searched refs:function_name (Results 101 - 125 of 170) sorted by relevance

1234567

/external/valgrind/VEX/priv/
H A Dguest_amd64_defs.h68 IRExpr* guest_amd64_spechelper ( const HChar* function_name,
H A Dguest_arm64_defs.h58 IRExpr* guest_arm64_spechelper ( const HChar* function_name,
H A Dguest_arm_defs.h60 IRExpr* guest_arm_spechelper ( const HChar* function_name,
H A Dguest_arm_helpers.c813 IRExpr* guest_arm_spechelper ( const HChar* function_name, argument
828 vex_printf(" %s ", function_name);
838 if (vex_streq(function_name, "armg_calculate_condition")) {
1073 if (vex_streq(function_name, "armg_calculate_flag_c")) {
1123 if (vex_streq(function_name, "armg_calculate_flag_v")) {
H A Dguest_mips_helpers.c55 IRExpr *guest_mips32_spechelper(const HChar * function_name, IRExpr ** args, argument
61 IRExpr *guest_mips64_spechelper ( const HChar * function_name, IRExpr ** args, argument
H A Dguest_s390_helpers.c1826 guest_s390x_spechelper(const HChar *function_name, IRExpr **args, argument
1836 vex_printf(" %s ", function_name);
1846 if (vex_streq(function_name, "s390_calculate_cond")) {
2383 if (vex_streq(function_name, "s390_calculate_cc")) {
H A Dguest_ppc_helpers.c202 IRExpr* guest_ppc32_spechelper ( const HChar* function_name, argument
210 IRExpr* guest_ppc64_spechelper ( const HChar* function_name, argument
/external/mesa3d/src/compiler/glsl/
H A Dast_function.cpp316 const char *func_name = sig->function_name();
530 ? ralloc_asprintf(ctx, "%s_retval", sig->function_name())
643 const char **function_name, exec_list *actual_parameters)
651 function_name,
661 *function_name = array->primary_expression.identifier;
663 match_subroutine_by_name(*function_name, actual_parameters,
2149 strcmp(state->current_function->function_name(), "main") != 0) {
640 generate_array_index(void *mem_ctx, exec_list *instructions, struct _mesa_glsl_parse_state *state, YYLTYPE loc, const ast_expression *array, ast_expression *idx, const char **function_name, exec_list *actual_parameters) argument
H A Dir.h1155 const char *function_name() const;
1328 * e.g. subroutine (type1, type2) function_name { function_body };
1338 inline const char *ir_function_signature::function_name() const function in class:ir_function_signature
1607 return callee->function_name();
H A Dir_validate.cpp221 ir->function_name(), (void *) ir->function());
227 (void *) ir, ir->function_name());
/external/tensorflow/tensorflow/core/common_runtime/
H A Dfunction.cc153 Status Instantiate(const string& function_name, AttrSlice attrs,
473 const string& function_name, AttrSlice attrs,
476 return parent_->Instantiate(function_name, attrs, options, handle);
483 const string key = Canonicalize(function_name, attrs, options_copy);
495 if (function_name == kGradientOp) {
510 const FunctionDef* fdef = lib_def->Find(function_name);
512 return errors::NotFound("Function ", function_name, " is not defined.");
472 Instantiate( const string& function_name, AttrSlice attrs, const InstantiateOptions& options, Handle* handle) argument
/external/tensorflow/tensorflow/core/framework/
H A Dfunction.cc932 func_grad_[grad.function_name()] = grad.gradient_func();
986 string* entry = &func_grad_[grad.function_name()];
991 grad.function_name(), "' because it already has gradient function ",
1030 funcs_with_grads.push_back(grad.function_name());
1061 funcs_with_grads.push_back(grad.function_name());
1214 const string& function_name, gtl::ArraySlice<string> in_def,
1221 OpDefBuilder b(function_name);
1213 Create( const string& function_name, gtl::ArraySlice<string> in_def, gtl::ArraySlice<string> out_def, gtl::ArraySlice<string> attr_def, gtl::ArraySlice<Node> node_def, gtl::ArraySlice<std::pair<string, string>> ret_def) argument
/external/compiler-rt/lib/interception/
H A Dinterception_win.cc841 const char *function_name, uptr new_function,
883 if (strcmp(funcname, function_name) == 0)
839 OverrideImportedFunction(const char *module_to_patch, const char *imported_module, const char *function_name, uptr new_function, uptr *orig_old_func) argument
/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dcpplint.py685 def Begin(self, function_name):
689 function_name: The name of the function being tracked.
693 self.current_function = function_name
1974 function_name = match_result.group(1).split()[-1]
1975 if function_name == 'TEST' or function_name == 'TEST_F' or (
1976 not Match(r'[A-Z_]+$', function_name)):
3358 function_name = re.search(r'\b((?:string)?printf)\s*\(',
3362 % (function_name, match.group(1)))
/external/libvpx/libvpx/tools/
H A Dcpplint.py810 def Begin(self, function_name):
814 function_name: The name of the function being tracked.
818 self.current_function = function_name
2308 function_name = match_result.group(1).split()[-1]
2309 if function_name == 'TEST' or function_name == 'TEST_F' or (
2310 not Match(r'[A-Z_]+$', function_name)):
3935 function_name = re.search(r'\b((?:string)?printf)\s*\(',
3939 % (function_name, match.group(1)))
/external/mesa3d/src/glx/
H A Dglx_pbuffer.c59 warn_GLX_1_3(Display * dpy, const char *function_name) argument
67 function_name);
/external/tensorflow/tensorflow/contrib/tensorboard/db/
H A Dsummary_db_writer_test.cc261 EXPECT_EQ("funk", graph2.library().gradient(0).function_name());
/external/v8/src/parsing/
H A Dparser.cc1813 const AstRawString* function_name, int pos,
1818 if (function_scope->LookupLocal(function_name) == nullptr) {
1822 Variable* fvar = function_scope->DeclareFunctionVar(function_name);
2505 const AstRawString* function_name, Scanner::Location function_name_location,
2524 bool should_infer_name = function_name == NULL;
2528 function_name = ast_value_factory()->empty_string();
2647 scope->SetScopeName(function_name);
2685 body = ParseFunction(function_name, pos, kind, function_type, scope,
2707 function_name->byte_length(), function_name
1812 CreateFunctionNameAssignment( const AstRawString* function_name, int pos, FunctionLiteral::FunctionType function_type, DeclarationScope* function_scope, ZoneList<Statement*>* result, int index) argument
2504 ParseFunctionLiteral( const AstRawString* function_name, Scanner::Location function_name_location, FunctionNameValidity function_name_validity, FunctionKind kind, int function_token_pos, FunctionLiteral::FunctionType function_type, LanguageMode language_mode, bool* ok) argument
3129 ParseFunction( const AstRawString* function_name, int pos, FunctionKind kind, FunctionLiteral::FunctionType function_type, DeclarationScope* function_scope, int* num_parameters, int* function_length, bool* has_duplicate_parameters, int* expected_property_count, bool* ok) argument
[all...]
/external/scapy/scapy/layers/
H A Ddot11.py397 function_name = "airpwn" variable in class:WiFi_am
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dir_emitter.h160 void InitializeIrFunction(const string& function_name);
H A Dcpu_compiler.cc690 string function_name = llvm_ir::AsString(entry_function->getName()); local
702 std::move(jit), std::move(assignment), std::move(module), function_name,
/external/deqp/external/openglcts/modules/gl/
H A Dgl3cTextureSwizzleTests.cpp3462 const glw::GLchar* function_name = "unknown"; local
3489 function_name = "TexImage1D";
3498 function_name = "TexImage2D";
3506 function_name = "TexImage3D";
3517 function_name = "TexImage2D";
3527 function_name = "TexImage2DMultisample";
3535 function_name = "TexImage3DMultisample";
3545 GLU_EXPECT_NO_ERROR(error, function_name);
/external/gemmlowp/meta/generators/
H A Dneon_emitter.py235 def EmitFunctionBeginA(self, function_name, params, return_type):
237 (return_type, function_name,
/external/google-styleguide/cpplint/
H A Dcpplint.py1038 def Begin(self, function_name):
1042 function_name: The name of the function being tracked.
1046 self.current_function = function_name
3073 function_name = match_result.group(1).split()[-1]
3074 if function_name == 'TEST' or function_name == 'TEST_F' or (
3075 not Match(r'[A-Z_]+$', function_name)):
4758 function_name = re.search(r'\b((?:string)?printf)\s*\(',
4762 % (function_name, match.group(1)))
/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Ddispatch.hpp480 const char *function_name);
748 const char *function_name);

Completed in 719 milliseconds

1234567