/external/sepolicy/ |
D | su.te | 5 # Domain used for su processes, as well as for adbd and adb shell 8 type su, domain, mlstrustedsubject; 9 domain_auto_trans(shell, su_exec, su) 11 # Allow dumpstate to call su on userdebug / eng builds to collect 13 domain_auto_trans(dumpstate, su_exec, su) 15 # Make sure that dumpstate runs the same from the "su" domain as 17 domain_auto_trans(su, dumpstate_exec, dumpstate) 19 # su is also permissive to permit setenforce. 20 permissive su; 22 # Add su to various domains [all …]
|
D | domain.te | 50 # Same as adbd rules above, except allow su to do the same thing 51 allow domain su:unix_stream_socket connectto; 52 allow domain su:fd use; 53 allow domain su:unix_stream_socket { getattr getopt read write shutdown }; 55 binder_call({ domain -init }, su) 59 allow domain su:fifo_file { write getattr }; 61 # allow "gdbserver --attach" to work for su. 62 allow domain su:process sigchld; 295 userdebug_or_eng(`-su') 396 # Nobody should be able to execute su on user builds. [all …]
|
/external/dhcpcd/ |
D | lpf.c | 76 } su; in open_socket() local 86 memset(&su, 0, sizeof(su)); in open_socket() 87 su.sll.sll_family = PF_PACKET; in open_socket() 88 su.sll.sll_protocol = htons(protocol); in open_socket() 89 if (!(su.sll.sll_ifindex = if_nametoindex(iface->name))) { in open_socket() 115 if (bind(s, &su.sa, sizeof(su)) == -1) in open_socket() 139 } su; in send_raw_packet() local 142 memset(&su, 0, sizeof(su)); in send_raw_packet() 143 su.sll.sll_family = AF_PACKET; in send_raw_packet() 144 su.sll.sll_protocol = htons(protocol); in send_raw_packet() [all …]
|
D | if-bsd.c | 200 } su; in if_route() local 204 char buffer[sizeof(su) * 4]; in if_route() 216 memset (&su, 0, sizeof(su)); \ in if_route() 217 su.sin.sin_family = AF_INET; \ in if_route() 218 su.sin.sin_len = sizeof(su.sin); \ in if_route() 219 memcpy (&su.sin.sin_addr, _a, sizeof(su.sin.sin_addr)); \ in if_route() 220 ADDSU(su); \ in if_route() 255 memset(&su, 0, sizeof(su)); in if_route() 256 su.sdl.sdl_len = sizeof(struct sockaddr_dl); in if_route() 257 link_addr(rt->iface->name, &su.sdl); in if_route() [all …]
|
/external/valgrind/coregrind/ |
D | m_errormgr.c | 248 SuppKind VG_(get_supp_kind) ( const Supp* su ) in VG_() 250 return su->skind; in VG_() 253 HChar* VG_(get_supp_string) ( const Supp* su ) in VG_() 255 return su->string; in VG_() 258 void* VG_(get_supp_extra) ( const Supp* su ) in VG_() 260 return su->extra; in VG_() 264 void VG_(set_supp_kind) ( Supp* su, SuppKind skind ) in VG_() 266 su->skind = skind; in VG_() 269 void VG_(set_supp_string) ( Supp* su, HChar* string ) in VG_() 271 su->string = string; in VG_() [all …]
|
/external/eigen/blas/f2c/ |
D | srotmg.c | 37 real su, sp1, sp2, sq1, sq2, sh11, sh12, sh21, sh22; in srotmg_() local 129 su = one - sh12 * sh21; in srotmg_() 131 if (! (su <= zero)) { in srotmg_() 138 *sd1 /= su; in srotmg_() 139 *sd2 /= su; in srotmg_() 140 *sx1 *= su; in srotmg_() 153 su = one + sh11 * sh22; in srotmg_() 154 stemp = *sd2 / su; in srotmg_() 155 *sd2 = *sd1 / su; in srotmg_() 157 *sx1 = *sy1 * su; in srotmg_()
|
/external/valgrind/include/ |
D | pub_tool_errormgr.h | 130 SuppKind VG_(get_supp_kind) ( const Supp* su ); 131 HChar* VG_(get_supp_string) ( const Supp* su ); 132 void* VG_(get_supp_extra) ( const Supp* su ); 135 void VG_(set_supp_kind) ( Supp* su, SuppKind suppkind ); 137 void VG_(set_supp_string) ( Supp* su, HChar* string ); 138 void VG_(set_supp_extra) ( Supp* su, void* extra );
|
D | pub_tool_tooliface.h | 316 Bool (*recognised_suppression)(const HChar* name, Supp* su), 324 Int* lineno, Supp* su), 329 Bool (*error_matches_suppression)(const Error* err, const Supp* su), 349 SizeT (*print_extra_suppression_use)(const Supp* su, 357 void (*update_extra_suppression_use)(const Error* err, const Supp* su)
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonMachineScheduler.cpp | 28 for (unsigned su = 0, e = SUnits.size(); su != e; ++su) { in postprocessDAG() local 30 if (SUnits[su].getInstr()->isCall()) in postprocessDAG() 31 LastSequentialCall = &(SUnits[su]); in postprocessDAG() 33 else if (SUnits[su].getInstr()->isCompare() && LastSequentialCall) in postprocessDAG() 34 SUnits[su].addPred(SDep(LastSequentialCall, SDep::Barrier)); in postprocessDAG() 167 for (unsigned su = 0, e = SUnits.size(); su != e; ++su) in schedule() 168 if (SUnits[su].getHeight() > maxH) in schedule() 169 maxH = SUnits[su].getHeight(); in schedule() 172 for (unsigned su = 0, e = SUnits.size(); su != e; ++su) in schedule() 173 if (SUnits[su].getDepth() > maxD) in schedule() [all …]
|
/external/valgrind/exp-sgcheck/ |
D | pc_common.h | 54 Bool pc_is_recognised_suppression ( const HChar* name, Supp *su ); 56 SizeT* nBufp, Int* lineno, Supp* su ); 57 Bool pc_error_matches_suppression (const Error* err, const Supp* su); 61 SizeT pc_print_extra_suppression_use ( const Supp* su, 63 void pc_update_extra_suppression_use (const Error* err, const Supp* su);
|
D | pc_common.c | 721 Bool pc_is_recognised_suppression ( const HChar* name, Supp *su ) in pc_is_recognised_suppression() argument 732 VG_(set_supp_kind)(su, skind); in pc_is_recognised_suppression() 738 Supp* su ) in pc_read_extra_suppression_info() argument 741 if (VG_(get_supp_kind)(su) == XS_SysParam) { in pc_read_extra_suppression_info() 744 VG_(set_supp_string)(su, VG_(strdup)("pc.common.presi.1", *bufpp)); in pc_read_extra_suppression_info() 749 Bool pc_error_matches_suppression (const Error* err, const Supp* su) in pc_error_matches_suppression() argument 752 switch (VG_(get_supp_kind)(su)) { in pc_error_matches_suppression() 760 VG_(get_supp_kind)(su)); in pc_error_matches_suppression() 796 SizeT pc_print_extra_suppression_use ( const Supp* su, in pc_print_extra_suppression_use() argument 804 void pc_update_extra_suppression_use (const Error* err, const Supp* su) in pc_update_extra_suppression_use() argument
|
/external/valgrind/helgrind/ |
D | hg_errors.h | 42 Bool HG_(recognised_suppression) ( const HChar* name, Supp *su ); 44 Int* lineno, Supp* su ); 45 Bool HG_(error_matches_suppression) ( const Error* err, const Supp* su ); 49 SizeT HG_(print_extra_suppression_use) ( const Supp* su, 51 void HG_(update_extra_suppression_use) ( const Error* err, const Supp* su );
|
/external/deqp/framework/delibs/decpp/ |
D | deSTLUtil.cpp | 68 set<int> su = set_union(s1, s2); in STLUtil_selfTest() local 69 DE_TEST_ASSERT(contains(su, 2)); in STLUtil_selfTest() 70 DE_TEST_ASSERT(contains(su, 3)); in STLUtil_selfTest() 71 DE_TEST_ASSERT(contains(su, 5)); in STLUtil_selfTest()
|
/external/compiler-rt/lib/asan/scripts/ |
D | asan_device_setup | 42 $ADB shell su -c "rm \\\"$2/$FILENAME\\\"" >&/dev/null 43 $ADB shell su -c "cat \\\"/data/local/tmp/$FILENAME\\\" > \\\"$2/$FILENAME\\\"" 44 $ADB shell su -c "rm \\\"/data/local/tmp/$FILENAME\\\"" 55 $ADB shell su -c "mount -o remount,rw $STORAGE /system" 66 $ADB shell su -c "$*" 86 …$ADB shell su -c "[ -f \\\"$1\\\" ] && cat \\\"$1\\\" > \\\"/data/local/tmp/$FILENAME\\\" && chown… 135 --use-su) 152 SU_TEST_OUT=`$ADB shell su -c "echo foo" 2>&1 | sed 's/\r$//'`
|
/external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/ |
D | Coordinate.java | 134 StringUtil su = new StringUtil(); in toStringDegMin() local 142 str = su.padNumZero(Math.abs(deg), 2); in toStringDegMin() 143 … str += "\u00b0" + su.padNumZero(Math.abs(minsDecMins), 2, MINPRECISION) + "'" + quad; in toStringDegMin() 151 str = su.padNumZero(Math.abs(deg), 3); in toStringDegMin() 152 … str += "\u00b0" + su.padNumZero(Math.abs(minsDecMins), 2, MINPRECISION) + "'" + quad; in toStringDegMin()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_texture.c | 395 GLuint su; in finalize_textures() local 399 for (su = 0; su < ctx->Const.MaxTextureCoordUnits; su++) { in finalize_textures() 400 if (fprog->Base.SamplersUsed & (1 << su)) { in finalize_textures() 401 const GLuint texUnit = fprog->Base.SamplerUnits[su]; in finalize_textures()
|
/external/llvm/include/llvm/CodeGen/ |
D | ScheduleDAGInstrs.h | 38 VReg2SUnit(unsigned reg, SUnit *su): VirtReg(reg), SU(su) {} in VReg2SUnit() 52 PhysRegSUOper(SUnit *su, int op, unsigned R): SU(su), OpIdx(op), Reg(R) {} in PhysRegSUOper()
|
/external/valgrind/memcheck/ |
D | mc_errors.c | 1276 Bool MC_(is_recognised_suppression) ( const HChar* name, Supp* su ) in MC_() 1304 VG_(set_supp_kind)(su, skind); in MC_() 1328 SizeT* nBufp, Int* lineno, Supp *su ) in MC_() 1333 if (VG_(get_supp_kind)(su) == ParamSupp) { in MC_() 1336 VG_(set_supp_string)(su, VG_(strdup)("mc.resi.1", *bufpp)); in MC_() 1337 } else if (VG_(get_supp_kind)(su) == LeakSupp) { in MC_() 1345 VG_(set_supp_extra)(su, lse); // By default, all kinds will match. in MC_() 1360 } else if (VG_(get_supp_kind)(su) == FishyValueSupp) { in MC_() 1386 VG_(set_supp_extra)(su, extra); in MC_() 1391 Bool MC_(error_matches_suppression) ( const Error* err, const Supp* su ) in MC_() [all …]
|
D | mc_include.h | 401 Bool MC_(is_recognised_suppression) ( const HChar* name, Supp* su ); 404 SizeT* nBuf, Int* lineno, Supp *su ); 406 Bool MC_(error_matches_suppression) ( const Error* err, const Supp* su ); 410 SizeT MC_(print_extra_suppression_use) ( const Supp* su, 412 void MC_(update_extra_suppression_use) ( const Error* err, const Supp* su );
|
/external/embunit/inc/ |
D | HelperMacro.h | 41 #define EMB_UNIT_TESTSUITE(su,name,array) \ argument 42 static const TestSuite su = new_TestSuite(name,(Test**)array,sizeof(array)/sizeof(array[0]))
|
/external/icu/icu4c/source/data/translit/ |
D | it_ja.txt | 127 \~su → ス; 132 [:^Letter:] { su → ス; 137 su → ズ;
|
D | it_am.txt | 142 \~su → ሡ; 147 [:^Letter:] { su → ሡ; 152 su → ዙ;
|
D | Han_Latin.txt | 1197 [鯂]→su; 1198 [䝜狻痠酸]→suān; 1199 [匴]→suǎn; 1200 [祘笇筭算蒜]→suàn; 1201 [⺙䧌䪎倠哸夊浽滖濉熣眭睢綏芕荽荾葰虽雖鞖]→suī; 1202 [㵦㻟䜔䢫瓍绥遀隋随隨]→suí; 1203 [䭉䯝瀡膸髄髓]→suǐ; 1204 …穂穗穟繀繐繸襚誶譢谇賥遂邃鐆鐩隧韢]→suì; 1207 [㛖䓾䔋䯯傞唆嗍娑摍桫梭睃簑簔縮缩羧莏蓑趖髿鮻]→suō; 1208 []→suó; [all …]
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-dagcombiner-dead-indexed-load.ll | 18 define void @test(%"struct.SU"* nocapture %su) { 20 %r1 = getelementptr inbounds %"struct.SU", %"struct.SU"* %su, i64 1, i32 5
|
/external/selinux/sepolgen/tests/test_data/ |
D | short.log | 13 …aff_u:staff_r:staff_su_t:s0 msg='PAM: authentication acct=root : exe="/bin/su" (hostname=?, addr=?… 14 …j=staff_u:staff_r:staff_su_t:s0 msg='PAM: accounting acct=root : exe="/bin/su" (hostname=?, addr=?… 15 type=AVC msg=audit(1162850343.419:985): avc: denied { search } for pid=6377 comm="su" name="root…
|