HomeSort by relevance Sort by last modified time
    Searched defs:Bindings (Results 1 - 8 of 8) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcnsip.h 16 RPC_BINDING_VECTOR *Bindings;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
macosxSupport.py 97 from idlelib import Bindings
147 Bindings.menudefs.insert(0,
155 Bindings.menudefs[0][1].append(
165 del Bindings.menudefs[-1][1][0]
EditorWindow.py 117 from idlelib import Bindings
780 self.Bindings.default_keydefs = keydefs = idleConf.GetCurrentKeySet()
792 self.Bindings.default_keydefs = keydefs = idleConf.GetCurrentKeySet()
800 for menu in self.Bindings.menudefs:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
macosxSupport.py 97 from idlelib import Bindings
147 Bindings.menudefs.insert(0,
155 Bindings.menudefs[0][1].append(
165 del Bindings.menudefs[-1][1][0]
EditorWindow.py 117 from idlelib import Bindings
780 self.Bindings.default_keydefs = keydefs = idleConf.GetCurrentKeySet()
792 self.Bindings.default_keydefs = keydefs = idleConf.GetCurrentKeySet()
800 for menu in self.Bindings.menudefs:
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 130 if (Bindings.empty())
131 Bindings.push_back(BoundNodesMap());
132 for (unsigned i = 0, e = Bindings.size(); i != e; ++i)
133 Bindings[i].addNode(Id, Node);
137 void addMatch(const BoundNodesTreeBuilder &Bindings);
146 Bindings.erase(std::remove_if(Bindings.begin(), Bindings.end(), Predicate),
147 Bindings.end());
148 return !Bindings.empty()
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 442 /// \returns The updated store bindings, or \c None if binding non-lazily
461 /// Clears out all bindings in the given region and assigns a new value
521 /// Get bindings for the values in a struct and return a CompoundVal, used
530 /// Used to lazily generate derived symbols for bindings that are defined
531 /// implicitly by default bindings in a super region.
695 // Scan the entire set of bindings and record the region clusters.
803 /// Collects all bindings in \p Cluster that may refer to bindings within
810 /// default bindings that may extend beyond \p Top itself, e.g. if \p Top is
813 collectSubRegionBindings(SmallVectorImpl<BindingPair> &Bindings,
    [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 555 milliseconds