/development/python-packages/fastboot/ |
D | device.py | 135 func = (_subprocess_check_output if quiet else subprocess.check_call) 143 func(command, stderr=subprocess.STDOUT) 154 func = (_subprocess_check_output if quiet else subprocess.check_call) 162 func(command, stderr=subprocess.STDOUT)
|
/development/vndk/tools/header-checker/tests/reference_dumps/arm64/ |
D | libavailability_35.so.lsdump | 24 "name" : "func" 83 "function_name" : "func", 84 "linker_set_key" : "func",
|
D | libavailability.so.lsdump | 24 "name" : "func" 113 "function_name" : "func", 114 "linker_set_key" : "func",
|
D | libmerge_multi_definitions.so.lsdump | 28 "name" : "func" 43 "function_name" : "func", 44 "linker_set_key" : "func",
|
D | libdiff_multi_definitions.so.lsdump | 28 "name" : "func" 43 "function_name" : "func", 44 "linker_set_key" : "func",
|
/development/vndk/tools/header-checker/src/diff/ |
D | abi_diff_wrappers.h | 34 F func) { in IgnoreSymbol() argument 35 return ignored_symbols.find(func(element)) != ignored_symbols.end(); in IgnoreSymbol()
|
/development/scripts/ |
D | acov-llvm.py | 220 clean_device.set_defaults(func=do_clean_device) 236 flush.set_defaults(func=do_flush) 256 report.set_defaults(func=do_report) 265 args.func(args)
|
/development/vndk/tools/header-checker/tests/integration/merge_multi_definitions/ |
D | map.txt | 3 func;
|
/development/vndk/tools/header-checker/tests/integration/availability/ |
D | map.txt | 3 func;
|
/development/vndk/tools/header-checker/tests/integration/merge_multi_definitions/include/ |
D | def1.h | 12 void func(Struct *, Opaque *, DefinedInOneHeader *);
|
D | def2.h | 12 void func(Opaque *, Struct *, DefinedInOneHeader *);
|
D | link_to_def2.h | 12 void func(Opaque *, Struct *, DefinedInOneHeader *);
|
/development/vndk/tools/header-checker/src/dumper/ |
D | fixed_argv.h | 126 FixedArgvRegistry(Function *func) : func_(func), next_(head_) { in FixedArgvRegistry() argument
|
/development/vndk/tools/header-checker/tests/integration/availability/include/ |
D | base.h | 31 int func(Struct*, IgnoredStruct*) __INTRODUCED_IN(35);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | MatrixTrackingGL.java | 85 public void glAlphaFunc(int func, float ref) { in glAlphaFunc() argument 86 mgl.glAlphaFunc(func, ref); in glAlphaFunc() 89 public void glAlphaFuncx(int func, int ref) { in glAlphaFuncx() argument 90 mgl.glAlphaFuncx(func, ref); in glAlphaFuncx() 184 public void glDepthFunc(int func) { in glDepthFunc() argument 185 mgl.glDepthFunc(func); in glDepthFunc() 581 public void glStencilFunc(int func, int ref, int mask) { in glStencilFunc() argument 582 mgl.glStencilFunc(func, ref, mask); in glStencilFunc()
|
/development/tools/repo_pull/ |
D | repo_review.py | 170 def _do_task(change, func, *args, **kwargs): argument 173 res_code, res_body, res_json = func(*args)
|