OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:doit
(Results
1 - 25
of
196
) sorted by null
1
2
3
4
5
6
7
8
/external/clearsilver/
install-sh
18
doit
="${DOITPROG-}"
182
$
doit
$instcmd $dst &&
184
if [ x"$chowncmd" != x ]; then $
doit
$chowncmd $dst; else true ; fi &&
185
if [ x"$chgrpcmd" != x ]; then $
doit
$chgrpcmd $dst; else true ; fi &&
186
if [ x"$stripcmd" != x ]; then $
doit
$stripcmd $dst; else true ; fi &&
187
if [ x"$chmodcmd" != x ]; then $
doit
$chmodcmd $dst; else true ; fi
215
$
doit
$instcmd $src $dsttmp &&
223
# errors from the above "$
doit
$instcmd $src $dsttmp" command.
225
if [ x"$chowncmd" != x ]; then $
doit
$chowncmd $dsttmp; else true;fi &&
226
if [ x"$chgrpcmd" != x ]; then $
doit
$chgrpcmd $dsttmp; else true;fi &
[
all
...]
/external/e2fsprogs/config/
install-sh
18
doit
="${DOITPROG-}"
182
$
doit
$instcmd $dst &&
184
if [ x"$chowncmd" != x ]; then $
doit
$chowncmd $dst; else true ; fi &&
185
if [ x"$chgrpcmd" != x ]; then $
doit
$chgrpcmd $dst; else true ; fi &&
186
if [ x"$stripcmd" != x ]; then $
doit
$stripcmd $dst; else true ; fi &&
187
if [ x"$chmodcmd" != x ]; then $
doit
$chmodcmd $dst; else true ; fi
215
$
doit
$instcmd $src $dsttmp &&
223
# errors from the above "$
doit
$instcmd $src $dsttmp" command.
225
if [ x"$chowncmd" != x ]; then $
doit
$chowncmd $dsttmp; else true;fi &&
226
if [ x"$chgrpcmd" != x ]; then $
doit
$chgrpcmd $dsttmp; else true;fi &
[
all
...]
/cts/tools/dx-tests/src/dxc/junit/opcodes/invokeinterface/jm/
ITest.java
20
public void
doit
();
method in interface:ITest
21
public void
doit
(int i);
method in interface:ITest
ITestImpl.java
20
public void
doit
() {
method in class:ITestImpl
24
public void
doit
(int i) {
method in class:ITestImpl
ITestImplAbstract.java
20
abstract public void
doit
();
method in class:ITestImplAbstract
21
abstract public void
doit
(int i);
method in class:ITestImplAbstract
T_invokeinterface_19.java
27
doit
();
method
31
public synchronized void
doit
(){
method in class:T_invokeinterface_19
38
public void
doit
(int i){
method in class:T_invokeinterface_19
/cts/tools/vm-tests/src/dot/junit/opcodes/invoke_interface/
ITest.java
20
public void
doit
();
method in interface:ITest
21
public void
doit
(int i);
method in interface:ITest
ITestImpl.java
22
public void
doit
() {
method in class:ITestImpl
26
public void
doit
(int i) {
method in class:ITestImpl
ITestImplAbstract.java
21
abstract public void
doit
();
method in class:ITestImplAbstract
22
abstract public void
doit
(int i);
method in class:ITestImplAbstract
/cts/tools/vm-tests/src/dot/junit/opcodes/invoke_interface_range/
ITest.java
20
public void
doit
();
method in interface:ITest
21
public void
doit
(int i);
method in interface:ITest
ITestImpl.java
22
public void
doit
() {
method in class:ITestImpl
26
public void
doit
(int i) {
method in class:ITestImpl
ITestImplAbstract.java
21
abstract public void
doit
();
method in class:ITestImplAbstract
22
abstract public void
doit
(int i);
method in class:ITestImplAbstract
/dalvik/tests/073-mismatched-field/src/
Main.java
20
main.
doit
();
23
void
doit
() {
method in class:Main
/external/webkit/WebKitTools/android/flex-2.5.4a/
install.sh
17
doit
="${DOITPROG-}"
104
$
doit
$instcmd $src $dsttmp
108
if [ x"$chowncmd" != x ]; then $
doit
$chowncmd $dsttmp; fi
109
if [ x"$chgrpcmd" != x ]; then $
doit
$chgrpcmd $dsttmp; fi
110
if [ x"$stripcmd" != x ]; then $
doit
$stripcmd $dsttmp; fi
111
if [ x"$chmodcmd" != x ]; then $
doit
$chmodcmd $dsttmp; fi
115
$
doit
$rmcmd $dst
116
$
doit
$mvcmd $dsttmp $dst
/external/strace/
install-sh
30
doit
="${DOITPROG-}"
195
$
doit
$instcmd "$dst" &&
197
if [ x"$chowncmd" != x ]; then $
doit
$chowncmd "$dst"; else : ; fi &&
198
if [ x"$chgrpcmd" != x ]; then $
doit
$chgrpcmd "$dst"; else : ; fi &&
199
if [ x"$stripcmd" != x ]; then $
doit
$stripcmd "$dst"; else : ; fi &&
200
if [ x"$chmodcmd" != x ]; then $
doit
$chmodcmd "$dst"; else : ; fi
234
$
doit
$instcmd "$src" "$dsttmp" &&
240
# errors from the above "$
doit
$instcmd $src $dsttmp" command.
242
if [ x"$chowncmd" != x ]; then $
doit
$chowncmd "$dsttmp"; else :;fi &&
243
if [ x"$chgrpcmd" != x ]; then $
doit
$chgrpcmd "$dsttmp"; else :;fi &
[
all
...]
/external/dropbear/
install-sh
30
doit
="${DOITPROG-}"
195
$
doit
$instcmd $dst &&
197
if [ x"$chowncmd" != x ]; then $
doit
$chowncmd $dst; else true ; fi &&
198
if [ x"$chgrpcmd" != x ]; then $
doit
$chgrpcmd $dst; else true ; fi &&
199
if [ x"$stripcmd" != x ]; then $
doit
$stripcmd $dst; else true ; fi &&
200
if [ x"$chmodcmd" != x ]; then $
doit
$chmodcmd $dst; else true ; fi
228
$
doit
$instcmd $src $dsttmp &&
236
# errors from the above "$
doit
$instcmd $src $dsttmp" command.
238
if [ x"$chowncmd" != x ]; then $
doit
$chowncmd $dsttmp; else true;fi &&
239
if [ x"$chgrpcmd" != x ]; then $
doit
$chgrpcmd $dsttmp; else true;fi &
[
all
...]
/external/elfutils/config/
install-sh
30
doit
="${DOITPROG-}"
195
$
doit
$instcmd $dst &&
197
if [ x"$chowncmd" != x ]; then $
doit
$chowncmd $dst; else : ; fi &&
198
if [ x"$chgrpcmd" != x ]; then $
doit
$chgrpcmd $dst; else : ; fi &&
199
if [ x"$stripcmd" != x ]; then $
doit
$stripcmd $dst; else : ; fi &&
200
if [ x"$chmodcmd" != x ]; then $
doit
$chmodcmd $dst; else : ; fi
228
$
doit
$instcmd $src $dsttmp &&
236
# errors from the above "$
doit
$instcmd $src $dsttmp" command.
238
if [ x"$chowncmd" != x ]; then $
doit
$chowncmd $dsttmp; else :;fi &&
239
if [ x"$chgrpcmd" != x ]; then $
doit
$chgrpcmd $dsttmp; else :;fi &
[
all
...]
/external/expat/conftools/
install-sh
30
doit
="${DOITPROG-}"
195
$
doit
$instcmd $dst &&
197
if [ x"$chowncmd" != x ]; then $
doit
$chowncmd $dst; else true ; fi &&
198
if [ x"$chgrpcmd" != x ]; then $
doit
$chgrpcmd $dst; else true ; fi &&
199
if [ x"$stripcmd" != x ]; then $
doit
$stripcmd $dst; else true ; fi &&
200
if [ x"$chmodcmd" != x ]; then $
doit
$chmodcmd $dst; else true ; fi
228
$
doit
$instcmd $src $dsttmp &&
236
# errors from the above "$
doit
$instcmd $src $dsttmp" command.
238
if [ x"$chowncmd" != x ]; then $
doit
$chowncmd $dsttmp; else true;fi &&
239
if [ x"$chgrpcmd" != x ]; then $
doit
$chgrpcmd $dsttmp; else true;fi &
[
all
...]
/external/icu4c/
install-sh
30
doit
="${DOITPROG-}"
195
$
doit
$instcmd $dst &&
197
if [ x"$chowncmd" != x ]; then $
doit
$chowncmd $dst; else true ; fi &&
198
if [ x"$chgrpcmd" != x ]; then $
doit
$chgrpcmd $dst; else true ; fi &&
199
if [ x"$stripcmd" != x ]; then $
doit
$stripcmd $dst; else true ; fi &&
200
if [ x"$chmodcmd" != x ]; then $
doit
$chmodcmd $dst; else true ; fi
228
$
doit
$instcmd $src $dsttmp &&
236
# errors from the above "$
doit
$instcmd $src $dsttmp" command.
238
if [ x"$chowncmd" != x ]; then $
doit
$chowncmd $dsttmp; else true;fi &&
239
if [ x"$chgrpcmd" != x ]; then $
doit
$chgrpcmd $dsttmp; else true;fi &
[
all
...]
/external/jpeg/
install-sh
30
doit
="${DOITPROG-}"
194
$
doit
$instcmd $dst &&
196
if [ x"$chowncmd" != x ]; then $
doit
$chowncmd $dst; else true ; fi &&
197
if [ x"$chgrpcmd" != x ]; then $
doit
$chgrpcmd $dst; else true ; fi &&
198
if [ x"$stripcmd" != x ]; then $
doit
$stripcmd $dst; else true ; fi &&
199
if [ x"$chmodcmd" != x ]; then $
doit
$chmodcmd $dst; else true ; fi
227
$
doit
$instcmd $src $dsttmp &&
235
# errors from the above "$
doit
$instcmd $src $dsttmp" command.
237
if [ x"$chowncmd" != x ]; then $
doit
$chowncmd $dsttmp; else true;fi &&
238
if [ x"$chgrpcmd" != x ]; then $
doit
$chgrpcmd $dsttmp; else true;fi &
[
all
...]
/external/libpcap/
install-sh
30
doit
="${DOITPROG-}"
194
$
doit
$instcmd $dst &&
196
if [ x"$chowncmd" != x ]; then $
doit
$chowncmd $dst; else true ; fi &&
197
if [ x"$chgrpcmd" != x ]; then $
doit
$chgrpcmd $dst; else true ; fi &&
198
if [ x"$stripcmd" != x ]; then $
doit
$stripcmd $dst; else true ; fi &&
199
if [ x"$chmodcmd" != x ]; then $
doit
$chmodcmd $dst; else true ; fi
227
$
doit
$instcmd $src $dsttmp &&
235
# errors from the above "$
doit
$instcmd $src $dsttmp" command.
237
if [ x"$chowncmd" != x ]; then $
doit
$chowncmd $dsttmp; else true;fi &&
238
if [ x"$chgrpcmd" != x ]; then $
doit
$chgrpcmd $dsttmp; else true;fi &
[
all
...]
/external/tcpdump/
install-sh
30
doit
="${DOITPROG-}"
194
$
doit
$instcmd $dst &&
196
if [ x"$chowncmd" != x ]; then $
doit
$chowncmd $dst; else true ; fi &&
197
if [ x"$chgrpcmd" != x ]; then $
doit
$chgrpcmd $dst; else true ; fi &&
198
if [ x"$stripcmd" != x ]; then $
doit
$stripcmd $dst; else true ; fi &&
199
if [ x"$chmodcmd" != x ]; then $
doit
$chmodcmd $dst; else true ; fi
227
$
doit
$instcmd $src $dsttmp &&
235
# errors from the above "$
doit
$instcmd $src $dsttmp" command.
237
if [ x"$chowncmd" != x ]; then $
doit
$chowncmd $dsttmp; else true;fi &&
238
if [ x"$chgrpcmd" != x ]; then $
doit
$chgrpcmd $dsttmp; else true;fi &
[
all
...]
/cts/tools/dx-tests/src/dxc/junit/opcodes/areturn/
Runner.java
20
public void
doit
();
method in interface:Runner
/cts/tools/vm-tests/src/dot/junit/opcodes/return_object/
Runner.java
20
public void
doit
();
method in interface:Runner
/external/bison/build-aux/
install-sh
48
doit
="${DOITPROG-}"
250
$
doit
$mkdircmd "$dst" \
251
&& { test -z "$chowncmd" || $
doit
$chowncmd "$dst"; } \
252
&& { test -z "$chgrpcmd" || $
doit
$chgrpcmd "$dst"; } \
253
&& { test -z "$stripcmd" || $
doit
$stripcmd "$dst"; } \
254
&& { test -z "$chmodcmd" || $
doit
$chmodcmd "$dst"; }
268
$
doit
$cpprog "$src" "$dsttmp" &&
274
# errors from the above "$
doit
$cpprog $src $dsttmp" command.
276
{ test -z "$chowncmd" || $
doit
$chowncmd "$dsttmp"; } \
277
&& { test -z "$chgrpcmd" || $
doit
$chgrpcmd "$dsttmp"; }
[
all
...]
Completed in 155 milliseconds
1
2
3
4
5
6
7
8