/system/netd/server/ |
D | IptablesRestoreControllerTest.cpp | 116 int ret = con.execute(V4V6, Join(createCommands, "\n"), nullptr); in createTestChain() 129 con.execute(V4V6, Join(deleteCommands, "\n"), nullptr); in deleteTestChain() 164 EXPECT_EQ(0, con.execute(IptablesTarget::V4V6, "#Test\n", nullptr)); in TEST_F() 169 EXPECT_EQ(0, con.execute(IptablesTarget::V6, "#Test\n", nullptr)); in TEST_F() 170 EXPECT_EQ(0, con.execute(IptablesTarget::V4, "#Test\n", nullptr)); in TEST_F() 172 EXPECT_EQ(0, con.execute(IptablesTarget::V4V6, "#Test\n", &output)); in TEST_F() 186 ASSERT_EQ(-1, con.execute(target, "malformed command\n", output)) << in TEST_F() 188 ASSERT_EQ(0, con.execute(target, "#Test\n", output)) << in TEST_F() 197 EXPECT_EQ(0, con.execute(IptablesTarget::V4V6, "#Test\n", &output)); in TEST_F() 211 EXPECT_EQ(0, con.execute(IptablesTarget::V4V6, "#Test\n", nullptr)); in TEST_F() [all …]
|
D | IptablesRestoreController.h | 33 virtual int execute(const IptablesTarget target, const std::string& commands, 45 int execute(const IptablesTarget target, const std::string& commands,
|
/system/extras/perfprofd/scripts/ |
D | perf_proto_json2sqlite.py | 36 self._c.execute('''CREATE TABLE pids (id integer PRIMARY KEY AUTOINCREMENT, 38 self._c.execute('''CREATE TABLE tids (id integer PRIMARY KEY AUTOINCREMENT, 40 self._c.execute('''CREATE TABLE syms (id integer PRIMARY KEY AUTOINCREMENT, 42 self._c.execute('''CREATE TABLE dsos (id integer PRIMARY KEY AUTOINCREMENT, 44 self._c.execute('''CREATE TABLE samples (id integer PRIMARY KEY AUTOINCREMENT, 48 self._c.execute('''CREATE TABLE stacks (sample_id int not null, 81 self._c.execute("insert into {tn} values (?,?)".format(tn=table_name), (value,key)) 90 self._c.execute("insert into samples values (?,?,?)", sample) 92 self._c.execute("insert into stacks values (?,?,?,?,?)", stack)
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | vendor_toolbox.te | 2 # Non-vendor processes are not allowed to execute the binary 7 # or read, execute the vendor_toolbox file. 15 } vendor_toolbox_exec:file { entrypoint execute execute_no_trans };
|
D | asan_extract.te | 10 # Allow asan_extract to execute itself using #!/system/bin/sh 13 # We execute log, rm, gzip and tar. 32 allow asan_extract system_data_file:file execute;
|
/system/sepolicy/public/ |
D | vendor_toolbox.te | 2 # Non-vendor processes are not allowed to execute the binary 7 # or read, execute the vendor_toolbox file. 15 } vendor_toolbox_exec:file { entrypoint execute execute_no_trans };
|
D | asan_extract.te | 10 # Allow asan_extract to execute itself using #!/system/bin/sh 13 # We execute log, rm, gzip and tar. 32 allow asan_extract system_data_file:file execute;
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | vendor_toolbox.te | 2 # Non-vendor processes are not allowed to execute the binary 7 # or read, execute the vendor_toolbox file. 15 } vendor_toolbox_exec:file { entrypoint execute execute_no_trans };
|
D | asan_extract.te | 10 # Allow asan_extract to execute itself using #!/system/bin/sh 13 # We execute log, rm, gzip and tar. 32 allow asan_extract system_data_file:file execute;
|
D | postinstall.te | 11 # Allow postinstall to read and execute directories and files in the same 17 # Allow postinstall to execute the shell or other system executables.
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | vendor_toolbox.te | 2 # Non-vendor processes are not allowed to execute the binary 7 # or read, execute the vendor_toolbox file. 15 } vendor_toolbox_exec:file { entrypoint execute execute_no_trans };
|
D | asan_extract.te | 10 # Allow asan_extract to execute itself using #!/system/bin/sh 13 # We execute log, rm, gzip and tar. 32 allow asan_extract system_data_file:file execute;
|
D | postinstall.te | 11 # Allow postinstall to read and execute directories and files in the same 17 # Allow postinstall to execute the shell or other system executables.
|
/system/timezone/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/ |
D | TzLookupGeneratorTest.java | 70 assertFalse(tzLookupGenerator.execute()); in invalidCountryZonesFile() 89 assertFalse(tzLookupGenerator.execute()); in invalidRulesVersion() 109 assertFalse(tzLookupGenerator.execute()); in countryWithNoTimeZoneMappings() 134 assertFalse(tzLookupGenerator.execute()); in countryWithDuplicateTimeZoneMappings() 157 assertFalse(tzLookupGenerator.execute()); in badDefaultId() 179 assertFalse(tzLookupGenerator.execute()); in explicitDefaultIdInvalid() 236 assertFalse(tzLookupGenerator.execute()); in countryZonesContainsNonLowercaseIsoCode() 258 assertFalse(tzLookupGenerator.execute()); in countryZonesContainsDuplicate() 278 assertFalse(tzLookupGenerator.execute()); in countryZonesAndZoneTabCountryMismatch() 300 assertFalse(tzLookupGenerator.execute()); in countryZonesAndZoneTabDisagreeOnZones() [all …]
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | ephemeral_app.te | 23 # to their sandbox directory and then execute. 24 allow ephemeral_app app_data_file:file {r_file_perms execute}; 54 # execute gpu_device 55 neverallow ephemeral_app gpu_device:chr_file execute;
|
/system/sepolicy/private/ |
D | ephemeral_app.te | 23 # to their sandbox directory and then execute. 24 allow ephemeral_app app_data_file:file {r_file_perms execute}; 65 # execute gpu_device 66 neverallow ephemeral_app gpu_device:chr_file execute;
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | ephemeral_app.te | 23 # to their sandbox directory and then execute. 24 allow ephemeral_app app_data_file:file {r_file_perms execute}; 65 # execute gpu_device 66 neverallow ephemeral_app gpu_device:chr_file execute;
|
/system/extras/power_profile/camera_avg/ |
D | gradlew.bat | 60 if "x%~1" == "x" goto execute 63 goto execute 69 :execute label
|
/system/extras/power_profile/camera_flashlight/ |
D | gradlew.bat | 60 if "x%~1" == "x" goto execute 63 goto execute 69 :execute label
|
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/ |
D | gradlew.bat | 60 if "x%~1" == "x" goto execute 63 goto execute 69 :execute label
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | ephemeral_app.te | 40 neverallow ephemeral_app app_data_file:file { execute execute_no_trans }; 52 # execute gpu_device 53 neverallow ephemeral_app gpu_device:chr_file execute;
|
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/ |
D | gradlew.bat | 60 if "x%~1" == "x" goto execute 63 goto execute 69 :execute label
|
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/ |
D | gradlew.bat | 60 if "x%~1" == "x" goto execute 63 goto execute 69 :execute label
|
/system/extras/power_profile/gps_on/ |
D | gradlew.bat | 60 if "x%~1" == "x" goto execute 63 goto execute 69 :execute label
|
/system/core/libmemunreachable/ |
D | ProcessMappings.h | 29 bool execute; member
|