OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:license
(Results
7276 - 7300
of
76890
) sorted by null
<<
291
292
293
294
295
296
297
298
299
300
>>
/frameworks/base/test-runner/src/android/test/
TestSuiteProvider.java
4
* Licensed under the Apache
License
, Version 2.0 (the "
License
");
5
* you may not use this file except in compliance with the
License
.
6
* You may obtain a copy of the
License
at
8
* http://www.apache.org/licenses/
LICENSE
-2.0
11
* distributed under the
License
is distributed on an "AS IS" BASIS,
13
* See the
License
for the specific language governing permissions and
14
* limitations under the
License
.
/frameworks/base/test-runner/src/android/test/suitebuilder/
AssignableFrom.java
4
* Licensed under the Apache
License
, Version 2.0 (the "
License
");
5
* you may not use this file except in compliance with the
License
.
6
* You may obtain a copy of the
License
at
8
* http://www.apache.org/licenses/
LICENSE
-2.0
11
* distributed under the
License
is distributed on an "AS IS" BASIS,
13
* See the
License
for the specific language governing permissions and
14
* limitations under the
License
.
InstrumentationTestSuiteBuilder.java
4
* Licensed under the Apache
License
, Version 2.0 (the "
License
");
5
* you may not use this file except in compliance with the
License
.
6
* You may obtain a copy of the
License
at
8
* http://www.apache.org/licenses/
LICENSE
-2.0
11
* distributed under the
License
is distributed on an "AS IS" BASIS,
13
* See the
License
for the specific language governing permissions and
14
* limitations under the
License
.
SmokeTestSuiteBuilder.java
4
* Licensed under the Apache
License
, Version 2.0 (the "
License
");
5
* you may not use this file except in compliance with the
License
.
6
* You may obtain a copy of the
License
at
8
* http://www.apache.org/licenses/
LICENSE
-2.0
11
* distributed under the
License
is distributed on an "AS IS" BASIS,
13
* See the
License
for the specific language governing permissions and
14
* limitations under the
License
.
UnitTestSuiteBuilder.java
4
* Licensed under the Apache
License
, Version 2.0 (the "
License
");
5
* you may not use this file except in compliance with the
License
.
6
* You may obtain a copy of the
License
at
8
* http://www.apache.org/licenses/
LICENSE
-2.0
11
* distributed under the
License
is distributed on an "AS IS" BASIS,
13
* See the
License
for the specific language governing permissions and
14
* limitations under the
License
.
/frameworks/base/test-runner/tests/
Android.mk
3
# Licensed under the Apache
License
, Version 2.0 (the "
License
");
4
# you may not use this file except in compliance with the
License
.
5
# You may obtain a copy of the
License
at
7
# http://www.apache.org/licenses/
LICENSE
-2.0
10
# distributed under the
License
is distributed on an "AS IS" BASIS,
12
# See the
License
for the specific language governing permissions and
13
# limitations under the
License
.
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/
OuterTest.java
4
* Licensed under the Apache
License
, Version 2.0 (the "
License
");
5
* you may not use this file except in compliance with the
License
.
6
* You may obtain a copy of the
License
at
8
* http://www.apache.org/licenses/
LICENSE
-2.0
11
* distributed under the
License
is distributed on an "AS IS" BASIS,
13
* See the
License
for the specific language governing permissions and
14
* limitations under the
License
.
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/constructor/
NoPublicConstructorTest.java
4
* Licensed under the Apache
License
, Version 2.0 (the "
License
");
5
* you may not use this file except in compliance with the
License
.
6
* You may obtain a copy of the
License
at
8
* http://www.apache.org/licenses/
LICENSE
-2.0
11
* distributed under the
License
is distributed on an "AS IS" BASIS,
13
* See the
License
for the specific language governing permissions and
14
* limitations under the
License
.
ProtectedConstructorTest.java
4
* Licensed under the Apache
License
, Version 2.0 (the "
License
");
5
* you may not use this file except in compliance with the
License
.
6
* You may obtain a copy of the
License
at
8
* http://www.apache.org/licenses/
LICENSE
-2.0
11
* distributed under the
License
is distributed on an "AS IS" BASIS,
13
* See the
License
for the specific language governing permissions and
14
* limitations under the
License
.
PublicConstructorTest.java
4
* Licensed under the Apache
License
, Version 2.0 (the "
License
");
5
* you may not use this file except in compliance with the
License
.
6
* You may obtain a copy of the
License
at
8
* http://www.apache.org/licenses/
LICENSE
-2.0
11
* distributed under the
License
is distributed on an "AS IS" BASIS,
13
* See the
License
for the specific language governing permissions and
14
* limitations under the
License
.
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/error/
ErrorTest.java
4
* Licensed under the Apache
License
, Version 2.0 (the "
License
");
5
* you may not use this file except in compliance with the
License
.
6
* You may obtain a copy of the
License
at
8
* http://www.apache.org/licenses/
LICENSE
-2.0
11
* distributed under the
License
is distributed on an "AS IS" BASIS,
13
* See the
License
for the specific language governing permissions and
14
* limitations under the
License
.
FailingTest.java
4
* Licensed under the Apache
License
, Version 2.0 (the "
License
");
5
* you may not use this file except in compliance with the
License
.
6
* You may obtain a copy of the
License
at
8
* http://www.apache.org/licenses/
LICENSE
-2.0
11
* distributed under the
License
is distributed on an "AS IS" BASIS,
13
* See the
License
for the specific language governing permissions and
14
* limitations under the
License
.
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/instrumentation/
InstrumentationTest.java
4
* Licensed under the Apache
License
, Version 2.0 (the "
License
");
5
* you may not use this file except in compliance with the
License
.
6
* You may obtain a copy of the
License
at
8
* http://www.apache.org/licenses/
LICENSE
-2.0
11
* distributed under the
License
is distributed on an "AS IS" BASIS,
13
* See the
License
for the specific language governing permissions and
14
* limitations under the
License
.
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/nested/
Level1Test.java
4
* Licensed under the Apache
License
, Version 2.0 (the "
License
");
5
* you may not use this file except in compliance with the
License
.
6
* You may obtain a copy of the
License
at
8
* http://www.apache.org/licenses/
LICENSE
-2.0
11
* distributed under the
License
is distributed on an "AS IS" BASIS,
13
* See the
License
for the specific language governing permissions and
14
* limitations under the
License
.
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/nested/nested/
Level2Test.java
4
* Licensed under the Apache
License
, Version 2.0 (the "
License
");
5
* you may not use this file except in compliance with the
License
.
6
* You may obtain a copy of the
License
at
8
* http://www.apache.org/licenses/
LICENSE
-2.0
11
* distributed under the
License
is distributed on an "AS IS" BASIS,
13
* See the
License
for the specific language governing permissions and
14
* limitations under the
License
.
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/simple/
AnotherSimpleTest.java
4
* Licensed under the Apache
License
, Version 2.0 (the "
License
");
5
* you may not use this file except in compliance with the
License
.
6
* You may obtain a copy of the
License
at
8
* http://www.apache.org/licenses/
LICENSE
-2.0
11
* distributed under the
License
is distributed on an "AS IS" BASIS,
13
* See the
License
for the specific language governing permissions and
14
* limitations under the
License
.
SimpleTest.java
4
* Licensed under the Apache
License
, Version 2.0 (the "
License
");
5
* you may not use this file except in compliance with the
License
.
6
* You may obtain a copy of the
License
at
8
* http://www.apache.org/licenses/
LICENSE
-2.0
11
* distributed under the
License
is distributed on an "AS IS" BASIS,
13
* See the
License
for the specific language governing permissions and
14
* limitations under the
License
.
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/smoke/
NonSmokeTest.java
4
* Licensed under the Apache
License
, Version 2.0 (the "
License
");
5
* you may not use this file except in compliance with the
License
.
6
* You may obtain a copy of the
License
at
8
* http://www.apache.org/licenses/
LICENSE
-2.0
11
* distributed under the
License
is distributed on an "AS IS" BASIS,
13
* See the
License
for the specific language governing permissions and
14
* limitations under the
License
.
SmokeTest.java
4
* Licensed under the Apache
License
, Version 2.0 (the "
License
");
5
* you may not use this file except in compliance with the
License
.
6
* You may obtain a copy of the
License
at
8
* http://www.apache.org/licenses/
LICENSE
-2.0
11
* distributed under the
License
is distributed on an "AS IS" BASIS,
13
* See the
License
for the specific language governing permissions and
14
* limitations under the
License
.
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/subclass/
SubclassTest.java
4
* Licensed under the Apache
License
, Version 2.0 (the "
License
");
5
* you may not use this file except in compliance with the
License
.
6
* You may obtain a copy of the
License
at
8
* http://www.apache.org/licenses/
LICENSE
-2.0
11
* distributed under the
License
is distributed on an "AS IS" BASIS,
13
* See the
License
for the specific language governing permissions and
14
* limitations under the
License
.
SuperclassTest.java
4
* Licensed under the Apache
License
, Version 2.0 (the "
License
");
5
* you may not use this file except in compliance with the
License
.
6
* You may obtain a copy of the
License
at
8
* http://www.apache.org/licenses/
LICENSE
-2.0
11
* distributed under the
License
is distributed on an "AS IS" BASIS,
13
* See the
License
for the specific language governing permissions and
14
* limitations under the
License
.
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/suppress/
PartiallySuppressedTest.java
4
* Licensed under the Apache
License
, Version 2.0 (the "
License
");
5
* you may not use this file except in compliance with the
License
.
6
* You may obtain a copy of the
License
at
8
* http://www.apache.org/licenses/
LICENSE
-2.0
11
* distributed under the
License
is distributed on an "AS IS" BASIS,
13
* See the
License
for the specific language governing permissions and
14
* limitations under the
License
.
SuppressedTest.java
4
* Licensed under the Apache
License
, Version 2.0 (the "
License
");
5
* you may not use this file except in compliance with the
License
.
6
* You may obtain a copy of the
License
at
8
* http://www.apache.org/licenses/
LICENSE
-2.0
11
* distributed under the
License
is distributed on an "AS IS" BASIS,
13
* See the
License
for the specific language governing permissions and
14
* limitations under the
License
.
/frameworks/base/tests/ActivityTests/res/values/
strings.xml
4
Licensed under the Apache
License
, Version 2.0 (the "
License
");
5
you may not use this file except in compliance with the
License
.
6
You may obtain a copy of the
License
at
8
http://www.apache.org/licenses/
LICENSE
-2.0
11
distributed under the
License
is distributed on an "AS IS" BASIS,
13
See the
License
for the specific language governing permissions and
14
limitations under the
License
.
/frameworks/base/tests/BandwidthTests/
Android.mk
4
# Licensed under the Apache
License
, Version 2.0 (the "
License
");
5
# you may not use this file except in compliance with the
License
.
6
# You may obtain a copy of the
License
at
8
# http://www.apache.org/licenses/
LICENSE
-2.0
11
# distributed under the
License
is distributed on an "AS IS" BASIS,
13
# See the
License
for the specific language governing permissions and
14
# limitations under the
License
.
Completed in 392 milliseconds
<<
291
292
293
294
295
296
297
298
299
300
>>