/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/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/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/_sass/common/components/ |
D | _menu.scss | 12 @mixin menu($horizontal-spacer: default, $horizontal-item-vertical-spacer: default, $wrap: default)… parameter 20 $wrap: wrap; variable
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/_sass/common/components/ |
D | _menu.scss | 12 @mixin menu($horizontal-spacer: default, $horizontal-item-vertical-spacer: default, $wrap: default)… parameter 20 $wrap: wrap; variable
|
/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 | ForwardingListIteratorTest.java | 44 private static <T> ListIterator<T> wrap(final ListIterator<T> delegate) { in wrap() method in ForwardingListIteratorTest
|
D | ForwardingDequeTest.java | 44 private static <T> Deque<T> wrap(final Deque<T> delegate) { in wrap() method in ForwardingDequeTest
|
/external/guava/android/guava-tests/test/com/google/common/collect/ |
D | ImmutableListTest.java | 482 WrapWithIterable wrap) { in runConcurrentlyMutatedTest() 496 private static void runConcurrentlyMutatedTest(WrapWithIterable wrap) { in runConcurrentlyMutatedTest() 509 runConcurrentlyMutatedTest(elements(1), ops(remove(), nop()), wrap); in runConcurrentlyMutatedTest() local 513 runConcurrentlyMutatedTest(elements(1, 2), ops(remove(), remove()), wrap); in runConcurrentlyMutatedTest() local 515 runConcurrentlyMutatedTest(elements(1, 2), ops(remove(), nop()), wrap); in runConcurrentlyMutatedTest() local 519 runConcurrentlyMutatedTest(elements(1, 2), ops(nop(), remove()), wrap); in runConcurrentlyMutatedTest() local 521 runConcurrentlyMutatedTest(elements(1, 2, 3), ops(remove(), remove()), wrap); in runConcurrentlyMutatedTest() local
|
D | ForwardingListIteratorTest.java | 44 private static <T> ListIterator<T> wrap(final ListIterator<T> delegate) { in wrap() method in ForwardingListIteratorTest
|
D | ForwardingDequeTest.java | 44 private static <T> Deque<T> wrap(final Deque<T> delegate) { in wrap() method in ForwardingDequeTest
|
/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/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/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/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/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/tensorflow/tensorflow/python/kernel_tests/random/ |
D | stateless_random_ops_test.py | 108 def wrap(op, dtype, shape, shape_dtype, seed, **kwargs): function 139 def wrap(op, minval, maxval, shape, shape_dtype, dtype, seed, **kwargs): function 161 def wrap(op, logits, logits_dtype, output_dtype, seed): function 177 def wrap(op, alpha, dtype, shape, seed): function 190 def wrap(op, lam, lam_dtype, out_dtype, shape, seed): function
|
/external/clang/test/SemaTemplate/ |
D | dependent-class-member-operator.cpp | 7 void wrap() { in wrap() function
|
/external/tensorflow/tensorflow/cc/saved_model/experimental/public/ |
D | signature_def_function_metadata.h | 33 static SignatureDefFunctionMetadata* wrap( in wrap() function
|
D | function_metadata.h | 35 static FunctionMetadata* wrap(TF_FunctionMetadata* p) { in wrap() function
|
/external/libaom/libaom/tools/ |
D | wrap-commit-msg.py | 38 def wrap(text): function
|
/external/libvpx/libvpx/tools/ |
D | wrap-commit-msg.py | 36 def wrap(text): function
|
/external/llvm/include/llvm/Support/ |
D | CodeGenCWrappers.h | 43 inline LLVMCodeModel wrap(CodeModel::Model Model) { in wrap() function
|