/external/libxkbcommon/xkbcommon/test/data/rules/ |
D | index | 1 ! $layouts = al az br cn us 4 $layouts some:opt = +extra 7 $layouts some:opt = +extra:1 10 $layouts some:opt = +extra:2 13 $layouts some:opt = +extra:3 16 $layouts some:opt = +extra:4
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | shape_util.cc | 29 std::vector<int>* layouts) { in PopulateInfeedLayoutVector() argument 35 TF_RETURN_IF_ERROR(PopulateInfeedLayoutVector(subshape, layouts)); in PopulateInfeedLayoutVector() 39 layouts->push_back(dim); in PopulateInfeedLayoutVector() 42 layouts->insert(layouts->end(), shape.rank(), -1); in PopulateInfeedLayoutVector() 125 std::vector<int> layouts; in GetShapeLayoutVector() local 126 TF_RETURN_IF_ERROR(PopulateInfeedLayoutVector(shape, &layouts)); in GetShapeLayoutVector() 127 return layouts; in GetShapeLayoutVector()
|
/external/tensorflow/tensorflow/compiler/xla/tools/ |
D | dumped_computation_to_operation_list.cc | 80 std::vector<const Shape*> layouts; in RealMain() local 81 layouts.reserve(program_shape->parameters_size()); in RealMain() 83 layouts.push_back(&program_shape->parameters(i)); in RealMain() 89 local_service->CompileExecutable(computation, layouts, build_options); in RealMain()
|
D | dumped_computation_to_text.cc | 56 std::vector<const Shape*> layouts; in RealMain() local 57 layouts.reserve(program_shape->parameters_size()); in RealMain() 59 layouts.push_back(&program_shape->parameters(i)); in RealMain() 66 local_service->CompileExecutable(computation, layouts, build_options); in RealMain()
|
/external/libxkbcommon/xkbcommon/src/xkbcomp/ |
D | rules.c | 199 darray_matched_sval layouts; member 303 m->rmlvo.layouts = split_comma_separated_mlvo(rmlvo->layout); in matcher_new() 316 darray_free(m->rmlvo.layouts); in matcher_free() 486 if (darray_size(m->rmlvo.layouts) > 1) in matcher_mapping_verify() 490 if (darray_size(m->rmlvo.layouts) == 1 || in matcher_mapping_verify() 491 m->mapping.layout_idx >= darray_size(m->rmlvo.layouts)) in matcher_mapping_verify() 692 idx < darray_size(m->rmlvo.layouts) && in append_expanded_kccgst_value() 693 darray_size(m->rmlvo.layouts) > 1) in append_expanded_kccgst_value() 694 expanded_value = &darray_item(m->rmlvo.layouts, idx); in append_expanded_kccgst_value() 696 darray_size(m->rmlvo.layouts) == 1) in append_expanded_kccgst_value() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | client_test.cc | 43 std::vector<std::vector<int64>> layouts = {{0, 1}, {1, 0}}; in XLA_TEST_F() local 44 for (const std::vector<int64>& execute_layout : layouts) { in XLA_TEST_F() 45 for (const std::vector<int64>& transfer_layout : layouts) { in XLA_TEST_F()
|
D | compute_constant_test.cc | 249 std::vector<std::vector<int64>> layouts = {{0, 1}, {1, 0}}; in XLA_TEST_F() local 250 for (const std::vector<int64>& layout : layouts) { in XLA_TEST_F()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassSubpassDependencyTests.cpp | 224 vector<SharedPtrVkDescriptorLayout> layouts; in createDescriptorSetLayouts() local 246 layouts.push_back(makeSharedPtr(createDescriptorSetLayout(vkd, device, &createInfo))); in createDescriptorSetLayouts() 249 return layouts; in createDescriptorSetLayouts() 254 vector<SharedPtrVkDescriptorLayout>& layouts, in createDescriptorPools() argument 259 for (size_t poolNdx = 0; poolNdx < layouts.size(); poolNdx++) in createDescriptorPools() 353 vector<SharedPtrVkDescriptorLayout>& layouts, 557 vector<SharedPtrVkDescriptorLayout>& layouts, in createDescriptorSets() argument 563 for (size_t setNdx = 0; setNdx < layouts.size(); setNdx++) in createDescriptorSets() 571 &**layouts[setNdx] // const VkDescriptorSetLayout* pSetLayouts in createDescriptorSets() 948 vector<SharedPtrVkDescriptorLayout>& layouts, [all …]
|
/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/osx/ |
D | KeylayoutParser.java | 105 NodeList layouts = keyboardElement.getElementsByTagName("layout"); in findLayout() local 106 for (int i = 0; i < layouts.getLength(); i++) { in findLayout() 107 Element layout = (Element) layouts.item(i); in findLayout()
|
/external/skia/src/gpu/mtl/ |
D | GrMtlCopyManager.mm | 110 vertexDescriptor.layouts[kAttribute_BufferIndex].stepFunction = MTLVertexStepFunctionPerVertex; 111 vertexDescriptor.layouts[kAttribute_BufferIndex].stepRate = 1; 112 vertexDescriptor.layouts[kAttribute_BufferIndex].stride = sizeof(simd::float2);
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlCopyManager.mm | 110 vertexDescriptor.layouts[kAttribute_BufferIndex].stepFunction = MTLVertexStepFunctionPerVertex; 111 vertexDescriptor.layouts[kAttribute_BufferIndex].stepRate = 1; 112 vertexDescriptor.layouts[kAttribute_BufferIndex].stride = sizeof(simd::float2);
|
/external/libpng/contrib/conftest/ |
D | read.dfa | 51 # all the native PNG bit layouts, so it doesn't need any of layout change 55 # If your app always expands the image to a limited set of bit layouts you
|
/external/libxkbcommon/xkbcommon/test/data/compat/ |
D | caps | 7 // other layouts which don't utilize this capability.
|
/external/llvm/test/Linker/ |
D | datalayout.ll | 13 ; WARN-B: WARNING: Linking two modules of different data layouts:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/ |
D | datalayout.ll | 13 ; WARN-B: warning: Linking two modules of different data layouts:
|
/external/opencensus-java/contrib/log_correlation/log4j2/ |
D | README.md | 76 These values can be accessed from layouts with 80 [`PatternLayout`](http://logging.apache.org/log4j/2.x/manual/layouts.html#PatternLayout), for
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_PrelinearizeTuple.pbtxt | 23 name: "layouts"
|
D | api_def_InfeedEnqueueTuple.pbtxt | 23 name: "layouts"
|
/external/libyuv/files/tools/ubsan/ |
D | vptr_blacklist.txt | 9 # Identical layouts. 10 # If base and derived classes have identifical memory layouts (i.e., the same
|
/external/libjpeg-turbo/ |
D | README.android | 15 To support execute-only memory layouts, constants in handwritten assembly have
|
/external/replicaisland/ |
D | README.TXT | 10 …ysterious power source. This is a complete game: all art, dialog, level layouts, and other data a… 43 Genki Mine made all of the art, most of the levels layouts, all of the character designs, most of t…
|
/external/vulkan-validation-layers/tests/ |
D | vktestbinding.cpp | 671 const std::vector<const DescriptorSetLayout *> &layouts) { in NON_DISPATCHABLE_HANDLE_DTOR() 672 … std::vector<VkDescriptorSetLayout> layout_handles = MakeVkHandles<VkDescriptorSetLayout>(layouts); in NON_DISPATCHABLE_HANDLE_DTOR() 701 … const std::vector<const DescriptorSetLayout *> &layouts) { in alloc_sets() argument 702 … std::vector<VkDescriptorSetLayout> layout_handles = MakeVkHandles<VkDescriptorSetLayout>(layouts); in alloc_sets()
|
/external/squashfs-tools/RELEASE-READMEs/ |
D | README-4.0 | 12 layouts for earlier kernels.
|
/external/libxkbcommon/xkbcommon/test/data/types/ |
D | numpad | 39 // Closest type is actually FOUR_LEVEL_X, but most numpad layouts use
|
/external/libxkbcommon/xkbcommon/test/data/symbols/ |
D | pc | 9 // The following keys are common to all layouts.
|