Home
last modified time | relevance | path

Searched refs:skip_load (Results 1 - 4 of 4) sorted by relevance

/third_party/PyYAML/tests/lib/
H A Dtest_schema.py64 skip_load = skipdata['load']
67 print(skip_load)
78 if input in skip_load:
144 print("Skipped " + str(len(skip_load)) + " load tests")
/third_party/node/deps/v8/src/builtins/mips/
H A Dbuiltins-mips.cc2514 Label skip_load; in Generate_ConstructBoundFunction() local
2515 __ Branch(&skip_load, ne, a1, Operand(a3)); in Generate_ConstructBoundFunction()
2517 __ bind(&skip_load); in Generate_ConstructBoundFunction()
/third_party/node/deps/v8/src/builtins/mips64/
H A Dbuiltins-mips64.cc2565 Label skip_load; in Generate_ConstructBoundFunction() local
2566 __ Branch(&skip_load, ne, a1, Operand(a3)); in Generate_ConstructBoundFunction()
2568 __ bind(&skip_load); in Generate_ConstructBoundFunction()
/third_party/node/deps/v8/src/builtins/loong64/
H A Dbuiltins-loong64.cc2569 Label skip_load; in Generate_ConstructBoundFunction() local
2570 __ Branch(&skip_load, ne, a1, Operand(a3)); in Generate_ConstructBoundFunction()
2573 __ bind(&skip_load); in Generate_ConstructBoundFunction()

Completed in 17 milliseconds