HomeSort by relevance Sort by last modified time
    Searched full:dotdotdot (Results 1 - 25 of 41) sorted by null

1 2

  /external/llvm/lib/AsmParser/
LLToken.h 25 dotdotdot, // ... enumerator in enum:llvm::lltok::Kind
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLToken.h 24 dotdotdot, // ... enumerator in enum:llvm::lltok::Kind
  /prebuilts/go/darwin-x86/src/cmd/doc/
pkg.go 206 const dotDotDot = "..."
208 return dotDotDot
220 trailer = " " + dotDotDot
313 return dotDotDot
323 return fmt.Sprintf("%s{ %s }", typ, dotDotDot)
355 return dotDotDot
  /prebuilts/go/linux-x86/src/cmd/doc/
pkg.go 206 const dotDotDot = "..."
208 return dotDotDot
220 trailer = " " + dotDotDot
313 return dotDotDot
323 return fmt.Sprintf("%s{ %s }", typ, dotDotDot)
355 return dotDotDot
  /external/valgrind/coregrind/
m_errormgr.c 208 DotDotDot /* Frame-level wildcard */
217 HChar* name; /* NULL for NoName and DotDotDot */
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mfinal.go 378 if ft.dotdotdot() {
379 throw("runtime.SetFinalizer: cannot pass " + etyp.string() + " to finalizer " + ftyp.string() + " because dotdotdot")
type.go 314 func (t *functype) dotdotdot() bool { func
  /prebuilts/go/linux-x86/src/runtime/
mfinal.go 378 if ft.dotdotdot() {
379 throw("runtime.SetFinalizer: cannot pass " + etyp.string() + " to finalizer " + ftyp.string() + " because dotdotdot")
type.go 314 func (t *functype) dotdotdot() bool { func
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
decodesym.go 183 // Type.FuncType.dotdotdot
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
decodesym.go 183 // Type.FuncType.dotdotdot
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
minidom.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
minidom.py 957 dotdotdot = "..."
    [all...]
  /external/python/cpython2/Lib/xml/dom/
minidom.py 961 dotdotdot = "..."
963 dotdotdot = ""
965 self.__class__.__name__, data[0:10], dotdotdot)
    [all...]
  /external/python/cpython3/Lib/xml/dom/
minidom.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
minidom.py 964 dotdotdot = "..."
966 dotdotdot = ""
968 self.__class__.__name__, data[0:10], dotdotdot)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
minidom.py 964 dotdotdot = "..."
966 dotdotdot = ""
968 self.__class__.__name__, data[0:10], dotdotdot)
    [all...]
  /prebuilts/go/darwin-x86/test/
escape2.go 697 func dotdotdot() { func
699 myprint(nil, &i) // ERROR "&i does not escape" "dotdotdot ... argument does not escape$"
702 myprint1(nil, &j) // ERROR "&j does not escape" "dotdotdot ... argument does not escape$"
    [all...]
escape2n.go 697 func dotdotdot() { func
699 myprint(nil, &i) // ERROR "&i does not escape" "dotdotdot ... argument does not escape$"
702 myprint1(nil, &j) // ERROR "&j does not escape" "dotdotdot ... argument does not escape$"
    [all...]
  /prebuilts/go/linux-x86/test/
escape2.go 697 func dotdotdot() { func
699 myprint(nil, &i) // ERROR "&i does not escape" "dotdotdot ... argument does not escape$"
702 myprint1(nil, &j) // ERROR "&j does not escape" "dotdotdot ... argument does not escape$"
    [all...]
escape2n.go 697 func dotdotdot() { func
699 myprint(nil, &i) // ERROR "&i does not escape" "dotdotdot ... argument does not escape$"
702 myprint1(nil, &j) // ERROR "&j does not escape" "dotdotdot ... argument does not escape$"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 964 dotdotdot = "..."
966 dotdotdot = ""
968 self.__class__.__name__, data[0:10], dotdotdot)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 964 dotdotdot = "..."
966 dotdotdot = ""
968 self.__class__.__name__, data[0:10], dotdotdot)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
parser.go 1398 // sym dotdotdot
1413 // dotdotdot
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
parser.go 1398 // sym dotdotdot
1413 // dotdotdot
    [all...]

Completed in 757 milliseconds

1 2