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

  /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.
40 define all-main-java-files-under
44 define all-test-java-files-under
53 core_src_files := $(call all-main-java-files-under,dalvik dom json luni support xml)
58 core_src_files += $(call all-java-files-under, ../external/emma/core ../external/emma/pregenerated)
90 LOCAL_SRC_FILES := $(call all-main-java-files-under,junit)
99 LOCAL_SRC_FILES := $(call all-test-java-files-under,junit)
111 LOCAL_SRC_FILES := $(call all-main-java-files-under,sqlite-jdbc
    [all...]
  /dalvik/tests/082-inline-execute/src/
Main.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.
59 int under = -1; local
83 testStr.charAt(under);
  /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.
126 define all-makefiles-under
131 ## Look under a directory for makefiles that don't have parent
135 # $(1): directory to search under
137 define first-makefiles-under
147 $(call all-makefiles-under,$(call my-dir))
155 # $(1): List of directories to look for under this directory
161 ## Find all of the java files under the named directories
    [all...]
  /external/chromium/base/
histogram.cc 246 size_t under = 0; local
251 DCHECK(over >= under);
252 mid = (over + under)/2;
253 if (mid == under)
256 under = mid;
  /frameworks/base/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.
224 // If there is nothing under us, we paint the screen in black, otherwise
228 Region under; local
235 under.orSelf(layer->visibleRegionScreen);
238 Region holes(clip.subtract(under));
356 // (eg: status bar), and we can't release the handle under its feet.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/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.
238 # native debugging). It is generally under $PROJECT/obj/local/
677 # Function : all-makefiles-under
680 # Usage : $(call all-makefiles-under, <some path>)
682 all-makefiles-under = $(wildcard $1/*/Android.mk)
690 all-subdir-makefiles = $(call all-makefiles-under,$(call my-dir))
    [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 290 milliseconds