/aosp12/frameworks/base/core/tests/coretests/src/android/net/ |
H A D | LocalSocketTest.java | 33 LocalSocket ls; in testBasic() local 38 ls = new LocalSocket(); in testBasic() 41 ls.connect(new LocalSocketAddress(null)); in testBasic() 48 ls.bind(new LocalSocketAddress(null)); in testBasic() 59 ls.getOutputStream().write(42); in testBasic() 69 ls.setFileDescriptorsForSend( in testBasic() 72 ls.getOutputStream().write(42); in testBasic() 141 ls.getOutputStream().write(42); in testBasic() 148 ls.close(); in testBasic() 153 ls.getOutputStream().write(42); in testBasic() [all …]
|
/aosp12/system/vold/ |
H A D | Checkpoint.cpp | 556 uint32_t index = le - ((log_entry*)&ls_buffer[ls.header_size]); in restoreSector() 562 ls.count = index + 1; in restoreSector() 563 ls.magic = kPartialRestoreMagic; in restoreSector() 564 write(device_fd, &ls_buffer[0], ls.block_size); in restoreSector() 572 if (index == 0 && ls.sequence != 0) { in restoreSector() 644 if (ls.magic != kMagic && (ls.magic != kPartialRestoreMagic || validating)) { in cp_restoreCheckpoint() 649 if (ls.block_size != original_ls.block_size) { in cp_restoreCheckpoint() 654 if ((int)ls.sequence != sequence) { in cp_restoreCheckpoint() 662 reinterpret_cast<log_entry*>(&ls_buffer[ls.header_size]) + ls.count - 1; in cp_restoreCheckpoint() 670 ls.block_size); in cp_restoreCheckpoint() [all …]
|
/aosp12/art/test/utils/ |
H A D | get-device-isa | 53 ISA_adb_invocation=$(adb shell ls /data/dalvik-cache) 65 echo >&2 $(adb shell ls -F /data/dalvik-cache) 66 echo >&2 $(adb shell ls /data/dalvik-cache) 68 echo >&2 $(adb shell ls -F /data/dalvik-cache | grep -Ewo "${ARCHITECTURES_PATTERN}")
|
/aosp12/system/apex/apexer/ |
H A D | runtests.sh | 128 [ `sudo ls -Z ${output_dir}/mnt/file1 | cut -d ' ' -f 1` = "u:object_r:root_file:s0" ] 129 [ `sudo ls -Z ${output_dir}/mnt/file2 | cut -d ' ' -f 1` = "u:object_r:root_file:s0" ] 130 [ `sudo ls -d -Z ${output_dir}/mnt/sub/ | cut -d ' ' -f 1` = "u:object_r:sub_file:s0" ] 131 [ `sudo ls -Z ${output_dir}/mnt/sub/file3 | cut -d ' ' -f 1` = "u:object_r:file3_file:s0" ] 132 [ `sudo ls -Z ${output_dir}/mnt/apex_manifest.pb | cut -d ' ' -f 1` = "u:object_r:root_file:s0" ] 133 [ `sudo ls -Z ${output_dir}/mnt/sym1 | cut -d ' ' -f 1` = "u:object_r:root_file:s0" ]
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/ |
H A D | ControlsBindingControllerImpl.kt | 118 val ls = LoadSubscriber(callback, MAX_CONTROLS_REQUEST) regex 119 loadSubscriber = ls 121 retrieveLifecycleManager(component).maybeBindAndLoad(ls) 122 return ls.loadCancel() 130 val ls = LoadSubscriber(callback, SUGGESTED_CONTROLS_REQUEST) regex 131 loadSubscriber = ls 133 retrieveLifecycleManager(component).maybeBindAndLoadSuggested(ls)
|
/aosp12/art/build/ |
H A D | Android.common_test.mk | 84 && (echo -e "\e[92mPASSING TESTS\e[0m" && ls -1 $(ART_HOST_TEST_DIR)/passed/) \ 87 && (echo -e "\e[93mSKIPPED TESTS\e[0m" && ls -1 $(ART_HOST_TEST_DIR)/skipped/) \ 90 && (echo -e "\e[91mFAILING TESTS\e[0m" >&2 && ls -1 $(ART_HOST_TEST_DIR)/failed/ >&2) \
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | LayerVector.cpp | 48 uint32_t ls = lState.layerStack; in do_compare() local 50 if (ls != rs) in do_compare() 51 return (ls > rs) ? 1 : -1; in do_compare()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/util/ |
H A D | LocalLogTest.java | 118 List<String> ls = Arrays.asList(ary); in reverse() local 119 Collections.reverse(ls); in reverse() 120 return ls.toArray(new String[ary.length]); in reverse()
|
/aosp12/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/ |
H A D | gradlew | 55 ls=`ls -ld "$PRG"` 56 link=`expr "$ls" : '.*-> \(.*\)$'`
|
/aosp12/system/extras/power_profile/camera_flashlight/ |
H A D | gradlew | 55 ls=`ls -ld "$PRG"` 56 link=`expr "$ls" : '.*-> \(.*\)$'`
|
/aosp12/system/extras/power_profile/gps_on/ |
H A D | gradlew | 55 ls=`ls -ld "$PRG"` 56 link=`expr "$ls" : '.*-> \(.*\)$'`
|
/aosp12/system/extras/power_profile/camera_avg/ |
H A D | gradlew | 55 ls=`ls -ld "$PRG"` 56 link=`expr "$ls" : '.*-> \(.*\)$'`
|
/aosp12/packages/modules/adb/ |
H A D | adb.bash | 199 COMMAND=$(command adb ${args[@]} shell ls $paths '2>' /dev/null | tr -d '\r' | { 211 ls) 417 if [[ $( command adb ${args[@]} shell ls -dF / '2>/dev/null' | tr -d '\r' ) == "d /" ]] ; then 419 … command adb ${args[@]} shell ls -dF ${file}"*" '2>' /dev/null 2> /dev/null | tr -d '\r' | { 433 command adb ${args[@]} shell ls -dp ${file}"*" '2>/dev/null' 2> /dev/null | tr -d '\r'
|
/aosp12/packages/inputmethods/LatinIME/ |
H A D | gradlew | 50 ls=`ls -ld "$PRG"` 51 link=`expr "$ls" : '.*-> \(.*\)$'`
|
/aosp12/bionic/libc/kernel/tools/ |
H A D | generate_uapi_headers.sh | 73 for file in $(ls -d ${src_dir}/* 2> /dev/null); do 96 for file in $(ls -d ${src_dir}/* 2> /dev/null); do 115 for file in $(ls -d ${src_dir}/* 2> /dev/null); do
|
/aosp12/system/extras/simpleperf/demo/CppApi/ |
H A D | gradlew | 14 ls=`ls -ld "$PRG"` 15 link=`expr "$ls" : '.*-> \(.*\)$'`
|
/aosp12/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/ |
H A D | gradlew | 50 ls=`ls -ld "$PRG"` 51 link=`expr "$ls" : '.*-> \(.*\)$'`
|
/aosp12/frameworks/base/startop/apps/ColorChanging/ |
H A D | gradlew | 14 ls=`ls -ld "$PRG"` 15 link=`expr "$ls" : '.*-> \(.*\)$'`
|
/aosp12/frameworks/base/tests/TouchLatency/ |
H A D | gradlew | 14 ls=`ls -ld "$PRG"` 15 link=`expr "$ls" : '.*-> \(.*\)$'`
|
/aosp12/packages/apps/Car/DebuggingRestrictionController/ |
H A D | gradlew | 14 ls=`ls -ld "$PRG"` 15 link=`expr "$ls" : '.*-> \(.*\)$'`
|
/aosp12/system/extras/simpleperf/demo/JavaApi/ |
H A D | gradlew | 14 ls=`ls -ld "$PRG"` 15 link=`expr "$ls" : '.*-> \(.*\)$'`
|
/aosp12/system/extras/simpleperf/demo/SimpleperfExamplePureJava/ |
H A D | gradlew | 50 ls=`ls -ld "$PRG"` 51 link=`expr "$ls" : '.*-> \(.*\)$'`
|
/aosp12/system/extras/simpleperf/demo/SimpleperfExampleWithNative/ |
H A D | gradlew | 50 ls=`ls -ld "$PRG"` 51 link=`expr "$ls" : '.*-> \(.*\)$'`
|
/aosp12/frameworks/multidex/ |
H A D | gradlew | 55 ls=`ls -ld "$PRG"` 56 link=`expr "$ls" : '.*-> \(.*\)$'`
|
/aosp12/frameworks/av/media/tests/SampleVideoEncoder/ |
H A D | gradlew | 14 ls=`ls -ld "$PRG"` 15 link=`expr "$ls" : '.*-> \(.*\)$'`
|