/system/bt/vendor_libs/test_vendor_lib/scripts/scripted_beacon_test/ |
D | add_beacons | 2 …ac:01:55:00:01 scripts/scripted_beacon_test/test_events.pb /tmp/logs/scripted_beacon_test/beacon.pb 4 …5:00:02 scripts/scripted_beacon_test/no_permission.pb /tmp/logs/scripted_beacon_test/no_permission… 6 …:02 scripts/scripted_beacon_test/grant_permission.pb /tmp/logs/scripted_beacon_test/grant_permissi…
|
D | run_test.sh | 3 chmod 200 scripts/scripted_beacon_test/no_permission.pb 4 chmod 200 scripts/scripted_beacon_test/grant_permission.pb 11 chmod 640 scripts/scripted_beacon_test/grant_permission.pb 15 chmod 640 scripts/scripted_beacon_test/no_permission.pb 17 gqui /tmp/logs/scripted_beacon_test/*.pb
|
/system/apex/apexer/ |
D | conv_apex_manifest.py | 58 pb = ParseDict(obj, apex_manifest_pb2.ApexManifest()) 60 f.write(pb.SerializeToString()) 64 pb = apex_manifest_pb2.ApexManifest() 65 pb.ParseFromString(f.read()) 67 if getattr(type(pb), args.property).DESCRIPTOR.label == FieldDescriptor.LABEL_REPEATED: 68 getattr(pb, args.property)[:] = args.value.split(",") 70 setattr(pb, args.property, type(getattr(pb, args.property))(args.value)) 72 f.write(pb.SerializeToString()) 76 pb = apex_manifest_pb2.ApexManifest() 77 pb.ParseFromString(f.read()) [all …]
|
D | runtests.sh | 58 manifest_file=${manifest_dir}/apex_manifest.pb 105 unzip ${output_file} apex_manifest.pb -d ${output_dir} 112 sudo diff ${manifest_file} ${output_dir}/mnt/apex_manifest.pb 113 sudo diff ${manifest_file} ${output_dir}/apex_manifest.pb 125 [ `sudo stat -c '%u,%g,%A' ${output_dir}/mnt/apex_manifest.pb` = "1000,1000,-rw-r--r--" ] 132 [ `sudo ls -Z ${output_dir}/mnt/apex_manifest.pb | cut -d ' ' -f 1` = "u:object_r:root_file:s0" ]
|
/system/bt/gd/ |
D | Android.bp | 788 "facade/common.grpc.pb.h", 789 "facade/common.pb.h", 790 "facade/rootservice.grpc.pb.h", 791 "facade/rootservice.pb.h", 792 "hal/hal_facade.grpc.pb.h", 793 "hal/hal_facade.pb.h", 794 "hci/facade/hci_facade.grpc.pb.h", 795 "hci/facade/hci_facade.pb.h", 796 "hci/facade/acl_manager_facade.grpc.pb.h", 797 "hci/facade/acl_manager_facade.pb.h", [all …]
|
/system/libufdt/sysdeps/ |
D | libufdt_sysdeps_vendor.c | 100 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; in qsort() local 125 pa = pb = (char *)a + es; in qsort() 129 while (pb <= pc && (r = cmp(pb, a)) <= 0) { in qsort() 132 swap(pa, pb); in qsort() 135 pb += es; in qsort() 137 while (pb <= pc && (r = cmp(pc, a)) >= 0) { in qsort() 145 if (pb > pc) break; in qsort() 146 swap(pb, pc); in qsort() 148 pb += es; in qsort() 158 r = min(pa - (char *)a, pb - pa); in qsort() [all …]
|
/system/chre/platform/ |
D | platform.mk | 42 SLPI_SEE_CFLAGS += -I$(SLPI_PREFIX)/ssc_api/pb 155 SLPI_SEE_SRCS += $(SLPI_PREFIX)/ssc_api/pb/sns_client.pb.c 156 SLPI_SEE_SRCS += $(SLPI_PREFIX)/ssc_api/pb/sns_suid.pb.c 157 SLPI_SEE_SRCS += $(SLPI_PREFIX)/ssc_api/pb/sns_cal.pb.c 158 SLPI_SEE_SRCS += $(SLPI_PREFIX)/ssc_api/pb/sns_physical_sensor_test.pb.c 159 SLPI_SEE_SRCS += $(SLPI_PREFIX)/ssc_api/pb/sns_proximity.pb.c 160 SLPI_SEE_SRCS += $(SLPI_PREFIX)/ssc_api/pb/sns_remote_proc_state.pb.c 161 SLPI_SEE_SRCS += $(SLPI_PREFIX)/ssc_api/pb/sns_resampler.pb.c 162 SLPI_SEE_SRCS += $(SLPI_PREFIX)/ssc_api/pb/sns_std.pb.c 163 SLPI_SEE_SRCS += $(SLPI_PREFIX)/ssc_api/pb/sns_std_sensor.pb.c [all …]
|
/system/apex/tests/testdata/sharedlibs/build/ |
D | shared_libs_repack.py | 297 pb = apex_manifest_pb2.ApexManifest() 299 pb.ParseFromString(f.read()) 304 pb.requireSharedApexLibs.append(os.path.join(libpath, basename) + ':' 329 f.write(pb.SerializeToString()) 334 pb = apex_manifest_pb2.ApexManifest() 336 pb.ParseFromString(f.read()) 337 del pb.requireNativeLibs[:] 338 pb.provideSharedApexLibs = True 340 f.write(pb.SerializeToString()) 342 pb = apex_build_info_pb2.ApexBuildInfo() [all …]
|
/system/bt/embdrv/sbc/decoder/srce/ |
D | synthesis-sbc.c | 435 int32_t pb; in SynthWindow40_int32_int32_symmetry_with_sum() local 460 pb = dec_window_4[1] * buffer[79]; in SynthWindow40_int32_int32_symmetry_with_sum() 461 pb += dec_window_4[3] * buffer[3]; in SynthWindow40_int32_int32_symmetry_with_sum() 464 pb += dec_window_4[5] * buffer[67]; in SynthWindow40_int32_int32_symmetry_with_sum() 465 pb += dec_window_4[7] * buffer[15]; in SynthWindow40_int32_int32_symmetry_with_sum() 468 pb += dec_window_4[9] * buffer[63]; in SynthWindow40_int32_int32_symmetry_with_sum() 469 pb += dec_window_4[11] * buffer[19]; in SynthWindow40_int32_int32_symmetry_with_sum() 472 pb += dec_window_4[13] * buffer[51]; in SynthWindow40_int32_int32_symmetry_with_sum() 473 pb += dec_window_4[15] * buffer[31]; in SynthWindow40_int32_int32_symmetry_with_sum() 476 pb += dec_window_4[17] * buffer[47]; in SynthWindow40_int32_int32_symmetry_with_sum() [all …]
|
/system/chre/build/sys_support/qcom/ |
D | chre.scons | 175 "${BUILD_ROOT}/ssc_api/pb", 259 "${BUILD_ROOT}/ssc_api/build/${BUILDPATH}/pb/sns_amd.pb.c", 260 "${BUILD_ROOT}/ssc_api/build/${BUILDPATH}/pb/sns_client.pb.c", 261 "${BUILD_ROOT}/ssc_api/build/${BUILDPATH}/pb/sns_suid.pb.c", 262 "${BUILD_ROOT}/ssc_api/build/${BUILDPATH}/pb/sns_cal.pb.c", 263 "${BUILD_ROOT}/ssc_api/build/${BUILDPATH}/pb/sns_physical_sensor_test.pb.c", 264 "${BUILD_ROOT}/ssc_api/build/${BUILDPATH}/pb/sns_proximity.pb.c", 265 "${BUILD_ROOT}/ssc_api/build/${BUILDPATH}/pb/sns_remote_proc_state.pb.c", 266 "${BUILD_ROOT}/ssc_api/build/${BUILDPATH}/pb/sns_resampler.pb.c", 267 "${BUILD_ROOT}/ssc_api/build/${BUILDPATH}/pb/sns_std.pb.c", [all …]
|
/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | TestServiceClient.java | 358 PersistableBundle pb = new PersistableBundle(); in testRepeatNonEmptyPersistableBundle() local 373 pb.putBoolean(testBoolKey, false); in testRepeatNonEmptyPersistableBundle() 374 pb.putInt(testIntKey, 33); in testRepeatNonEmptyPersistableBundle() 375 pb.putLong(testLongKey, 34359738368L); in testRepeatNonEmptyPersistableBundle() 376 pb.putDouble(testDoubleKey, 1.1); in testRepeatNonEmptyPersistableBundle() 377 pb.putString(testStringKey, new String("Woot!")); in testRepeatNonEmptyPersistableBundle() 378 pb.putBooleanArray(testBoolArrayKey, new boolean[] {true, false, true}); in testRepeatNonEmptyPersistableBundle() 379 pb.putIntArray(testIntArrayKey, new int[] {33, 44, 55, 142}); in testRepeatNonEmptyPersistableBundle() 380 pb.putLongArray(testLongArrayKey, new long[] {34L, 8371L, 34359738375L}); in testRepeatNonEmptyPersistableBundle() 381 pb.putDoubleArray(testDoubleArrayKey, new double[] {2.2, 5.4}); in testRepeatNonEmptyPersistableBundle() [all …]
|
/system/linkerconfig/testdata/ |
D | prepare_root.sh | 97 …er_config proto -s $ROOT_OUT/system/etc/linker.config.json -o $ROOT_OUT/system/etc/linker.config.pb 113 conv_apex_manifest proto $dst/apex_manifest.json -o $dst/apex_manifest.pb 115 conv_linker_config proto -s $dst/etc/linker.config.json -o $dst/etc/linker.config.pb
|
/system/apex/tools/ |
D | apex_compression_tool.py | 138 pb = apex_manifest_pb2.ApexManifest() 139 pb.ParseFromString(f.read()) 144 pb.capexMetadata.CopyFrom(capex_metadata) 146 f.write(pb.SerializeToString())
|
D | apex_compression_test.py | 203 pb = apex_manifest_pb2.ApexManifest() 204 pb.ParseFromString(f.read()) 205 pb.ClearField('capexMetadata') 207 f.write(pb.SerializeToString())
|
/system/apex/apexd/ |
D | Android.bp | 260 "$(location conv_apex_manifest) setprop version 137 $(genDir)/apex_manifest.pb && " + 262 "-s apex_manifest.pb -s apex_payload.img -s apex_pubkey " + 276 "$(location conv_apex_manifest) setprop version 137 $(genDir)/apex_manifest.pb && " + 278 "-s apex_manifest.pb -s apex_payload.img -s apex_pubkey " + 294 "-s apex_manifest.pb -s apex_payload.img -s apex_pubkey " + 310 "-s apex_manifest.pb -s apex_payload.img -s apex_pubkey " + 346 …on conv_apex_manifest) setprop name com.android.apex.test_package $(genDir)/apex_manifest.pb && " + 348 "-s apex_manifest.pb -s apex_payload.img -s apex_pubkey " + 362 …on conv_apex_manifest) setprop name com.android.apex.test_package $(genDir)/apex_manifest.pb && " + 363 "$(location conv_apex_manifest) setprop version 2 $(genDir)/apex_manifest.pb && " + [all …]
|
/system/apex/shim/build/ |
D | default_shim_allowed_list.txt | 1 ./apex_manifest.pb
|
D | prebuilts_shim_allowed_list.txt | 1 ./apex_manifest.pb
|
/system/bt/stack/test/common/ |
D | stack_test_packet_utils.cc | 40 std::vector<uint8_t> CreateAclPacket(uint16_t handle, uint8_t pb, uint8_t bc, in CreateAclPacket() argument 47 second_byte |= (pb << 4) & 0b00110000; in CreateAclPacket()
|
D | stack_test_packet_utils.h | 43 std::vector<uint8_t> CreateAclPacket(uint16_t handle, uint8_t pb, uint8_t bc,
|
/system/netd/ |
D | Android.bp | 64 "-bugprone-unhandled-self-assignment", // found in DnsResolver/stats.pb.h 67 "-cert-oop54-cpp", // found in DnsResolver/stats.pb.h
|
/system/linkerconfig/ |
D | README.md | 24 by `conv_linker_config`. You can find the compiled file under `<base>/etc/linker.config.pb`. 25 For example, `/apex/com.android.art/etc/linker.config.pb` is a configuration for the `com.android.a… 28 `/system/etc/linker.config.pb`(or its source module `system_linker_config`) is special because
|
/system/extras/latencytop/ |
D | latencytop.c | 423 const struct latency_entry *pa, *pb; in lat_cmp() local 426 pb = (*((struct latency_entry**)b)); in lat_cmp() 428 return numcmp(pb->max, pa->max); in lat_cmp()
|
/system/chre/build/ |
D | nanopb.mk | 33 NANOPB_EXTENSION = pb
|
/system/apex/apexd/apexd_testdata/ |
D | Android.bp | 86 "$(location conv_apex_manifest) setprop version 1 $(genDir)/apex_manifest.pb && " + 110 …tion conv_apex_manifest) setprop name com.android.apex.compressed $(genDir)/apex_manifest.pb && " + 112 "-s apex_manifest.pb -s apex_payload.img -s apex_pubkey " + 142 "$(location conv_apex_manifest) setprop version 137 $(genDir)/apex_manifest.pb && " + 144 "-s apex_manifest.pb -s apex_payload.img -s apex_pubkey " + 258 cmd: "$(location zip2zip) -i $(in) -x apex_manifest.pb -o $(out)", // remove apex_manifest.pb
|
/system/extras/simpleperf/app_api/java/com/android/simpleperf/ |
D | ProfileSession.java | 324 ProcessBuilder pb = new ProcessBuilder(args).directory(new File(mSimpleperfDataDir)); in createSimpleperfProcess() local 326 mSimpleperfProcess = pb.start(); in createSimpleperfProcess()
|