Home
last modified time | relevance | path

Searched refs:_cmd (Results 1 – 25 of 74) sorted by relevance

123

/external/openssh/regress/
Dsftp-perm.sh37 _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/
Doptimized-setter-ios-device.m5 // 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);
Dunoptimized-setter.m5 // 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);
Doptimized-setter.m7 // 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);
Dblocks-5.m22 DVT(&self,&_cmd,__PRETTY_FUNCTION__);
27 DVT(&self,&_cmd,__PRETTY_FUNCTION__);
Ddebug-info-self.m2 // self and _cmd are marked as DW_AT_artificial.
21 // CHECK: !DILocalVariable(name: "_cmd", arg: 2,
Darc-cond-stmt.m39 …{ [(NSAssertionHandler *)0 handleFailureInMethod:_cmd object:self file:(NSString*)0 lineNumber:192…
/external/autotest/site_utils/
Ddump_to_cloudsql.py63 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/
Dremote_command.py17 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/
D2011-06-16-NoGPRs.ll17 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/
D2011-06-16-NoGPRs.ll17 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/
Dtest_config.py71 self._cmd = command
86 cmd = self._cmd(self.dist)
107 cmd = self._cmd(self.dist)
/external/iproute2/include/
Dlibgenl.h6 #define GENL_REQUEST(_req, _bufsiz, _family, _hdrsiz, _ver, _cmd, _flags) \ argument
18 .cmd = (_cmd), \
/external/llvm/test/DebugInfo/X86/
Dobjc-property-void.ll54 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)
Dbyvalstruct.ll61 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/
Diw.c89 #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/
Dipfou.c41 #define FOU_REQUEST(_req, _bufsiz, _cmd, _flags) \ argument
43 FOU_GENL_VERSION, _cmd, _flags)
/external/python/cpython2/Lib/plat-mac/
Dpimp.py100 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/
DCFRetainRelease_NSAssertionHandler.m43 …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/
D2010-02-04-EmptyGlobal.ll6 @_cmd = constant %cmd.type zeroinitializer
/external/llvm/test/CodeGen/PowerPC/
D2010-02-04-EmptyGlobal.ll6 @_cmd = constant %cmd.type zeroinitializer
/external/clang/test/Index/
Dcomplete-exprs.m25 // CHECK-CC1: NotImplemented:{ResultType SEL}{TypedText _cmd} (80)
47 // CHECK-CC4: NotImplemented:{ResultType SEL}{TypedText _cmd} (80)
Dfix-its.m7 …do{ _rdar_12584554_A(&self,&_cmd,__PRETTY_FUNCTION__,__FILE__,__LINE__, _format_and_args_); }while…
/external/wpa_supplicant_8/src/common/
Dwpa_ctrl.c494 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/
Dcommand.py16 self._cmd = cmd
22 cmdline = [os.path.join(self._path, self._cmd)]

123