Home
last modified time | relevance | path

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

123

/napi_generator/hdc/appCodeGen/src/analyze/
Dnamespace.js30 function getDataByResult(result) { argument
40 let result = { variable
88 function parseEnumType(result) { argument
139 function parseNamespace(matchs, data, result) { argument
156 function parseClass(matchs, data, result) { argument
167 function parseEnum(matchs, data, result) { argument
203 function getTypeInfo(result, typeName, typeType, isEnum) { argument
214 function parseType(matchs, data, result) { argument
259 function parseFunction(matchs, data, result) { argument
299 result.exports.push(funcName) field
[all …]
Dtype.js38 let result = { variable
71 let result = { variable
92 function analyzeType2Result(result, bodyContent, index) { argument
Denum.js21 let result = { variable
42 function analyzeEnumResult(result, bodyContent, index) { argument
Dfunction.js26 let result = { variable
144 let result = { variable
203 let result = { variable
/napi_generator/src/gen/analyze/
Dnamespace.js30 function getDataByResult(result) { argument
40 let result = { variable
88 function parseEnumType(result) { argument
139 function parseNamespace(matchs, data, result) { argument
156 function parseClass(matchs, data, result) { argument
167 function parseEnum(matchs, data, result) { argument
203 function getTypeInfo(result, typeName, typeType, isEnum) { argument
214 function parseType(matchs, data, result) { argument
259 function parseFunction(matchs, data, result) { argument
299 result.exports.push(funcName) field
[all …]
Dtype.js38 let result = { variable
71 let result = { variable
92 function analyzeType2Result(result, bodyContent, index) { argument
Denum.js21 let result = { variable
42 function analyzeEnumResult(result, bodyContent, index) { argument
/napi_generator/hdc/appCodeGen/src/
Danalyze.js33 let result = { variable
59 function analyze(data, result) { argument
104 function analyzeMatchNamespace(matchs, data, result) { argument
119 function analyzeMatchInterface(matchs, data, result) { argument
133 function analyzeMatchFunction(matchs, data, result) { argument
148 function analyzeMatchType(matchs, data, result) { argument
/napi_generator/src/gen/
Danalyze.js33 let result = { variable
59 function analyze(data, result) { argument
104 function analyzeMatchNamespace(matchs, data, result) { argument
119 function analyzeMatchInterface(matchs, data, result) { argument
133 function analyzeMatchFunction(matchs, data, result) { argument
148 function analyzeMatchType(matchs, data, result) { argument
DanalyzeRaw.js50 let result = { variable
95 function analyzeRaw(statements, result) { argument
142 function analyzeMatchNamespace(matchs, data, result) { argument
157 function analyzeMatchInterface(matchs, data, result) { argument
171 function analyzeMatchFunction(matchs, data, result) { argument
186 function analyzeMatchType(matchs, data, result) { argument
Dgenerate.js294 function generateImplH(ns0, numberUsing, result, structOfTs, destDir, license) { argument
307 function generateMiddleCpp(result, ns0, moduleName, destDir, license) { argument
341 function generateMiddleH(ns0, result, destDir, license) { argument
/napi_generator/test/unittest/
Danalyze.test.js105 let result = { variable
116 let result = { variable
361 let result = { variable
379 let result = { variable
399 let result = { variable
417 let result = { variable
437 let result = { variable
455 let result = { variable
/napi_generator/examples/napitutorials/entry/src/main/cpp/javascriptapi/jsproperty/
Dnapigetproperty.cpp34 napi_value result; in callFunctionIfTypeIsFunction() local
94 napi_value result = callFunctionIfTypeIsFunction(env, obj, propValue); in testNapiGetProperty() local
Dnapigetnamedproperty.cpp34 napi_value result; in callFunctionIfPropertyTypeIsFunction() local
94 napi_value result = callFunctionIfPropertyTypeIsFunction(env, obj, propValue); in testNapiGetNamedProperty() local
Dnapideleteproperty.cpp59 bool result = false; in testNapiDeleteProperty() local
Dnapigetelement.cpp59 napi_value result; in testNapiGetElement() local
Dnapihasproperty.cpp67 napi_value result; in testNapiHasProperty() local
/napi_generator/hdc/service/service_vs_plugin/src/
Dextension.js53 var result = { variable
124 var result = { variable
213 var result = { variable
/napi_generator/src/gen/generate/
Dtype.js65 let result = { variable
218 let result = { variable
235 result = { variable
245 result = { variable
255 result = { variable
Denum.js52 let result = { variable
/napi_generator/examples/napitutorials/entry/src/main/cpp/javascriptapi/jsvalues/
Dnapicreateint64.cpp29 napi_value result; in testNapiCreateInt64() local
Dnapicreateint32.cpp29 napi_value result; in testNapiCreateInt32() local
Dnapicreateuint32.cpp30 napi_value result; in testNapiCreateUInt32() local
/napi_generator/examples/napitutorials/entry/src/main/cpp/nodeapi/datatypes/
Dnapistatus.cpp55 int32_t result = num1 + num2; in testNapiStatus() local
/napi_generator/examples/napitutorials/entry/src/main/cpp/javascriptapi/jsabstractops/
Dnapitypeof.cpp26 napi_valuetype result; in testNapiTypeof() local

123