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

1 2 3

  /libcore/dalvik/src/main/native/
sub.mk 11 # Any shared/static libs that are listed here must also
12 # be listed in libs/nativehelper/Android.mk.
  /external/libyuv/
public.mk 3 # Note that dependencies on NDK are not directly listed since NDK auto adds
  /ndk/build/core/
import-locals.mk 32 imported_CFLAGS := $(call module-get-listed-export,$(all_depends),CFLAGS)
33 imported_CONLYFLAGS := $(call module-get-listed-export,$(all_depends),CONLYFLAGS)
34 imported_CPPFLAGS := $(call module-get-listed-export,$(all_depends),CPPFLAGS)
35 imported_RENDERSCRIPT_FLAGS := $(call module-get-listed-export,$(all_depends),RENDERSCRIPT_FLAGS)
36 imported_ASMFLAGS := $(call module-get-listed-export,$(all_depends),ASMFLAGS)
37 imported_C_INCLUDES := $(call module-get-listed-export,$(all_depends),C_INCLUDES)
38 imported_LDFLAGS := $(call module-get-listed-export,$(all_depends),LDFLAGS)
73 imported_LDLIBS := $(call module-get-listed-export,$(all_depends),LDLIBS)
main.mk 56 # Get the list of apps listed under apps/*
74 # Check that all apps listed in APP do exist
84 # Check that all apps listed in APP have an Application.mk
definitions.mk 45 # Rationale: Checks that all variables listed in $1 are defined, or abort the
60 # Rationale: Checks that all required vars listed in $1 were defined by $2
546 # Function : module-get-listed-export
550 # Usage : $(call module-get-listed-export,<module-list>,<varname>)
552 # listed in $1.
554 module-get-listed-export = $(strip \
    [all...]
setup-toolchain.mk 239 # will build all modules that were listed from the top-level Android.mk
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
CaCertManagementTest.java 136 boolean listed = false;
139 listed = true;
157 assertEquals(installed, listed);
  /external/chromium-trace/catapult/tracing/tracing_build/
check_common.py 86 ' be listed in the build files. Try running \n'
  /external/curl/scripts/
zsh.pl 65 # Sort longest first, because zsh won't complete an option listed
  /toolchain/binutils/binutils-2.25/libiberty/
maint-tool 66 $listed{$a} = 1;
76 for $f (sort keys %listed) {
79 if (! $listed{"./$base.o"}) {
  /external/compiler-rt/make/
subdir.mk 12 # OnlyArchs - Only build the objects for the listed archs.
13 # OnlyConfigs - Only build the objects for the listed configurations.
  /external/libcap/libcap/
cap_text.c 145 int flags = 0, listed=0; local
177 listed = 1;
187 if (!listed)
247 if (!listed) {
  /hardware/intel/common/utils/ituxd/
Android.mk 16 # WARNING: Everything listed here will be built on ALL platforms,
  /hardware/intel/common/utils/ituxd/jni/
Android.mk 16 # WARNING: Everything listed here will be built on ALL platforms,
  /external/elfutils/libdwfl/
core-file.c 534 int listed = retval > 0 ? retval : 0; local
555 ++listed;
583 ++listed;
610 return listed > 0 ? listed : retval;
  /external/v8/test/mjsunit/regress/
regress-842.js 30 // since that property would be listed when doing a "for (var key in names)"
  /external/v8/test/mjsunit/harmony/
private-symbols.js 11 // Private symbols must never be listed.
  /ndk/sources/host-tools/nawk-20071023/
README 29 Changes, mostly bug fixes and occasional enhancements, are listed
  /prebuilts/misc/common/swig/include/2.0.11/
constraints.i 47 In this case, all of the types listed would be checked for non-NULL
  /build/core/
base_rules.mk 94 $(warning * Now, the module must be listed in the PRODUCT_PACKAGES)
  /external/curl/packages/vms/
compare_curl_source.com 22 $! Then the files are are only in the copy directory are listed.
  /external/mesa3d/docs/
MESA_texture_signed_rgba.spec 95 This conversion is intentionally NOT the "byte" conversion listed
  /external/iproute2/doc/
ip-tunnels.tex 143 listed in the following table:
373 IPIP tunnels listed in its configuration file automatically.
  /external/v8/test/webkit/resources/
json2-es5-compat.js 66 such that only members with keys listed in the replacer array are
  /external/v8/src/third_party/fdlibm/
fdlibm.js 425 // (the values of Lp1 to Lp7 are listed in the program)
597 // (where z=r*r, and the values of Q1 to Q5 are listed below)
    [all...]

Completed in 534 milliseconds

1 2 3