/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/ |
xml.rb | 91 {say("Attr: " + $name.text + " = "+ $value.text)}
|
/prebuilts/misc/common/robolectric/ |
robotest.sh | 44 echo "$value" | sed -e 's/^ *//' -e 's/ *$//'
|
/external/llvm/lib/Target/SystemZ/ |
SystemZOperators.td | 489 def mvc_store : PatFrag<(ops node:$value, node:$addr), 490 (unindexedstore node:$value, node:$addr), 498 def "1" : PatFrag<(ops node:$value, node:$addr), 499 (unindexedstore (operator node:$value, 503 def "2" : PatFrag<(ops node:$value, node:$addr), 505 node:$value), 584 : PatFrag<(ops node:$value, node:$addr), 585 (store (operator node:$value), node:$addr)>; [all...] |
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_spread_test/ |
cpuset_memory_spread_testset.sh | 77 value=`echo "$value" | sed -r "s/^.*\: (.*)$/\1/"` 78 echo "$value"
|
/external/protobuf/src/google/protobuf/compiler/csharp/ |
csharp_wrapper_field.cc | 100 "$type_name$ value = _single_$name$_codec.Read(input);\n" 101 "if ($has_not_property_check$ || value != $default_value$) {\n"
|
/external/libexif/auto-m4/ |
lib-link.m4 | 179 if test -n "$value"; then 180 if test "$value" = yes; then 182 test -z "$value" || LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$value" 184 test -z "$value" || LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$value"
|
/toolchain/binutils/binutils-2.25/config/ |
lib-link.m4 | 179 if test -n "$value"; then 180 if test "$value" = yes; then 182 test -z "$value" || LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$value" 184 test -z "$value" || LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$value"
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/ |
VfrSyntax.g | [all...] |
/external/protobuf/src/google/protobuf/compiler/java/ |
java_lazy_message_field.cc | 118 "$deprecation$public Builder set$capitalized_name$($type$ value)", 148 "$deprecation$public Builder merge$capitalized_name$($type$ value)", 330 "$deprecation$public Builder set$capitalized_name$($type$ value)", 366 "$deprecation$public Builder merge$capitalized_name$($type$ value)", 587 " int index, $type$ value)", 615 "$deprecation$public Builder add$capitalized_name$($type$ value)", 633 " int index, $type$ value)",
|
/toolchain/binutils/binutils-2.25/etc/ |
texi2pod.pl | 48 $value = ""; 49 ($flag, $value) = ($flag =~ /^([^=]+)(?:=(.+))?/); 54 unless $flag =~ /^[a-zA-Z0-9_-]+$/; 55 $defs{$flag} = $value; 369 $value = $defs{$2}; 370 s/\Q$1\E/$value/;
|
/art/tools/golem/ |
build-target.sh | 100 export $name="$value" 101 echo export $name="$value" 110 export $name="$value"
|
/external/libopus/celt/arm/ |
arm2gnu.pl | 299 my $value; 309 $value = $1; 310 $value =~ /(\w\w)(\w\w)(\w\w)(\w\w)/;
|
/system/media/camera/docs/ |
html.mako | 301 <span class="entry_type_enum_name">${value.name}</span> 312 <span class="entry_type_enum_value">${value.id}</span> 315 <span class="entry_type_enum_notes">${value.notes | md_html, linkify_tags(metadata), wbr}</span>
|
/external/bison/m4/ |
lib-link.m4 | 250 if test -n "$value"; then 251 if test "$value" = yes; then 253 test -z "$value" || LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$value" 255 test -z "$value" || LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$value" [all...] |
/art/runtime/interpreter/mterp/ |
README.txt | 103 appended to the output. Substitutions can look like "$value" or "${value}".
|
/art/runtime/interpreter/mterp/x86/ |
header.S | 96 #define MACRO_LITERAL(value) $$(value) 102 #define MACRO_LITERAL(value) $$value
|
/art/runtime/interpreter/mterp/x86_64/ |
header.S | 92 #define MACRO_LITERAL(value) $$(value) 98 #define MACRO_LITERAL(value) $$value
|
/external/linux-kselftest/tools/testing/selftests/ntb/ |
ntb_test.sh | 117 ssh "$REMOTE" "echo \"$VALUE\" > \"$VPATH\"" 119 echo "$VALUE" > "$VPATH"
|
/packages/apps/Messaging/tools/messagegen/ |
fillsms | 182 middle=$(printf '%03d' $value) 184 last=$(printf '%04d' $value)
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/lib/ |
binutils-common.exp | 272 regsub -- $name $line_bx $value line_bx 311 regsub -- $name $line_bx $value line_bx
|
/prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.2.2/ |
jackson-annotations-2.2.2.jar | |
/build/kati/ |
command.cc | 43 ERROR("$(value %s) is not implemented yet", sym_);
|
/device/linaro/bootloader/arm-trusted-firmware/ |
Makefile | 130 DEFINES += -D$(1)$(if $(value $(1)),=$(value $(1)),) 136 $(and $(patsubst 0,,$(value $(1))),$(patsubst 1,,$(value $(1))),$(error $(1) must be boolean))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
versionpredicate.py | 156 "([a-zA-Z_]\w*(?:\.[a-zA-Z_]\w*)*)(?:\s*\(\s*([^)\s]+)\s*\))?$")
157 value = value.strip()
|
/external/clang/runtime/ |
CMakeLists.txt | 57 -D${variableName}=${value})
|