HomeSort by relevance Sort by last modified time
    Searched full:"$ add" (Results 1 - 25 of 47) sorted by null

1 2

  /external/libedit/doc/
mdoc2man.awk 163 } else if(match(words[w],"^Os$")) {
164 add
(".TH " id " \"" date "\" \"" wtail() "\"")
165 } else if(match(words[w],"^Sh$")) {
166 add
(".SH")
168 } else if(match(words[w],"^Xr$")) {
169 #add
("\\fB" words[++w] "\\fP(" words[++w] ")" words[++w])
223 } else if(match(words[w],"^Nd$")) {
224 add
("\\- " wtail())
225 } else if(match(words[w],"^Fl$")) {
226 add
("\\fB\\-" words[++w] "\\fP")
229 } else if(match(words[w],"^Ar$")) {
230 add
("\\fI")
235 while(match(words[w+1],"^\\|$"))
236 add
(OFS words[++w] " \\fI" words[++w] "\\fP")
240 } else if(match(words[w],"^Cm$")) {
241 add
("\\fB" words[++w] "\\fP")
253 } else if(match(words[w],"^Ss$")) {
254 add
(".SS")
263 } else if(match(words[w],"^Dv$")) {
264 #add
(".BR"
    [all...]
  /build/core/
dpi_specific_apk.mk 57 $(add-assets-to-package)
59 $(add-jni-shared-libs-to-package)
65 $(add-dex-to-package)
67 $(add-carried-jack-resources)
java_library.mk 96 $(add-dex-to-package)
98 $(add-carried-jack-resources)
host_dalvik_java_library.mk 112 $(add-dex-to-package)
151 $(add-dex-to-package)
152 $(add-carried-jack-resources)
package_internal.mk 391 $(add-assets-to-package)
554 $(add-assets-to-package)
557 $(add-jni-shared-libs-to-package)
563 $(add-dex-to-package)
566 $(add-carried-jack-resources)
596 $(add-dex-to-package)
  /external/curl/packages/vms/
build_gnv_curl_pcsi_desc.com 16 $! Add file lines for curl.
17 $! Add Link alias procedure file (N/A for curl)
18 $! Add [.SYS$STARTUP]curl_startup file
19 $! Add Release notes file.
208 $! add aliases
274 $! add aliases and follow with renames.
436 $!
437 $!
438 $! Add
file lines for curl.
462 $!
463 $! Add
Link alias procedure file (N/A for curl)
465 $!
466 $! Add
[.SYS$STARTUP]curl_startup file
475 $!
476 $! Add
Release notes file
    [all...]
  /external/llvm/test/Instrumentation/DataFlowSanitizer/
arith.ll 6 ; CHECK: @"dfs$add"
  /external/curl/tests/
memanalyze.pl 326 my $add = $2;
327 if($add eq "(nil)") {
331 $addrinfo{$add}=1;
332 $addrinfofile{$add}="$source:$linenum";
  /external/netperf/doc/examples/
tcp_range_script 104 MESSAGE=`expr $MESSAGE + $ADD`
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_primitive_field.cc 363 "public $message_name$ add$capitalized_name$($type$ value) {\n"
392 "public $message_name$ add$capitalized_name$($type$ value) {\n"
423 "public $message_name$ add$capitalized_name$($type$ value) {\n"
447 "public $message_name$ add$capitalized_name$($type$ value) {\n"
473 "public $message_name$ add$capitalized_name$($type$ value) {\n"
javamicro_message_field.cc 180 "public $message_name$ add$capitalized_name$($type$ value) {\n"
209 "public $message_name$ add$capitalized_name$($type$ value) {\n"
javamicro_enum_field.cc 165 "public $message_name$ add$capitalized_name$(int value) {\n"
188 "public $message_name$ add$capitalized_name$(int value) {\n"
  /ndk/build/tools/
dev-defaults.sh 235 if [ -z "$ADD" -a "$VERSION" = "$FIRST_GCC_VERSION" ]; then
238 if [ -z "$ADD" ]; then
  /external/autotest/client/site_tests/policy_EditBookmarksEnabled/
policy_EditBookmarksEnabled.py 101 '$("add-new-bookmark-command").disabled;')
  /external/libvpx/
update_libvpx.sh 115 echo "$add" | xargs -I {} git add {}
  /toolchain/binutils/binutils-2.25/binutils/
configure.com 82 $!
83 $! Add
TARGET.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
TextAttributeDescriptor.java 176 rawTooltip += ": " + deprecated; //$NON-NLS-1$
177 }
178 if (deprecated.length() == 0 || !deprecated.endsWith(".")) { //$NON-NLS-1$
179 rawTooltip += "."; //$NON-NLS-1$
180 }
181 }
182
183 // Add
the known types to the tooltip
  /external/libunwind/aux/
ltmain.sh     [all...]
  /external/autotest/client/tools/
boottool 680 foreach my $add (split(' ', $toadd)) {
681 $base = $add; $base =~ s/\=.*//;
682 if (!($args =~ s/(^|\s+)$base(\=\S+)?(\s+|$)/$1$add$3/ig)) {
683 $args .= " $add";
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ProjectCallback.java 206 appendToIdeLog(e, "%1$s failed to instantiate.", className); //$NON-NLS-1$
207
208 // Add
the missing class to the list so that the renderer can print them later.
  /external/cmockery/cmockery_0_1_2/
libtool     [all...]
ltmain.sh     [all...]
  /external/google-breakpad/autotools/
ltmain.sh     [all...]
  /external/google-tv-pairing-protocol/cpp/
ltmain.sh     [all...]
  /external/libmtp/
ltmain.sh     [all...]

Completed in 1990 milliseconds

1 2