Searched defs:it (Results 1 - 25 of 113) sorted by last modified time

12345

/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/rs/cpu_ref/
H A DrsCpuScriptGroup2.cpp111 // An invoke should be in a batch by itself, so it conflicts with any other
124 const auto& it = argDeps.find(batched); local
125 if (it != argDeps.end()) {
126 const auto& args = (*it).second;
139 const auto& it = argDeps.find(lastBatched); local
141 if (it == argDeps.end()) {
145 const auto& args = (*it).second;
304 // The output filename has to be the last, in case we need to pop it out and
/frameworks/rs/rsov/compiler/
H A DBuiltin.cpp246 auto it = mFuncNameMap.find(strDemangled); local
247 if (it == mFuncNameMap.end()) {
250 return it->second;
H A DContext.h108 auto it = mVarNameToSlot.find(strVarName); local
109 if (it == mVarNameToSlot.end()) {
112 return it->second;
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/native/cmds/installd/
H A Dsystem_properties.h36 // Did not find equals sign, or it's the first character - isn't a valid line.
52 auto it = properties_.find(key); local
53 if (it != properties_.end()) {
54 return &it->second;
H A Dutils.cpp49 * Check that given string is valid filename, and that it attempts no
380 auto it = packageName.begin(); local
381 for (; it != packageName.end() && *it != '-'; it++) {
382 char c = *it;
406 for (; it != packageName.end(); it++) {
407 char c = *it;
764 * if it i
[all...]
/frameworks/native/cmds/lshal/
H A DListCommand.cpp532 auto it = allDebugInfos.find(fqInstanceName); local
533 if (it == allDebugInfos.end()) {
544 const DebugInfo &info = it->second;
/frameworks/native/libs/binder/
H A DPersistableBundle.cpp49 const auto& it = map.find(key); local
50 if (it == map.end()) return false;
51 *out = it->second;
/frameworks/native/libs/ui/
H A DFenceTime.cpp90 // getSignalTime(). This check races with getSignalTime(), but it is
106 // We store the valid state in the constructors and return it here.
147 // Make the signal time visible to everyone if it is no longer pending
285 // we are removing it from the timeline.
332 auto it = mMap.find(fence.get()); local
333 if (it != mMap.end()) {
334 for (auto& weakFenceTime : it->second) {
350 for (auto& it : mMap) {
352 auto& vect = it.second;
362 mMap.erase(it
[all...]
/frameworks/native/libs/vr/libvr_manager/
H A Dtrusted_uids.cpp20 // These are already whitelisted by the permission service, but it might not
29 auto it = uid_cache.find(uid); local
30 if (it != uid_cache.end())
31 return it->second;
40 // Note: we ignore the pid because it's only used to automatically reply
/frameworks/native/opengl/libagl/
H A Dprimitives.cpp31 int32_t* it, int32_t c0, int32_t c1, int32_t c2);
280 // can't handle it.
303 int compute_iterators_t::iteratorsScale(GGLfixed* it, argument
325 it[0] = c;
326 it[1] = dcdx;
327 it[2] = dcdy;
331 void compute_iterators_t::iterators1616(GGLfixed* it, argument
342 it[0] = c;
343 it[1] = dcdx;
344 it[
347 iterators0032(int64_t* it, int32_t c0, int32_t c1, int32_t c2) const argument
362 iterators0032(int32_t* it, int32_t c0, int32_t c1, int32_t c2) const argument
368 iterators0032(int32_t* it, int32_t c0, int32_t c1, int32_t c2) const argument
[all...]
/frameworks/native/services/sensorservice/
H A DSensorDevice.cpp71 // Sanity check and clamp power if it is 0 (or close)
99 // Poke ISensor service. If it has lingering connection from previous generation of
100 // system server, it will kill itself. There is no intention to handle the poll result,
265 // If a connected dynamic sensor is deactivated, remove it from the
267 auto it = mConnectedDynamicSensors.find(handle); local
268 if (it != mConnectedDynamicSensors.end()) {
269 delete it->second;
270 mConnectedDynamicSensors.erase(it);
427 // Check if this sensor has been activated previously and disable it.
594 // if mTBatch <= mTSample, it i
629 auto it = mConnectedDynamicSensors.find(dyn.sensorHandle); local
650 auto it = mConnectedDynamicSensors.find(info.sensorHandle); local
[all...]
/frameworks/native/services/surfaceflinger/
H A DTransform.cpp232 Region::const_iterator it = reg.begin(); local
234 while (it != end) {
235 out.orSelf(transform(*it++));
/frameworks/native/vulkan/libvulkan/
H A Dlayers_extensions.cpp43 // TODO(jessehall): This file currently builds up global data structures as it
372 // Check whether it *may* be possible to load the library directly from
410 auto it = std::find_if(extensions.cbegin(), extensions.cend(), local
414 return (it != extensions.cend()) ? &*it : nullptr;
/frameworks/minikin/libs/minikin/
H A DFontLanguageListCache.cpp117 std::unordered_map<std::string, uint32_t>::const_iterator it = local
119 if (it != inst->mLanguageListLookupTable.end()) {
120 return it->second;
123 // Given language list is not in cache. Insert it and return newly assigned ID.
149 // The default language list has only one FontLanguage and it is the unsupported language.
/frameworks/data-binding/internal-prebuilts/com/android/databinding/localizemaven/1.1/
H A Dlocalizemaven-1.1.jar ... lang.Object doCall (java.lang.Object) Object it public java.lang.Object getLicense () public java. ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h100 bfs_iterator it = bfs_iterator(BinaryTreeBase<Input>::m_Root.node.left); local
101 if (it.isGroup())
102 ++it;
103 return it;
111 const_bfs_iterator it = local
113 if (it.isGroup())
114 ++it;
115 return it;
123 dfs_iterator it = dfs_iterator(BinaryTreeBase<Input>::m_Root.node.left); local
124 if (it
134 const_dfs_iterator it = local
155 iterator it = iterator(BinaryTreeBase<Input>::m_Root.node.left); local
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DArchive.cpp135 ArchiveMemberMapType::iterator it = m_ArchiveMemberMap.find(pName); local
136 if (it != m_ArchiveMemberMap.end())
137 return &(it.getEntry()->value());
H A DBranchIsland.cpp88 StubMapType::iterator it = m_StubMap.find(key); local
89 if (it != m_StubMap.end()) {
90 assert(it.getEntry()->value() != NULL);
91 return it.getEntry()->value();
H A DDebugString.cpp43 SectionData::iterator it, end = pSection.getSectionData()->end(); local
44 for (it = pSection.getSectionData()->begin(); it != end; ++it) {
45 if ((*it).getKind() == Fragment::Region) {
46 RegionFragment* frag = llvm::cast<RegionFragment>(&(*it));
H A DGarbageCollection.cpp89 ReachedSectionsTy::iterator it = m_ReachedSections.find(&pSection); local
90 if (it == m_ReachedSections.end())
92 return &it->second;
134 // 2. it has no reloc data. (All symbols in the input relocs are in the
308 // means no referenced between it and other sections, then skip it
316 SectionListTy::iterator it, end = reach_list->end(); local
317 for (it = reach_list->begin(); it != end; ++it) {
[all...]

Completed in 208 milliseconds

12345