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

1 2

  /system/media/audio_utils/tests/
string_tests.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.
58 char under[sizeof(dst) - 5]; local
66 fill(under, UNDER_START);
81 audio_utils_strlcpy_zerofill(dst, under);
82 check(dst, UNDER_START, sizeof(under));
  /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
17 $(call all-harmony-test-java-files-under,$(harmony_test_dirs),src/test/java) \
18 $(call all-harmony-test-java-files-under,$(harmony_test_dirs),src/test/support/java) \
19 $(call all-harmony-test-java-files-under,luni,src/test/api/common) \
20 $(call all-harmony-test-java-files-under,luni,src/test/api/unix) \
21 $(call all-harmony-test-java-files-under,luni,src/test/impl/common) \
22 $(call all-harmony-test-java-files-under,luni,src/test/impl/unix)
60 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/)
13 $(filter-out $(call all-harmony-test-java-files-under,,src/test/java/org/apache/harmony/jpda/tests/jdwp/DDM/),$(harmony_jdwp_test_src_files))
  /external/libchrome/base/metrics/
sample_vector.cc 109 size_t under = 0; local
113 DCHECK_GE(over, under);
114 mid = under + (over - under)/2;
115 if (mid == under)
118 under = mid;
  /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-test-java-files-under
53 test_src_files := $(call all-test-java-files-under,dalvik dalvik/test-rules dom harmony-tests json luni xml)
54 ojtest_src_files := $(call all-test-java-files-under,ojluni)
59 nojcore_src_files += $(call all-java-files-under, ../external/emma/core ../external/emma/pregenerated)
87 android_icu4j_src_files := $(call all-java-files-under,$(android_icu4j_root)/src/main/java)
134 LOCAL_SRC_FILES := $(call all-java-files-under, luni/src/test/filesystems/src)
149 LOCAL_SRC_FILES := $(call all-java-files-under, luni/src/test/parameter_metadata/src
    [all...]
  /build/make/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.
158 define all-makefiles-under
163 ## Look under a directory for makefiles that don't have parent
167 # $(1): directory to search under
169 define first-makefiles-under
180 $(call all-makefiles-under,$(call my-dir))
189 # $(1): List of directories to look for under this directory
195 ## Find all of the directories under the named directories wit
    [all...]
  /external/skqp/tools/bookmaker/
mdOut.cpp 636 size_t under = result.find('_'); local
637 if (string::npos != under) {
638 string classPart = result.substr(0, under);
639 string namePart = result.substr(under + 1, result.length());
655 size_t under = str->find('_'); local
657 string classPart = string::npos != under ? str->substr(0, under) : *str;
672 string namePart = string::npos != under ? str->substr(under + 1, str->length()) : *str;
    [all...]
bookmaker.cpp 861 size_t under = filename.find('_'); local
    [all...]
includeWriter.cpp 1625 size_t under = undername.find('_'); local
    [all...]
  /frameworks/native/services/surfaceflinger/
BufferLayer.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.
171 // If there is nothing under us, we paint the screen in black, otherwise
175 Region under; local
182 under.orSelf(renderArea.getTransform().transform(layer->visibleRegion));
185 Region holes(clip.subtract(under));
    [all...]
  /external/skia/tools/bookmaker/
bookmaker.cpp 961 size_t under = filename.find('_'); local
    [all...]
mdOut.cpp 642 size_t under = result.find('_'); local
643 if (string::npos != under) {
644 string classPart = result.substr(0, under);
645 string namePart = result.substr(under + 1, result.length());
683 size_t under = str->find('_'); local
684 classPart = string::npos != under ? str->substr(0, under) : *str;
    [all...]
  /external/swiftshader/src/Shader/
SamplerCore.cpp 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.
2484 Int4 under = CmpLT(xyz0, Int4(0)); local
    [all...]
  /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
  /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.
14302 ActivityRecord under = task.mActivities.get(index - 1); local
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0/
intellij-core-26.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha4/
intellij-core-26.0.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha5/
intellij-core-26.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha6/
intellij-core-26.0.0-alpha6.jar 

Completed in 314 milliseconds

1 2