/external/openssh/regress/ |
D | sftp-perm.sh | 37 _cmd="$2" 45 run_client "$_cmd" || fail "plain $_desc failed" 50 run_client "$_cmd" && fail "read-only $_desc succeeded" 57 _cmd="$3" 65 run_client "$_cmd" || fail "plain $_op failed" 70 run_client "$_cmd" || fail "whitelisted $_op failed" 75 run_client "$_cmd" && fail "blacklisted $_op succeeded" 80 run_client "$_cmd" && fail "no whitelist $_op succeeded"
|
/external/clang/test/CodeGenObjC/ |
D | optimized-setter-ios-device.m | 5 // void objc_setProperty_nonatomic(id self, SEL _cmd, id newValue, ptrdiff_t offset); 9 // void objc_setProperty_nonatomic_copy(id self, SEL _cmd, id newValue, ptrdiff_t offset); 13 // void objc_setProperty_atomic(id self, SEL _cmd, id newValue, ptrdiff_t offset); 17 // void objc_setProperty_atomic_copy(id self, SEL _cmd, id newValue, ptrdiff_t offset);
|
D | unoptimized-setter.m | 5 // void objc_setProperty_nonatomic(id self, SEL _cmd, id newValue, ptrdiff_t offset); 9 // void objc_setProperty_nonatomic_copy(id self, SEL _cmd, id newValue, ptrdiff_t offset); 13 // void objc_setProperty_atomic(id self, SEL _cmd, id newValue, ptrdiff_t offset); 17 // void objc_setProperty_atomic_copy(id self, SEL _cmd, id newValue, ptrdiff_t offset);
|
D | optimized-setter.m | 7 // void objc_setProperty_nonatomic(id self, SEL _cmd, id newValue, ptrdiff_t offset); 11 // void objc_setProperty_nonatomic_copy(id self, SEL _cmd, id newValue, ptrdiff_t offset); 15 // void objc_setProperty_atomic(id self, SEL _cmd, id newValue, ptrdiff_t offset); 19 // void objc_setProperty_atomic_copy(id self, SEL _cmd, id newValue, ptrdiff_t offset);
|
D | blocks-5.m | 22 DVT(&self,&_cmd,__PRETTY_FUNCTION__); 27 DVT(&self,&_cmd,__PRETTY_FUNCTION__);
|
D | debug-info-self.m | 2 // self and _cmd are marked as DW_AT_artificial. 21 // CHECK: !DILocalVariable(name: "_cmd", arg: 2,
|
D | arc-cond-stmt.m | 39 …{ [(NSAssertionHandler *)0 handleFailureInMethod:_cmd object:self file:(NSString*)0 lineNumber:192…
|
/external/autotest/site_utils/ |
D | dump_to_cloudsql.py | 63 self._cmd += data[:-1] if data[-1] == '\n' else data 64 if self._cmd[-1] != ';': 68 self._cursor.execute(self._cmd.decode('utf-8')) 69 self._cmd = '' 86 self._cmd = ''
|
/external/autotest/server/cros/ |
D | remote_command.py | 17 self._cmd = cmd 23 logging.info('Helper thread running: %s', self._cmd) 25 self._result = self._host.run(self._cmd, ignore_status=True)
|
/external/llvm/test/CodeGen/Thumb/ |
D | 2011-06-16-NoGPRs.ll | 17 define internal void @f(i8* %self, i8* %_cmd, %0* %inObjects, %0* %inIndexes) optsize ssp { 19 %call14 = tail call i8* (i8*, i8*, ...)* (i8*, i8*) @f1(i8* undef, i8* %_cmd) optsize 21 tail call void %0(i8* %self, i8* %_cmd, %0* %inObjects, %0* %inIndexes) optsize
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb/ |
D | 2011-06-16-NoGPRs.ll | 17 define internal void @f(i8* %self, i8* %_cmd, %0* %inObjects, %0* %inIndexes) optsize ssp { 19 %call14 = tail call i8* (i8*, i8*, ...)* (i8*, i8*)* @f1(i8* undef, i8* %_cmd) optsize 21 tail call void %0(i8* %self, i8* %_cmd, %0* %inObjects, %0* %inIndexes) optsize
|
/external/python/cpython2/Lib/distutils/tests/ |
D | test_config.py | 71 self._cmd = command 86 cmd = self._cmd(self.dist) 107 cmd = self._cmd(self.dist)
|
/external/iproute2/include/ |
D | libgenl.h | 6 #define GENL_REQUEST(_req, _bufsiz, _family, _hdrsiz, _ver, _cmd, _flags) \ argument 18 .cmd = (_cmd), \
|
/external/llvm/test/DebugInfo/X86/ |
D | objc-property-void.ll | 54 define internal void @"\01-[Foo foo]"(%0* %self, i8* %_cmd) #0 !dbg !10 { 57 %_cmd.addr = alloca i8*, align 8 60 store i8* %_cmd, i8** %_cmd.addr, align 8 61 …call void @llvm.dbg.declare(metadata i8** %_cmd.addr, metadata !27, metadata !DIExpression()), !db… 101 !27 = !DILocalVariable(name: "_cmd", arg: 2, flags: DIFlagArtificial, scope: !10, type: !28)
|
D | byvalstruct.ll | 61 define internal i8* @"\01-[Bitmap initWithCopy:andInfo:andLength:]"(%0* %self, i8* %_cmd, %0* %othe… 65 %_cmd.addr = alloca i8*, align 8 70 store i8* %_cmd, i8** %_cmd.addr, align 8 71 …call void @llvm.dbg.declare(metadata i8** %_cmd.addr, metadata !30, metadata !DIExpression()), !db… 119 !30 = !DILocalVariable(name: "_cmd", line: 9, arg: 2, flags: DIFlagArtificial, scope: !7, file: !5,…
|
/external/iw/ |
D | iw.c | 89 #define for_each_cmd(_cmd) \ argument 90 for (_cmd = &__start___cmd; _cmd < &__stop___cmd; \ 91 _cmd = (const struct cmd *)((char *)_cmd + cmd_size))
|
/external/iproute2/ip/ |
D | ipfou.c | 41 #define FOU_REQUEST(_req, _bufsiz, _cmd, _flags) \ argument 43 FOU_GENL_VERSION, _cmd, _flags)
|
/external/python/cpython2/Lib/plat-mac/ |
D | pimp.py | 100 def _cmd(output, dir, *cmditems): function 141 exitstatus = _cmd(output, self._dir, 212 if _cmd(output, self._dir, cmd): 807 if _cmd(output, '/tmp', self._dict['Pre-install-command']): 840 if _cmd(output, '/tmp', self._dict['Post-install-command']): 865 if _cmd(output, self._buildDirname, self._dict['Pre-install-command']): 887 if _cmd(output, self._buildDirname, installcmd): 902 if _cmd(output, self._buildDirname, self._dict['Post-install-command']): 923 if _cmd(output, '/tmp', self._dict['Pre-install-command']): 935 if _cmd(output, "/tmp", installcmd):
|
/external/clang/test/Analysis/ |
D | CFRetainRelease_NSAssertionHandler.m | 43 …do { if (!((x != 0))) { [[NSAssertionHandler currentHandler] handleFailureInMethod:_cmd object:sel… 56 …do { if (!((x != 0))) { [[NSAssertionHandler currentHandler] handleFailureInMethod:_cmd object:sel…
|
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/ |
D | 2010-02-04-EmptyGlobal.ll | 6 @_cmd = constant %cmd.type zeroinitializer
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2010-02-04-EmptyGlobal.ll | 6 @_cmd = constant %cmd.type zeroinitializer
|
/external/clang/test/Index/ |
D | complete-exprs.m | 25 // CHECK-CC1: NotImplemented:{ResultType SEL}{TypedText _cmd} (80) 47 // CHECK-CC4: NotImplemented:{ResultType SEL}{TypedText _cmd} (80)
|
D | fix-its.m | 7 …do{ _rdar_12584554_A(&self,&_cmd,__PRETTY_FUNCTION__,__FILE__,__LINE__, _format_and_args_); }while…
|
/external/wpa_supplicant_8/src/common/ |
D | wpa_ctrl.c | 494 const char *_cmd; in wpa_ctrl_request() local 505 _cmd = cmd_buf; in wpa_ctrl_request() 514 _cmd = cmd; in wpa_ctrl_request() 522 if (send(ctrl->s, _cmd, _cmd_len, 0) < 0) { in wpa_ctrl_request()
|
/external/toolchain-utils/automation/common/ |
D | command.py | 16 self._cmd = cmd 22 cmdline = [os.path.join(self._path, self._cmd)]
|