| /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/armnn/include/armnn/ |
| D | ILayerVisitor.hpp | 23 /// Function an absolute layer should call back to when its Accept(ILayerVisitor&) 25 /// @param layer - pointer to the layer which is calling back to this visit function. 31 …/// Function that an activation layer should call back to when its Accept(ILayerVisitor&) function… 32 /// @param layer - pointer to the layer which is calling back to this visit function. 39 …/// Function that an addition layer should call back to when its Accept(ILayerVisitor&) function i… 40 /// @param layer - pointer to the layer which is calling back to this visit function. 45 …/// Function that an arg min max layer should call back to when its Accept(ILayerVisitor&) functio… 46 /// @param layer - pointer to the layer which is calling back to this visit function. 53 … /// Function that a batch normalization layer should call back to when its Accept(ILayerVisitor&) 55 /// @param layer - pointer to the layer which is calling back to this visit function. [all …]
|
| /external/libabigail/doc/vizualization/graph/gv/ |
| D | sa-base.gv | 6 Node1 -> Node2 [dir="back",color="midnightblue",fontsize="9",style="solid",fontname="FreeSans"]; 8 Node2 -> Node3 [dir="back",color="midnightblue",fontsize="9",style="solid",fontname="FreeSans"]; 10 Node2 -> Node3 [dir="back",color="midnightblue",fontsize="9",style="solid",fontname="FreeSans"]; 11 Node2 -> Node4 [dir="back",color="midnightblue",fontsize="9",style="solid",fontname="FreeSans"]; 13 Node2 -> Node5 [dir="back",color="midnightblue",fontsize="9",style="solid",fontname="FreeSans"]; 15 Node1 -> Node2 [dir="back",color="midnightblue",fontsize="9",style="solid",fontname="FreeSans"]; 16 Node1 -> Node2 [dir="back",color="midnightblue",fontsize="9",style="solid",fontname="FreeSans"]; 17 Node1 -> Node6 [dir="back",color="midnightblue",fontsize="9",style="solid",fontname="FreeSans"]; 19 Node6 -> Node4 [dir="back",color="midnightblue",fontsize="9",style="solid",fontname="FreeSans"]; 20 Node1 -> Node6 [dir="back",color="midnightblue",fontsize="9",style="solid",fontname="FreeSans"]; [all …]
|
| D | sa-DD4.gv | 6 Node2 -> Node1 [dir="back",color="midnightblue",fontsize="9",style="solid",fontname="FreeSans"]; 8 Node3 -> Node2 [dir="back",color="midnightblue",fontsize="9",style="solid",fontname="FreeSans"]; 10 Node4 -> Node3 [dir="back",color="midnightblue",fontsize="9",style="solid",fontname="FreeSans"]; 12 Node4 -> Node3 [dir="back",color="midnightblue",fontsize="9",style="solid",fontname="FreeSans"]; 13 Node4 -> Node3 [dir="back",color="midnightblue",fontsize="9",style="solid",fontname="FreeSans"]; 14 Node3 -> Node2 [dir="back",color="midnightblue",fontsize="9",style="solid",fontname="FreeSans"]; 15 Node5 -> Node1 [dir="back",color="midnightblue",fontsize="9",style="solid",fontname="FreeSans"]; 17 Node6 -> Node5 [dir="back",color="midnightblue",fontsize="9",style="solid",fontname="FreeSans"]; 19 Node4 -> Node6 [dir="back",color="midnightblue",fontsize="9",style="solid",fontname="FreeSans"]; 20 Node4 -> Node6 [dir="back",color="midnightblue",fontsize="9",style="solid",fontname="FreeSans"]; [all …]
|
| D | sa-DD2.gv | 6 Node2 -> Node1 [dir="back",color="midnightblue",fontsize="9",style="solid",fontname="FreeSans"]; 8 Node3 -> Node2 [dir="back",color="midnightblue",fontsize="9",style="solid",fontname="FreeSans"]; 10 Node3 -> Node2 [dir="back",color="midnightblue",fontsize="9",style="solid",fontname="FreeSans"]; 11 Node3 -> Node2 [dir="back",color="midnightblue",fontsize="9",style="solid",fontname="FreeSans"]; 12 Node4 -> Node1 [dir="back",color="midnightblue",fontsize="9",style="solid",fontname="FreeSans"]; 14 Node5 -> Node4 [dir="back",color="midnightblue",fontsize="9",style="solid",fontname="FreeSans"]; 16 Node3 -> Node5 [dir="back",color="midnightblue",fontsize="9",style="solid",fontname="FreeSans"]; 17 Node3 -> Node5 [dir="back",color="midnightblue",fontsize="9",style="solid",fontname="FreeSans"]; 18 Node3 -> Node5 [dir="back",color="midnightblue",fontsize="9",style="solid",fontname="FreeSans"]; 19 Node5 -> Node4 [dir="back",color="midnightblue",fontsize="9",style="solid",fontname="FreeSans"];
|
| /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/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/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/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/grpc-grpc/src/core/lib/slice/ |
| D | slice_buffer.cc | 87 grpc_slice* back; in grpc_slice_buffer_tiny_add() local 93 back = &sb->slices[sb->count - 1]; in grpc_slice_buffer_tiny_add() 94 if (back->refcount) goto add_new; in grpc_slice_buffer_tiny_add() 95 if ((back->data.inlined.length + n) > sizeof(back->data.inlined.bytes)) in grpc_slice_buffer_tiny_add() 97 out = back->data.inlined.bytes + back->data.inlined.length; in grpc_slice_buffer_tiny_add() 98 back->data.inlined.length = in grpc_slice_buffer_tiny_add() 99 static_cast<uint8_t>(back->data.inlined.length + n); in grpc_slice_buffer_tiny_add() 104 back = &sb->slices[sb->count]; in grpc_slice_buffer_tiny_add() 106 back->refcount = nullptr; in grpc_slice_buffer_tiny_add() 107 back->data.inlined.length = static_cast<uint8_t>(n); in grpc_slice_buffer_tiny_add() [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/rust/crates/grpcio-sys/grpc/src/core/lib/slice/ |
| D | slice_buffer.cc | 101 grpc_slice* back; in grpc_slice_buffer_tiny_add() local 107 back = &sb->slices[sb->count - 1]; in grpc_slice_buffer_tiny_add() 108 if (back->refcount) goto add_new; in grpc_slice_buffer_tiny_add() 109 if ((back->data.inlined.length + n) > sizeof(back->data.inlined.bytes)) { in grpc_slice_buffer_tiny_add() 112 out = back->data.inlined.bytes + back->data.inlined.length; in grpc_slice_buffer_tiny_add() 113 back->data.inlined.length = in grpc_slice_buffer_tiny_add() 114 static_cast<uint8_t>(back->data.inlined.length + n); in grpc_slice_buffer_tiny_add() 120 back = &sb->slices[sb->count]; in grpc_slice_buffer_tiny_add() 122 back->refcount = nullptr; in grpc_slice_buffer_tiny_add() 123 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/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/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/mesa3d/src/amd/compiler/ |
| D | aco_insert_exec_mask.cpp | 322 if (ctx.info[idx].exec.back().second & mask_type_wqm) in transition_to_WQM() 324 if (ctx.info[idx].exec.back().second & mask_type_global) { in transition_to_WQM() 325 Temp exec_mask = ctx.info[idx].exec.back().first; in transition_to_WQM() 331 ctx.info[idx].exec.back().first = exec_mask; in transition_to_WQM() 339 assert(ctx.info[idx].exec.back().second & mask_type_wqm); in transition_to_WQM() 340 assert(ctx.info[idx].exec.back().first.size() == bld.lm.size()); in transition_to_WQM() 341 ctx.info[idx].exec.back().first = bld.pseudo(aco_opcode::p_parallelcopy, bld.def(bld.lm, exec), in transition_to_WQM() 342 ctx.info[idx].exec.back().first); in transition_to_WQM() 347 if (ctx.info[idx].exec.back().second & mask_type_exact) in transition_to_Exact() 352 if ((ctx.info[idx].exec.back().second & mask_type_global) && in transition_to_Exact() [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/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/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 43 participant "Vulkan Back-end" 48 "ANGLE Front-end"->"Vulkan Back-end": ShaderVk::compile 49 "Vulkan Back-end"->"ANGLE Translator": sh::Compile 59 "ANGLE Front-end"->"Vulkan Back-end": ProgramVk::link 61 Note right of "Vulkan Back-end": ProgramVk inits uniforms,\nlayouts, and descriptors. 63 "Vulkan Back-end"->"Link-Time SPIR-V Transformer": GlslangWrapperVk::GetShaderCode 64 "Link-Time SPIR-V Transformer"- ->"Vulkan Back-end": retrieve SPIR-V and determine decorations 65 "Vulkan Back-end"- ->"ANGLE Front-end": return success 70 "ANGLE Front-end"->"Vulkan Back-end": ContextVk::drawArrays [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 …]
|