Home
last modified time | relevance | path

Searched defs:wrap (Results 1 – 25 of 337) sorted by relevance

12345678910>>...14

/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
Dp6-0x.cpp23 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/
Dtextview.py34 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/
DAllocatedBuffer.java131 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
DDiscardUnknownFieldsParser.java54 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.scss12 @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.scss12 @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/
DImmutableListTest.java480 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
DForwardingListIteratorTest.java44 private static <T> ListIterator<T> wrap(final ListIterator<T> delegate) { in wrap() method in ForwardingListIteratorTest
DForwardingDequeTest.java44 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/
DImmutableListTest.java482 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
DForwardingListIteratorTest.java44 private static <T> ListIterator<T> wrap(final ListIterator<T> delegate) { in wrap() method in ForwardingListIteratorTest
DForwardingDequeTest.java44 private static <T> Deque<T> wrap(final Deque<T> delegate) { in wrap() method in ForwardingDequeTest
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_gldefs.h183 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/
Dtest_as_parameter.py18 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/
Dtest_as_parameter.py18 def wrap(self, param): member in BasicWrapTestCase
208 wrap = AsParamWrapper variable in AsParamWrapperTestCase
221 wrap = AsParamPropertyWrapper variable in AsParamPropertyWrapperTestCase
/external/libepoxy/test/
Ddlwrap.c105 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/
DObject.cpp26 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/
DGrSamplerState.h85 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/
Dstateless_random_ops_test.py108 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/
Ddependent-class-member-operator.cpp7 void wrap() { in wrap() function
/external/tensorflow/tensorflow/cc/saved_model/experimental/public/
Dsignature_def_function_metadata.h33 static SignatureDefFunctionMetadata* wrap( in wrap() function
Dfunction_metadata.h35 static FunctionMetadata* wrap(TF_FunctionMetadata* p) { in wrap() function
/external/libaom/libaom/tools/
Dwrap-commit-msg.py38 def wrap(text): function
/external/libvpx/libvpx/tools/
Dwrap-commit-msg.py36 def wrap(text): function
/external/llvm/include/llvm/Support/
DCodeGenCWrappers.h43 inline LLVMCodeModel wrap(CodeModel::Model Model) { in wrap() function

12345678910>>...14