/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/foreign/ |
H A D | TestNative.java | 69 MemoryLayouts.JAVA_BYTE.withOrder(ByteOrder.nativeOrder()) 73 MemoryLayouts.JAVA_CHAR.withOrder(ByteOrder.nativeOrder()) 77 MemoryLayouts.JAVA_SHORT.withOrder(ByteOrder.nativeOrder()) 81 MemoryLayouts.JAVA_INT.withOrder(ByteOrder.nativeOrder()) 85 MemoryLayouts.JAVA_FLOAT.withOrder(ByteOrder.nativeOrder()) 89 MemoryLayouts.JAVA_LONG.withOrder(ByteOrder.nativeOrder()) 93 MemoryLayouts.JAVA_DOUBLE.withOrder(ByteOrder.nativeOrder())
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/foreign/ |
H A D | TestNative.java | 68 MemoryLayouts.JAVA_BYTE.withOrder(ByteOrder.nativeOrder()) 72 MemoryLayouts.JAVA_CHAR.withOrder(ByteOrder.nativeOrder()) 76 MemoryLayouts.JAVA_SHORT.withOrder(ByteOrder.nativeOrder()) 80 MemoryLayouts.JAVA_INT.withOrder(ByteOrder.nativeOrder()) 84 MemoryLayouts.JAVA_FLOAT.withOrder(ByteOrder.nativeOrder()) 88 MemoryLayouts.JAVA_LONG.withOrder(ByteOrder.nativeOrder()) 92 MemoryLayouts.JAVA_DOUBLE.withOrder(ByteOrder.nativeOrder())
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/foreign/ |
H A D | TestNative.java | 63 MemoryLayouts.JAVA_BYTE.withOrder(ByteOrder.nativeOrder()) 67 MemoryLayouts.JAVA_CHAR.withOrder(ByteOrder.nativeOrder()) 71 MemoryLayouts.JAVA_SHORT.withOrder(ByteOrder.nativeOrder()) 75 MemoryLayouts.JAVA_INT.withOrder(ByteOrder.nativeOrder()) 79 MemoryLayouts.JAVA_FLOAT.withOrder(ByteOrder.nativeOrder()) 83 MemoryLayouts.JAVA_LONG.withOrder(ByteOrder.nativeOrder()) 87 MemoryLayouts.JAVA_DOUBLE.withOrder(ByteOrder.nativeOrder())
|
H A D | TestNativeScope.java | 223 …ng(42), (ScopeFactory) NativeScope::boundedScope, MemoryLayouts.ADDRESS.withOrder(ByteOrder.BIG_EN… in nativeScopes() 249 …ng(42), (ScopeFactory) NativeScope::boundedScope, MemoryLayouts.ADDRESS.withOrder(ByteOrder.LITTLE… in nativeScopes() 275 …copeFactory)size -> NativeScope.unboundedScope(), MemoryLayouts.ADDRESS.withOrder(ByteOrder.BIG_EN… in nativeScopes() 301 …copeFactory)size -> NativeScope.unboundedScope(), MemoryLayouts.ADDRESS.withOrder(ByteOrder.LITTLE… in nativeScopes() 329 …{ (ScopeFactory) NativeScope::boundedScope, MemoryLayouts.ADDRESS.withOrder(ByteOrder.LITTLE_ENDIA… in arrayScopes() 353 … { (ScopeFactory) NativeScope::boundedScope, MemoryLayouts.ADDRESS.withOrder(ByteOrder.BIG_ENDIAN), in arrayScopes() 376 …copeFactory)size -> NativeScope.unboundedScope(), MemoryLayouts.ADDRESS.withOrder(ByteOrder.LITTLE… in arrayScopes() 400 …copeFactory)size -> NativeScope.unboundedScope(), MemoryLayouts.ADDRESS.withOrder(ByteOrder.BIG_EN… in arrayScopes()
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/foreign/ |
H A D | TestNative.java | 64 MemoryLayouts.JAVA_BYTE.withOrder(ByteOrder.nativeOrder()) 68 MemoryLayouts.JAVA_CHAR.withOrder(ByteOrder.nativeOrder()) 72 MemoryLayouts.JAVA_SHORT.withOrder(ByteOrder.nativeOrder()) 76 MemoryLayouts.JAVA_INT.withOrder(ByteOrder.nativeOrder()) 80 MemoryLayouts.JAVA_FLOAT.withOrder(ByteOrder.nativeOrder()) 84 MemoryLayouts.JAVA_LONG.withOrder(ByteOrder.nativeOrder()) 88 MemoryLayouts.JAVA_DOUBLE.withOrder(ByteOrder.nativeOrder())
|
H A D | TestSegmentAllocators.java | 172 …oryAddress.ofLong(42), AllocationFactory.BOUNDED, MemoryLayouts.ADDRESS.withOrder(ByteOrder.BIG_EN… in nativeScopes() 198 …oryAddress.ofLong(42), AllocationFactory.BOUNDED, MemoryLayouts.ADDRESS.withOrder(ByteOrder.LITTLE… in nativeScopes() 224 …yAddress.ofLong(42), AllocationFactory.UNBOUNDED, MemoryLayouts.ADDRESS.withOrder(ByteOrder.BIG_EN… in nativeScopes() 250 …yAddress.ofLong(42), AllocationFactory.UNBOUNDED, MemoryLayouts.ADDRESS.withOrder(ByteOrder.LITTLE… in nativeScopes() 278 … { AllocationFactory.BOUNDED, MemoryLayouts.ADDRESS.withOrder(ByteOrder.LITTLE_ENDIAN), in arrayScopes() 302 { AllocationFactory.BOUNDED, MemoryLayouts.ADDRESS.withOrder(ByteOrder.BIG_ENDIAN), in arrayScopes() 325 … { AllocationFactory.UNBOUNDED, MemoryLayouts.ADDRESS.withOrder(ByteOrder.LITTLE_ENDIAN), in arrayScopes() 349 … { AllocationFactory.UNBOUNDED, MemoryLayouts.ADDRESS.withOrder(ByteOrder.BIG_ENDIAN), in arrayScopes()
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/micro/org/openjdk/bench/jdk/incubator/foreign/points/support/ |
H A D | PanamaPoint.java | 37 MemoryLayouts.JAVA_INT.withOrder(ByteOrder.nativeOrder()).withName("x"), 38 MemoryLayouts.JAVA_INT.withOrder(ByteOrder.nativeOrder()).withName("y")
|
/dports/devel/spark/spark-2.1.1/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/ |
H A D | windowExpressions.scala | 639 def withOrder(order: Seq[Expression]): RankLike method 661 override def withOrder(order: Seq[Expression]): Rank = Rank(order) 683 override def withOrder(order: Seq[Expression]): DenseRank = DenseRank(order) 711 override def withOrder(order: Seq[Expression]): PercentRank = PercentRank(order)
|
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/layout/ |
H A D | juce_FlexItem.h | 171 FlexItem withOrder (int newOrder) const noexcept;
|
H A D | juce_GridItem.h | 240 GridItem withOrder (int newOrder) const noexcept;
|
H A D | juce_GridItem.cpp | 174 GridItem GridItem::withOrder (int newOrder) const noexcept in withOrder() function in juce::GridItem
|
H A D | juce_FlexBox.cpp | 856 FlexItem FlexItem::withOrder (int newOrder) const noexcept { auto fi = *this; fi.order = … in withOrder() function in juce::FlexItem
|
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/layout/ |
H A D | juce_FlexItem.h | 171 FlexItem withOrder (int newOrder) const noexcept;
|
H A D | juce_GridItem.h | 240 GridItem withOrder (int newOrder) const noexcept;
|
H A D | juce_GridItem.cpp | 174 GridItem GridItem::withOrder (int newOrder) const noexcept in withOrder() function in juce::GridItem
|
H A D | juce_FlexBox.cpp | 856 FlexItem FlexItem::withOrder (int newOrder) const noexcept { auto fi = *this; fi.order = … in withOrder() function in juce::FlexItem
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.incubator.foreign/share/classes/jdk/incubator/foreign/ |
H A D | ValueLayout.java | 78 public ValueLayout withOrder(ByteOrder order) { in withOrder() method in ValueLayout
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.incubator.foreign/share/classes/jdk/incubator/foreign/ |
H A D | ValueLayout.java | 79 public ValueLayout withOrder(ByteOrder order) { in withOrder() method in ValueLayout
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.incubator.foreign/share/classes/jdk/incubator/foreign/ |
H A D | ValueLayout.java | 83 public ValueLayout withOrder(ByteOrder order) { in withOrder() method in ValueLayout
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.incubator.foreign/share/classes/jdk/incubator/foreign/ |
H A D | ValueLayout.java | 83 public ValueLayout withOrder(ByteOrder order) { in withOrder() method in ValueLayout
|
/dports/www/thirtybees/thirtybees-1.1.0/classes/ |
H A D | Customer.php | 1211 * @param bool $withOrder 1220 public function getLastCart($withOrder = true) argument 1222 $carts = Cart::getCustomerCarts((int) $this->id, $withOrder);
|
/dports/finance/prestashop/prestashop/classes/ |
H A D | Customer.php | 1326 * @param bool|true $withOrder 1330 public function getLastEmptyCart($withOrder = true) argument 1332 $carts = Cart::getCustomerCarts((int) $this->id, $withOrder);
|
/dports/devel/spark/spark-2.1.1/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/parser/ |
H A D | AstBuilder.scala | 239 val withOrder = if ( constant 271 val withWindow = withOrder.optionalMap(windows)(withWindows)
|
/dports/devel/spark/spark-2.1.1/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/ |
H A D | Analyzer.scala | 1952 WindowExpression(rank.withOrder(order), spec)
|