Home
last modified time | relevance | path

Searched refs:function (Results 1 – 22 of 22) sorted by relevance

/development/vndk/tools/header-checker/src/repr/json/
Dir_dumper.cpp171 JsonObject &function, const CFunctionLikeIR *cfunction_like_ir) { in AddFunctionParametersAndSetReturnType() argument
172 function.Set("return_type", cfunction_like_ir->GetReturnType()); in AddFunctionParametersAndSetReturnType()
173 AddFunctionParameters(function, cfunction_like_ir); in AddFunctionParametersAndSetReturnType()
177 JsonObject &function, const CFunctionLikeIR *cfunction_like_ir) { in AddFunctionParameters() argument
186 function.Set("parameters", parameters); in AddFunctionParameters()
198 JsonObject function; in ConvertFunctionIR() local
199 AddAccess(function, functionp->GetAccess()); in ConvertFunctionIR()
200 function.Set("linker_set_key", functionp->GetLinkerSetKey()); in ConvertFunctionIR()
201 function.Set("source_file", functionp->GetSourceFile()); in ConvertFunctionIR()
202 function.Set("function_name", functionp->GetName()); in ConvertFunctionIR()
[all …]
Dir_reader.cpp262 const JsonObjectRef &function, CFunctionLikeIR *function_ir) { in ReadFunctionParametersAndReturnType() argument
263 function_ir->SetReturnType(function.GetString("return_type")); in ReadFunctionParametersAndReturnType()
264 for (auto &&parameter : function.GetObjects("parameters")) { in ReadFunctionParametersAndReturnType()
272 FunctionIR JsonIRReader::FunctionJsonToIR(const JsonObjectRef &function) { in FunctionJsonToIR() argument
274 function_ir.SetLinkerSetKey(function.GetString("linker_set_key")); in FunctionJsonToIR()
275 function_ir.SetName(function.GetString("function_name")); in FunctionJsonToIR()
276 function_ir.SetAccess(GetAccess(function)); in FunctionJsonToIR()
277 function_ir.SetSourceFile(function.GetString("source_file")); in FunctionJsonToIR()
278 ReadFunctionParametersAndReturnType(function, &function_ir); in FunctionJsonToIR()
279 ReadTemplateInfo(function, &function_ir); in FunctionJsonToIR()
[all …]
Dir_dumper.h58 JsonObject &function, const CFunctionLikeIR *cfunction_like_ir);
60 static void AddFunctionParameters(JsonObject &function,
Dir_reader.h168 static void ReadFunctionParametersAndReturnType(const JsonObjectRef &function,
171 static FunctionIR FunctionJsonToIR(const JsonObjectRef &function);
/development/vndk/tools/header-checker/src/repr/
Dir_representation.cpp88 void ModuleIR::AddFunction(FunctionIR &&function) { in AddFunction() argument
89 if (!IsLinkableMessageInExportedHeaders(&function)) { in AddFunction()
92 functions_.insert({function.GetLinkerSetKey(), std::move(function)}); in AddFunction()
Dir_representation.h846 void AddFunction(FunctionIR &&function);
/development/vndk/tools/header-checker/src/dumper/
Dast_processing.cpp73 static bool MutateFunctionWithLinkageName(const repr::FunctionIR *function, in MutateFunctionWithLinkageName() argument
77 *added_function = *function; in MutateFunctionWithLinkageName()
82 static bool AddMangledFunctions(const repr::FunctionIR *function, in AddMangledFunctions() argument
86 if (!MutateFunctionWithLinkageName(function, module, mangling)) { in AddMangledFunctions()
/development/scripts/
Dnative_heapdump_viewer.py111 def __init__(self, function, location, library): argument
112 self.function = function
333 function = splitted[2*x];
335 resolved_addrs[addrs_by_lib[lib][x]] = FrameDescription(function, location, lib)
380 …tal_percent, parent_percent, node.number, indent, node.addr, fd.library, fd.function, fd.location))
394 …f%% %6d %s%s %s %s" % (node.size, total_percent, node.number, extra, lib, fd.function, fd.location)
/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DBaseActivityViewModel.java24 import java.util.function.Consumer;
DTracking.java17 import java.util.function.Consumer;
DBaseActivity.java41 import java.util.function.Consumer;
/development/apps/DumpViewer/app/src/main/java/com/android/dumpviewer/utils/
DExec.java29 import java.util.function.Consumer;
/development/vndk/tools/header-checker/src/utils/
Dconfig_file.h145 using ErrorListener = std::function<void (size_t, const char *)>;
/development/scripts/gdb/
Ddalvik.gdb18 # also set a breakpoint in a libart.so function to stop when the program
/development/tools/winscope/
Dyarn.lock320 babel-helper-function-name "^6.24.1"
333 babel-helper-function-name@^6.24.1:
335 …resolved "https://registry.yarnpkg.com/babel-helper-function-name/-/babel-helper-function-name-6.2…
337 babel-helper-get-function-arity "^6.24.1"
343 babel-helper-get-function-arity@^6.24.1:
345 …esolved "https://registry.yarnpkg.com/babel-helper-get-function-arity/-/babel-helper-get-function-…
376 babel-helper-function-name "^6.24.1"
429 babel-plugin-syntax-trailing-function-commas@^6.22.0:
431 …egistry.yarnpkg.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-fu…
468 babel-helper-function-name "^6.24.1"
[all …]
/development/samples/browseable/AppShortcuts/src/com.example.android.appshortcuts/
DShortcutHelper.java39 import java.util.function.BooleanSupplier;
/development/vndk/tools/header-checker/src/linker/
Dheader_abi_linker.cpp128 const std::function<bool(const std::string &)> &symbol_filter);
280 const std::function<bool(const std::string &)> &symbol_filter) { in LinkDecl()
/development/samples/ShortcutSample/src/com/example/android/shortcutsample/
DShortcutHelper.java41 import java.util.function.BooleanSupplier;
/development/tools/labpretest/
DREADME50 rewrite the flash_device function and any others, etc...
/development/samples/ShortcutDemo/publisher/src/com/example/android/pm/shortcutdemo/
DShortcutPublisher.java54 import java.util.function.BooleanSupplier;
/development/samples/SearchableDictionary/res/raw/
Ddefinitions.txt201 conversion - n. the act of changing from one use or function or purpose to another
210 counterpart - n. a person or thing having the same function or characteristics as another
321 emulate - v. imitate the function of (another system), as by modifying the hardware or the software
377 facility - n. something designed and created to serve a particular function and to afford a particu…
657 operate - v. handle and cause to function
840 restore - v. bring back into original existence, use, function, or position
/development/sdk/
Dsdk_files_NOTICE.txt701 d) If a facility in the modified Library refers to a function or a
705 in the event an application does not supply such function or
709 (For example, a function in a library to compute square roots has
712 application-supplied function or table used by this function must
714 root function must still compute square roots.)
2424 d) If a facility in the modified Library refers to a function or a
2428 in the event an application does not supply such function or
2432 (For example, a function in a library to compute square roots has
2435 application-supplied function or table used by this function must
2437 root function must still compute square roots.)
[all …]