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

1 2 3

  /external/chromium_org/third_party/sqlite/src/tool/
opcodeDoc.awk 16 gsub(/</,"&lt;")
17 gsub(/&/,"&amp;")
  /ndk/build/awk/
gen-cygwin-deps-converter.awk 96 gsub("\\\\","/",$1)
169 gsub("\\^","\\^",str)
170 gsub("\\.","\\.",str)
171 gsub("\\[","\\[",str)
172 gsub("\\]","\\]",str)
173 gsub("\\$","\\$",str)
174 gsub("\\(","\\(",str)
175 gsub("\\)","\\)",str)
176 gsub("\\+","\\+",str)
177 gsub("\\{","\\{",str
    [all...]
extract-pid.awk 52 gsub("\r","",$NF)
  /external/chromium_org/third_party/ots/test/
table_dependencies_test.cc 7 #include "gsub.h"
33 SET_LAYOUT_TABLE(gsub, GSUB);
39 DROP_TABLE(gsub);
66 DROP_LAYOUT_TABLE(gsub);
68 DROP_TABLE(gsub);
73 DROP_LAYOUT_TABLE(gsub);
75 DROP_TABLE(gsub);
  /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/chromium_org/third_party/freetype/include/freetype/internal/services/
svotval.h 37 FT_Bytes *gsub,
  /external/freetype/include/internal/services/
svotval.h 37 FT_Bytes *gsub,
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/services/
svotval.h 37 FT_Bytes *gsub,
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/services/
svotval.h 37 FT_Bytes *gsub,
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
core-extensions.rb 16 self.gsub!( exp,'' )
25 here_indent!( chr ).gsub!( /\n\s+/,' ' )
37 gsub( /^/, ' ' * n )
39 gsub( /^ {0,#{ -n }}/, "" )
87 gsub( /\n\s*\Z/,'' ).gsub( /^\s*[#{ d }]/, '' )
89 gsub( /\n\s*\Z/,'' ).gsub( /^\s*[#{ d }]/, ' ' * n )
105 return gsub( /\t/, "" ) if n == 0
106 return gsub( /\t/, " " ) if n ==
    [all...]
grammar.rb 241 token.gsub!( /([^A-Za-z0-9_\-.,:\/@\n])/n, '\\\1' )
242 token.gsub!( /\n/, "'\n'" )
321 @output = output.gsub( JAVA_TRACE, '' )
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
util.rb 10 str = str.to_s.gsub( /([A-Z]+)([A-Z][a-z])/,'\1_\2' )
11 str.gsub!( /([a-z\d])([A-Z])/,'\1_\2' )
24 here_doc.gsub!( /^ *\| ?/, '' )
27 here_doc.gsub!( /\s+/, ' ' )
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
xml.rb 16 text = text.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/chromium_org/third_party/ots/src/
gsub.cc 5 #include "gsub.h"
15 // GSUB - The Glyph Substitution Table
16 // http://www.microsoft.com/typography/otspec/gsub.htm
20 // The GSUB header size
401 file->gsub->num_lookups);
411 file->gsub->num_lookups);
531 do { file->gsub->data = 0; file->gsub->length = 0; } while (0)
535 // As far as I checked, following fonts contain invalid values in GSUB table.
536 // OTS will drop their GSUB table
593 OpenTypeGSUB *gsub = new OpenTypeGSUB; local
    [all...]
  /external/libpng/scripts/
dfn.awk 169 gsub(/@'/,"\"", line)
  /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/pdfium/core/src/fpdfapi/fpdf_font/
ttgsubtable.cpp 59 bool CFX_CTTGSUBTable::LoadGSUBTable(FT_Bytes gsub)
61 header.Version = gsub[0] << 24 | gsub[1] << 16 | gsub[2] << 8 | gsub[3];
65 header.ScriptList = gsub[4] << 8 | gsub[5];
66 header.FeatureList = gsub[6] << 8 | gsub[7];
67 header.LookupList = gsub[8] << 8 | gsub[9];
    [all...]
ttgsubtable.h 26 CFX_CTTGSUBTable(FT_Bytes gsub): loaded(false), m_bFeautureMapLoad(FALSE)
28 LoadGSUBTable(gsub);
35 bool LoadGSUBTable(FT_Bytes gsub);
  /dalvik/opcode-gen/
opcode-gen.awk 113 gsub(/-/, "_", itype);
259 gsub(/ */, " ", line);
304 gsub("[/-]", "_", constName[idx]); # Dash and slash become underscore.
305 gsub("[+^]", "", constName[idx]); # Plus and caret are removed.
309 gsub("-", "_", family[idx]); # Dash becomes underscore.
310 gsub("[+^]", "", family[idx]); # Plus and caret are removed.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
clean-header-guards 43 contents.gsub!(/#{current_guard}\b/, new_guard)
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout.cc 34 #include "hb-ot-layout-gsub-table.hh"
56 layout->gsub_blob = OT::Sanitizer<OT::GSUB>::sanitize (face->reference_table (HB_OT_TAG_GSUB));
57 layout->gsub = OT::Sanitizer<OT::GSUB>::lock_instance (layout->gsub_blob);
62 layout->gsub_lookup_count = layout->gsub->get_lookup_count ();
65 layout->gsub_accels = (hb_ot_layout_lookup_accelerator_t *) calloc (layout->gsub->get_lookup_count (), sizeof (hb_ot_layout_lookup_accelerator_t));
76 layout->gsub_accels[i].init (layout->gsub->get_lookup (i));
87 layout->gsub_accels[i].fini (layout->gsub->get_lookup (i));
107 static inline const OT::GSUB&
110 if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return OT::Null(OT::GSUB);
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout.cc 34 #include "hb-ot-layout-gsub-table.hh"
56 layout->gsub_blob = OT::Sanitizer<OT::GSUB>::sanitize (face->reference_table (HB_OT_TAG_GSUB));
57 layout->gsub = OT::Sanitizer<OT::GSUB>::lock_instance (layout->gsub_blob);
62 layout->gsub_lookup_count = layout->gsub->get_lookup_count ();
65 layout->gsub_accels = (hb_ot_layout_lookup_accelerator_t *) calloc (layout->gsub->get_lookup_count (), sizeof (hb_ot_layout_lookup_accelerator_t));
76 layout->gsub_accels[i].init (layout->gsub->get_lookup (i));
87 layout->gsub_accels[i].fini (layout->gsub->get_lookup (i));
107 static inline const OT::GSUB&
110 if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return OT::Null(OT::GSUB);
    [all...]

Completed in 1315 milliseconds

1 2 3