Home
last modified time | relevance | path

Searched refs:PROXY_DOMAIN (Results 1 – 8 of 8) sorted by relevance

/dports/devel/dee/dee-1.2.7/tests/
H A Dtest-model-signals.c45 #define PROXY_DOMAIN "/Model/Proxy/Signals" in test_model_signals_create_suite() macro
49 g_test_add (PROXY_DOMAIN"/Add", SignalsFixture, 0, in test_model_signals_create_suite()
54 g_test_add (PROXY_DOMAIN"/Remove", SignalsFixture, 0, in test_model_signals_create_suite()
59 g_test_add (PROXY_DOMAIN"/Changed", SignalsFixture, 0, in test_model_signals_create_suite()
H A Dtest-model-column.c50 #define PROXY_DOMAIN "/Model/Proxy/Column" in test_model_column_create_suite() macro
54 g_test_add (PROXY_DOMAIN"/Allocation", ColumnFixture, 0, in test_model_column_create_suite()
59 g_test_add (PROXY_DOMAIN"/UnmodifiedAndGetValue", ColumnFixture, 0, in test_model_column_create_suite()
64 g_test_add (PROXY_DOMAIN"/ModificationAndGetRow", ColumnFixture, 0, in test_model_column_create_suite()
69 g_test_add (PROXY_DOMAIN"/Schemas", ColumnFixture, 0, in test_model_column_create_suite()
74 g_test_add (PROXY_DOMAIN"/NoSchemas", ColumnFixture, 0, in test_model_column_create_suite()
81 g_test_add (PROXY_DOMAIN"/NullString", ColumnFixture, 0, in test_model_column_create_suite()
H A Dtest-model-rows.c71 #define PROXY_DOMAIN "/Model/Proxy/Rows" in test_model_rows_create_suite() macro
81 g_test_add (PROXY_DOMAIN"/Allocation", RowsFixture, 0, in test_model_rows_create_suite()
88 g_test_add (PROXY_DOMAIN"/Clear", RowsFixture, 0, in test_model_rows_create_suite()
95 g_test_add (PROXY_DOMAIN"/InsertAtPos", RowsFixture, 0, in test_model_rows_create_suite()
102 g_test_add (PROXY_DOMAIN"/InsertAtIter", RowsFixture, 0, in test_model_rows_create_suite()
109 g_test_add (PROXY_DOMAIN"/Prepend", RowsFixture, 0, in test_model_rows_create_suite()
116 g_test_add (PROXY_DOMAIN"/Append", RowsFixture, 0, in test_model_rows_create_suite()
123 g_test_add (PROXY_DOMAIN"/GetValue", RowsFixture, 0, in test_model_rows_create_suite()
130 g_test_add (PROXY_DOMAIN"/NoTransfer", RowsFixture, 0, in test_model_rows_create_suite()
151 g_test_add (PROXY_DOMAIN"/Sorted", RowsFixture, 0, in test_model_rows_create_suite()
[all …]
H A Dtest-transaction.c1195 #define PROXY_DOMAIN "/Model/Transaction/Proxy" in test_transaction_create_suite() macro
1200 g_test_add (PROXY_DOMAIN"/AdoptSchema", Fixture, 0, in test_transaction_create_suite()
1205 g_test_add (PROXY_DOMAIN"/Target0Add1", Fixture, 0, in test_transaction_create_suite()
1210 g_test_add (PROXY_DOMAIN"/Target1Add1", Fixture, 0, in test_transaction_create_suite()
1215 g_test_add (PROXY_DOMAIN"/Target1Change1", Fixture, 0, in test_transaction_create_suite()
1220 g_test_add (PROXY_DOMAIN"/Target2Add3", Fixture, 0, in test_transaction_create_suite()
1225 g_test_add (PROXY_DOMAIN"/Target2Clear", Fixture, 0, in test_transaction_create_suite()
1230 g_test_add (PROXY_DOMAIN"/Target1ClearAdd3", Fixture, 0, in test_transaction_create_suite()
1249 g_test_add (PROXY_DOMAIN"/Target1Change1Add2", Fixture, 0, in test_transaction_create_suite()
1273 g_test_add (PROXY_DOMAIN"/SignalOrder", Fixture, 0, in test_transaction_create_suite()
[all …]
H A Dtest-model-complex-column.c44 #define PROXY_DOMAIN "/Model/Proxy/ComplexColumn" in test_model_complex_column_create_suite() macro
48 g_test_add (PROXY_DOMAIN"/Allocation", ColumnFixture, 0, in test_model_complex_column_create_suite()
53 g_test_add (PROXY_DOMAIN"/SetGet", ColumnFixture, 0, in test_model_complex_column_create_suite()
H A Dtest-model-seqnums.c46 #define PROXY_DOMAIN "/Model/Proxy/Seqnums" in test_model_seqnums_create_suite() macro
51 g_test_add (PROXY_DOMAIN"/GetSet", SeqnumFixture, 0, in test_model_seqnums_create_suite()
58 g_test_add (PROXY_DOMAIN"/AutoInc", SeqnumFixture, 0, in test_model_seqnums_create_suite()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/
H A DConstants.java43 public static final String PROXY_DOMAIN = "fs.s3a.proxy.domain"; field in Constants
H A DS3AFileSystem.java220 awsConf.setProxyDomain(conf.getTrimmed(PROXY_DOMAIN));