HomeSort by relevance Sort by last modified time
    Searched defs:Pair (Results 151 - 175 of 824) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/wilhelm/tests/sandbox/
reverb.c 36 } Pair;
40 Pair pairs[] = {
  /libcore/ojluni/src/test/java/time/test/java/time/format/
TestReducedParser.java 216 // Strict Pair(endPos, value), Lenient Pair(endPos, value)
273 Pair strict, Pair lenient) {
288 Pair strict, Pair lenient) {
306 Pair strict, Pair lenient) {
321 Pair strict, Pair lenient)
    [all...]
  /packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/
PreIndexDataCollector.java 56 import android.util.Pair;
275 List<Pair<String, String>> getSiteMapFromProvider(Context packageContext, Uri uri) {
282 final List<Pair<String, String>> siteMapPairs = new ArrayList<>();
292 Log.w(TAG, "Incomplete site map pair: " + parentClass + "/" + childClass);
295 siteMapPairs.add(Pair.create(parentClass, childClass));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 55 /// desired value. The pointer member of the MemDepResult pair holds the
67 /// MemDepResult pair holds the instruction that defines the memory.
88 /// More detailed state info is encoded in the upper part of the pair (i.e.
276 /// A pair<Value*, bool> where the bool is true if the dependence is a read
280 /// This pair is used when caching information for a block.
287 /// This record is the information kept for each (value, is load) pair.
289 /// The pair of the block and the skip-first-block flag.
290 BBSkipFirstBlockPair Pair;
328 typedef std::pair<NonLocalDepInfo, bool> PerInstNLInfo;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
MemoryDependenceAnalysis.h 55 /// desired value. The pointer member of the MemDepResult pair holds the
67 /// MemDepResult pair holds the instruction that defines the memory.
88 /// More detailed state info is encoded in the upper part of the pair (i.e.
276 /// A pair<Value*, bool> where the bool is true if the dependence is a read
280 /// This pair is used when caching information for a block.
287 /// This record is the information kept for each (value, is load) pair.
289 /// The pair of the block and the skip-first-block flag.
290 BBSkipFirstBlockPair Pair;
328 typedef std::pair<NonLocalDepInfo, bool> PerInstNLInfo;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
MemoryDependenceAnalysis.h 55 /// desired value. The pointer member of the MemDepResult pair holds the
67 /// MemDepResult pair holds the instruction that defines the memory.
88 /// More detailed state info is encoded in the upper part of the pair (i.e.
276 /// A pair<Value*, bool> where the bool is true if the dependence is a read
280 /// This pair is used when caching information for a block.
287 /// This record is the information kept for each (value, is load) pair.
289 /// The pair of the block and the skip-first-block flag.
290 BBSkipFirstBlockPair Pair;
328 typedef std::pair<NonLocalDepInfo, bool> PerInstNLInfo;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 55 /// desired value. The pointer member of the MemDepResult pair holds the
67 /// MemDepResult pair holds the instruction that defines the memory.
88 /// More detailed state info is encoded in the upper part of the pair (i.e.
276 /// A pair<Value*, bool> where the bool is true if the dependence is a read
280 /// This pair is used when caching information for a block.
287 /// This record is the information kept for each (value, is load) pair.
289 /// The pair of the block and the skip-first-block flag.
290 BBSkipFirstBlockPair Pair;
328 typedef std::pair<NonLocalDepInfo, bool> PerInstNLInfo;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
MemoryDependenceAnalysis.h 55 /// desired value. The pointer member of the MemDepResult pair holds the
67 /// MemDepResult pair holds the instruction that defines the memory.
88 /// More detailed state info is encoded in the upper part of the pair (i.e.
276 /// A pair<Value*, bool> where the bool is true if the dependence is a read
280 /// This pair is used when caching information for a block.
287 /// This record is the information kept for each (value, is load) pair.
289 /// The pair of the block and the skip-first-block flag.
290 BBSkipFirstBlockPair Pair;
328 typedef std::pair<NonLocalDepInfo, bool> PerInstNLInfo;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
MemoryDependenceAnalysis.h 55 /// desired value. The pointer member of the MemDepResult pair holds the
67 /// MemDepResult pair holds the instruction that defines the memory.
88 /// More detailed state info is encoded in the upper part of the pair (i.e.
276 /// A pair<Value*, bool> where the bool is true if the dependence is a read
280 /// This pair is used when caching information for a block.
287 /// This record is the information kept for each (value, is load) pair.
289 /// The pair of the block and the skip-first-block flag.
290 BBSkipFirstBlockPair Pair;
328 typedef std::pair<NonLocalDepInfo, bool> PerInstNLInfo;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
WrapInWizard.java 36 import com.android.utils.Pair;
74 private List<Pair<String, ViewElementDescriptor>> mClassNames;
165 static List<Pair<String, ViewElementDescriptor>> addLayouts(IProject project,
168 List<Pair<String, ViewElementDescriptor>> classNames =
169 new ArrayList<Pair<String, ViewElementDescriptor>>();
174 classNames.add(Pair.of(RADIO_GROUP, (ViewElementDescriptor) null));
177 classNames.add(Pair.<String,ViewElementDescriptor>of(null, null));
180 Pair<List<String>,List<String>> result = CustomViewFinder.findViews(project, true);
186 classNames.add(Pair.of(view, (ViewElementDescriptor) null));
189 classNames.add(Pair.<String,ViewElementDescriptor>of(null, null))
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
SdkSelectionPage.java 33 import com.android.utils.Pair;
242 Collections.sort(mValues.samples, new Comparator<Pair<String, File>>() {
244 public int compare(Pair<String, File> o1, Pair<String, File> o2) {
277 * pair is (String: sample display name => File: sample directory).
284 List<Pair<String, File>> samplesPaths) {
311 List<Pair<String, File>> samplesPaths) {
336 samplesPaths.add(Pair.of(name, sampleDir));
  /external/annotation-tools/annotation-file-utilities/src/annotator/scanner/
MethodOffsetClassVisitor.java 17 import com.sun.tools.javac.util.Pair;
80 Pair.of(methodName, Pair.of(index, start.getOffset())),
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
p5.cpp 3 template<typename T, typename U> struct pair;
14 typedef pair<Types..., int> expand_with_pacs; // okay
15 typedef pair<Types, int...> expand_no_packs; // expected-error{{pack expansion does not contain any unexpanded parameter packs}}
16 typedef pair<pair<Types..., int>..., int> expand_with_expanded_nested; // expected-error{{pack expansion does not contain any unexpanded parameter packs}}
25 typedef tuple<pair<Types, OtherTypes>...> type; // expected-error{{pack expansion contains parameter packs 'Types' and 'OtherTypes' that have different lengths (3 vs. 2)}}
31 tuple<pair<int, unsigned int>, pair<long, unsigned long> >*il_pairs_2 = il_pairs;
114 typedef pair<Types, int> template_specialization; // expected-error{{declaration type contains unexpanded parameter pack 'Types'}}
373 template<typename T, typename U> struct pair;
    [all...]
  /external/libmojo/third_party/jinja2/
nodes.py 495 :class:`Pair` nodes.
504 class Pair(Helper):
505 """A key, value pair for dicts."""
514 """A key, value pair for keyword arguments where key is a string."""
  /external/llvm/include/llvm/IR/
ModuleSummaryIndex.h 233 /// <CalleeValueInfo, CalleeInfo> call edge pair.
234 typedef std::pair<ValueInfo, CalleeInfo> EdgeTy;
324 typedef StringMap<std::pair<uint64_t, ModuleHash>> ModulePathStringTableTy;
418 const StringMap<std::pair<uint64_t, ModuleHash>> &modulePaths() const {
423 StringMap<std::pair<uint64_t, ModuleHash>> &modulePaths() {
458 std::pair<StringRef, StringRef> Pair = Name.split(".llvm.");
459 return Pair.first;
  /external/llvm/lib/Analysis/
StratifiedSets.h 305 for (auto &Pair : Values) {
306 auto &Info = Pair.second;
409 auto Pair = Values.insert(std::make_pair(ToAdd, Info));
410 if (Pair.second)
413 auto &Iter = Pair.first;
  /external/llvm/lib/Target/AMDGPU/
R600ControlFlowFinalizer.cpp 203 typedef std::pair<MachineInstr *, std::vector<MachineInstr *> > ClauseFile;
351 const SmallVector<std::pair<MachineOperand *, int64_t>, 3> Srcs =
507 std::vector<std::pair<unsigned, std::set<MachineInstr *> > > LoopStack;
560 std::pair<unsigned, std::set<MachineInstr *> > Pair(CfCount,
562 Pair.second.insert(MIb);
563 LoopStack.push_back(std::move(Pair));
570 std::pair<unsigned, std::set<MachineInstr *> > Pair =
573 CounterPropagateAddr(Pair.second, CfCount)
    [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowParcel.java 9 import android.util.Pair;
357 // List of elements where a pair is a piece of data and the sizeof that data
358 private List<Pair<Integer, ?>> buffer = new ArrayList<>();
516 byteBuffer.buffer.add(Pair.create(sizeOf, value));
534 for (Pair<Integer, ?> element : buffer) {
594 for (Pair<Integer, ?> element : buffer) {
605 Pair<Integer, ?> value = Pair.create(i, o);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
BasicAliasAnalysis.cpp 519 typedef std::pair<Location, Location> LocPair;
    [all...]
MemoryDependenceAnalysis.cpp     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
ScanRequestProxy.java 32 import android.util.Pair;
95 // Keys in the map = Pair<Uid, PackageName> of the app.
97 private final ArrayMap<Pair<Integer, String>, LinkedList<Long>> mLastScanTimestampsForFgApps =
256 Pair<Integer, String> uidAndPackageNamePair = Pair.create(callingUid, packageName);
425 mLastScanTimestampsForFgApps.remove(Pair.create(uid, packageName));
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
PasspointManager.java 43 import android.util.Pair;
344 * @return A pair of {@link PasspointProvider} and match status.
346 public Pair<PasspointProvider, PasspointMatch> matchProvider(ScanResult scanResult) {
347 List<Pair<PasspointProvider, PasspointMatch>> allMatches = getAllMatchedProviders(
353 Pair<PasspointProvider, PasspointMatch> bestMatch = null;
354 for (Pair<PasspointProvider, PasspointMatch> match : allMatches) {
381 public List<Pair<PasspointProvider, PasspointMatch>> getAllMatchedProviders(
383 List<Pair<PasspointProvider, PasspointMatch>> allMatches = new ArrayList<>();
417 allMatches.add(Pair.create(provider, matchStatus));
422 for (Pair<PasspointProvider, PasspointMatch> match : allMatches)
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiLastResortWatchdogTest.java 28 import android.util.Pair;
69 private List<Pair<ScanDetail, WifiConfiguration>> createFilteredQnsCandidates(String[] ssids,
72 List<Pair<ScanDetail, WifiConfiguration>> candidates = new ArrayList<>();
87 candidates.add(Pair.create(scanDetail, config));
92 private List<Pair<ScanDetail, WifiConfiguration>> createFilteredQnsCandidates(String[] ssids,
95 List<Pair<ScanDetail, WifiConfiguration>> candidates =
96 new ArrayList<Pair<ScanDetail, WifiConfiguration>>();
112 candidates.add(Pair.create(scanDetail, config));
137 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids,
177 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids
    [all...]
  /frameworks/support/v7/recyclerview/src/test/java/androidx/recyclerview/widget/
ViewInfoStoreTest.java 36 import androidx.core.util.Pair;
168 assertEquals(new Pair<>(null, info), mCallback.appeared.get(vh));
180 assertEquals(new Pair<>(info, null), mCallback.disappeared.get(vh));
193 assertEquals(new Pair<>(info, null), mCallback.disappeared.get(vh));
208 assertEquals(new Pair<>(pre, post), mCallback.disappeared.get(vh));
227 assertEquals(mCallback.persistent.get(vh), new Pair<>(pre, post));
284 final Map<ViewHolder, Pair<ItemHolderInfo, ItemHolderInfo>> disappeared = new HashMap<>();
285 final Map<ViewHolder, Pair<ItemHolderInfo, ItemHolderInfo>> appeared = new HashMap<>();
286 final Map<ViewHolder, Pair<ItemHolderInfo, ItemHolderInfo>> persistent = new HashMap<>();
294 disappeared.put(viewHolder, new Pair<>(preInfo, postInfo))
    [all...]
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
DragAndDropManagerTests.java 31 import android.util.Pair;
666 mClipper.copyFromClip.assertLastArgument(Pair.create(expect, mClipData));
692 mClipper.copyFromClip.assertLastArgument(Pair.create(expect, mClipData));
725 mClipper.copyFromClip.assertLastArgument(Pair.create(expect, mClipData));
766 mClipper.copyFromClip.assertLastArgument(Pair.create(stack, mClipData));
788 mClipper.copyFromClip.assertLastArgument(Pair.create(stack, mClipData));
810 mClipper.copyFromClip.assertLastArgument(Pair.create(stack, mClipData));
    [all...]

Completed in 879 milliseconds

1 2 3 4 5 67 8 91011>>