OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WHICH
(Results
1 - 12
of
12
) sorted by null
/ndk/
ndk-which
23
WHICH
=$1
24
if [ "$
WHICH
" == "" ]; then
25
echo "USAGE: ndk-
which
<tool>"
33
mkdir -p /tmp/ndk-
which
/jni
34
cat >/tmp/ndk-
which
/jni/Android.mk << "END_OF_FILE"
44
NDK_PROJECT_PATH=/tmp/ndk-
which
$GNUMAKE --no-print-dir -f $MYNDKDIR/build/core/build-local.mk DUMP_$1 APP_ABI=$2
48
rm -Rf /tmp/ndk-
which
51
FQFN=${TOOLCHAIN_PREFIX}$
WHICH
53
# use the host system's '
which
' to decide/report if the file exists or not, and is executable
54
which
"$FQFN
[
all
...]
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/
Makefile
186
WHICH
:= $(OSHELPERS)
which
193
GSUTIL = $(shell $(
WHICH
) gsutil)
/external/chromium_org/tools/grit/grit/format/
html_inline_unittest.py
212
<link rel="stylesheet" href="style[
WHICH
].css">
213
<script src="script[
WHICH
].js"></script>
215
<include src="tmpl[
WHICH
].html">
216
<img src="img[
WHICH
].png">
248
filename_expansion_function=replacer('
WHICH
', '1'))
260
filename_expansion_function=replacer('
WHICH
', '1'))
/external/ltrace/sysdeps/linux-gnu/x86/
fetch.c
159
* used for returning long double values,
which
we currently
216
#define HANDLE(NUM,
WHICH
) \
219
context->iregs.
WHICH
, offset); \
259
# define HANDLE32(NUM,
WHICH
) HANDLE(NUM, r##
WHICH
)
261
# define HANDLE32(NUM,
WHICH
) HANDLE(NUM, e##
WHICH
)
/external/chromium_org/native_client_sdk/src/tools/
host_vc.mk
22
ifeq (,$(findstring cl.exe,$(shell $(
WHICH
) cl.exe)))
host_gcc.mk
29
ifeq (,$(findstring gcc,$(shell $(
WHICH
) gcc)))
common.mk
27
# Top Make file,
which
we want to trigger a rebuild on if it changes
33
# Figure out
which
OS we are running on.
138
# globbing, and variable expansion, so those may change based on
which
shell
184
WHICH
:= $(OSHELPERS)
which
385
# fix_deps.py based on the .d files
which
gcc generates. We don't reference
/external/eigen/blas/
drotmg.f
12
* CONSTRUCT THE MODIFIED GIVENS TRANSFORMATION MATRIX H
WHICH
ZEROS
srotmg.f
12
* CONSTRUCT THE MODIFIED GIVENS TRANSFORMATION MATRIX H
WHICH
ZEROS
/external/chromium_org/tools/grit/grit/gather/
chrome_html_unittest.py
486
background: url('test[
WHICH
].png');
501
html.SetFilenameExpansionFunction(replacer('
WHICH
', '1'));
/external/bison/build-aux/
texinfo.tex
38
% complete document in each bug report with
which
we can reproduce the
191
stand-alone strong-est time-stamp time-stamps
which
-ever white-space
263
% Output a mark
which
sets \thischapter, \thissection and \thiscolor.
423
% macro
which
expects an ordinary undelimited TeX argument.
637
% the text is small,
which
looks bad.
728
% sight. (If the user is using lots of big @group commands,
which
765
% @inmargin{
WHICH
}{TEXT} puts TEXT in the
WHICH
margin next to the current
767
% class.
WHICH
is `l' or `r'. Not documented, written for gawk manual.
929
% @comment ...line
which
is ignored..
[
all
...]
/ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex
38
% complete document in each bug report with
which
we can reproduce the
189
stand-alone strong-est time-stamp time-stamps
which
-ever white-space
284
% Output a mark
which
sets \thischapter, \thissection and \thiscolor.
444
% macro
which
expects an ordinary undelimited TeX argument.
737
% the text is small,
which
looks bad.
837
% sight. (If the user is using lots of big @group commands,
which
874
% @inmargin{
WHICH
}{TEXT} puts TEXT in the
WHICH
margin next to the current
876
% class.
WHICH
is `l' or `r'.
[
all
...]
Completed in 2046 milliseconds