Home
last modified time | relevance | path

Searched defs:run_order (Results 1 – 22 of 22) sorted by relevance

/external/libchrome/base/task/sequence_manager/
Dsequence_manager_impl_unittest.cc289 std::vector<EnqueueOrder> run_order; in TEST_P() local
301 std::vector<EnqueueOrder> run_order; in TEST_P() local
316 std::vector<EnqueueOrder> run_order; in TEST_P() local
328 std::vector<EnqueueOrder> run_order; in TEST_P() local
344 std::vector<EnqueueOrder> run_order; in TEST_P() local
370 std::vector<EnqueueOrder>* run_order, in InsertFenceAndPostTestTask()
385 std::vector<EnqueueOrder> run_order; in TEST_P() local
414 std::vector<EnqueueOrder> run_order; in TEST_P() local
438 std::vector<EnqueueOrder> run_order; in TEST_P() local
460 std::vector<EnqueueOrder> run_order; in TEST_P() local
[all …]
/external/python/cpython3/Lib/lib2to3/fixes/
Dfix_imports2.py14 run_order = 7 variable in FixImports2
Dfix_future.py17 run_order = 10 variable in FixFuture
Dfix_isinstance.py27 run_order = 6 variable in FixIsinstance
Dfix_itertools.py26 run_order = 6 variable in FixItertools
Dfix_imports.py94 run_order = 6 variable in FixImports
Dfix_tuple_params.py32 run_order = 4 #use a lower order since lambda is part of other variable in FixTupleParams
/external/python/cpython2/Lib/lib2to3/fixes/
Dfix_imports2.py14 run_order = 7 variable in FixImports2
Dfix_isinstance.py27 run_order = 6 variable in FixIsinstance
Dfix_future.py17 run_order = 10 variable in FixFuture
Dfix_itertools.py26 run_order = 6 variable in FixItertools
Dfix_imports.py94 run_order = 6 variable in FixImports
Dfix_tuple_params.py32 run_order = 4 #use a lower order since lambda is part of other variable in FixTupleParams
/external/python/cpython3/Lib/lib2to3/tests/data/fixers/myfixes/
Dfix_last.py5 run_order = 10 variable in FixLast
Dfix_first.py4 run_order = 1 variable in FixFirst
/external/python/cpython2/Lib/lib2to3/tests/data/fixers/myfixes/
Dfix_first.py4 run_order = 1 variable in FixFirst
Dfix_last.py5 run_order = 10 variable in FixLast
/external/tensorflow/tensorflow/core/util/
Dstats_calculator.h172 int64_t run_order; member
Dstats_calculator.cc300 const std::string& type, int64_t run_order, in AddNodeStats()
/external/python/cpython3/Lib/lib2to3/
Dfixer_base.py33 run_order = 5 # Fixers will be sorted by run order before execution variable in BaseFix
/external/python/cpython2/Lib/lib2to3/
Dfixer_base.py34 run_order = 5 # Fixers will be sorted by run order before execution variable in BaseFix
/external/tensorflow/tensorflow/lite/
Dinterpreter_test.cc1186 CallReporting(int node_id, std::vector<int>* run_order) in CallReporting()