Example #1
0
def getTrackData (bname = None):
    filest = []
    for root, dirs, files in os.walk(dir_path, topdown=False):
        for name in files:
            if (name.endswith (".smt2") or name.endswith(".smt") or name.endswith(".smt25")) and not name.startswith("."):
                filest.append(utils.TrackInstance(name,os.path.join (root,name)))

    return [utils.Track("petercpyexdoccav17tdpymongomongoclient",filest,bname)]
Example #2
0
def getTrackData(bname=None):
    filest = []
    for root, dirs, files in os.walk(dir_path, topdown=False):
        for name in files:
            if name.endswith(".smt2"):
                filest.append(
                    utils.TrackInstance(name, os.path.join(root, name)))
    return [utils.Track("z3-regression", filest, bname)]
Example #3
0
def getTrackData (bname = None):
    filest = []
    for root, dirs, files in os.walk(dir_path, topdown=False):
        for name in files:
            if name.endswith (".smt2") and not name.startswith("."):
                filest.append(utils.TrackInstance(name,os.path.join (root,name)))

    return [utils.Track("groupStrings",filest,bname)]
Example #4
0
def getTrackData (bname = None):
    filest = []
    for root, dirs, files in os.walk(dir_path, topdown=False):
        for name in files:
            if (name.endswith (".smt2") or name.endswith(".smt") or name.endswith(".smt25")) and not name.startswith("."):
                filest.append(utils.TrackInstance(name,os.path.join (root,name)))

    return [utils.Track("fullstrintpyconbytez3seqQFSLIA25",filest,bname)]
Example #5
0
def getTrackData(bname=None):
    filest = []
    for root, dirs, files in os.walk(dir_path, topdown=False):
        for name in files:
            if (name.endswith(".smt2") or name.endswith(".smt")
                    or name.endswith(".smt25")) and not name.startswith("."):
                filest.append(
                    utils.TrackInstance(name, os.path.join(root, name)))

    return [utils.Track("validWordAbbreviation", filest, bname)]
Example #6
0
def getTrackData(bname=None):
    filest = []
    for root, dirs, files in os.walk(dir_path, topdown=False):
        for name in files:
            if (name.endswith(".smt2") or name.endswith(".smt")
                    or name.endswith(".smt25")) and not name.startswith("."):
                filest.append(
                    utils.TrackInstance(name, os.path.join(root, name)))

    return [utils.Track("sygusqgenqueriesnoreeQFS25", filest, bname)]
Example #7
0
def getTrackData(bname=None):
    filest = []
    for root, dirs, files in os.walk(dir_path, topdown=False):
        for name in files:
            if (name.endswith(".smt2") or name.endswith(".smt")
                    or name.endswith(".smt25")) and not name.startswith("."):
                filest.append(
                    utils.TrackInstance(name, os.path.join(root, name)))

    return [utils.Track("lengthOfLongestSubstringKDistinct", filest, bname)]
Example #8
0
def getTrackData(bname=None):
    filest = []
    for root, dirs, files in os.walk(dir_path, topdown=False):
        for name in files:
            if (name.endswith(".smt2") or name.endswith(".smt")
                    or name.endswith(".smt25")) and not name.startswith("."):
                filest.append(
                    utils.TrackInstance(name, os.path.join(root, name)))

    return [utils.Track("generatePossibleNextMoves", filest, bname)]