OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONFIG_NATIVE_BITS
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/content/pm/
ActivityInfo.java
640
public static int[]
CONFIG_NATIVE_BITS
= new int[] {
664
for (int i = 0; i <
CONFIG_NATIVE_BITS
.length; i++) {
666
output |=
CONFIG_NATIVE_BITS
[i];
679
for (int i = 0; i <
CONFIG_NATIVE_BITS
.length; i++) {
680
if ((input &
CONFIG_NATIVE_BITS
[i]) != 0) {
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
Completed in 59 milliseconds