HomeSort by relevance Sort by last modified time
    Searched refs:List (Results 1 - 25 of 13858) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
disable-tail-calls.c 3 typedef struct List {
4 struct List *next;
6 } List;
8 // CHECK-LABEL: define %struct.List* @find
9 List *find(List *head, int data) {
14 // CHECK: call %struct.List* @find
  /external/llvm/unittests/ADT/
ilistTest.cpp 30 ilist<Node> List;
31 List.push_back(Node(1));
32 EXPECT_EQ(1, List.back().Value);
33 EXPECT_EQ(nullptr, List.getPrevNode(List.back()));
34 EXPECT_EQ(nullptr, List.getNextNode(List.back()));
36 List.push_back(Node(2));
37 EXPECT_EQ(2, List.back().Value);
38 EXPECT_EQ(2, List.getNextNode(List.front())->Value)
    [all...]
  /external/desugar/java/com/google/devtools/common/options/
OptionsProvider.java 17 import java.util.List;
29 List<String> getResidue();
37 * Returns a mutable copy of the list of all options that were specified either explicitly or
42 * <p>The returned list includes undocumented, hidden or implicit options, and should be filtered
44 * and the options it expanded to, and so blindly using this list for a new invocation will cause
47 List<ParsedOptionDescription> asCompleteListOfParsedOptions();
50 * Returns a list of all explicitly specified options, suitable for logging or for displaying back
55 * <p>The list includes undocumented options.
57 List<ParsedOptionDescription> asListOfExplicitOptions();
60 * Returns a list of the parsed options whose values are in the final value of the option, i.e
    [all...]
ArgsPreProcessor.java 16 import java.util.List;
18 /** Defines a preprocessing service for the "args" string list that is executed before parsing. */
21 List<String> preProcess(List<String> args) throws OptionsParsingException;
  /frameworks/base/core/java/android/app/
FragmentManagerNonConfig.java 20 import java.util.List;
36 private final List<Fragment> mFragments;
37 private final List<FragmentManagerNonConfig> mChildNonConfigs;
39 FragmentManagerNonConfig(List<Fragment> fragments,
40 List<FragmentManagerNonConfig> childNonConfigs) {
48 List<Fragment> getFragments() {
55 List<FragmentManagerNonConfig> getChildNonConfigs() {
  /cts/tests/tests/location/src/android/location/cts/psedorange/
PseudorangeSmoother.java 19 import java.util.List;
22 * Interface for smoothing a list of {@link GpsMeasurementWithRangeAndUncertainty} instances
28 * Takes an input list of {@link GpsMeasurementWithRangeAndUncertainty} instances and returns a
29 * new list that contains smoothed pseudorange measurements.
31 * <p>The input list is of size {@link GpsNavigationMessageStore#MAX_NUMBER_OF_SATELLITES} with
32 * not visible GPS satellites having null entries, and the returned new list is of the same size.
34 * <p>The method does not modify the input list.
36 List<GpsMeasurementWithRangeAndUncertainty> updatePseudorangeSmoothingResult(
37 List<GpsMeasurementWithRangeAndUncertainty> usefulSatellitesToGPSReceiverMeasurements);
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
ProtocolStringList.java 10 // notice, this list of conditions and the following disclaimer.
12 // copyright notice, this list of conditions and the following disclaimer
33 import java.util.List;
36 * An interface extending {@code List<String>} used for repeated string fields
37 * to provide optional access to the data as a list of ByteStrings. The
43 public interface ProtocolStringList extends List<String> {
45 /** Returns a view of the data as a list of ByteStrings. */
46 List<ByteString> asByteStringList();
  /test/suite_harness/tools/dex-tools/src/dex/structure/
DexClass.java 19 import java.util.List;
27 * Returns a list containing the names of all implemented interfaces.
29 * @return a list containing the names of all implemented interfaces
31 List<String> getInterfaces();
41 * Returns a list containing all fields declared by this {@code DexClass}.
43 * @return a list containing all fields declared by this {@code DexClass}
45 List<DexField> getFields();
48 * Returns a list containing all methods declared by this {@code DexClass}.
50 * @return a list containing all methods declared by this {@code DexClass}
52 List<DexMethod> getMethods()
    [all...]
DexFile.java 20 import java.util.List;
28 * Returns a list of {@code DexClass} elements that are part of this {@code
31 * @return a list of {@code DexClass} elements that are part of this {@code
34 public List<DexClass> getDefinedClasses();
  /external/annotation-tools/annotation-file-utilities/tests/
FieldGenericArray.java 3 import java.util.List;
6 List<Integer>[] field;
FieldSimpleGeneric.java 3 import java.util.List;
6 List<Integer> field;
NewMultiple.java 3 import java.util.List;
7 List var = (/* @Tainted*/ List) o;
12 List var = (/* @UnderInitialization*/ List) o;
LocalGenericShadow.java 3 import java.util.List;
7 public List<String> foo = null;
10 List<Integer> foo = null;
TypeCastGeneric.java 3 import java.util.List;
7 List<Integer> i = (List<Integer>) o;
TypeCastSimple.java 3 import java.util.List;
7 List myList = (/* @UnderInitialization*/ List) o;
ConstructorParamMultiple.java 3 import java.util.List;
8 /* @Tainted*/ List</* @UnderInitialization*/ Integer> b,
  /frameworks/support/fragment/src/main/java/androidx/fragment/app/
FragmentManagerNonConfig.java 24 import java.util.List;
36 private final List<Fragment> mFragments;
37 private final List<FragmentManagerNonConfig> mChildNonConfigs;
38 private final List<ViewModelStore> mViewModelStores;
40 FragmentManagerNonConfig(List<Fragment> fragments,
41 List<FragmentManagerNonConfig> childNonConfigs,
42 List<ViewModelStore> viewModelStores) {
51 List<Fragment> getFragments() {
58 List<FragmentManagerNonConfig> getChildNonConfigs() {
65 List<ViewModelStore> getViewModelStores()
    [all...]
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/ruby/
Sub1.java 18 import java.util.List;
21 private List<Integer> att1;
23 private List<Integer> att3;
25 public List<Integer> getAtt1() {
29 public void setAtt1(List<Integer> att1) {
41 public List<Integer> getAtt3() {
45 public void setAtt3(List<Integer> att3) {
  /frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
ParsedStatement.java 19 import java.util.List;
22 * A class that stores a list of statement and/or a list of delegate url.
26 private final List<Statement> mStatements;
27 private final List<String> mDelegates;
29 public ParsedStatement(List<Statement> statements, List<String> delegates) {
34 public List<Statement> getStatements() {
38 public List<String> getDelegates() {
  /external/annotation-tools/annotation-file-utilities/tests/source-extension/
Wildcards.java 1 import java.util.List;
5 List<?> l1;
6 List<? extends Object> l2;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
PermutationChromosome.java 19 import java.util.List;
42 List<T> decode(List<T> sequence);
  /external/testng/src/main/java/org/testng/
IMethodInterceptor.java 3 import java.util.List;
6 * This class is used to alter the list of test methods that TestNG is about to run.
12 * be passed in parameter. Implementers of this interface need to return a list of {@link IMethodInstance}
13 * that represents the list of test methods they want run. TestNG will run these methods in the
18 * Typically, the returned list will be just the methods passed in parameter but sorted
20 * same size as the original list or it can contain more methods).
32 List<IMethodInstance> intercept(List<IMethodInstance> methods, ITestContext context);
IReporter.java 5 import java.util.List;
19 void generateReport(List<XmlSuite> xmlSuites, List<ISuite> suites, String outputDirectory);
  /external/testng/src/main/java/org/testng/internal/thread/graph/
IThreadWorkerFactory.java 3 import java.util.List;
20 * @return list of workers
22 List<IWorker<T>> createWorkers(List<T> freeNodes);
  /packages/apps/DeskClock/src/com/android/deskclock/data/
CityListener.java 19 import java.util.List;
22 * The interface through which interested parties are notified of changes to the world cities list.
25 void citiesChanged(List<City> oldCities, List<City> newCities);

Completed in 1131 milliseconds

1 2 3 4 5 6 7 8 91011>>