/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/ |
D | p6-0x.cpp | 23 template<typename T = func_type_lvalue> struct wrap { struct 29 using func_type_lvalue = wrap<>::val; // expected-note{{in instantiation of}} argument
|
/external/python/cpython3/Lib/idlelib/ |
D | textview.py | 34 def __init__(self, master, wrap=NONE, **kwargs): argument 74 def __init__(self, parent, contents, wrap='word'): argument 108 def __init__(self, parent, title, contents, modal=True, wrap=WORD, argument 150 def view_text(parent, title, contents, modal=True, wrap='word', _utest=False): argument 164 def view_file(parent, title, filename, encoding, modal=True, wrap='word', argument
|
/external/llvm-project/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/ |
D | p6-0x.cpp | 24 template<typename T = func_type_lvalue> struct wrap { struct 30 using func_type_lvalue = wrap<>::val; // expected-note{{in instantiation of}} argument
|
/external/llvm-project/mlir/include/mlir/CAPI/ |
D | Support.h | 23 inline MlirStringRef wrap(llvm::StringRef ref) { in wrap() function 32 inline MlirLogicalResult wrap(mlir::LogicalResult res) { in wrap() function
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | AllocatedBuffer.java | 131 public static AllocatedBuffer wrap(byte[] bytes) { in wrap() method in AllocatedBuffer 140 public static AllocatedBuffer wrap(final byte[] bytes, final int offset, final int length) { in wrap() method in AllocatedBuffer 153 public static AllocatedBuffer wrap(final ByteBuffer buffer) { in wrap() method in AllocatedBuffer
|
D | DiscardUnknownFieldsParser.java | 54 public static final <T extends Message> Parser<T> wrap(final Parser<T> parser) { in wrap() method in DiscardUnknownFieldsParser
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_gldefs.h | 183 nvgl_wrap_mode(unsigned wrap) in nvgl_wrap_mode() 201 nvgl_wrap_mode_nv20(unsigned wrap) in nvgl_wrap_mode_nv20()
|
/external/guava/android/guava-tests/test/com/google/common/collect/ |
D | ImmutableListTest.java | 474 WrapWithIterable wrap) { in runConcurrentlyMutatedTest() 488 private static void runConcurrentlyMutatedTest(WrapWithIterable wrap) { in runConcurrentlyMutatedTest() 501 runConcurrentlyMutatedTest(elements(1), ops(remove(), nop()), wrap); in runConcurrentlyMutatedTest() local 505 runConcurrentlyMutatedTest(elements(1, 2), ops(remove(), remove()), wrap); in runConcurrentlyMutatedTest() local 507 runConcurrentlyMutatedTest(elements(1, 2), ops(remove(), nop()), wrap); in runConcurrentlyMutatedTest() local 511 runConcurrentlyMutatedTest(elements(1, 2), ops(nop(), remove()), wrap); in runConcurrentlyMutatedTest() local 513 runConcurrentlyMutatedTest(elements(1, 2, 3), ops(remove(), remove()), wrap); in runConcurrentlyMutatedTest() local
|
D | ForwardingDequeTest.java | 44 private static <T> Deque<T> wrap(final Deque<T> delegate) { in wrap() method in ForwardingDequeTest
|
D | ForwardingListIteratorTest.java | 44 private static <T> ListIterator<T> wrap(final ListIterator<T> delegate) { in wrap() method in ForwardingListIteratorTest
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ImmutableListTest.java | 480 WrapWithIterable wrap) { in runConcurrentlyMutatedTest() 494 private static void runConcurrentlyMutatedTest(WrapWithIterable wrap) { in runConcurrentlyMutatedTest() 507 runConcurrentlyMutatedTest(elements(1), ops(remove(), nop()), wrap); in runConcurrentlyMutatedTest() local 511 runConcurrentlyMutatedTest(elements(1, 2), ops(remove(), remove()), wrap); in runConcurrentlyMutatedTest() local 513 runConcurrentlyMutatedTest(elements(1, 2), ops(remove(), nop()), wrap); in runConcurrentlyMutatedTest() local 517 runConcurrentlyMutatedTest(elements(1, 2), ops(nop(), remove()), wrap); in runConcurrentlyMutatedTest() local 519 runConcurrentlyMutatedTest(elements(1, 2, 3), ops(remove(), remove()), wrap); in runConcurrentlyMutatedTest() local
|
D | ForwardingDequeTest.java | 44 private static <T> Deque<T> wrap(final Deque<T> delegate) { in wrap() method in ForwardingDequeTest
|
D | ForwardingListIteratorTest.java | 44 private static <T> ListIterator<T> wrap(final ListIterator<T> delegate) { in wrap() method in ForwardingListIteratorTest
|
/external/libepoxy/test/ |
D | dlwrap.c | 105 struct libwrap *wrap; in dlopen() local 131 struct libwrap *wrap = handle; in __dlclose() local 186 struct libwrap *wrap = handle; in dlsym() local
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_as_parameter.py | 18 def wrap(self, param): member in BasicWrapTestCase 208 wrap = AsParamWrapper variable in AsParamWrapperTestCase 221 wrap = AsParamPropertyWrapper variable in AsParamPropertyWrapperTestCase
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_as_parameter.py | 18 def wrap(self, param): member in BasicWrapTestCase 212 wrap = AsParamWrapper variable in AsParamWrapperTestCase 225 wrap = AsParamPropertyWrapper variable in AsParamPropertyWrapperTestCase
|
/external/skqp/include/gpu/ |
D | GrSamplerState.h | 47 void setWrapModeX(const WrapMode wrap) { fWrapModes[0] = wrap; } in setWrapModeX() 48 void setWrapModeY(const WrapMode wrap) { fWrapModes[1] = wrap; } in setWrapModeY()
|
/external/clang/test/SemaTemplate/ |
D | dependent-class-member-operator.cpp | 7 void wrap() { in wrap() function
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | dependent-class-member-operator.cpp | 7 void wrap() { in wrap() function
|
D | missing-typename.cpp | 49 static class_<wt> wrap(char const *name) { in wrap() function 56 static void wrap(char const *name) { in wrap() function
|
/external/tensorflow/tensorflow/python/kernel_tests/random/ |
D | stateless_random_ops_test.py | 108 def wrap(op, dtype, shape, shape_dtype, kwds, seed): function 139 def wrap(op, minval, maxval, shape, shape_dtype, dtype, seed): function 160 def wrap(op, logits, logits_dtype, output_dtype, seed): function 176 def wrap(op, alpha, dtype, shape, seed): function 189 def wrap(op, lam, lam_dtype, out_dtype, shape, seed): function
|
/external/llvm/lib/Object/ |
D | Object.cpp | 26 inline LLVMObjectFileRef wrap(const OwningBinary<ObjectFile> *OF) { in wrap() function 36 wrap(const section_iterator *SI) { in wrap() function 46 wrap(const symbol_iterator *SI) { in wrap() function 56 wrap(const relocation_iterator *SI) { in wrap() function
|
/external/skia/src/gpu/ |
D | GrSamplerState.h | 85 constexpr void setWrapModeX(const WrapMode wrap) { fWrapModes[0] = wrap; } in setWrapModeX() 87 constexpr void setWrapModeY(const WrapMode wrap) { fWrapModes[1] = wrap; } in setWrapModeY()
|
/external/llvm/include/llvm/Support/ |
D | CodeGenCWrappers.h | 43 inline LLVMCodeModel wrap(CodeModel::Model Model) { in wrap() function
|
/external/libaom/libaom/tools/ |
D | wrap-commit-msg.py | 38 def wrap(text): function
|