HomeSort by relevance Sort by last modified time
    Searched refs:Not (Results 226 - 250 of 761) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/cmd/vet/
tests.go 39 // Not a pointer.
67 // If basePkg is not specified (e.g. when checking a single file) try to
157 report("%s has malformed name: first letter after '%s' must not be lowercase", fn.Name.Name, prefix)
  /prebuilts/go/darwin-x86/src/encoding/csv/
writer.go 126 // We used to quote empty strings, but we do not anymore (as of Go 1.4).
132 // Not quoting the empty string also makes this package match the behavior
  /prebuilts/go/darwin-x86/src/go/format/
format.go 26 // or ast.Stmt. Node does not modify node. Imports are not sorted for
28 // not an *ast.File or a *printer.CommentedNode not wrapping an *ast.File).
80 // line of src containing code. Imports are not sorted for partial source files.
106 // Not an import declaration, so we're done.
  /prebuilts/go/darwin-x86/src/net/
interface_plan9.go 71 // Not a loopback device
  /prebuilts/go/darwin-x86/src/os/
types.go 33 // to another portably. Not all bits apply to all systems.
40 // may be used in wire protocols or disk representations: they must not be
  /prebuilts/go/darwin-x86/src/runtime/
os3_plan9.go 12 // May run during STW, so write barriers are not allowed.
39 // Notes that do not match any pattern can be handled at a higher
77 // the stack frame but we're not going back there
84 // Not faking that as the return address will make the trace look like a call
142 return _NDFLT // not reached
print.go 38 // error") is not saved, since the goroutine stacks will generally be readable
44 // Not actively crashing: maintain circular buffer of print output.
68 mp.locks++ // do not reschedule between printlock++ and lock(&debuglock).
runtime-lldb_test.go 52 t.Skip("Not in _developer group")
  /prebuilts/go/darwin-x86/src/text/template/parse/
node.go 58 nodeElse // An else action. Not added to tree.
59 nodeEnd // An end action. Not added to tree.
365 // TODO: Not really a problem; could change API without effect but
395 // TODO: Not really a problem; could change API without effect but
676 // It does not appear in the final parse tree.
699 // elseNode represents an {{else}} action. Does not appear in the final tree.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue9604b.go 106 unop{"^", func(x *big.Int) *big.Int { return new(big.Int).Not(x) }},
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
init.go 138 // Not many init functions. Just call them all directly.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
magic.go 82 // (Not just a regular add & shift because the intermediate result
178 panic("nth bit is not set")
  /prebuilts/go/linux-x86/src/cmd/vet/
tests.go 39 // Not a pointer.
67 // If basePkg is not specified (e.g. when checking a single file) try to
157 report("%s has malformed name: first letter after '%s' must not be lowercase", fn.Name.Name, prefix)
  /prebuilts/go/linux-x86/src/encoding/csv/
writer.go 126 // We used to quote empty strings, but we do not anymore (as of Go 1.4).
132 // Not quoting the empty string also makes this package match the behavior
  /prebuilts/go/linux-x86/src/go/format/
format.go 26 // or ast.Stmt. Node does not modify node. Imports are not sorted for
28 // not an *ast.File or a *printer.CommentedNode not wrapping an *ast.File).
80 // line of src containing code. Imports are not sorted for partial source files.
106 // Not an import declaration, so we're done.
  /prebuilts/go/linux-x86/src/net/
interface_plan9.go 71 // Not a loopback device
  /prebuilts/go/linux-x86/src/os/
types.go 33 // to another portably. Not all bits apply to all systems.
40 // may be used in wire protocols or disk representations: they must not be
  /prebuilts/go/linux-x86/src/runtime/
os3_plan9.go 12 // May run during STW, so write barriers are not allowed.
39 // Notes that do not match any pattern can be handled at a higher
77 // the stack frame but we're not going back there
84 // Not faking that as the return address will make the trace look like a call
142 return _NDFLT // not reached
print.go 38 // error") is not saved, since the goroutine stacks will generally be readable
44 // Not actively crashing: maintain circular buffer of print output.
68 mp.locks++ // do not reschedule between printlock++ and lock(&debuglock).
runtime-lldb_test.go 52 t.Skip("Not in _developer group")
  /prebuilts/go/linux-x86/src/text/template/parse/
node.go 58 nodeElse // An else action. Not added to tree.
59 nodeEnd // An end action. Not added to tree.
365 // TODO: Not really a problem; could change API without effect but
395 // TODO: Not really a problem; could change API without effect but
676 // It does not appear in the final parse tree.
699 // elseNode represents an {{else}} action. Does not appear in the final tree.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue9604b.go 106 unop{"^", func(x *big.Int) *big.Int { return new(big.Int).Not(x) }},
  /build/soong/third_party/zip/
zip_test.go 195 // Just testing the rleBuffer used in the Zip64 test above. Not used by the zip code.
443 // Just benchmarking how fast the Zip64 test above is. Not related to
  /external/capstone/bindings/vb6/
mMisc.bas 151 i = UBound(ary) '<- throws error if not initalized
167 'not supported
197 If Not isHexChar(x, b) Then Exit Function
214 x = UBound(bAry) '<-throws Error If Not initalized
330 'if read length was not mod 16=0 then
  /external/chromium-trace/catapult/devil/devil/utils/
find_usb_devices_test.py 24 2:4:3: Device 026 "Not a Battery Monitor" #physical port 1 on hub 1, on ttyUSB3
59 (2, 26, 'Not a Battery Monitor'),
69 # Note: "Lev", "Cnt", "Spd", and "MxCh" are not used by parser,
111 Bus 002 Device 026: Not a Battery Monitor
189 if not isinstance(node, find_usb_devices.USBDeviceNode):
191 if 'Test HUB' not in node.desc:
193 if not node.HasPort(4):

Completed in 545 milliseconds

1 2 3 4 5 6 7 8 91011>>