Searched refs:with (Results 1 - 25 of 323) sorted by relevance

1234567891011>>

/frameworks/base/tools/streaming_proto/
H A Dstring_utils.h25 * Replace all occurances of 'replace' with 'with'.
27 string replace_string(const string& str, const char replace, const char with);
H A Dstring_utils.cpp80 replace_string(const string& str, const char replace, const char with) argument
86 result[i] = with;
/frameworks/native/services/surfaceflinger/tests/
H A DAndroid.mk34 # to integrate with auto-test framework.
40 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
/frameworks/native/libs/ui/
H A DRect.cpp5 * you may not use this file except in compliance with the License.
85 bool Rect::intersect(const Rect& with, Rect* result) const { argument
86 result->left = max(left, with.left);
87 result->top = max(top, with.top);
88 result->right = min(right, with.right);
89 result->bottom = min(bottom, with.bottom);
/frameworks/av/services/soundtrigger/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
21 $(error Requires building with USE_LEGACY_LOCAL_AUDIO_HAL=true)
/frameworks/base/libs/androidfw/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
20 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
/frameworks/base/libs/input/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
50 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
/frameworks/support/exifinterface/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
18 # Applications that use this library must include it with
/frameworks/support/percent/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
18 # Applications that use this library must include it with
/frameworks/support/recommendation/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
18 # Applications that use this library must include it with
/frameworks/support/tv-provider/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
18 # Applications that use this library must include it with
/frameworks/av/media/libstagefright/foundation/tests/
H A DAndroid.mk31 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
/frameworks/base/wifi/tests/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
26 # The list is a comma separated list of class names with * matching zero or more characters.
37 # Utility variables to allow replacing a space with a comma
42 # This appends a * to all classes and replace the space separators with commas.
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/writer/
H A DCallbackWrapperWriter.kt5 * you may not use this file except in compliance with the License.
40 with(wrapper) {
/frameworks/rs/cpu_ref/
H A DrsCpuBLAS.inc5 * you may not use this file except in compliance with the License.
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
18 ## The application with a minimal main dex
58 ## The application with a full main dex
/frameworks/av/media/libstagefright/codec2/tests/
H A DAndroid.mk33 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DAndroid.mk26 # requires unsupported dynamic reloc R_ARM_REL32; recompile with -fPIC
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dasm_common.S5 @ you may not use this file except in compliance with the License.
/frameworks/base/core/tests/hosttests/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/core/tests/hosttests/test-apps/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/core/tests/hosttests/test-apps/AutoLocTestApp/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/core/tests/hosttests/test-apps/AutoLocVersionedTestApp_v1/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/core/tests/hosttests/test-apps/AutoLocVersionedTestApp_v2/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocAllPermsTestApp/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.

Completed in 410 milliseconds

1234567891011>>