Searched refs:bindings (Results 1 – 9 of 9) sorted by relevance
4 generating bindings in C++.
92 final ArrayMap<Intent.FilterComparison, IntentBindRecord> bindings field in ServiceRecord343 if (bindings.size() > 0) { in writeToProto()344 final int N = bindings.size(); in writeToProto()346 IntentBindRecord b = bindings.valueAt(i); in writeToProto()455 if (bindings.size() > 0) { in dump()457 for (int i=0; i<bindings.size(); i++) { in dump()458 IntentBindRecord b = bindings.valueAt(i); in dump()720 IntentBindRecord i = bindings.get(filter); in retrieveAppBindingLocked()723 bindings.put(filter, i); in retrieveAppBindingLocked()
856 IntentBindRecord ib = r.record.bindings.get(r.record.intent); in peekServiceLocked()1853 IntentBindRecord b = r.bindings.get(filter); in publishServiceLocked()1976 IntentBindRecord b = r.bindings.get(filter); in unbindFinishedLocked()2648 for (int i=r.bindings.size()-1; i>=0; i--) { in requestServiceBindingsLocked()2649 IntentBindRecord ibr = r.bindings.valueAt(i); in requestServiceBindingsLocked()2917 for (int i = r.bindings.size() - 1; i >= 0; i--) { in bringDownServiceLocked()2918 IntentBindRecord ibr = r.bindings.valueAt(i); in bringDownServiceLocked()3060 if (r.bindings.size() > 0) { in bringDownServiceLocked()3061 r.bindings.clear(); in bringDownServiceLocked()3302 r.bindings.clear(); in serviceDoneExecutingLocked()[all …]
10 LLDB's python bindings. The test suite will push several test app's onto123 This will print out a path to the lldb python bindings on your local machine.140 Building LLDB python bindings:153 As a post build step, swig will generate the python bindings for lldb.205 The LLDB python bindings should have built in
341 std::vector<VkDescriptorSetLayoutBinding> bindings( in InitDescriptorAndPipelineLayouts() local348 bindings[i].binding = i; in InitDescriptorAndPipelineLayouts()356 .pBindings = bindings.data(), in InitDescriptorAndPipelineLayouts()
2 ``protoc`` is the compiler for ``.proto`` files. It generates language bindings
564 repeated IntentBindRecordProto bindings = 25; field
4080 …u32 bindingCount /// Number of bindings in the descr…4081 …kDescriptorSetLayoutBinding* pBindings /// Array of descriptor set layout bindings4156 … u32 vertexBindingDescriptionCount /// number of bindings9248 // TODO: iterate over boundObjects and clear memory bindings9260 // TODO: iterate over boundObjects and clear memory bindings9279 // TODO: iterate over boundObjects and clear memory bindings
112085 Ljava/net/NetworkInterface;->bindings:[Ljava/net/InterfaceAddress;