Searched
full:common (Results
6126 -
6150 of
31397) sorted by null
<<241242243244245246247248249250>>
/external/elfutils/0.153/backends/ |
ppc_init.c | 35 /* This defines the common reloc hooks based on ppc_reloc.def. */ 36 #include "common-reloc.c"
|
s390_init.c | 34 /* This defines the common reloc hooks based on arm_reloc.def. */ 35 #include "common-reloc.c"
|
sparc_init.c | 34 /* This defines the common reloc hooks based on sparc_reloc.def. */ 35 #include "common-reloc.c"
|
x86_64_init.c | 35 /* This defines the common reloc hooks based on x86_64_reloc.def. */ 36 #include "common-reloc.c"
|
/external/emma/ |
CleanSpec.mk | 42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates) 43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
|
/external/emma/core/java12/com/vladium/util/exception/ |
ICodedException.java | 4 * the terms of the Common Public License v1.0 which accompanies this distribution, 16 * {@link AbstractRuntimeException} to provide a common interface
|
/external/esd/ |
CleanSpec.mk | 42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates) 43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
|
/external/expat/ |
Android.mk | 36 LOCAL_CFLAGS += -fno-common 53 LOCAL_CFLAGS += -fno-common
|
CleanSpec.mk | 42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates) 43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
|
/external/fdlibm/ |
CleanSpec.mk | 42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates) 43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
|
/external/freetype/ |
CleanSpec.mk | 42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates) 43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
|
/external/fsck_msdos/ |
CleanSpec.mk | 42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates) 43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
|
/external/genext2fs/ |
CleanSpec.mk | 42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates) 43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
|
/external/giflib/ |
CleanSpec.mk | 42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates) 43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
|
/external/google-fonts/carrois-gothic-sc/ |
CleanSpec.mk | 42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates) 43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
|
/external/google-fonts/coming-soon/ |
CleanSpec.mk | 42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates) 43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
|
/external/google-fonts/dancing-script/ |
CleanSpec.mk | 42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates) 43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
|
/external/gtest/ |
CleanSpec.mk | 42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates) 43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
|
/external/guava/ |
CleanSpec.mk | 42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates) 43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
|
/external/guava/guava/src/com/google/common/base/ |
Function.java | 17 package com.google.common.base; 19 import com.google.common.annotations.GwtCompatible;
|
Predicate.java | 17 package com.google.common.base; 19 import com.google.common.annotations.GwtCompatible;
|
Strings.java | 17 package com.google.common.base; 19 import static com.google.common.base.Preconditions.checkArgument; 20 import static com.google.common.base.Preconditions.checkNotNull; 22 import com.google.common.annotations.Beta; 23 import com.google.common.annotations.GwtCompatible; 24 import com.google.common.annotations.VisibleForTesting; 185 * no common prefix, returns the empty string. 209 * no common suffix, returns the empty string.
|
/external/guava/guava/src/com/google/common/cache/ |
RemovalCause.java | 17 package com.google.common.cache; 19 import com.google.common.annotations.Beta;
|
/external/guava/guava/src/com/google/common/collect/ |
AbstractMapBasedMultiset.java | 17 package com.google.common.collect; 19 import static com.google.common.base.Preconditions.checkArgument; 20 import static com.google.common.base.Preconditions.checkNotNull; 21 import static com.google.common.base.Preconditions.checkState; 22 import static com.google.common.collect.Multisets.checkNonnegative; 24 import com.google.common.annotations.GwtCompatible; 25 import com.google.common.annotations.GwtIncompatible; 26 import com.google.common.primitives.Ints;
|
BstModifier.java | 15 package com.google.common.collect; 17 import com.google.common.annotations.GwtCompatible;
|
Completed in 830 milliseconds
<<241242243244245246247248249250>>