HomeSort by relevance Sort by last modified time
    Searched refs:gsub (Results 1 - 13 of 13) sorted by null

  /ndk/build/awk/
extract-pid.awk 40 gsub("\\.","\\.",PACKAGE)
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
PERF.awk 50 if (gsub("^what=", "",arg)) { what = arg }
51 else if (gsub("^to=", "",arg)) { to = arg }
52 else if (gsub("^from=", "",arg)) { from = arg }
53 else if (gsub("^how=", "",arg)) { how = arg }
54 else if (gsub("^who=", "",arg)) { who = arg }
55 else if (gsub("^boundary=","",arg)) { boundary = arg }
56 else if (gsub("^after=", "",arg)) { after = arg }
57 else if (gsub("^debug=", "",arg)) { debug = arg }
58 else if (gsub("^size=", "",arg)) { min = max = (arg) }
59 else if (gsub("^min=", "",arg)) { min = (arg)
    [all...]
armtime 62 if (gsub("^CPU=", "",arg)) { cpu_eMHz = arg; }
63 else if (gsub("^debug=", "",arg)) { debug = arg; }
  /external/freetype/include/freetype/internal/services/
svotval.h 37 FT_Bytes *gsub,
  /external/tcpdump/
makemib 42 # eliminate use of gsub and functions to use classic "awk"), you have to
99 { sub(/--\*.*\*--/, ""); sub(/--.*/, ""); gsub(/[{}]/, " & "); }
191 gsub(/[-&\/]/,"",new)
192 gsub(/[-&\/]/,"",parent)
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
picoloaddbg.lua 52 cline = string.gsub(line, "^%s*", "")
59 cline = string.gsub(cline, "^:SYM%s+['\"].-['\"]%s+", "")
63 cline = string.gsub(cline, "^:PROP%s+mapval%s*=%s*%d+%s*", "")
74 cline = string.gsub(cline, "^!.*", "")
79 cline = string.gsub(cline, "^,%s*%w+%s*=%s*%d+%s*", "")
86 cline = string.gsub(cline, "^!.*", "")
picoloadphones.lua 50 cline = string.gsub(line, "^%s*", "")
57 cline = string.gsub(cline, "^:SYM%s+['\"].-['\"]%s+", "")
61 cline = string.gsub(cline, "^:PROP%s+mapval%s*=%s*%d+%s*", "")
72 cline = string.gsub(cline, "^!.*", "")
77 cline = string.gsub(cline, "^,%s*%w+%s*=%s*%d+%s*", "")
84 cline = string.gsub(cline, "^!.*", "")
  /external/webkit/WebKitTools/Scripts/
clean-header-guards 43 contents.gsub!(/#{current_guard}\b/, new_guard)
  /external/webkit/SunSpider/tests/parse-only/
prototype-1.6.0.3.js 343 gsub: function(pattern, replacement) {
360 replacement = this.gsub.prepareReplacement(replacement);
363 return this.gsub(pattern, function(match) {
370 this.gsub(pattern, iterator);
471 return this.gsub(/::/, '/').gsub(/([A-Z]+)([A-Z][a-z])/,'#{1}_#{2}').gsub(/([a-z\d])([A-Z])/,'#{1}_#{2}').gsub(/-/,'_').toLowerCase();
475 return this.gsub(/_/,'-');
479 var escapedString = this.gsub(/[\x00-\x1f\\]/, function(match)
    [all...]
concat-jquery-mootools-prototype.js     [all...]
  /external/clearsilver/ruby/
install.rb 234 @table[key].gsub( %r<\$([^/]+)> ) { self[$1] }
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 375 milliseconds