HomeSort by relevance Sort by last modified time
    Searched defs:patchList (Results 1 - 4 of 4) sorted by null

  /prebuilts/go/darwin-x86/src/regexp/syntax/
compile.go 9 // A patchList is a list of instruction pointers that need to be filled in (patched).
19 type patchList uint32
21 func (l patchList) next(p *Prog) patchList {
24 return patchList(i.Out)
26 return patchList(i.Arg)
29 func (l patchList) patch(p *Prog, val uint32) {
33 l = patchList(i.Out)
36 l = patchList(i.Arg)
42 func (l1 patchList) append(p *Prog, l2 patchList) patchList
    [all...]
  /prebuilts/go/linux-x86/src/regexp/syntax/
compile.go 9 // A patchList is a list of instruction pointers that need to be filled in (patched).
19 type patchList uint32
21 func (l patchList) next(p *Prog) patchList {
24 return patchList(i.Out)
26 return patchList(i.Arg)
29 func (l patchList) patch(p *Prog, val uint32) {
33 l = patchList(i.Out)
36 l = patchList(i.Arg)
42 func (l1 patchList) append(p *Prog, l2 patchList) patchList
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 73 milliseconds