/frameworks/base/services/core/java/com/android/server/display/ |
VirtualDisplayAdapter.java | 90 // that it was added. The caller will handle it. 118 // event indicating that it was removed. The caller will handle it. 131 Iterator<VirtualDisplayDevice> it = mVirtualDisplayDevices.values().iterator(); local 132 while (it.hasNext()) { 133 VirtualDisplayDevice device = it.next();
|
/frameworks/compile/mclinker/lib/Object/ |
ObjectLinker.cpp | 137 // create the output symbol if it dose not have one 455 // shrad/executable objects, so it's fine to do so. 522 LinkerScript::Assignments::iterator it, ie = script.assignments().end(); local 524 for (it = script.assignments().begin(); it != ie; ++it) { 526 assert((*it).second.symbol().type() == Operand::SYMBOL); 527 const llvm::StringRef symName = (*it).second.symbol().name(); 544 switch ((*it).second.type()) { 576 (*it).first = symbol [all...] |
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
HexagonLDBackend.cpp | 151 HexagonPLT::iterator it = m_pPLT->begin(); local 152 unsigned int plt0_size = llvm::cast<PLTEntryBase>((*it)).size(); 154 memcpy(buffer, llvm::cast<PLTEntryBase>((*it)).getValue(), plt0_size); 156 ++it; 160 while (it != ie) { 161 plt1 = &(llvm::cast<PLTEntryBase>(*it)); 165 ++it; 187 // virtual fillment, ignore it. 312 for (HexagonGOT::iterator it = m_pGOT->begin(), ie = m_pGOT->end(); it != ie [all...] |
/frameworks/compile/mclinker/lib/Target/Mips/ |
MipsRelocator.cpp | 149 // and postpone it for later handling. 387 // Create a PLT entry if the symbol requires it and does not have it. 472 // Change symbol binding to Global if it's a weak symbol 477 // Define the copy symbol in the bss section and resolve it 493 for (Module::alias_iterator it = alias_list->begin(), ie = alias_list->end(); 494 it != ie; 495 ++it) { 496 const ResolveInfo* alias = *it; 525 for (RelocationSet::iterator it = relocs.begin(); it != relocs.end(); ++it 663 SymPLTMap::const_iterator it = m_SymPLTMap.find(&rsym); local [all...] |
/frameworks/compile/mclinker/lib/Target/X86/ |
X86Relocator.cpp | 230 // change symbol binding to Global if it's a weak symbol 235 // Define the copy symbol in the bss section and resolve it 250 Module::alias_iterator it, it_e = alias_list->end(); local 251 for (it = alias_list->begin(); it != it_e; ++it) { 252 const ResolveInfo* alias = *it; 501 // emit it into .dynsym 528 // create plt for this symbol if it does not have one 586 // if symbol is defined in the ouput file and it's no [all...] |
/libcore/luni/src/main/java/java/text/ |
MessageFormat.java | 103 * single quotes, but curly braces within it must be balanced. For example, 110 * have shown to be somewhat confusing. In particular, it isn't always obvious 326 * Message formats are not synchronized. It is recommended to create separate 328 * concurrently, it must be synchronized externally. 531 * Converts the specified objects into a string which it appends to the 609 * position's begin and end index if it has MessageFormat.Field.ARGUMENT as 665 Iterator<?> it = iterator.getAttributes().keySet().iterator(); local 666 while (it.hasNext()) { 668 (AttributedCharacterIterator.Attribute) it.next(); 677 * Converts the specified objects into a string which it appends to th [all...] |
/ndk/sources/third_party/googletest/googletest/test/ |
gtest-printers_test.cc | 381 // output first and use it as our expectation. 594 // The difference between this and Print() is that it ensures that the 682 // "\x6BANANA" is ambiguous, it can be interpreted as starting with either of: 972 iterator it = {}; local 973 EXPECT_EQ("1-byte object <00>", Print(it)); 983 const_iterator it = {}; local 984 EXPECT_EQ("1-byte object <00>", Print(it)); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/ |
ov_tree_map_.hpp | 6 // software; you can redistribute it and/or modify it under the terms 11 // This library is distributed in the hope that it will be useful, but 33 // purpose. It is provided "as is" without express or implied 195 iterator it = m_a_vec; 196 while (it != m_r_last_it) 198 it->~value_type(); 199 ++it; 235 template<typename It> 237 copy_from_range(It, It) 259 point_iterator it = lower_bound(r_key); local 278 point_iterator it = lower_bound(r_key); local 293 pointer it = m_a_values; local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/ |
ov_tree_map_.hpp | 6 // software; you can redistribute it and/or modify it under the terms 11 // This library is distributed in the hope that it will be useful, but 33 // purpose. It is provided "as is" without express or implied 195 iterator it = m_a_vec; 196 while (it != m_r_last_it) 198 it->~value_type(); 199 ++it; 235 template<typename It> 237 copy_from_range(It, It) 259 point_iterator it = lower_bound(r_key); local 278 point_iterator it = lower_bound(r_key); local 293 pointer it = m_a_values; local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/ov_tree_map_/ |
ov_tree_map_.hpp | 6 // software; you can redistribute it and/or modify it under the terms 11 // This library is distributed in the hope that it will be useful, but 33 // purpose. It is provided "as is" without express or implied 195 iterator it = m_a_vec; 196 while (it != m_r_last_it) 198 it->~value_type(); 199 ++it; 235 template<typename It> 237 copy_from_range(It, It) 259 point_iterator it = lower_bound(r_key); local 278 point_iterator it = lower_bound(r_key); local 293 pointer it = m_a_values; local [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/ov_tree_map_/ |
ov_tree_map_.hpp | 6 // software; you can redistribute it and/or modify it under the terms 11 // This library is distributed in the hope that it will be useful, but 33 // purpose. It is provided "as is" without express or implied 195 iterator it = m_a_vec; 196 while (it != m_r_last_it) 198 it->~value_type(); 199 ++it; 235 template<typename It> 237 copy_from_range(It, It) 259 point_iterator it = lower_bound(r_key); local 278 point_iterator it = lower_bound(r_key); local 293 pointer it = m_a_values; local [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/ov_tree_map_/ |
ov_tree_map_.hpp | 6 // software; you can redistribute it and/or modify it under the terms 11 // This library is distributed in the hope that it will be useful, but 33 // purpose. It is provided "as is" without express or implied 195 iterator it = m_a_vec; 196 while (it != m_r_last_it) 198 it->~value_type(); 199 ++it; 235 template<typename It> 237 copy_from_range(It, It) 259 point_iterator it = lower_bound(r_key); local 278 point_iterator it = lower_bound(r_key); local 293 pointer it = m_a_values; local [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/ov_tree_map_/ |
ov_tree_map_.hpp | 6 // software; you can redistribute it and/or modify it under the terms 11 // This library is distributed in the hope that it will be useful, but 33 // purpose. It is provided "as is" without express or implied 195 iterator it = m_a_vec; 196 while (it != m_r_last_it) 198 it->~value_type(); 199 ++it; 235 template<typename It> 237 copy_from_range(It, It) 259 point_iterator it = lower_bound(r_key); local 278 point_iterator it = lower_bound(r_key); local 293 pointer it = m_a_values; local [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/ov_tree_map_/ |
ov_tree_map_.hpp | 6 // software; you can redistribute it and/or modify it under the terms 11 // This library is distributed in the hope that it will be useful, but 33 // purpose. It is provided "as is" without express or implied 195 iterator it = m_a_vec; 196 while (it != m_r_last_it) 198 it->~value_type(); 199 ++it; 235 template<typename It> 237 copy_from_range(It, It) 259 point_iterator it = lower_bound(r_key); local 278 point_iterator it = lower_bound(r_key); local 293 pointer it = m_a_values; local [all...] |
/prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/ |
commons-collections-3.2.1.jar | |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/ |
AndroidManifestDescriptors.java | 115 // The "package" attribute is treated differently as it doesn't have the standard 170 * It first computes the new children of the descriptor and then updates them 256 * Otherwise, if it contains a (/) the format is "element/attribute", for example 274 * Otherwise, if it contains a (/) the format is "element/attribute", for example 367 * Inserts an attribute in this element attribute list if it is not present there yet 389 * It then finds all children of the descriptor, inflates them recursively and sets them 499 * - if there's a dash, skip it and capitalize the next one 547 for (Iterator<String> it = elementsDeclared.iterator(); it.hasNext();) { 548 String xmlName = it.next() [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/ |
SystraceOptionsDialogV2.java | 310 TableItem it = table.getItem(i); local 311 if (it.getChecked()) {
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.equinox.p2.director_2.3.1.v20140221-1852.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.p2.director_2.3.0.v20130526-0335.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar | |
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ |
Plot.java | 63 * The RenderMode used by a Plot to draw it's self onto the screen. The RenderMode can be set
125 * Used for caching renderer instances. Note that once a renderer is initialized it remains initialized
416 // if this series implements PlotListener, add it as a listener:
436 // if series implements PlotListener, remove it from listeners:
455 for(Iterator<SeriesAndFormatterList<SeriesType,FormatterType>> it = seriesRegistry.values().iterator(); it.hasNext();) {
456 if(it.next().size() <= 0) {
457 it.remove();
461 // if series implements PlotListener, remove it from listeners:
471 for(Iterator<SeriesAndFormatterList<SeriesType,FormatterType>> it = seriesRegistry.values().iterator(); it.hasNext();) { [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
CertPathValidatorUtilities.java | 294 * Extract the value of the given extension, if it exists. 728 // However, it's breaking the tests. 806 for (Iterator it = issuerPrincipals.iterator(); it.hasNext(); ) 808 issuers.add(it.next()); 826 // Iterator it = issuers.iterator(); 828 // while (it.hasNext()) 834 // new ASN1InputStream(((X500Principal) it.next()) 855 Iterator it = issuers.iterator(); local 856 while (it.hasNext() [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
NumberRegression.java | 283 myformat it = new myformat(); local 284 logln(it.Now()); 285 oos.writeObject(it); 293 it.Now(); 295 if (!o._dateFormat.equals(it._dateFormat)) { [all...] |
/frameworks/base/core/java/android/content/ |
IntentFilter.java | 42 * and/or path) in an Intent. It also includes a "priority" value which is 57 * will not be tested if no values have been given (treating it as a wildcard); 68 * has somewhat special meaning: it will match either an Intent with no URI 71 * you must also specify one or more schemes that it is associated with. 73 * one or more schemes it is associated with. 92 * Intent action; if the filter specifies no actions, then it will only match 190 * lower numbers reduce it. 197 * lower numbers reduce it. 247 * The filter didn't match because it required one or more categories 359 * can call and turns it into a runtime exception 1404 Iterator<String> it = categories.iterator(); local 1669 Iterator<String> it = mActions.iterator(); local 1678 Iterator<String> it = mCategories.iterator(); local 1687 Iterator<String> it = mDataSchemes.iterator(); local 1696 Iterator<PatternMatcher> it = mDataSchemeSpecificParts.iterator(); local 1706 Iterator<AuthorityEntry> it = mDataAuthorities.iterator(); local 1718 Iterator<PatternMatcher> it = mDataPaths.iterator(); local 1728 Iterator<String> it = mDataTypes.iterator(); local 1931 Iterator<IntentFilter.AuthorityEntry> it = authoritiesIterator(); local [all...] |
/packages/apps/Calendar/src/com/android/calendar/agenda/ |
AgendaWindowAdapter.java | 61 listview.setSelection() in 2 rapid secessions but it dropped or didn't process the first one. 170 private int mStickyHeaderSize = 44; // Initial size big enough for it to work 192 // Note: Formatter is not thread safe. Fine for now as it is only used by the main thread. 474 // and it is the first day with events after yesterday. 649 // If this is not a day header, then it's an event. 737 // If AllInOneActivity is sending a second GOTO event(in OnResume), ignore it. 1204 Iterator<QuerySpec> it = mQueryQueue.iterator(); local [all...] |