| /external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/detail/preprocessed/ |
| D | vararg_matches_impl.hpp | 8 template<typename Args, typename Back, long To> 9 struct vararg_matches_impl<Args, Back, 2, To> 14 , Back 16 , vararg_matches_impl<Args, Back, 2 + 1, To> 19 template<typename Args, typename Back> 20 struct vararg_matches_impl<Args, Back, 2, 2> 24 , Back 27 template<typename Args, typename Back, long To> 28 struct vararg_matches_impl<Args, Back, 3, To> 33 , Back [all …]
|
| /external/libtextclassifier/native/utils/ |
| D | resources_test.cc | 36 test_resources.locale.back()->language = "en"; in BuildTestResources() 37 test_resources.locale.back()->region = "US"; in BuildTestResources() 39 test_resources.locale.back()->language = "en"; in BuildTestResources() 40 test_resources.locale.back()->region = "GB"; in BuildTestResources() 42 test_resources.locale.back()->language = "de"; in BuildTestResources() 43 test_resources.locale.back()->region = "DE"; in BuildTestResources() 45 test_resources.locale.back()->language = "fr"; in BuildTestResources() 46 test_resources.locale.back()->region = "FR"; in BuildTestResources() 48 test_resources.locale.back()->language = "pt"; in BuildTestResources() 49 test_resources.locale.back()->region = "PT"; in BuildTestResources() [all …]
|
| /external/jline/src/src/test/java/jline/ |
| D | TestEditLine.java | 107 b = b.left().right().back(); in testRight() 109 b = b.left().left().left().right().left().back(); in testRight() 118 assertBuffer("This is a est", b = b.back()); in testLeft() 119 assertBuffer("This is aest", b = b.back()); in testLeft() 120 assertBuffer("This is est", b = b.back()); in testLeft() 121 assertBuffer("This isest", b = b.back()); in testLeft() 122 assertBuffer("This iest", b = b.back()); in testLeft() 123 assertBuffer("This est", b = b.back()); in testLeft() 124 assertBuffer("Thisest", b = b.back()); in testLeft() 125 assertBuffer("Thiest", b = b.back()); in testLeft() [all …]
|
| /external/clang/lib/Format/ |
| D | ContinuationIndenter.cpp | 103 !(State.Stack.back().BreakBeforeClosingBrace && in canBreak() 122 if (Current.isMemberAccess() && State.Stack.back().ContainsUnwrappedBuilder) in canBreak() 139 return !State.Stack.back().NoLineBreak; in canBreak() 147 if (State.Stack.back().BreakBeforeClosingBrace && in mustBreak() 164 State.Stack.back().BreakBeforeParameter && !Current.isTrailingComment() && in mustBreak() 177 State.Stack.back().BreakBeforeParameter) && in mustBreak() 181 if (Current.is(TT_SelectorName) && State.Stack.back().ObjCSelectorNameFound && in mustBreak() 182 State.Stack.back().BreakBeforeParameter) in mustBreak() 224 State.Stack.back().BreakBeforeParameter) in mustBreak() 227 State.Stack.back().BreakBeforeParameter) { in mustBreak() [all …]
|
| /external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/external/ |
| D | un_member_states_raw.txt | 14 Back to top 34 Back to top 54 Back to top 63 Back to top 74 Back to top 80 Back to top 94 Back to top 100 Back to top 111 Back to top 117 Back to top [all …]
|
| /external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/lz77support/ |
| D | Parameters.java | 26 * The hard-coded absolute minimal length of a back-reference. 41 * determines the maximum offset a back-reference can take. Must 71 * Sets the mininal length of a back-reference. 81 * @param minBackReferenceLength the minimal length of a back-reference found. A 100 * Sets the maximal length of a back-reference. 108 * back-reference found. A value smaller than 121 * Sets the maximal offset of a back-reference. 128 * @param maxOffset maximal offset of a back-reference. A 160 * Sets the "nice length" of a back-reference. 162 …* <p>When a back-references if this size has been found, stop searching for longer back-references… [all …]
|
| /external/webrtc/api/audio/ |
| D | channel_layout.h | 30 // Front L, Front R, Back C 36 // Front L, Front R, Front C, Back C 42 // Front L, Front R, Back L, Back R 51 // Front L, Front R, Front C, Back L, Back R 54 // Front L, Front R, Front C, LFE, Back L, Back R 57 // Front L, Front R, Front C, Side L, Side R, Back L, Back R 60 // Front L, Front R, Front C, LFE, Side L, Side R, Back L, Back R 78 // Stereo L, Stereo R, Front C, Side L, Side R, Back C 90 // Stereo L, Stereo R, Front C, LFE, Back L, Back R, Rear Center 99 // Front L, Front R, Front C, LFE, Back L, Back R, Front LofC, Front RofC [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
| D | MsgPackDocument.cpp | 129 else if (Stack.back().Node.getKind() == Type::Array) { in readFromBlob() 131 auto &Array = Stack.back().Node.getArray(); in readFromBlob() 134 auto &Map = Stack.back().Node.getMap(); in readFromBlob() 135 if (!Stack.back().MapEntry) { in readFromBlob() 137 Stack.back().MapEntry = &Map[Node]; in readFromBlob() 140 *Stack.back().MapEntry = Node; in readFromBlob() 141 Stack.back().MapEntry = nullptr; in readFromBlob() 157 if (Stack.back().Node.getKind() == msgpack::Type::Array) { in readFromBlob() 158 if (Stack.back().Node.getArray().size() != Stack.back().Length) in readFromBlob() 161 if (Stack.back().MapEntry || in readFromBlob() [all …]
|
| /external/swiftshader/third_party/llvm-subzero/lib/Demangle/ |
| D | ItaniumDemangle.cpp | 465 if (!db.template_param.back().empty()) { in parse_template_param() 466 for (auto &t : db.template_param.back().front()) in parse_template_param() 484 if (sub < db.template_param.back().size()) { in parse_template_param() 485 for (auto &temp : db.template_param.back()[sub]) in parse_template_param() 512 auto expr = db.names.back().move_full(); in parse_const_cast_expr() 516 db.names.back() = in parse_const_cast_expr() 517 "const_cast<" + db.names.back().move_full() + ">(" + expr + ")"; in parse_const_cast_expr() 538 auto expr = db.names.back().move_full(); in parse_dynamic_cast_expr() 542 db.names.back() = in parse_dynamic_cast_expr() 543 "dynamic_cast<" + db.names.back().move_full() + ">(" + expr + ")"; in parse_dynamic_cast_expr() [all …]
|
| /external/eigen/test/ |
| D | stddeque.cpp | 23 w.front() = w.back(); in check_stddeque_matrix() 24 VERIFY_IS_APPROX(w.front(), w.back()); in check_stddeque_matrix() 37 v.back() = x; in check_stddeque_matrix() 38 VERIFY_IS_APPROX(v.back(), x); in check_stddeque_matrix() 40 VERIFY_IS_APPROX(v.back(), y); in check_stddeque_matrix() 42 VERIFY_IS_APPROX(v.back(), x); in check_stddeque_matrix() 52 w.front() = w.back(); in check_stddeque_transform() 53 VERIFY_IS_APPROX(w.front(), w.back()); in check_stddeque_transform() 66 v.back() = x; in check_stddeque_transform() 67 VERIFY_IS_APPROX(v.back(), x); in check_stddeque_transform() [all …]
|
| D | stdlist.cpp | 23 w.front() = w.back(); in check_stdlist_matrix() 24 VERIFY_IS_APPROX(w.front(), w.back()); in check_stdlist_matrix() 37 v.back() = x; in check_stdlist_matrix() 38 VERIFY_IS_APPROX(v.back(), x); in check_stdlist_matrix() 40 VERIFY_IS_APPROX(v.back(), y); in check_stdlist_matrix() 42 VERIFY_IS_APPROX(v.back(), x); in check_stdlist_matrix() 52 w.front() = w.back(); in check_stdlist_transform() 53 VERIFY_IS_APPROX(w.front(), w.back()); in check_stdlist_transform() 66 v.back() = x; in check_stdlist_transform() 67 VERIFY_IS_APPROX(v.back(), x); in check_stdlist_transform() [all …]
|
| /external/autotest/client/common_lib/cros/cfm/usb/ |
| D | usb_port_manager.py | 21 # Back ports (same GPIO is used for both ports) 22 PortId(bus=1, port_number=5): 47, # Back upper USB 2 23 PortId(bus=2, port_number=3): 47, # Back upper USB 3 24 PortId(bus=1, port_number=6): 47, # Back lower USB 2 25 PortId(bus=2, port_number=4): 47, # Back lower USB 3 33 # Back ports (same GPIO is used for both ports) 34 PortId(bus=1, port_number=5): 47, # Back upper USB 2 35 PortId(bus=2, port_number=3): 47, # Back upper USB 3 36 PortId(bus=1, port_number=6): 47, # Back lower USB 2 37 PortId(bus=2, port_number=4): 47, # Back lower USB 3 [all …]
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/BinaryFormat/ |
| D | MsgPackDocument.cpp | 184 else if (Stack.back().Node.getKind() == Type::Array) { in readFromBlob() 186 auto &Array = Stack.back().Node.getArray(); in readFromBlob() 187 DestNode = &Array[Stack.back().Index++]; in readFromBlob() 189 auto &Map = Stack.back().Node.getMap(); in readFromBlob() 190 if (!Stack.back().MapEntry) { in readFromBlob() 192 Stack.back().MapKey = Node; in readFromBlob() 193 Stack.back().MapEntry = &Map[Node]; in readFromBlob() 197 DestNode = Stack.back().MapEntry; in readFromBlob() 198 Stack.back().MapEntry = nullptr; in readFromBlob() 199 ++Stack.back().Index; in readFromBlob() [all …]
|
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/slice/ |
| D | slice_buffer.cc | 139 grpc_slice* back; in grpc_slice_buffer_tiny_add() local 145 back = &sb->slices[sb->count - 1]; in grpc_slice_buffer_tiny_add() 146 if (back->refcount) goto add_new; in grpc_slice_buffer_tiny_add() 147 if ((back->data.inlined.length + n) > sizeof(back->data.inlined.bytes)) { in grpc_slice_buffer_tiny_add() 150 out = back->data.inlined.bytes + back->data.inlined.length; in grpc_slice_buffer_tiny_add() 151 back->data.inlined.length = in grpc_slice_buffer_tiny_add() 152 static_cast<uint8_t>(back->data.inlined.length + n); in grpc_slice_buffer_tiny_add() 158 back = &sb->slices[sb->count]; in grpc_slice_buffer_tiny_add() 160 back->refcount = nullptr; in grpc_slice_buffer_tiny_add() 161 back->data.inlined.length = static_cast<uint8_t>(n); in grpc_slice_buffer_tiny_add() [all …]
|
| /external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/equations/ |
| D | Back.java | 10 public abstract class Back extends TweenEquation { class 11 public static final Back IN = new Back() { 20 return "Back.IN"; 24 public static final Back OUT = new Back() { 33 return "Back.OUT"; 37 public static final Back INOUT = new Back() { 47 return "Back.INOUT"; 55 public Back s(float s) { in s()
|
| /external/grpc-grpc/src/core/lib/slice/ |
| D | slice_buffer.cc | 154 grpc_slice* back; in grpc_slice_buffer_tiny_add() local 160 back = &sb->slices[sb->count - 1]; in grpc_slice_buffer_tiny_add() 161 if (back->refcount) goto add_new; in grpc_slice_buffer_tiny_add() 162 if ((back->data.inlined.length + n) > sizeof(back->data.inlined.bytes)) { in grpc_slice_buffer_tiny_add() 165 out = back->data.inlined.bytes + back->data.inlined.length; in grpc_slice_buffer_tiny_add() 166 back->data.inlined.length = in grpc_slice_buffer_tiny_add() 167 static_cast<uint8_t>(back->data.inlined.length + n); in grpc_slice_buffer_tiny_add() 173 back = &sb->slices[sb->count]; in grpc_slice_buffer_tiny_add() 175 back->refcount = nullptr; in grpc_slice_buffer_tiny_add() 176 back->data.inlined.length = static_cast<uint8_t>(n); in grpc_slice_buffer_tiny_add() [all …]
|
| /external/icu/icu4c/source/layoutex/ |
| D | LXUtilities.cpp | 79 le_int32 front, back; in reverse() local 81 for (front = 0, back = length - 1; front < back; front += 1, back -= 1) { in reverse() 84 array[front] = array[back]; in reverse() 85 array[back] = swap; in reverse() 91 le_int32 front, back; in reverse() local 93 for (front = 0, back = length - 1; front < back; front += 1, back -= 1) { in reverse() 96 array[front] = array[back]; in reverse() 97 array[back] = swap; in reverse()
|
| /external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/ |
| D | RunQueue.h | 17 // operations on back of the queue can be done by multiple threads concurrently. 20 // All remote threads operating on the queue back are serialized by a mutex. 86 unsigned back = back_.load(std::memory_order_relaxed); in PushBack() local 87 Elem* e = &array_[(back - 1) & kMask]; in PushBack() 92 back = ((back - 1) & kMask2) | (back & ~kMask2); in PushBack() 93 back_.store(back, std::memory_order_relaxed); in PushBack() 103 unsigned back = back_.load(std::memory_order_relaxed); in PopBack() local 104 Elem* e = &array_[back & kMask]; in PopBack() 111 back_.store(back + 1 + (kSize << 1), std::memory_order_relaxed); in PopBack() 120 unsigned back = back_.load(std::memory_order_relaxed); in PopBackHalf() local [all …]
|
| /external/deqp-deps/amber/src/vulkan/ |
| D | vertex_buffer.cc | 47 vertex_attr_desc_.back().binding = binding; in SetData() 48 vertex_attr_desc_.back().location = location; in SetData() 49 vertex_attr_desc_.back().offset = offset; in SetData() 50 vertex_attr_desc_.back().format = device_->GetVkFormat(*format); in SetData() 53 vertex_binding_desc_.back().binding = binding; in SetData() 54 vertex_binding_desc_.back().stride = stride; in SetData() 55 vertex_binding_desc_.back().inputRate = GetVkInputRate(rate); in SetData() 88 Result r = transfer_buffers_.back()->AddUsageFlags( in SendVertexData() 92 r = transfer_buffers_.back()->Initialize(); in SendVertexData() 94 std::memcpy(transfer_buffers_.back()->HostAccessibleMemoryPtr(), in SendVertexData() [all …]
|
| /external/libcxx/test/std/containers/sequences/array/ |
| D | front_back.pass.cpp | 13 // reference back(); // constexpr in C++17 15 // const_reference back(); // constexpr in C++14 36 return arr.back() == val; in check_back() 52 C::reference r2 = c.back(); in main() 64 C::const_reference r2 = c.back(); in main() 74 static_assert((std::is_same<decltype(c.back()), T &>::value), ""); in main() 75 static_assert((std::is_same<decltype(cc.back()), const T &>::value), ""); in main() 78 TEST_IGNORE_NODISCARD c.back(); in main() 80 TEST_IGNORE_NODISCARD cc.back(); in main() 90 static_assert((std::is_same<decltype(c.back()), const T &>::value), ""); in main() [all …]
|
| /external/angle/src/libANGLE/renderer/vulkan/doc/ |
| D | ShaderModuleCompilation.md | 22 1. **Link Time**: During a call to `glLinkProgram` the Vulkan back-end can know the necessary 44 participant "Vulkan Back-end" 49 "ANGLE Front-end"->"Vulkan Back-end": ShaderVk::compile 50 "Vulkan Back-end"->"ANGLE Translator": sh::Compile 60 "ANGLE Front-end"->"Vulkan Back-end": ProgramVk::link 62 Note right of "Vulkan Back-end": ProgramVk inits uniforms,\nlayouts, and descriptors. 64 "Vulkan Back-end"->"Link-Time SPIR-V Transformer": SpvGetShaderSpirvCode 65 "Link-Time SPIR-V Transformer"- ->"Vulkan Back-end": retrieve SPIR-V and determine decorations 66 "Vulkan Back-end"- ->"ANGLE Front-end": return success 71 "ANGLE Front-end"->"Vulkan Back-end": ContextVk::drawArrays [all …]
|
| /external/webrtc/audio/utility/ |
| D | channel_mixing_matrix.cc | 84 // Special case for 5.0, 5.1 with back channels when upmixed to 7.0, 7.1, in ChannelMixingMatrix() 85 // which should map the back LR to side LR. in ChannelMixingMatrix() 181 // Mix back LR into: side LR || back center || front LR || front center. in CreateTransformationMatrix() 184 // If the input has side LR, mix back LR into side LR, but instead if the in CreateTransformationMatrix() 185 // input doesn't have side LR (but output does) copy back LR to side LR. in CreateTransformationMatrix() 190 // Mix back LR into back center. in CreateTransformationMatrix() 194 // Mix back LR into front LR. in CreateTransformationMatrix() 198 // Mix back LR into front center. in CreateTransformationMatrix() 204 // Mix side LR into: back LR || back center || front LR || front center. in CreateTransformationMatrix() 207 // If the input has back LR, mix side LR into back LR, but instead if the in CreateTransformationMatrix() [all …]
|
| /external/jackson-databind/src/test/java/com/fasterxml/jackson/failing/ |
| D | BuilderWithBackRef2686Test.java | 45 private Container back; field in BuilderWithBackRef2686Test.Content 49 @ConstructorProperties({ "back", "contentValue" }) 50 public Content(Container back, String contentValue) { in Content() argument 51 this.back = back; in Content() 61 return back; in getBack() 66 private Container back; field in BuilderWithBackRef2686Test.Content.Builder 70 Builder back(Container b) { in back() method in BuilderWithBackRef2686Test.Content.Builder 71 this.back = b; in back() 81 return new Content(back, contentValue); in build()
|
| /external/mesa3d/src/loader/ |
| D | loader_dri3_helper.c | 679 * Find an idle back buffer. If there isn't one, then 697 /* Reuse current back buffer if it's idle */ in dri3_find_back() 705 /* Check whether we need to reuse the current back buffer as new back. in dri3_find_back() 720 * Unigine Superposition hits this and this allows to use 2 back buffers in dri3_find_back() 838 struct loader_dri3_buffer *back; in loader_dri3_copy_sub_buffer() local 849 back = dri3_find_back_alloc(draw); in loader_dri3_copy_sub_buffer() 850 if (!back) in loader_dri3_copy_sub_buffer() 856 /* Update the linear buffer part of the back buffer in loader_dri3_copy_sub_buffer() 860 back->linear_buffer, in loader_dri3_copy_sub_buffer() 861 back->image, in loader_dri3_copy_sub_buffer() [all …]
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/hls/src/test/java/com/google/android/exoplayer2/source/hls/ |
| D | HlsMediaSourceTest.java | 51 // The playlist has a duration of 16 seconds but not hold back or part hold back. in loadLivePlaylist_noTargetLiveOffsetDefined_fallbackToThreeTargetDuration() 87 // The playlist has a duration of 16 seconds and a hold back of 12 seconds. in loadLivePlaylist_holdBackInPlaylist_targetLiveOffsetFromHoldBack() 102 + "#EXT-X-SERVER-CONTROL:HOLD-BACK=12"; in loadLivePlaylist_holdBackInPlaylist_targetLiveOffsetFromHoldBack() 113 // The target live offset is picked from hold back and then expressed in relation to the live in loadLivePlaylist_holdBackInPlaylist_targetLiveOffsetFromHoldBack() 124 // The playlist has a part hold back but not EXT-X-PART-INF. We should pick up the hold back. in loadLivePlaylist_partHoldBackWithoutPartInformationInPlaylist_targetLiveOffsetFromHoldBack() 125 // The duration of the playlist is 16 seconds so that the defined hold back is within the live in loadLivePlaylist_partHoldBackWithoutPartInformationInPlaylist_targetLiveOffsetFromHoldBack() 141 + "#EXT-X-SERVER-CONTROL:HOLD-BACK=12,PART-HOLD-BACK=3"; in loadLivePlaylist_partHoldBackWithoutPartInformationInPlaylist_targetLiveOffsetFromHoldBack() 151 // The target live offset is picked from hold back and then expressed in relation to the live in loadLivePlaylist_partHoldBackWithoutPartInformationInPlaylist_targetLiveOffsetFromHoldBack() 162 // The playlist has a duration of 4 seconds, part hold back and EXT-X-PART-INF defined. in loadLivePlaylist_partHoldBackWithPartInformationInPlaylist_targetLiveOffsetFromPartHoldBack() 172 + "#EXT-X-SERVER-CONTROL:HOLD-BACK=12,PART-HOLD-BACK=3"; in loadLivePlaylist_partHoldBackWithPartInformationInPlaylist_targetLiveOffsetFromPartHoldBack() [all …]
|