Searched refs:zippy (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | STLExtras.h | 400 template <template <typename...> class ItType, typename... Args> class zippy { 417 zippy(Args &&... ts_) : ts(std::forward<Args>(ts_)...) {} in zippy() function 423 detail::zippy<detail::zip_shortest, T, U, Args...> zip(T &&t, U &&u, in zip() 425 return detail::zippy<detail::zip_shortest, T, U, Args...>( in zip() 432 detail::zippy<detail::zip_first, T, U, Args...> zip_first(T &&t, U &&u, in zip_first() 434 return detail::zippy<detail::zip_first, T, U, Args...>( in zip_first()
|
/external/libvncserver/examples/ |
D | Makefile.am | 26 zippy repeater program
|
/external/tensorflow/tensorflow/docs_src/mobile/ |
D | android_build.md | 48 and find it under the **Gradle Scripts** zippy under **Android**). Look for
|
/external/libvncserver/ |
D | NEWS | 203 added very simple example: zippy
|
D | ChangeLog | 1815 …* .gitignore: .gitignore: zippy has moved Signed-off-by: Johannes Schindelin <johannes.schindelin@… 1979 * examples/rotate.c, examples/zippy.c, libvncserver/zrle.c, 1988 examples/simple15.c, examples/vncev.c, examples/zippy.c, 2057 * Makefile.am, configure.ac, contrib/Makefile.am, contrib/zippy.c, 2058 examples/Makefile.am, examples/zippy.c: Move zippy.c to examples. 6324 client_examples/ppmtest.c, contrib/zippy.c, examples/example.c, 6577 * ChangeLog, contrib/zippy.c, examples/example.c, 6857 * contrib/zippy.c, examples/colourmaptest.c, examples/example.c, 7484 contrib/zippy.c, corre.c, cursor.c, cutpaste.c, draw.c, 7518 contrib/zippy.c, examples/1instance.c, examples/Makefile.in, [all …]
|