/device/linaro/hikey/hifi/xaf/hifi-dpf/app/ |
D | xa-factory.c | 57 xf_component_t * (*factory)(u32 core, xa_codec_func_t process); 60 xa_codec_func_t *process; member 84 extern xf_component_t * xa_audio_codec_factory(u32 core, xa_codec_func_t process); 85 extern xf_component_t * xa_audio_fx_factory(u32 core, xa_codec_func_t process); 86 extern xf_component_t * xa_mixer_factory(u32 core, xa_codec_func_t process); 87 extern xf_component_t * xa_renderer_factory(u32 core,xa_codec_func_t process); 155 return xf_component_id[i].factory(core, xf_component_id[i].process); in xf_component_factory()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | cvsfiles.py | 34 process(arg) 36 process(".") 38 def process(dir): function 62 process(sub)
|
D | finddiv.py | 41 x = process(filename, listnames) 50 def process(filename, listnames): function 84 x = process(fn, listnames)
|
D | fixheader.py | 10 process(filename) 12 def process(filename): function
|
D | ifdef.py | 46 process(sys.stdin, sys.stdout) 49 process(f, sys.stdout) 52 def process(fpi, fpo): function
|
D | untabify.py | 24 process(filename, tabsize) 26 def process(filename, tabsize, verbose=True): function
|
D | h2py.py | 73 process(sys.stdin, sys.stdout) 89 process(fp, outfp) 113 def process(fp, outfp, env = {}): function 169 process(inclfp, outfp, env)
|
D | fixnotice.py | 85 process(arg) 88 def process(file): function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_quopri.py | 179 process = subprocess.Popen([sys.executable, "-mquopri"], 181 self.addCleanup(process.stdout.close) 182 cout, cerr = process.communicate(p) 190 process = subprocess.Popen([sys.executable, "-mquopri", "-d"], 192 self.addCleanup(process.stdout.close) 193 cout, cerr = process.communicate(e)
|
/device/linaro/bootloader/edk2/MdeModulePkg/Application/CapsuleApp/ |
D | CapsuleApp.uni | 2 // A shell application that triggers capsule update process. 4 // This application can trigger capsule update process. It can also 19 …LE_ABSTRACT #language en-US "A shell application that triggers capsule update process." 21 …ON #language en-US "This application can trigger capsule update process. It can also gene…
|
/device/google/cuttlefish/shared/sepolicy/vendor/ |
D | bootanim.te | 1 # TODO(b/65049764): Update this once the FD owner process is relabelled. This is probably one of the 5 allow bootanim self:process execmem;
|
D | dumpstate.te | 1 allow dumpstate hal_neuralnetworks_sample:process signal;
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/audio/ |
D | xa-class-base.h | 78 xa_codec_func_t *process; member 170 __e = (codec)->process((xa_codec_handle_t)(codec)->api.addr, (cmd), (idx), (pv)); \ 186 __e = (codec)->process((xa_codec_handle_t)(codec)->api.addr, (cmd), (idx), (pv)); \ 258 extern XACodecBase * xa_base_factory(u32 core, u32 size, xa_codec_func_t process);
|
/device/google/redbull-sepolicy/vendor/google/ |
D | google_camera_app.te | 43 # gdbserver for ndk-gdb ptrace attaches to app process. 44 allow google_camera_app self:process ptrace; 53 allow google_camera_app runas_app:process sigchld; 61 allow runas_app google_camera_app:process { ptrace signal sigstop }; 65 allow simpleperf_app_runner google_camera_app:process dyntransition; # setcon
|
/device/mediatek/wembley-sepolicy/prebuilts/api/26.0/plat_private/ |
D | aee_aed.te | 28 allow aee_aed domain:process { sigkill getattr getsched}; 43 allow aee_aed init:process getsched; 44 #allow aee_aed kernel:process getsched; 109 # Purpose : make aee_aed can get specific process NE info 117 }:process ptrace;
|
/device/google/sunfish-sepolicy/vendor/google/ |
D | google_camera_app.te | 43 # gdbserver for ndk-gdb ptrace attaches to app process. 44 allow google_camera_app self:process ptrace; 53 allow google_camera_app runas_app:process sigchld; 61 allow runas_app google_camera_app:process { ptrace signal sigstop }; 65 allow simpleperf_app_runner google_camera_app:process dyntransition; # setcon
|
/device/google/coral-sepolicy/vendor/google/ |
D | google_camera_app.te | 44 # gdbserver for ndk-gdb ptrace attaches to app process. 45 allow google_camera_app self:process ptrace; 55 allow google_camera_app runas_app:process sigchld; 63 allow runas_app google_camera_app:process { ptrace signal sigstop }; 67 allow simpleperf_app_runner google_camera_app:process dyntransition; # setcon
|
/device/google/cuttlefish/shared/sepolicy/vendor/google/ |
D | bug_map | 1 zygote ramdump_app process b/139558100
|
/device/generic/goldfish/sepolicy/x86/ |
D | installd.te | 1 allow installd self:process execmem;
|
D | zygote.te | 1 allow zygote self:process execmem;
|
/device/generic/goldfish/fvpbase/sepolicy/ |
D | surfaceflinger.te | 1 allow surfaceflinger self:process execmem;
|
/device/google/cuttlefish/shared/auto/sepolicy/vhal/ |
D | system_server.te | 2 allow system_server hal_vehicle_server:process sigkill;
|
/device/generic/car/common/sepolicy/ |
D | system_server.te | 2 allow system_server hal_vehicle_server:process sigkill;
|
/device/google_car/common/sepolicy/ |
D | system_server.te | 2 allow system_server hal_vehicle_server:process sigkill;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/ |
D | update.py | 44 def process(self, lineno, rest): member in FileObj 89 curfile.process(lineno, line[n:])
|