Home
last modified time | relevance | path

Searched defs:functionName (Results 1 – 25 of 25) sorted by relevance

/third_party/flutter/skia/src/ports/
DSkOSLibrary_posix.cpp18 void* GetProcedureAddress(void* library, const char* functionName) { in GetProcedureAddress()
DSkOSLibrary_win.cpp17 void* GetProcedureAddress(void* library, const char* functionName) { in GetProcedureAddress()
/third_party/node/tools/node_modules/eslint/node_modules/onetime/
Dindex.js14 const functionName = fn.displayName || fn.name || '<anonymous>'; constant
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DFunctionLookup.cpp77 ImmutableString TFunctionLookup::GetMangledName(const char *functionName, in GetMangledName()
90 std::vector<ImmutableString> GetMangledNames(const char *functionName, in GetMangledNames()
DShaderStorageBlockFunctionHLSL.h70 TString functionName; member
DOutputHLSL.h233 TString functionName; member
DOutputHLSL.cpp1301 const TString &functionName = addArrayEqualityFunction(type); in outputEqual() local
1307 const TString &functionName = addStructEqualityFunction(structure); in outputEqual() local
1322 const TString &functionName = addArrayAssignmentFunction(type); in outputAssign() local
1391 const TString &functionName = addArrayConstructIntoFunction(node->getType()); in visitBinary() local
DShaderStorageBlockOutputHLSL.cpp433 const TString &functionName = mSSBOFunctionHLSL->registerShaderStorageBlockFunction( in traverseSSBOAccess() local
DIntermNode.cpp675 const char *TIntermAggregate::functionName() const in functionName() function in sh::TIntermAggregate
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DEmulatePrecision.cpp288 const char *functionName) in writeMatrixRoundingHelper()
410 const char *functionName) in writeMatrixRoundingHelper()
700 const TFunction *EmulatePrecision::getInternalFunction(const ImmutableString &functionName, in getInternalFunction()
752 ImmutableString functionName = ImmutableString(strstr.str()); in createCompoundAssignmentFunctionCallNode() local
DRemoveDynamicIndexing.cpp175 std::string functionName = GetIndexFunctionName(type, write); in GetIndexFunctionDefinition() local
448 ImmutableString functionName( in visitBinary() local
DRewriteAtomicCounters.cpp592 const ImmutableString &functionName = node->getFunction()->name(); in convertBuiltinFunction() local
/third_party/jerryscript/tests/jerry/es2015/
Dfunction-name.js47 function assertMethodName(func, name, functionName = name) { argument
53 function assertGetterName(obj, name, functionName = name) { argument
58 function assertSetterName(obj, name, functionName = name) { argument
/third_party/jsframework/runtime/main/extend/systemplugin/
Dfetch.js6 messenger.send = function (groupName, functionName, ...args) { argument
/third_party/node/test/sequential/
Dtest-inspector-async-stack-traces-promise-then.js50 function debuggerPausedAt(msg, functionName, previousTickLocation) { argument
/third_party/node/tools/node_modules/eslint/lib/rules/
Dprefer-numeric-literals.js92 functionName: sourceCode.getText(node.callee) property
/third_party/node/deps/npm/node_modules/es-to-primitive/test/
Des5.js7 var functionName = require('function.prototype.name'); variable
Des6.js7 var functionName = require('function.prototype.name'); variable
Des2015.js7 var functionName = require('function.prototype.name'); variable
/third_party/mingw-w64/mingw-w64-headers/include/
Dactivprof.h413 LPCWSTR functionName; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Dtncs.c290 char *functionName, in TNC_TNCS_BindFunction()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Dtncs.c290 char *functionName, in TNC_TNCS_BindFunction()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Dtncc.c227 char *functionName, in TNC_TNCC_BindFunction()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Dtncc.c227 char *functionName, in TNC_TNCC_BindFunction()
/third_party/flutter/skia/src/pathops/
DSkPathOpsDebug.cpp536 static void show_function_header(const char* functionName) { in show_function_header()