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

1 2

  /system/update_engine/scripts/update_payload/
checker.py 142 def __init__(self, name, value, linebreak, indent):
146 self.linebreak = linebreak
155 if self.linebreak and self.name:
242 def AddField(self, name, value, linebreak=False, indent=0):
248 linebreak: Whether the value should be printed on a new line.
254 self.report.append(self.FieldNode(name, value, linebreak, indent))
329 msg_name=None, linebreak=False, indent=0):
344 linebreak: Whether the value report should induce a line break.
368 report.AddField(name, convert(value), linebreak=linebreak
    [all...]
checker_unittest.py 145 linebreak=False, indent=0):
152 linebreak: Whether or not a linebreak is to be used in the report.
177 report.AddField(name, convert(val), linebreak=linebreak, indent=indent)
183 linebreak, indent):
191 linebreak: Whether or not a linebreak is to be used in the report.
195 is_present, is_submsg, convert, linebreak, indent)
198 kwargs = {'convert': convert, 'linebreak': linebreak, 'indent': indent
    [all...]
  /external/skia/src/utils/
SkTextBox.cpp 16 static size_t linebreak(const char text[], const char stop[], function
107 text += linebreak(text, stop, paint, width);
225 len = linebreak(text, textStop, paint, marginWidth, &trailing);
  /external/skqp/src/utils/
SkTextBox.cpp 16 static size_t linebreak(const char text[], const char stop[], function
107 text += linebreak(text, stop, paint, width);
225 len = linebreak(text, textStop, paint, marginWidth, &trailing);
  /prebuilts/go/darwin-x86/src/go/printer/
nodes.go 37 // TODO(gri): linebreak may add too many lines if the next statement at "line"
45 func (p *printer) linebreak(line, min int, ws whiteSpace, newSection bool) (printedBreak bool) { func
103 // first linebreak encountered.
157 // the first linebreak is always a formfeed since this section must not
159 prevBreak := -1 // index of last expression that was followed by a linebreak
160 if prev.IsValid() && prev.Line < line && p.linebreak(line, 0, ws, true) {
173 // determine if the next linebreak, if any, needs to use formfeed:
227 if p.linebreak(line, 0, ws, useFF || prevBreak+1 < i) {
298 // separator if needed (linebreak or blank)
299 if needsLinebreak && p.linebreak(parLineBeg, 0, ws, true)
    [all...]
printer.go 63 impliedSemi bool // if set, a linebreak implies a semicolon
756 // we want a linebreak (issue 15137).
    [all...]
  /prebuilts/go/linux-x86/src/go/printer/
nodes.go 37 // TODO(gri): linebreak may add too many lines if the next statement at "line"
45 func (p *printer) linebreak(line, min int, ws whiteSpace, newSection bool) (printedBreak bool) { func
103 // first linebreak encountered.
157 // the first linebreak is always a formfeed since this section must not
159 prevBreak := -1 // index of last expression that was followed by a linebreak
160 if prev.IsValid() && prev.Line < line && p.linebreak(line, 0, ws, true) {
173 // determine if the next linebreak, if any, needs to use formfeed:
227 if p.linebreak(line, 0, ws, useFF || prevBreak+1 < i) {
298 // separator if needed (linebreak or blank)
299 if needsLinebreak && p.linebreak(parLineBeg, 0, ws, true)
    [all...]
printer.go 63 impliedSemi bool // if set, a linebreak implies a semicolon
756 // we want a linebreak (issue 15137).
    [all...]
  /external/scapy/scapy/layers/tls/
automaton_cli.py 100 self.linebreak = False
454 if self.linebreak:
743 if self.linebreak:
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/bidi/
core.go 860 // a series of WS values preceding S, the linebreak itself
1031 log.Panicf("bad linebreak: %d at index: %d", next, i)
1036 log.Panicf("last linebreak was %d, want %d", prev, textLength)
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/bidi/
core.go 860 // a series of WS values preceding S, the linebreak itself
1031 log.Panicf("bad linebreak: %d at index: %d", next, i)
1036 log.Panicf("last linebreak was %d, want %d", prev, textLength)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
unicodeobject.c 206 /* the linebreak mask is set up by Unicode_Init below */
8922 Py_UNICODE linebreak[] = { local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
unicodeobject.c 193 /* the linebreak mask is set up by Unicode_Init below */
8815 Py_UNICODE linebreak[] = { local
    [all...]
  /external/python/cpython2/Objects/
unicodeobject.c 206 /* the linebreak mask is set up by Unicode_Init below */
8938 Py_UNICODE linebreak[] = { local
    [all...]
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/
bimport.go 333 // Allocate the fake linebreak indices on first use.
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/
bimport.go 333 // Allocate the fake linebreak indices on first use.
  /prebuilts/misc/common/robolectric/3.1.1/lib/
plexus-utils-1.5.15.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/
plexus-utils-1.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/
plexus-utils-1.5.15.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.17/
plexus-utils-3.0.17.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/
plexus-utils-3.0.22.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.9/
plexus-utils-3.0.9.jar 
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-lang-2.6.jar 

Completed in 1127 milliseconds

1 2