/development/vndk/tools/header-checker/src/repr/json/ |
D | ir_dumper.cpp | 165 JsonObject &function, const CFunctionLikeIR *cfunction_like_ir) { in AddFunctionParametersAndSetReturnType() argument 166 function.Set("return_type", cfunction_like_ir->GetReturnType()); in AddFunctionParametersAndSetReturnType() 167 AddFunctionParameters(function, cfunction_like_ir); in AddFunctionParametersAndSetReturnType() 171 JsonObject &function, const CFunctionLikeIR *cfunction_like_ir) { in AddFunctionParameters() argument 180 function.Set("parameters", parameters); in AddFunctionParameters() 192 JsonObject function; in ConvertFunctionIR() local 193 AddAccess(function, functionp->GetAccess()); in ConvertFunctionIR() 194 function.Set("linker_set_key", functionp->GetLinkerSetKey()); in ConvertFunctionIR() 195 function.Set("source_file", functionp->GetSourceFile()); in ConvertFunctionIR() 196 function.Set("function_name", functionp->GetName()); in ConvertFunctionIR() [all …]
|
D | ir_reader.cpp | 258 const JsonObjectRef &function, CFunctionLikeIR *function_ir) { in ReadFunctionParametersAndReturnType() argument 259 function_ir->SetReturnType(function.GetString("return_type")); in ReadFunctionParametersAndReturnType() 260 for (auto &¶meter : function.GetObjects("parameters")) { in ReadFunctionParametersAndReturnType() 268 FunctionIR JsonIRReader::FunctionJsonToIR(const JsonObjectRef &function) { in FunctionJsonToIR() argument 270 function_ir.SetLinkerSetKey(function.GetString("linker_set_key")); in FunctionJsonToIR() 271 function_ir.SetName(function.GetString("function_name")); in FunctionJsonToIR() 272 function_ir.SetAccess(GetAccess(function)); in FunctionJsonToIR() 273 function_ir.SetSourceFile(function.GetString("source_file")); in FunctionJsonToIR() 274 ReadFunctionParametersAndReturnType(function, &function_ir); in FunctionJsonToIR() 275 ReadTemplateInfo(function, &function_ir); in FunctionJsonToIR() [all …]
|
D | ir_dumper.h | 55 JsonObject &function, const CFunctionLikeIR *cfunction_like_ir); 57 static void AddFunctionParameters(JsonObject &function,
|
D | ir_reader.h | 165 static void ReadFunctionParametersAndReturnType(const JsonObjectRef &function, 168 static FunctionIR FunctionJsonToIR(const JsonObjectRef &function);
|
/development/vndk/tools/header-checker/src/repr/ |
D | ir_representation.cpp | 88 void ModuleIR::AddFunction(FunctionIR &&function) { in AddFunction() argument 89 if (!IsLinkableMessageInExportedHeaders(&function)) { in AddFunction() 92 functions_.insert({function.GetLinkerSetKey(), std::move(function)}); in AddFunction()
|
D | ir_representation.h | 846 void AddFunction(FunctionIR &&function);
|
/development/vndk/tools/header-checker/src/dumper/ |
D | ast_processing.cpp | 85 static bool MutateFunctionWithLinkageName(const repr::FunctionIR *function, in MutateFunctionWithLinkageName() argument 89 *added_function = *function; in MutateFunctionWithLinkageName() 94 static bool AddMangledFunctions(const repr::FunctionIR *function, in AddMangledFunctions() argument 98 if (!MutateFunctionWithLinkageName(function, module, mangling)) { in AddMangledFunctions()
|
/development/scripts/ |
D | native_heapdump_viewer.py | 111 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/ |
D | BaseActivityViewModel.java | 24 import java.util.function.Consumer;
|
D | Tracking.java | 17 import java.util.function.Consumer;
|
D | BaseActivity.java | 43 import java.util.function.Consumer;
|
/development/apps/DumpViewer/app/src/main/java/com/android/dumpviewer/utils/ |
D | Exec.java | 29 import java.util.function.Consumer;
|
/development/samples/ReceiveContentDemo/src/com/example/android/receivecontent/ |
D | Utils.java | 27 import java.util.function.Predicate;
|
/development/vndk/tools/header-checker/src/utils/ |
D | config_file.h | 145 using ErrorListener = std::function<void (size_t, const char *)>;
|
/development/scripts/gdb/ |
D | dalvik.gdb | 18 # also set a breakpoint in a libart.so function to stop when the program
|
/development/samples/browseable/AppShortcuts/src/com.example.android.appshortcuts/ |
D | ShortcutHelper.java | 39 import java.util.function.BooleanSupplier;
|
/development/vndk/tools/header-checker/src/linker/ |
D | header_abi_linker.cpp | 142 const std::function<bool(const std::string &)> &symbol_filter); 296 const std::function<bool(const std::string &)> &symbol_filter) { in LinkDecl()
|
/development/samples/ShortcutSample/src/com/example/android/shortcutsample/ |
D | ShortcutHelper.java | 41 import java.util.function.BooleanSupplier;
|
/development/tools/labpretest/ |
D | README | 50 rewrite the flash_device function and any others, etc...
|
/development/samples/ShortcutDemo/publisher/src/com/example/android/pm/shortcutdemo/ |
D | ShortcutPublisher.java | 54 import java.util.function.BooleanSupplier;
|
/development/tools/winscope/ |
D | yarn.lock | 84 "@babel/helper-function-name" "^7.12.13" 119 "@babel/helper-function-name@^7.12.13": 121 …resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.13.… 124 "@babel/helper-get-function-arity" "^7.12.13" 128 "@babel/helper-get-function-arity@^7.12.13": 130 …resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arit… 189 "@babel/helper-wrap-function" "^7.13.0" 233 "@babel/helper-wrap-function@^7.13.0": 235 …resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.13.0.t… 238 "@babel/helper-function-name" "^7.12.13" [all …]
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 201 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/ |
D | sdk_files_NOTICE.txt | 701 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 …]
|