Home
last modified time | relevance | path

Searched defs:ect (Results 1 – 25 of 179) sorted by relevance

12345678

/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/jogl/acore/ect/
H A DExclusiveContextBase00.java173 final Thread ect = animator.getExclusiveContextThread(); in runTestGL() local
178 Assert.assertEquals(animator.getThread(), ect); in runTestGL() local
196 final Thread ect = animator.getExclusiveContextThread(); in runTestGL() local
200 Assert.assertEquals(animator.getThread(), ect); in runTestGL() local
233 final Thread ect = animator.getExclusiveContextThread(); in runTestGL() local
237 Assert.assertEquals(animator.getThread(), ect); in runTestGL() local
270 final Thread ect = animator.getExclusiveContextThread(); in runTestGL() local
274 Assert.assertEquals(animator.getThread(), ect); in runTestGL() local
291 final Thread ect = animator.getExclusiveContextThread(); in runTestGL() local
295 Assert.assertEquals(animator.getThread(), ect); in runTestGL() local
[all …]
H A DExclusiveContextBase10.java155 final Thread ect = animator.getExclusiveContextThread(); in runTestGL() local
160 Assert.assertEquals(animator.getThread(), ect); in runTestGL() local
/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Decho-tester.c29 EchoTester *ect = ms_new0(EchoTester,1); in ec_tester_new() local
38 static void ect_init_filters(EchoTester *ect) { in ect_init_filters()
66 static void ect_uninit_filters(EchoTester *ect) { in ect_uninit_filters()
78 void ec_tester_destroy(EchoTester *ect) { in ec_tester_destroy()
/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/vowpalwabbit/
H A Dect.cc32 struct ect{ struct
35 v_array<direction> directions;//The nodes of the tournament datastructure argument
41 v_array<size_t> up_directions; //On edge e, which node n is in the up direction? argument
42 v_array<size_t> down_directions;//On edge e, which node n is in the down direction? argument
44 size_t tree_height; //The height of the final tournament.
46 uint32_t last_pair;
48 v_array<bool> tournaments_won;
/dports/math/gecode/gecode-0916a1a/gecode/int/unary/
H A Dtree.hpp80 OmegaTree<TaskView>::ect(void) const { in ect() function in Gecode::Int::Unary::OmegaTree
86 OmegaTree<TaskView>::ect(int i) const { in ect() function in Gecode::Int::Unary::OmegaTree
91 int ect = o.root().ect; in ect() local
215 OmegaLambdaTree<TaskView>::ect(void) const { in ect() function in Gecode::Int::Unary::OmegaLambdaTree
H A Dtask.hpp60 ManFixPTask::ect(void) const { in ect() function in Gecode::Int::Unary::ManFixPTask
107 ManFixPTask::ect(Space& home, int n) { in ect() function in Gecode::Int::Unary::ManFixPTask
188 ManFixPSETask::ect(void) const { in ect() function in Gecode::Int::Unary::ManFixPSETask
243 ManFixPSETask::ect(Space& home, int n) { in ect() function in Gecode::Int::Unary::ManFixPSETask
335 ManFlexTask::ect(void) const { in ect() function in Gecode::Int::Unary::ManFlexTask
390 ManFlexTask::ect(Space& home, int n) { in ect() function in Gecode::Int::Unary::ManFlexTask
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/nqe/
H A Dnetwork_quality_estimator_params_unittest.cc57 EffectiveConnectionType ect = static_cast<EffectiveConnectionType>(i); in TEST() local
69 EffectiveConnectionType ect = static_cast<EffectiveConnectionType>(i); in TEST() local
129 base::Optional<EffectiveConnectionType> ect = in TEST() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/nqe/
H A Dnetwork_quality_estimator_params_unittest.cc57 EffectiveConnectionType ect = static_cast<EffectiveConnectionType>(i); in TEST() local
69 EffectiveConnectionType ect = static_cast<EffectiveConnectionType>(i); in TEST() local
129 base::Optional<EffectiveConnectionType> ect = in TEST() local
/dports/math/gecode/gecode-0916a1a/gecode/int/task/
H A Dfwd-to-bwd.hpp46 FwdToBwd<TaskView>::ect(void) const { in ect() function in Gecode::Int::FwdToBwd
77 FwdToBwd<TaskView>::ect(Space& home, int n) { in ect() function in Gecode::Int::FwdToBwd
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/network/resource_scheduler/
H A Dresource_scheduler_params_manager_unittest.cc186 net::EffectiveConnectionType ect = in TEST_F() local
225 net::EffectiveConnectionType ect = in TEST_F() local
257 net::EffectiveConnectionType ect = in TEST_F() local
353 net::EffectiveConnectionType ect = in TEST_F() local
H A Dresource_scheduler_params_manager.cc182 for (int ect = net::EFFECTIVE_CONNECTION_TYPE_SLOW_2G; in GetParamsForNetworkQualityContainer() local
200 for (int ect = net::EFFECTIVE_CONNECTION_TYPE_UNKNOWN; in GetParamsForNetworkQualityContainer() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/network/resource_scheduler/
H A Dresource_scheduler_params_manager_unittest.cc186 net::EffectiveConnectionType ect = in TEST_F() local
225 net::EffectiveConnectionType ect = in TEST_F() local
257 net::EffectiveConnectionType ect = in TEST_F() local
353 net::EffectiveConnectionType ect = in TEST_F() local
H A Dresource_scheduler_params_manager.cc182 for (int ect = net::EFFECTIVE_CONNECTION_TYPE_SLOW_2G; in GetParamsForNetworkQualityContainer() local
200 for (int ect = net::EFFECTIVE_CONNECTION_TYPE_UNKNOWN; in GetParamsForNetworkQualityContainer() local
/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/constraints/
H A DTask.java78 int ect() { in ect() method in Task
99 int lst, ect; in minUse() local
/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/constraints/cumulative/
H A DThetaNode.java44 int ect; // erliest complition time field in ThetaNode
H A DThetaTree.java228 int ect(int i) { in ect() method in ThetaTree
232 int ect = tree[root()].ect; in ect() local
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-cell-tree.c64 e_cell_tree_view_get_subcell_view (ECellView *ect) in e_cell_tree_view_get_subcell_view()
145 ECellTree *ect = E_CELL_TREE (ecell); in ect_new_view() local
792 ECellTree *ect = E_CELL_TREE (object); in ect_dispose() local
826 e_cell_tree_init (ECellTree *ect) in e_cell_tree_init()
843 e_cell_tree_construct (ECellTree *ect, in e_cell_tree_construct()
877 ECellTree *ect = g_object_new (E_TYPE_CELL_TREE, NULL); in e_cell_tree_new() local
H A De-cell-text.c309 ECellText *ect = (ECellText *) ecell_view->ecell; in ect_stop_editing() local
415 ECellText *ect = E_CELL_TEXT (ecell_view->ecell); in build_attr_list() local
555 ECellText *ect = E_CELL_TEXT (ecell_view->ecell); in build_layout() local
625 ECellText *ect = E_CELL_TEXT (ecell_view->ecell); in generate_layout() local
739 ECellText *ect = E_CELL_TEXT (ecell_view->ecell); in ect_draw() local
883 ECellText *ect = E_CELL_TEXT (ecell_view->ecell); in ect_get_bg_color() local
1174 ECellText *ect = E_CELL_TEXT (ecell_view->ecell); in ect_enter_edit() local
1390 ECellText *ect = E_CELL_TEXT (ecell_view->ecell); in ect_print() local
1488 ECellText *ect = E_CELL_TEXT (ecell_view->ecell); in ect_print_height() local
1559 ECellText *ect = E_CELL_TEXT (object); in ect_finalize() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/page_load_metrics/observers/
H A Ddata_reduction_proxy_metrics_observer_test_utils.h76 net::EffectiveConnectionType ect() const { return ect_; } in ect() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dmicrosoft-new-delete.cpp30 struct explicit_ctor_tag {} ect; variable
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dmicrosoft-new-delete.cpp30 struct explicit_ctor_tag {} ect; variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dmicrosoft-new-delete.cpp30 struct explicit_ctor_tag {} ect; variable
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dmicrosoft-new-delete.cpp30 struct explicit_ctor_tag {} ect; variable
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dmicrosoft-new-delete.cpp30 struct explicit_ctor_tag {} ect; variable
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/uapi/linux/netfilter/
H A Dxt_ecn.h31 uint8_t ect; member

12345678