Searched refs:line (Results 26 - 50 of 385) sorted by relevance

1234567891011>>

/barrelfish-master/tools/harness/tests/
H A Dlibostest.py34 def is_finished(self, line):
36 if line.startswith("memtest passed successfully!"):
38 return self._nseen == self._ncores or super(LibosTestMemtestMulti, self).is_finished(line)
42 for line in rawiter:
43 if re.match(r'.*pawning .*memtest_%s on core' % self._libos_variant, line):
45 if line.startswith("memtest passed successfully!"):
H A Dgreenmarl.py49 # the test passed iff the last line is the finish string
52 for line in rawiter:
53 if line.startswith(self.get_finish_string()) :
56 elif line.startswith("Aborted") :
63 for line in rawiter:
64 if line.startswith(self.get_finish_string()):
95 # the test passed iff the last line is the finish string
97 for line in rawiter:
98 lastline = line
H A DbasicNetwork.py61 def process_line(self, line):
62 m = re.match(r'Interface up! IP address (\d+\.\d+\.\d+\.\d+)', line)
66 if line.startswith('dump trac buffers: Start') :
68 elif line.startswith('dump trac buffers: Stop') :
71 self.traceLogs.append(line);
95 for line in rawiter:
96 if line.startswith('dump trac buffers: Start') :
98 elif line.startswith('dump trac buffers: Stop') :
101 tracelogFile.write(line);
H A Dcompiler-rt_builtins.py65 for line in rawiter:
66 if "error in" in line:
67 errors.append(line)
68 if line.startswith("Assertion failed on core"):
69 errors.append(line)
H A Dmultihoptests.py45 for line in rawiter:
46 if self.get_finish_string() in line:
64 for line in rawiter:
65 m = re.match("Running latency test for message (.*)....", line)
73 m = re.match("page \d+ took (\d+)", line)
H A Ddistops.py44 # the test passed iff we do not find a line matching the given
49 for line in rawiter:
50 if error_re.match(line):
52 if self.get_finish_string() in line:
H A Dlistfacts.py21 for line in rawiter:
22 if line.strip() == "SKB FACTS LISTING END":
H A Dtommath.py34 for line in rawiter:
35 if "DIGITS == " in line:
H A Dmalloctest.py28 # the test passed iff the last line is the finish string
30 for line in rawiter:
31 lastline = line
H A Dmathtest.py29 # the test passed iff the last line is the finish string
31 for line in rawiter:
32 lastline = line
H A Dfreemem.py29 # the test passed iff the last line is the finish string
31 for line in rawiter:
32 lastline = line
H A Dfputest.py30 # the test passed iff the last line is the finish string
32 for line in rawiter:
33 lastline = line
H A Dpmaplookup.py29 # the test passed iff the last line is the finish string
31 for line in rawiter:
32 lastline = line
H A Dperfmontest.py29 # the test passed iff the last line is the finish string
31 for line in rawiter:
32 lastline = line
H A Dtracing.py31 for line in rawiter:
32 m = re.match("trace: (\w+.*)", line)
H A Dskbtest.py29 # the test passed iff the last line is the finish string
31 for line in rawiter:
32 lastline = line
/barrelfish-master/lib/openssl-1.0.0d/crypto/
H A Dmem.c78 static void *default_malloc_ex(size_t num, const char *file, int line) argument
80 static void *(*malloc_ex_func)(size_t, const char *file, int line)
85 const char *file, int line)
87 static void *(*realloc_ex_func)(void *, size_t, const char *file, int line)
93 static void *default_malloc_locked_ex(size_t num, const char *file, int line) argument
95 static void *(*malloc_locked_ex_func)(size_t, const char *file, int line)
250 void *CRYPTO_malloc_locked(int num, const char *file, int line) argument
260 malloc_debug_func(NULL, num, file, line, 0);
262 ret = malloc_locked_ex_func(num,file,line);
267 malloc_debug_func(ret, num, file, line,
84 default_realloc_ex(void *str, size_t num, const char *file, int line) argument
294 CRYPTO_malloc(int num, const char *file, int line) argument
325 CRYPTO_strdup(const char *str, const char *file, int line) argument
333 CRYPTO_realloc(void *str, int num, const char *file, int line) argument
354 CRYPTO_realloc_clean(void *str, int old_len, int num, const char *file, int line) argument
396 CRYPTO_remalloc(void *a, int num, const char *file, int line) argument
[all...]
H A Dcrypto.h418 void CRYPTO_lock(int mode, int type,const char *file,int line);
420 const char *file,int line));
422 int line);
424 const char *file, int line));
426 const char *file,int line);
451 int line);
456 void CRYPTO_set_dynlock_create_callback(struct CRYPTO_dynlock_value *(*dyn_create_function)(const char *file, int line));
457 void CRYPTO_set_dynlock_lock_callback(void (*dyn_lock_function)(int mode, struct CRYPTO_dynlock_value *l, const char *file, int line));
458 void CRYPTO_set_dynlock_destroy_callback(void (*dyn_destroy_function)(struct CRYPTO_dynlock_value *l, const char *file, int line));
459 struct CRYPTO_dynlock_value *(*CRYPTO_get_dynlock_create_callback(void))(const char *file,int line);
[all...]
/barrelfish-master/tools/harness/
H A Dstats.py55 for line in infile:
56 stripped = string.lstrip(line)
58 sys.stdout.write(line)
61 words = string.split(line)
63 sys.stderr.write("Error parsing line: %s" % line)
69 sys.stderr.write("Error parsing line: %s" % line)
/barrelfish-master/usr/bench/bulk_transfer/
H A Dcommon.h10 int line)
13 debug_printf("Operation on %s:%d failed unexpectedly\n", file, line);
9 expect_success_(errval_t err, const char *file, int line) argument
/barrelfish-master/tools/fastmodels/
H A Dbootdebug.py7 for line in f:
8 k, v= line.strip().split("\t")
/barrelfish-master/include/openssl/
H A Dcrypto.h418 void CRYPTO_lock(int mode, int type,const char *file,int line);
420 const char *file,int line));
422 int line);
424 const char *file, int line));
426 const char *file,int line);
451 int line);
456 void CRYPTO_set_dynlock_create_callback(struct CRYPTO_dynlock_value *(*dyn_create_function)(const char *file, int line));
457 void CRYPTO_set_dynlock_lock_callback(void (*dyn_lock_function)(int mode, struct CRYPTO_dynlock_value *l, const char *file, int line));
458 void CRYPTO_set_dynlock_destroy_callback(void (*dyn_destroy_function)(struct CRYPTO_dynlock_value *l, const char *file, int line));
459 struct CRYPTO_dynlock_value *(*CRYPTO_get_dynlock_create_callback(void))(const char *file,int line);
[all...]
/barrelfish-master/lib/openssl-1.0.0d/engines/
H A De_atalla_err.h68 static void ERR_ATALLA_error(int function, int reason, char *file, int line);
H A De_gmp_err.h68 static void ERR_GMP_error(int function, int reason, char *file, int line);
H A De_nuron_err.h68 static void ERR_NURON_error(int function, int reason, char *file, int line);

Completed in 174 milliseconds

1234567891011>>