OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:also
(Results
826 - 850
of
21871
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/frameworks/base/docs/html/tools/testing/
testing_android.jd
68
<h2>See
also
</h2>
113
The SDK tools for building and tests are available in Eclipse with ADT, and
also
in
119
The SDK
also
provides
169
The command-line tools
also
create the Ant build files you need.
224
a class that doesn't call Android APIs. <code>TestCase</code> is
also
the base class for
232
throw an exception if the comparison fails. Android
also
provides a class of assertions that
240
Note that the Android testing API supports JUnit 3 code style, but not JUnit 4.
Also
, you must
248
control an Android component independently of its normal lifecycle. They
also
control how
261
Also
, the system runs all the components of an application into the same
303
Also
, instrumentation can load both a test package and the application under test into th
[
all
...]
/frameworks/base/tools/layoutlib/create/
README.txt
43
dependent is
also
present elsewhere in code.
45
The resulting JAR is used by layoutlib_bridge (a.k.a. "the bridge"),
also
part of the platform, that
68
The analyzer is
also
given a list of class names to keep in the output. This is done using
73
The analyzer is
also
given a list of classes to exclude. A fake implementation of these classes is
109
If a method has a return type that must be erased, the whole method is skipped. Methods are
also
111
native methods which are replaced by a stub. Methods that are to be overridden are
also
replaced by
114
Finally fields are
also
visited and changed from protected/private to public.
117
to be renamed. This uses the RenameClassAdapter to
also
rename all inner classes and references in
217
This is very similar to the Renaming classes except that it
also
updates the reference in all
219
not present in the Desktop VM. An implementation for these classes is
also
injected
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
__config
467
#define __gxx__cxx_access_control_sfinae !defined(_LIBCPP_HAS_NO_TRAILING_RETURN) || !defined(_LIBCPP_HAS_NO_ADVANCED_SFINAE) //
Also
see usage in 7 tests
472
#define __gxx__cxx_attributes 0 // Not sure.
Also
see usage in libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_polymorphic.pass.cpp
494
#define __gxx__cxx_unrestricted_unions 1 // Not sure.
Also
See usage in libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_nothrow_destructible.pass.cpp
504
#define __gxx__is_convertible_to 0 // Not supported in GCC 4.8.
Also
see usage in libcxx/include/type_traits
505
#define __gxx__is_empty 1 // Not sure.
Also
see usage in libcxx/include/type_traits
507
#define __gxx__is_final (_GNUC_VER >= 408) // Not if 4.7 work. 4.6 certainly not.
Also
see usage in libcxx/include/unordered_map,tuple,ext/hash_map,map,memory
510
#define __gxx__is_polymorphic 1 // Not sure.
Also
see usage in libcxx/include/type_traits
511
#define __gxx__is_standard_layout 1 // Not sure.
Also
see usage in libcxx/include/type_traits
512
#define __gxx__is_trivial 0 // Not supported in GCC 4.8.
Also
see usage in libcxx/include/type_traits
513
#define __gxx__is_trivially_constructible 0 // Not supported in GCC 4.8.
Also
see usage in libcxx/include/type_trait
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
__config
467
#define __gxx__cxx_access_control_sfinae !defined(_LIBCPP_HAS_NO_TRAILING_RETURN) || !defined(_LIBCPP_HAS_NO_ADVANCED_SFINAE) //
Also
see usage in 7 tests
472
#define __gxx__cxx_attributes 0 // Not sure.
Also
see usage in libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_polymorphic.pass.cpp
494
#define __gxx__cxx_unrestricted_unions 1 // Not sure.
Also
See usage in libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_nothrow_destructible.pass.cpp
504
#define __gxx__is_convertible_to 0 // Not supported in GCC 4.8.
Also
see usage in libcxx/include/type_traits
505
#define __gxx__is_empty 1 // Not sure.
Also
see usage in libcxx/include/type_traits
507
#define __gxx__is_final (_GNUC_VER >= 408) // Not if 4.7 work. 4.6 certainly not.
Also
see usage in libcxx/include/unordered_map,tuple,ext/hash_map,map,memory
510
#define __gxx__is_polymorphic 1 // Not sure.
Also
see usage in libcxx/include/type_traits
511
#define __gxx__is_standard_layout 1 // Not sure.
Also
see usage in libcxx/include/type_traits
512
#define __gxx__is_trivial 0 // Not supported in GCC 4.8.
Also
see usage in libcxx/include/type_traits
513
#define __gxx__is_trivially_constructible 0 // Not supported in GCC 4.8.
Also
see usage in libcxx/include/type_trait
[
all
...]
/art/runtime/gc/
allocator_type.h
32
kAllocatorTypeLOS, // Large object space,
also
doesn't have entrypoints.
/art/runtime/gc/collector/
partial_mark_sweep.h
38
// collections, ie the Zygote space.
Also
mark this space is immune. Virtual as overridden by
/art/test/111-unresolvable-exception/src/
Main.java
28
if (b) { // Need this to not be dead code, but
also
not be invoked.
/art/tools/dexfuzz/src/dexfuzz/program/
MSwitchInsn.java
23
* A subclass of the MInsnWithData, that
also
has multiple jump targets.
/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
ContainsConst.java
23
* const/4, but
also
add-int/lit8) should implement this interface, to allow the constant
/bootable/recovery/edify/
Android.mk
11
# otherwise forces them to be c++. Need to
also
add an explicit -std because the
/build/target/product/
core_base.mk
16
# Note that components added here will be
also
shared in PDK. Components
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
MixedDeviceOwnerTest.java
26
* Set of tests for device owner use cases that
also
apply to profile owners.
/cts/libs/vogar-expect/src/vogar/util/
Log.java
42
* Warns, and
also
puts a list of strings afterwards.
/cts/tests/tests/view/res/anim/
changing_test_animator.xml
16
<!-- if you change this, you should
also
change AnimatorInflaterTest#testLoadAnimator-->
test_animator.xml
17
<!-- if you change this, you should
also
change AnimatorInflaterTest#testLoadAnimator-->
/cts/tests/tests/view/res/anim-land/
changing_test_animator.xml
16
<!-- if you change this, you should
also
change AnimatorInflaterTest#testLoadAnimator-->
/cts/tools/signature-tools/src/signature/model/
IAnnotatableElement.java
25
* <li>Classes (IClass), including annotations which are
also
classes
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
ITestSummary.java
29
* @return the starting timestamp,
also
known as result directory name
/developers/build/prebuilts/gradle/AutoBackupForApps/Application/src/main/res/values/
base-strings.xml
28
This sample can
also
be used as a utility to test the behavior of the Automatic Backup feature.
/developers/build/prebuilts/gradle/BasicAndroidKeyStore/Application/src/main/res/values/
base-strings.xml
26
encryption keys that only your application can access. You can
also
sign data
/developers/build/prebuilts/gradle/BasicManagedProfile/Application/src/main/res/values/
base-strings.xml
24
This sample demonstrates how to create a managed profile. You can
also
learn how to
/developers/build/prebuilts/gradle/BasicMediaRouter/Application/src/main/res/values/
base-strings.xml
28
Secondary screen simulation can
also
be enabled from the "Developer Options".\n\n
/developers/build/prebuilts/gradle/BasicMultitouch/Application/src/main/res/values/
base-strings.xml
27
(
also
represented by a color) does not change as new touch events are received.
/developers/build/prebuilts/gradle/FindMyPhone/Application/src/main/res/values/
base-strings.xml
26
it is still connected to your wearable, you can
also
start an activity on the wearable to sound an
/developers/build/prebuilts/gradle/RecyclerView/Application/src/main/res/values/
base-strings.xml
26
their ViewHolder. The log
also
displays elements that you tap.
Completed in 916 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>