Home
last modified time | relevance | path

Searched refs:triplets (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DMultiCall.py344 func, triplets = self.__eventinfo[sequence]
346 for triplet in triplets:
356 func, triplets = self.__eventinfo[virtual]
365 triplets.append(triplet)
370 func, triplets = self.__eventinfo[virtual]
379 triplets.remove(triplet)
391 func, triplets = self.__eventinfo[virtual]
393 for triplet in triplets:
/external/eigen/test/
Dsparse_basic.cpp362 std::vector<TripletType> triplets; in sparse_basic() local
364 triplets.reserve(ntriplets); in sparse_basic()
374 triplets.push_back(TripletType(r,c,v)); in sparse_basic()
383 m.setFromTriplets(triplets.begin(), triplets.end()); in sparse_basic()
386 m.setFromTriplets(triplets.begin(), triplets.end(), std::multiplies<Scalar>()); in sparse_basic()
389 m.setFromTriplets(triplets.begin(), triplets.end(), [] (Scalar,Scalar b) { return b; }); in sparse_basic()
623 std::vector<TripletType> triplets; in big_sparse_triplet() local
627 triplets.reserve(ntriplets); in big_sparse_triplet()
634 triplets.push_back(TripletType(r,c,v)); in big_sparse_triplet()
638 m.setFromTriplets(triplets.begin(), triplets.end()); in big_sparse_triplet()
/external/wpa_supplicant_8/hostapd/
Dhlr_auc_gw.txt14 GSM triplet data is used for a more static configuration (e.g., triplets
34 -g<triplet file> = path for GSM authentication triplets
DChangeLog743 entries instead of only using the same three triplets every time
746 if a better quality triplets are needed, GSM-Milenage should be used
823 triplets; instead, it is path to UNIX domain socket that will be used
826 local information (GSM authentication triplets from a text file and
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
Deapol_test.sgml36 <arg>num triplets</arg>
/external/eigen/doc/
DTutorialSparse.dox99 In the main function, we declare a list \c coefficients of triplets (as a std vector) and the right…
194 …nteeing good performance is thus to first build a list of so-called \em triplets, and then convert…
210 The \c std::vector of triplets might contain the elements in arbitrary order, and might even contai…
/external/swiftshader/third_party/LLVM/docs/CommandGuide/
Dllvm-ar.pod358 is simply composed of a sequence of triplets: byte offset, length of symbol,
/external/mesa3d/src/gallium/docs/source/
Dcontext.rst20 with triplets of methods that all follow a specific naming scheme.
/external/llvm/docs/
DCommandLine.rst971 (option, value, description) triplets that specify the option name, the value
DLangRef.rst4904 The ``llvm.module.flags`` metadata contains a list of metadata triplets.
/external/syslinux/com32/lib/libpng/
Dlibpng.txt774 transform it to regular RGB RGB triplets, or png_set_filler() or
/external/skia/third_party/libpng/
Dlibpng-manual.txt1695 transform it to regular RGB RGB triplets, or png_set_filler() or
/external/libpng/
Dlibpng-manual.txt1695 transform it to regular RGB RGB triplets, or png_set_filler() or
/external/jline/src/src/test/resources/jline/example/
Denglish.gz