/third_party/typescript/tests/baselines/reference/ |
D | inferenceLimit.types | 19 …ise.all(result.map(populateItems)) .then((orders: Array<MyModule.MyModel>) => { resolv… 22 …ise.all(result.map(populateItems)) .then((orders: Array<MyModule.MyModel>) => { resolv… 76 …ise.all(result.map(populateItems)) .then((orders: Array<MyModule.MyModel>) => { resolv… 88 .then((orders: Array<MyModule.MyModel>) => { 90 >(orders: Array<MyModule.MyModel>) => { resolve(orders); } : (orders: Array<MyModule.My… 91 >orders : MyModule.MyModel[] 94 resolve(orders); 95 >resolve(orders) : void 97 >orders : MyModule.MyModel[]
|
D | inferenceLimit.js | 27 .then((orders: Array<MyModule.MyModel>) => { 28 resolve(orders); 74 .then((orders) => { 75 resolve(orders);
|
D | inferenceLimit.symbols | 72 .then((orders: Array<MyModule.MyModel>) => { 74 >orders : Symbol(orders, Decl(file1.ts, 23, 13)) 79 resolve(orders); 81 >orders : Symbol(orders, Decl(file1.ts, 23, 13))
|
/third_party/icu/icu4c/source/test/intltest/ |
D | tscoll.cpp | 392 LocalArray<Order> orders(getOrders(iter, orderLength)); in backAndForth() local 417 if (o != orders[index].order) { in backAndForth() 421 while (index > 0 && orders[--index].order == 0) { in backAndForth() 425 if (o != orders[index].order) { in backAndForth() 427 orders[index].order, o); in backAndForth() 435 if (offset != orders[index].offset) { in backAndForth() 437 orders[index].offset, offset); in backAndForth() 445 while (index != 0 && orders[index - 1].order == 0) in backAndForth() 489 LocalArray<Order> orders(new Order[maxSize]); in getOrders() local 501 uprv_memcpy(temp, orders.getAlias(), size * sizeof(Order)); in getOrders() [all …]
|
D | itercoll.cpp | 191 Order *orders = getOrders(*iter, orderLength); in TestOffset() local 218 delete[] orders; in TestOffset()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | callcoll.c | 485 OrderAndOffset *orders =(OrderAndOffset *)malloc(sizeof(OrderAndOffset) * maxSize); in getOrders() local 496 memcpy(temp, orders, size * sizeof(OrderAndOffset)); in getOrders() 497 free(orders); in getOrders() 498 orders = temp; in getOrders() 502 orders[size].order = order; in getOrders() 503 orders[size].offset = offset; in getOrders() 513 memcpy(temp, orders, size * sizeof(OrderAndOffset)); in getOrders() 514 free(orders); in getOrders() 515 orders = temp; in getOrders() 521 return orders; in getOrders() [all …]
|
D | citertst.c | 567 OrderAndOffset *orders; in TestOffset() local 599 orders = getOrders(iter, &orderLength); in TestOffset() 631 free(orders); in TestOffset() 945 *orders; in TestSmallBuffer() local 967 orders = getOrders(iter, &count); in TestSmallBuffer() 984 if ((count > 250 && testorders[-- count].order != orders[1].order) || in TestSmallBuffer() 985 (count <= 250 && testorders[-- count].order != orders[0].order)) { in TestSmallBuffer() 992 free(orders); in TestSmallBuffer()
|
/third_party/ffmpeg/tests/fate/ |
D | alac.mak | 4 fate-alac-16-lpc-orders \ 8 fate-alac-24-lpc-orders \ 12 fate-alac-%-lpc-orders: OPTS = -min_prediction_order 1 -max_prediction_order 30
|
/third_party/typescript/tests/cases/compiler/ |
D | inferenceLimit.ts | 27 .then((orders: Array<MyModule.MyModel>) => { 28 resolve(orders);
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationTest.java | 97 int[] orders = new int[maxSize]; in getOrders() local 104 System.arraycopy(orders, 0, temp, 0, size); in getOrders() 105 orders = temp; in getOrders() 107 orders[size++] = order; in getOrders() 112 System.arraycopy(orders, 0, temp, 0, size); in getOrders() 113 orders = temp; in getOrders() 115 return orders; in getOrders() 122 int[] orders = getOrders(iter); in backAndForth() local 125 int index = orders.length; in backAndForth() 132 if (o != orders[--index]) { in backAndForth() [all …]
|
D | CollationIteratorTest.java | 237 int[] orders = CollationTest.getOrders(iter); in TestOffset() local 238 logln("orders.length = " + orders.length); in TestOffset()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
D | CollationTest.java | 100 int[] orders = new int[maxSize]; in getOrders() local 107 System.arraycopy(orders, 0, temp, 0, size); in getOrders() 108 orders = temp; in getOrders() 110 orders[size++] = order; in getOrders() 115 System.arraycopy(orders, 0, temp, 0, size); in getOrders() 116 orders = temp; in getOrders() 118 return orders; in getOrders() 125 int[] orders = getOrders(iter); in backAndForth() local 128 int index = orders.length; in backAndForth() 135 if (o != orders[--index]) { in backAndForth() [all …]
|
D | CollationIteratorTest.java | 240 int[] orders = CollationTest.getOrders(iter); in TestOffset() local 241 logln("orders.length = " + orders.length); in TestOffset()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryAllocationTests.cpp | 852 } orders[] = in createAllocationTestsCommon() local 868 for (size_t orderNdx = 0; orderNdx < DE_LENGTH_OF_ARRAY(orders); orderNdx++) in createAllocationTestsCommon() 870 const TestConfig::Order order = orders[orderNdx].order; in createAllocationTestsCommon() 871 const char* const orderName = orders[orderNdx].str; in createAllocationTestsCommon() 918 for (size_t orderNdx = 0; orderNdx < DE_LENGTH_OF_ARRAY(orders); orderNdx++) in createAllocationTestsCommon() 920 const TestConfig::Order order = orders[orderNdx].order; in createAllocationTestsCommon() 921 const char* const orderName = orders[orderNdx].str; in createAllocationTestsCommon()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/doc/ |
D | FastOpenGLStateTransitions.md | 7 [VkPipeline][VkPipeline] for each state vector. Compiling VkPipelines is multiple orders of 15 pipeline recompilations are orders of manitude slower than OpenGL state changes.
|
/third_party/icu/docs/userguide/collation/ |
D | index.md | 110 sorting orders. For example, in German dictionaries, "öf" would come before 113 * Sorting orders can change over time due to government regulations or new
|
/third_party/rust/crates/memchr/bench/data/pathological/ |
D | README.md | 5 some common cases *a lot* faster (potentially by orders of magnitude). The key
|
/third_party/mbedtls/tests/data_files/ |
D | Readme-x509.txt | 116 - crt_cat_*.pem: (1+2) concatenations in various orders:
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_NV_shading_rate_image.txt | 87 We are including a mechanism to allow aplications to specify the orders of
|
/third_party/selinux/secilc/docs/ |
D | cil_mls_labeling_statements.md | 290 …clared in the policy will form an ordered list. Note that this statement orders the categories to … 319 This example orders one category alias and nine categories:
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-thelittleprince.txt | 657 because he was a very good man, he made his orders reasonable. 699 because my orders are reasonable.” 930 “Those are the orders,” replied the lamplighter. “Good morning.” 932 “What are the orders?” 934 “The orders are that I put out my lamp. Good evening.” And he lighted his lamp again. “But why 937 “Those are the orders,” replied the lamplighter. 941 “There is nothing to understand,” said the lamplighter. “Orders are orders. Good morning.” And 950 “And the orders have been changed since that time?” 952 “The orders have not been changed,” said the lamplighter. “That is the tragedy! From year to 953 year the planet has turned more rapidly and the orders have not been changed!” [all …]
|
/third_party/openGLES/extensions/OML/ |
D | OML_resample.txt | 408 * Revision 3 - Removed support for YC component orders. Renamed CY and
|
D | OML_subsample.txt | 353 * Revision 3 - Removed support for YC component orders. Renamed CY and
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OML/ |
D | OML_resample.txt | 408 * Revision 3 - Removed support for YC component orders. Renamed CY and
|
D | OML_subsample.txt | 353 * Revision 3 - Removed support for YC component orders. Renamed CY and
|