/external/python/cpython2/Lib/idlelib/ |
D | MultiCall.py | 77 def bind(self, triplet, func): argument 93 def unbind(self, triplet, func): argument 203 def bind(self, triplet, func): argument 204 if triplet[2] not in self.bindedfuncs: 205 self.bindedfuncs[triplet[2]] = [[] for s in _states] 208 for detail in (triplet[2], None) 212 seq = "<%s%s-%s>"% (_state_names[s], self.typename, triplet[2]) 215 doit = lambda: self.bindedfuncs[triplet[2]][triplet[0]].append(func) 221 def unbind(self, triplet, func): argument 222 doit = lambda: self.bindedfuncs[triplet[2]][triplet[0]].remove(func) [all …]
|
/external/python/cpython3/Lib/idlelib/ |
D | multicall.py | 82 def bind(self, triplet, func): argument 98 def unbind(self, triplet, func): argument 213 def bind(self, triplet, func): argument 214 if triplet[2] not in self.bindedfuncs: 215 self.bindedfuncs[triplet[2]] = [[] for s in _states] 218 for detail in (triplet[2], None) 222 seq = "<%s%s-%s>"% (_state_names[s], self.typename, triplet[2]) 225 doit = lambda: self.bindedfuncs[triplet[2]][triplet[0]].append(func) 231 def unbind(self, triplet, func): argument 232 doit = lambda: self.bindedfuncs[triplet[2]][triplet[0]].remove(func) [all …]
|
/external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/ |
D | concat_map.cpp | 38 [](int /*x*/, std::tuple<int,int,int> triplet){return triplet;}) in __anond566f7ff0102() argument 41 [](int /*z*/, std::tuple<int,int,int> triplet){return triplet;}); in __anond566f7ff0602() argument 85 [](int /*x*/, std::tuple<int,int,int> triplet){return triplet;}, in __anond566f7ff0902() argument 89 [](int /*z*/, std::tuple<int,int,int> triplet){return triplet;}, in __anond566f7ff0e02() argument 133 [](int /*x*/, std::tuple<int,int,int> triplet){return triplet;}, in __anond566f7ff0f02() argument 137 [](int /*z*/, std::tuple<int,int,int> triplet){return triplet;}, in __anond566f7ff1402() argument 182 [](int /*x*/, std::tuple<int,int,int> triplet){return triplet;}, in __anond566f7ff1502() argument 186 [](int /*z*/, std::tuple<int,int,int> triplet){return triplet;}, in __anond566f7ff1a02() argument
|
D | flat_map.cpp | 73 [](int /*x*/, std::tuple<int,int,int> triplet){return triplet;}) in __anonbdf351ce0102() argument 76 [](int /*z*/, std::tuple<int,int,int> triplet){return triplet;}); in __anonbdf351ce0602() argument 121 [](int /*x*/, std::tuple<int,int,int> triplet){return triplet;}, in __anonbdf351ce0802() argument 125 [](int /*z*/, std::tuple<int,int,int> triplet){return triplet;}, in __anonbdf351ce0d02() argument 169 [](int /*x*/, std::tuple<int,int,int> triplet){return triplet;}, in __anonbdf351ce0e02() argument 173 [](int /*z*/, std::tuple<int,int,int> triplet){return triplet;}, in __anonbdf351ce1302() argument 217 [](int /*x*/, std::tuple<int,int,int> triplet){return triplet;}, in __anonbdf351ce1402() argument 221 [](int /*z*/, std::tuple<int,int,int> triplet){return triplet;}, in __anonbdf351ce1902() argument
|
/external/harfbuzz_ng/ |
D | appveyor.yml | 9 triplet: x86-windows 14 triplet: x64-windows 38 …="msvc" if not "%platform%"=="ARM" vcpkg install glib:%triplet% freetype:%triplet% cairo:%triplet%'
|
D | azure-pipelines.yml | 7 triplet: 'x86-windows'
|
/external/wpa_supplicant_8/hostapd/ |
D | hlr_auc_gw.txt | 11 text files: GSM triplet file (see hostapd.sim_db) and Milenage file (see 14 GSM triplet data is used for a more static configuration (e.g., triplets 26 hlr_auc_gw [-hu] [-s<socket path>] [-g<triplet file>] [-m<milenage file>] \ 34 -g<triplet file> = path for GSM authentication triplets
|
D | hostapd.sim_db | 1 # Example GSM authentication triplet file for EAP-SIM authenticator
|
D | hlr_auc_gw.c | 11 * a local implementation of SIM triplet and AKA authentication data generator. 17 * EAP-SIM / GSM triplet query/response: 287 printf("Could not open GSM triplet data file '%s'\n", fname); in read_gsm_triplets() 979 "hlr_auc_gw [-hu] [-s<socket path>] [-g<triplet file>] " in usage() 988 " -g<triplet file> = path for GSM authentication triplets\n" in usage()
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparseUtil.h | 147 * \class Triplet 149 * \brief A small structure to hold a non zero as a triplet (i,j,value). 154 class Triplet 157 Triplet() : m_row(0), m_col(0), m_value(0) {} 159 Triplet(const StorageIndex& i, const StorageIndex& j, const Scalar& v = Scalar(0))
|
/external/google-fruit/include/fruit/impl/meta/ |
D | graph.h | 23 #include <fruit/impl/meta/triplet.h> 45 // Triplet<NewVisitedSet, Loop, IsLoopComplete>, where Loop is the Vector representing the part 53 // CurrentResult is a Triplet<VisitedSet, Loop, IsLoopComplete> (where IsLoopComplete 75 Triplet<VisitedSet, Vector<Node>, Bool<false>>,
|
D | triplet.h | 27 struct Triplet { struct 36 using type = Triplet<First, Second, Third>; argument
|
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/pythagorian/ |
D | main.cpp | 128 [](int /*x*/, std::tuple<int,int,int> triplet){return triplet;}) in wmain() argument 131 [](int /*z*/, std::tuple<int,int,int> triplet){return triplet;}); in wmain() argument
|
/external/python/cpython3/Lib/tkinter/ |
D | colorchooser.py | 15 # (given as an RGB triplet or a Tk color string) 38 # assume an RGB triplet
|
/external/python/cpython2/Lib/lib-tk/ |
D | tkColorChooser.py | 15 # (given as an RGB triplet or a Tk color string) 38 # assume an RGB triplet
|
/external/jsilver/src/com/google/streamhtmlparser/impl/ |
D | StateTableTransition.java | 23 * file. A state transition is a triplet as follows: 31 * <p>For example, the triplet ("a-z123", A, B) will cause the
|
/external/toolchain-utils/cros_utils/ |
D | command_executer.py | 72 Returns triplet (returncode, stdout, stderr). 217 Returns a triplet (returncode, stdout, stderr). 264 Returns triplet (returncode, stdout, stderr). 331 Returns a triplet (returncode, stdout, stderr). 350 Returns triplet (returncode, stdout, stderr). 412 Returns a triplet (returncode, stdout, stderr).
|
/external/eigen/doc/ |
D | TutorialSparse.dox | 97 …le>, and a triplet list of the same scalar type \c Triplet<double>. A triplet is a simple object … 198 typedef Eigen::Triplet<double> T; 211 See the SparseMatrix::setFromTriplets() function and class Triplet for more details.
|
/external/iw/ |
D | scan.c | 553 union ieee80211_country_ie_triplet *triplet = (void *) data; in print_country() local 555 if (triplet->ext.reg_extension_id >= IEEE80211_COUNTRY_EXTENSION_ID) { in print_country() 557 triplet->ext.reg_extension_id, in print_country() 558 triplet->ext.reg_class, in print_country() 559 triplet->ext.coverage_class, in print_country() 560 triplet->ext.coverage_class * 450); in print_country() 568 if (triplet->chans.first_channel <= 14) in print_country() 569 end_channel = triplet->chans.first_channel + (triplet->chans.num_channels - 1); in print_country() 571 end_channel = triplet->chans.first_channel + (4 * (triplet->chans.num_channels - 1)); in print_country() 573 …printf("\t\tChannels [%d - %d] @ %d dBm\n", triplet->chans.first_channel, end_channel, triplet->ch… in print_country()
|
/external/webp/src/dsp/ |
D | common_sse41.h | 37 // triplet by triplet in the output buffer rgb as rgbrgbrgbrgb ...
|
/external/eigen/unsupported/Eigen/src/SparseExtra/ |
D | BlockSparseMatrix.h | 85 // Function object to sort a triplet list 89 typedef typename Iterator::value_type Triplet; 90 bool operator()(const Triplet& a, const Triplet& b) 621 * \brief Fill values in a matrix from a triplet list. 623 * Each triplet item has a block stored in an Eigen dense matrix. 635 /* First, sort the triplet list
|
/external/eigen/doc/special_examples/ |
D | Tutorial_sparse_example.cpp | 5 typedef Eigen::Triplet<double> T;
|
/external/bsdiff/include/bsdiff/ |
D | patch_writer_interface.h | 36 // Add a new control triplet entry to the patch. These triplets may be added
|
/external/ImageMagick/ |
D | version.sh | 34 # Versions are denoted using a standard triplet of integers:
|
/external/fonttools/Lib/fontTools/misc/ |
D | encodingTools.py | 67 triplet. If encoding for these values is not known, by default None is
|