OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:eval
(Results
1201 - 1225
of
1854
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/ndk/sources/host-tools/make-3.81/config/
compile
138
#
eval
: (add-hook 'write-file-hooks 'time-stamp)
po.m4
124
eval
'ALL_LINGUAS''=$ALL_LINGUAS_'
128
eval
'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
201
eval
'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
309
eval
'ALL_LINGUAS''=$ALL_LINGUAS_'
/ndk/sources/host-tools/make-3.81/doc/
make.info
136
Node:
Eval
Function240663
/ndk/sources/host-tools/sed-4.2.1/build-aux/
install-sh
392
eval
"$initialize_posix_glob"
431
eval
"\$doit_exec \$mkdirprog $prefixes") ||
471
eval
"$initialize_posix_glob" &&
515
#
eval
: (add-hook 'write-file-hooks 'time-stamp)
/ndk/sources/host-tools/sed-4.2.1/m4/
po.m4
133
eval
'ALL_LINGUAS''=$ALL_LINGUAS_'
138
eval
'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
211
eval
'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
319
eval
'ALL_LINGUAS''=$ALL_LINGUAS_'
/ndk/tests/
check-release.sh
111
TEXT=$(
eval
test_$NAME 2>/dev/null)
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/libexec/gcc/arm-eabi/4.6.x-google/install-tools/
mkinstalldirs
157
#
eval
: (add-hook 'write-file-hooks 'time-stamp)
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/libexec/gcc/arm-linux-androideabi/4.6.x-google/install-tools/
mkinstalldirs
157
#
eval
: (add-hook 'write-file-hooks 'time-stamp)
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/libexec/gcc/arm-eabi/4.6.x-google/install-tools/
mkinstalldirs
157
#
eval
: (add-hook 'write-file-hooks 'time-stamp)
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/libexec/gcc/arm-linux-androideabi/4.6.x-google/install-tools/
mkinstalldirs
157
#
eval
: (add-hook 'write-file-hooks 'time-stamp)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/install-tools/
mkinstalldirs
154
#
eval
: (add-hook 'write-file-hooks 'time-stamp)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/install-tools/
mkinstalldirs
157
#
eval
: (add-hook 'write-file-hooks 'time-stamp)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/libexec/gcc/x86_64-linux/4.6.x-google/install-tools/
mkinstalldirs
157
#
eval
: (add-hook 'write-file-hooks 'time-stamp)
/system/core/sh/
TOUR
212
eval
.c The top level routines.
219
EVAL
.C: Evaltree recursively executes a parse tree. The exit
269
When a program is run, the code in
eval
.c sticks any environment
344
-c option and the "." and
eval
builtin commands.) The global
mkinit.sh
140
eval
event_$event=\"\$event_$event\$ev\"
/external/libusb-compat/
aclocal.m4
474
[# Autoconf 2.62 quotes --file arguments for
eval
, but not when files
475
# are listed without --file. Let's play safe and only enable the
eval
478
*\'*)
eval
set x "$CONFIG_FILES" ;;
783
eval
am_t=\$ac_cv_prog_cc_${am_cc}_c_o
825
# Use
eval
to expand $SHELL
826
if
eval
"$MISSING --run true"; then
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh
549
eval
$1="$PROG"
825
eval
echo \$$1
834
eval
$VARNAME=\"$@\"
836
eval
$VARNAME=\"$VARVAL $@\"
846
eval
$VARNAME=\"$@\"
848
eval
$VARNAME=\"$@ $VARVAL\"
881
eval
$VARNAME=\"`_list_rest $VARVAL`\"
948
eval
TASK_${TASK}__${FIELD}=\"$@\"
1195
(
eval
$(task_get_cmd $TASK))
1197
(
eval
$(task_get_cmd $TASK)) >> $TMPLOG 2>&
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh
549
eval
$1="$PROG"
825
eval
echo \$$1
834
eval
$VARNAME=\"$@\"
836
eval
$VARNAME=\"$VARVAL $@\"
846
eval
$VARNAME=\"$@\"
848
eval
$VARNAME=\"$@ $VARVAL\"
881
eval
$VARNAME=\"`_list_rest $VARVAL`\"
948
eval
TASK_${TASK}__${FIELD}=\"$@\"
1195
(
eval
$(task_get_cmd $TASK))
1197
(
eval
$(task_get_cmd $TASK)) >> $TMPLOG 2>&
[
all
...]
/ndk/build/core/
init.mk
417
$(
eval
$(shell mount | tr '\\' '/' | $(HOST_AWK) -f $(BUILD_AWK)/gen-windows-host-path.awk -vVERBOSE=1))
419
$(
eval
cygwin-to-host-path = $(WINDOWS_HOST_PATH_FRAGMENT))
474
$(
eval
include $(BUILD_SYSTEM)/add-platform.mk)\
485
$(
eval
NDK_MAX_PLATFORM_LEVEL := $$(call max,$$(NDK_MAX_PLATFORM_LEVEL),$$(level)))\
521
$(
eval
include $(BUILD_SYSTEM)/add-toolchain.mk)\
/ndk/build/gmsl/
gmsl-tests
55
start_test = $(shell $(ECHO) -n "Testing '$1': " >&2)$(
eval
current_test := OK)
57
test_pass = .$(
eval
passed := $(call int_inc,$(passed)))
58
test_fail = X$(
eval
failed := $(call int_inc,$(failed)))$(
eval
current_test := ERROR '$1' != '$2')
59
test_assert = $(if $(filter undefined,$(origin 2)),$(
eval
2 :=))$(shell $(ECHO) -n $(if $(call seq,$1,$2),$(call test_pass,$1,$2),$(call test_fail,$1,$2)) >&2)
/external/llvm/projects/sample/autoconf/
configure.ac
[
all
...]
/build/tools/droiddoc/templates-pdk/assets/
prettify.js
5
dc="(?:",ec=")",fc="gi",gc="PRE",hc='<!DOCTYPE foo PUBLIC "foo bar">\n<foo />',ic="\t",jc="\n",kc="[^<]+|<!--[\\s\\S]*?--\>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>|</?[a-zA-Z][^>]*>|<",lc="nocode",mc=' $1="$2$3$4"',S="pln",nc="string",T="lang-",oc="src",U="str",pc="'\"",qc="'\"`",rc="\"'",V="com",sc="lang-regex",tc="(/(?=[^/*])(?:[^/\\x5B\\x5C]|\\x5C[\\s\\S]|\\x5B(?:[^\\x5C\\x5D]|\\x5C[\\s\\S])*(?:\\x5D|$))+/)",uc="kwd",vc="^(?:",wc=")\\b",xc=" \r\n\t\u00a0",yc="lit",zc="typ",Ac="0123456789",Y="pun",Bc="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try debugger
eval
export function get null set undefined var with Infinity NaN caller delete die do dump elsif
eval
exit foreach for goto if import last local my next no our print package redo require sub undef unless until use wantarray while BEGIN END break continue do else for if return while and as assert class def del elif except exec finally from global import in is lambda nonlocal not or pass print raise try with yield False True None break continue do else for if return while alias and begin case class def defined elsif end ensure false in module next nil not or redo rescue retry self super then true undef unless until when yield BEGIN END break continue do else for if return while case done elif esac
eval
fi function in local set then until ",
8
kd="cs",ld="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient ",md="java",nd="break continue do else for if return while case done elif esac
eval
fi function in local set then until ",
9
od="bsh",pd="csh",qd="sh",rd="break continue do else for if return while and as assert class def del elif except exec finally from global import in is lambda nonlocal not or pass print raise try with yield False True None ",sd="cv",td="py",ud="caller delete die do dump elsif
eval
exit foreach for goto if import last local my next no our print package redo require sub undef unless until use wantarray while BEGIN END ",vd="perl",wd="pl",xd="pm",yd="break continue do else for if return while alias and begin case class def defined elsif end ensure false in module next nil not or redo rescue retry self super then true undef unless until when yield BEGIN END ",
10
zd="rb",Ad="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try debugger
eval
export function get null set undefined var with Infinity NaN ",Bd="js",Cd="regex",Dd="pre",Ed="code",Fd="xmp",Gd="prettyprint",Hd="class",Id="br",Jd="\r";
/external/clang/lib/CodeGen/
CodeGenFunction.cpp
748
ConditionalEvaluation
eval
(*this);
753
eval
.begin(*this);
755
eval
.end(*this);
782
ConditionalEvaluation
eval
(*this);
787
eval
.begin(*this);
789
eval
.end(*this);
[
all
...]
/external/doclava/res/assets/templates/assets/
prettify.js
5
dc="(?:",ec=")",fc="gi",gc="PRE",hc='<!DOCTYPE foo PUBLIC "foo bar">\n<foo />',ic="\t",jc="\n",kc="[^<]+|<!--[\\s\\S]*?--\>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>|</?[a-zA-Z][^>]*>|<",lc="nocode",mc=' $1="$2$3$4"',S="pln",nc="string",T="lang-",oc="src",U="str",pc="'\"",qc="'\"`",rc="\"'",V="com",sc="lang-regex",tc="(/(?=[^/*])(?:[^/\\x5B\\x5C]|\\x5C[\\s\\S]|\\x5B(?:[^\\x5C\\x5D]|\\x5C[\\s\\S])*(?:\\x5D|$))+/)",uc="kwd",vc="^(?:",wc=")\\b",xc=" \r\n\t\u00a0",yc="lit",zc="typ",Ac="0123456789",Y="pun",Bc="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try debugger
eval
export function get null set undefined var with Infinity NaN caller delete die do dump elsif
eval
exit foreach for goto if import last local my next no our print package redo require sub undef unless until use wantarray while BEGIN END break continue do else for if return while and as assert class def del elif except exec finally from global import in is lambda nonlocal not or pass print raise try with yield False True None break continue do else for if return while alias and begin case class def defined elsif end ensure false in module next nil not or redo rescue retry self super then true undef unless until when yield BEGIN END break continue do else for if return while case done elif esac
eval
fi function in local set then until ",
8
kd="cs",ld="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient ",md="java",nd="break continue do else for if return while case done elif esac
eval
fi function in local set then until ",
9
od="bsh",pd="csh",qd="sh",rd="break continue do else for if return while and as assert class def del elif except exec finally from global import in is lambda nonlocal not or pass print raise try with yield False True None ",sd="cv",td="py",ud="caller delete die do dump elsif
eval
exit foreach for goto if import last local my next no our print package redo require sub undef unless until use wantarray while BEGIN END ",vd="perl",wd="pl",xd="pm",yd="break continue do else for if return while alias and begin case class def defined elsif end ensure false in module next nil not or redo rescue retry self super then true undef unless until when yield BEGIN END ",
10
zd="rb",Ad="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try debugger
eval
export function get null set undefined var with Infinity NaN ",Bd="js",Cd="regex",Dd="pre",Ed="code",Fd="xmp",Gd="prettyprint",Hd="class",Id="br",Jd="\r";
/external/marisa-trie/
aclocal.m4
344
# Autoconf 2.62 quotes --file arguments for
eval
, but not when files
345
# are listed without --file. Let's play safe and only enable the
eval
348
*\'*)
eval
set x "$CONFIG_FILES" ;;
676
# Use
eval
to expand $SHELL
677
if
eval
"$MISSING --run true"; then
[
all
...]
Completed in 1167 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>