HomeSort by relevance Sort by last modified time
    Searched defs:under (Results 1 - 20 of 20) sorted by null

  /system/ca-certificates/
Android.mk 4 # Licensed under the Apache License, Version 2.0 (the "License");
11 # distributed under the License is distributed on an "AS IS" BASIS,
14 # limitations under the License.
22 define all-files-under
44 cacerts := $(call all-files-under,files)
62 include $(call all-makefiles-under,$(LOCAL_PATH))
  /external/apache-harmony/
Android.mk 5 define all-harmony-test-java-files-under
22 $(call all-harmony-test-java-files-under,$(harmony_test_dirs),src/test/java) \
23 $(call all-harmony-test-java-files-under,$(harmony_test_dirs),src/test/support/java) \
24 $(call all-harmony-test-java-files-under,luni,src/test/api/common) \
25 $(call all-harmony-test-java-files-under,luni,src/test/api/unix) \
26 $(call all-harmony-test-java-files-under,luni,src/test/impl/common) \
27 $(call all-harmony-test-java-files-under,luni,src/test/impl/unix)
61 include $(call all-makefiles-under,$(LOCAL_PATH))
  /external/apache-harmony/jdwp/
Android.mk 5 define all-harmony-test-java-files-under
10 $(call all-harmony-test-java-files-under,,src/test/java/)
  /external/libchrome/base/metrics/
sample_vector.cc 112 size_t under = 0; local
116 DCHECK_GE(over, under);
117 mid = under + (over - under)/2;
118 if (mid == under)
121 under = mid;
  /frameworks/support/
Android.mk 3 # Licensed under the Apache License, Version 2.0 (the "License");
10 # distributed under the License is distributed on an "AS IS" BASIS,
13 # limitations under the License.
43 ## Find all of the files under the named directories where
46 ## SRC_FILES := $(call all-named-files-under,.*\.h,src tests)
49 define all-named-files-under-exclude
54 ## Find all of the files under the current directory where
60 $(call all-named-files-under-exclude,$(1),$(2),.)
77 include $(call all-makefiles-under,$(LOCAL_PATH))
  /libcore/
JavaLibrary.mk 4 # Licensed under the Apache License, Version 2.0 (the "License");
11 # distributed under the License is distributed on an "AS IS" BASIS,
14 # limitations under the License.
43 define all-test-java-files-under
56 test_src_files := $(call all-test-java-files-under,dalvik dom harmony-tests json luni xml)
57 ojtest_src_files := $(call all-test-java-files-under,ojluni)
61 nojcore_src_files += $(call all-java-files-under, ../external/emma/core ../external/emma/pregenerated)
77 android_icu4j_src_files := $(call all-java-files-under,$(android_icu4j_root)/src/main/java)
209 LOCAL_SRC_FILES := $(call all-test-java-files-under,support)
223 LOCAL_SRC_FILES := $(call all-test-java-files-under, jsr166-tests
    [all...]
  /external/opencv3/modules/python/test/
camera_calibration.py 156 def under(vv, m): function
196 p = Plane(Vec3(x, y, z), under(Vec3(0,0,-1), rz), under(Vec3(1, 0, 0), rz))
  /build/core/
definitions.mk 4 # Licensed under the Apache License, Version 2.0 (the "License");
11 # distributed under the License is distributed on an "AS IS" BASIS,
14 # limitations under the License.
165 define all-makefiles-under
170 ## Look under a directory for makefiles that don't have parent
174 # $(1): directory to search under
176 define first-makefiles-under
188 $(call all-makefiles-under,$(call my-dir))
197 # $(1): List of directories to look for under this directory
204 ## Find all of the directories under the named directories wit
    [all...]
  /frameworks/native/services/surfaceflinger/
Layer.cpp 4 * Licensed under the Apache License, Version 2.0 (the "License");
11 * distributed under the License is distributed on an "AS IS" BASIS,
14 * limitations under the License.
883 // If there is nothing under us, we paint the screen in black, otherwise
887 Region under; local
895 under.orSelf( hw->getTransform().transform(layer->visibleRegion) );
898 Region holes(clip.subtract(under));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XKBgeom.h 253 XkbKeyNameRec under; member in struct:_XkbOverlayKey
393 char * /* under */
641 char * /* under */
XKBproto.h 703 CARD8 under[XkbKeyNameLength]; member in struct:_xkbOverlayKeyWireDesc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XKBgeom.h 253 XkbKeyNameRec under; member in struct:_XkbOverlayKey
393 char * /* under */
641 char * /* under */
XKBproto.h 703 CARD8 under[XkbKeyNameLength]; member in struct:_xkbOverlayKeyWireDesc
  /ndk/build/core/
definitions.mk 3 # Licensed under the Apache License, Version 2.0 (the "License");
10 # distributed under the License is distributed on an "AS IS" BASIS,
13 # limitations under the License.
431 # native debugging). It is generally under $PROJECT/obj/local/
    [all...]
  /external/guice/lib/build/
spring-core.jar 
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
11 * distributed under the License is distributed on an "AS IS" BASIS,
14 * limitations under the License.
436 // to avoid thrashing of provider processes under low memory situations.
12419 ActivityRecord under = r.task.mActivities.get(index - 1); local
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 

Completed in 356 milliseconds