/aosp_15_r20/prebuilts/clang/host/linux-x86/ |
D | README.md | 23 …//android.googlesource.com/platform/prebuilts/clang/host/linux-x86/+/refs/heads/master/llvm-binuti… 25 …nutils.py](https://android.googlesource.com/toolchain/llvm_android/+/refs/heads/master/update-binu… 27 …//android.googlesource.com/platform/prebuilts/clang/host/linux-x86/+/refs/heads/master/clang-stabl… 29 …stable.py](https://android.googlesource.com/toolchain/llvm_android/+/refs/heads/master/update-clan… 38 …line build configs](https://android.googlesource.com/kernel/common/+/refs/heads/android-mainline/b… 39 …-6.1 build configs](https://android.googlesource.com/kernel/common/+/refs/heads/android15-6.1/buil… 45 … [ndk/toolchains.py](https://android.googlesource.com/platform/ndk/+/refs/heads/master/ndk/toolcha… 61 …](https://googleplex-android.googlesource.com/platform/system/chre/+/refs/heads/master/build/clang… 66 …ime-linux.sh](https://android.googlesource.com/toolchain/jdk/build/+/refs/heads/master/build-jetbr… 67 …dk-darwin.sh](https://android.googlesource.com/toolchain/jdk/build/+/refs/heads/master/build-openj… [all …]
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | HeadsUpCoordinator.kt | 59 * Coordinates heads up notification (HUN) interactions with the notification pipeline based on the in <lambda>() 62 * notifications may be queued to heads up next. in <lambda>() 64 * The current HUN, but not HUNs that are queued to heads up, will be: in <lambda>() 65 * - Lifetime extended until it's no longer heads upping. in <lambda>() 121 * Shows the promoted notification with the given [key] as heads-up. in <lambda>() 142 // Force-set this notification to show heads-up. in <lambda>() 145 // heads-up is considered to be the top notification. in <lambda>() 165 * that don't have groups, and thus will never gave a group heads up edge case. in <lambda>() 186 * notifications in this list to determine what kind of group heads up behavior should happen. in <lambda>() 206 // For each group, determine which notification(s) for a group should heads up. in <lambda>() [all …]
|
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/ |
H A D | NOTICE.csv | 2 …googlesource.com/platform/prebuilts/android-emulator-build/archive/+/refs/heads/emu-master-dev/pix… 3 …AndroidEmu.so.6, https://android.googlesource.com/platform/external/qt5/+/refs/heads/upstream-6.5.3 4 …heads/master/LICENSE, Apache-2.0, ./emulator ./qemu/linux-x86_64/qemu-system-aarch64-headless ./qe… 5 …googlesource.com/platform/prebuilts/android-emulator-build/archive/+/refs/heads/emu-master-dev/lib… 6 …heads/emu-master-dev/android/third_party/picosha2/LICENSE, MIT, ./qemu/linux-x86_64/qemu-system-aa… 8 …heads/emu-master-dev/LICENSE.md, MIT, ./qemu/linux-x86_64/qemu-system-aarch64-headless ./qemu/linu… 9 libvpx, https://chromium.googlesource.com/webm/libvpx/+/refs/heads/master/LICENSE, BSD-3-Clause, ./… 11 …heads/emu-master-dev/NOTICE.txt, Apache-2.0, ./qemu/linux-x86_64/qemu-system-aarch64-headless ./qe… 14 …heads/emu-master-dev/NOTICE.txt, Apache-2.0, ./qemu/linux-x86_64/qemu-system-aarch64-headless ./qe… 15 …-system-aarch64, https://android.googlesource.com/platform/external/qt5/+/refs/heads/upstream-6.5.3 [all …]
|
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/ |
H A D | NOTICE.csv | 2 …heads/emu-master-dev/NOTICE, BSD-2-Clause, emugl_common.dylib ./qemu/darwin-x86_64/qemu-system-x86… 3 libvpx, https://chromium.googlesource.com/webm/libvpx/+/refs/heads/master/LICENSE, BSD-3-Clause, em… 4 …googlesource.com/platform/prebuilts/android-emulator-build/archive/+/refs/heads/emu-master-dev/qt-… 5 …googlesource.com/platform/prebuilts/android-emulator-build/archive/+/refs/heads/emu-master-dev/qt-… 7 …heads/emu-master-dev/NOTICE.txt, Apache-2.0, emugl_common.dylib ./qemu/darwin-x86_64/qemu-system-x… 8 …googlesource.com/platform/prebuilts/android-emulator-build/archive/+/refs/heads/emu-master-dev/qt-… 9 …googlesource.com/platform/prebuilts/android-emulator-build/archive/+/refs/heads/emu-master-dev/ffm… 10 …googlesource.com/platform/prebuilts/android-emulator-build/archive/+/refs/heads/emu-master-dev/qt-… 11 …heads/emu-master-dev/android/third_party/jpeg-6b/NOTICE, IJG, emugl_common.dylib ./qemu/darwin-x86… 12 …heads/emu-master-dev/NOTICE.txt, Apache-2.0, emugl_common.dylib ./qemu/darwin-x86_64/qemu-system-x… [all …]
|
/aosp_15_r20/external/libyuv/infra/config/ |
H A D | cr-buildbucket.cfg | 27 cipd_version: "refs/heads/main" 57 cipd_version: "refs/heads/main" 87 cipd_version: "refs/heads/main" 115 cipd_version: "refs/heads/main" 143 cipd_version: "refs/heads/main" 171 cipd_version: "refs/heads/main" 201 cipd_version: "refs/heads/main" 231 cipd_version: "refs/heads/main" 261 cipd_version: "refs/heads/main" 291 cipd_version: "refs/heads/main" [all …]
|
/aosp_15_r20/external/python/pycparser/examples/c_files/ |
D | hash.c | 27 Node** heads; member 58 // Allocate space for the array of list heads in HashCreate() 60 if (((*hash)->heads = malloc(table_size*sizeof(*((*hash)->heads)))) == NULL) in HashCreate() 68 (*hash)->heads[i] = NULL; in HashCreate() 80 Node* temp = hash->heads[index]; in HashInsert() 84 if ((hash->heads[index] = malloc(sizeof(Node))) == NULL) in HashInsert() 87 hash->heads[index]->entry = malloc(sizeof(Entry)); in HashInsert() 88 hash->heads[index]->entry->key = malloc(strlen(entry->key)+1); in HashInsert() 89 hash->heads[index]->entry->value = malloc(strlen(entry->value)+1); in HashInsert() 90 strcpy(hash->heads[index]->entry->key, entry->key); in HashInsert() [all …]
|
/aosp_15_r20/external/mtools/ |
H A D | mpartition.c | 40 uint16_t heads, uint16_t sectors) in set_offset() argument 45 if(! heads || !sectors) in set_offset() 51 head = offset % heads; in set_offset() 52 offset = offset / heads; in set_offset() 72 uint8_t heads, sectors; in setBeginEnd() local 76 "Too many heads for partition: %d\n", in setBeginEnd() 80 heads=(uint8_t) iheads; in setBeginEnd() 89 set_offset(&partTable->start, begin, heads, sectors); in setBeginEnd() 90 set_offset(&partTable->end, end-1, heads, sectors); in setBeginEnd() 139 } else if (end < sectors * heads * 1024u) in setBeginEnd() [all …]
|
H A D | lba.c | 30 if(dev->heads && dev->sectors && dev->tracks) in compute_lba_geom_from_tot_sectors() 47 dev->heads = 1; in compute_lba_geom_from_tot_sectors() 52 if(dev->heads == 1) in compute_lba_geom_from_tot_sectors() 56 dev->heads = 2; in compute_lba_geom_from_tot_sectors() 62 dev->heads = 2; in compute_lba_geom_from_tot_sectors() 65 (uint16_t)(dev->tot_sectors / dev->heads / dev->tracks); in compute_lba_geom_from_tot_sectors() 69 /* Heads or sectors not known => fill them in both... */ in compute_lba_geom_from_tot_sectors() 70 if(!dev->sectors || !dev->heads) { in compute_lba_geom_from_tot_sectors() 74 dev->heads = 16; in compute_lba_geom_from_tot_sectors() 76 dev->heads = 32; in compute_lba_geom_from_tot_sectors() [all …]
|
H A D | devices.c | 87 orig_dev->heads != dev->heads || in compare_geom() 184 #define HEADS(floppy) floppy.fg.heads macro 291 #define HEADS(floppy) (floppy).dp_heads macro 418 #define HEADS(floppy) floppy.fdchar.fdc_nhead macro 532 #define HEADS(floppy) floppy.dkbuf.nhead macro 762 #define HEADS(floppy) floppy.head macro 832 uint16_t heads=dev->heads; in get_block_geom() local 856 if(!heads) in get_block_geom() 857 heads = geom.heads; in get_block_geom() 861 sect_per_track = heads * sectors; in get_block_geom() [all …]
|
/aosp_15_r20/external/webrtc/infra/config/ |
H A D | cr-buildbucket.cfg | 26 cipd_version: "refs/heads/main" 76 cipd_version: "refs/heads/main" 126 cipd_version: "refs/heads/main" 176 cipd_version: "refs/heads/main" 226 cipd_version: "refs/heads/main" 276 cipd_version: "refs/heads/main" 326 cipd_version: "refs/heads/main" 377 cipd_version: "refs/heads/main" 428 cipd_version: "refs/heads/main" 479 cipd_version: "refs/heads/main" [all …]
|
/aosp_15_r20/external/angle/infra/config/generated/ |
H A D | cr-buildbucket.cfg | 23 cipd_version: "refs/heads/main" 78 cipd_version: "refs/heads/main" 133 cipd_version: "refs/heads/main" 188 cipd_version: "refs/heads/main" 243 cipd_version: "refs/heads/main" 298 cipd_version: "refs/heads/main" 353 cipd_version: "refs/heads/main" 408 cipd_version: "refs/heads/main" 464 cipd_version: "refs/heads/main" 520 cipd_version: "refs/heads/main" [all …]
|
/aosp_15_r20/art/tools/luci/config/generated/ |
H A D | cr-buildbucket.cfg | 26 cipd_version: "refs/heads/main" 56 cipd_version: "refs/heads/main" 86 cipd_version: "refs/heads/main" 115 cipd_version: "refs/heads/main" 144 cipd_version: "refs/heads/main" 175 cipd_version: "refs/heads/main" 206 cipd_version: "refs/heads/main" 235 cipd_version: "refs/heads/main" 264 cipd_version: "refs/heads/main" 292 cipd_version: "refs/heads/main" [all …]
|
/aosp_15_r20/external/crosvm/infra/config/generated/ |
H A D | cr-buildbucket.cfg | 26 cipd_version: "refs/heads/main" 44 cipd_version: "refs/heads/main" 57 cipd_version: "refs/heads/main" 70 cipd_version: "refs/heads/main" 88 cipd_version: "refs/heads/main" 107 cipd_version: "refs/heads/main" 126 cipd_version: "refs/heads/main" 145 cipd_version: "refs/heads/main" 164 cipd_version: "refs/heads/main" 177 cipd_version: "refs/heads/main" [all …]
|
/aosp_15_r20/external/angle/doc/ |
H A D | ExtensionSupport.md | 220 | [GL_ANGLE_base_vertex_base_instance](https://chromium.googlesource.com/angle/angle/+/refs/heads/m… 221 …ance_shader_builtin](https://chromium.googlesource.com/angle/angle/+/refs/heads/main/extensions/AN… 222 | [GL_CHROMIUM_bind_generates_resource](https://chromium.googlesource.com/angle/angle/+/refs/heads/… 223 | [GL_CHROMIUM_bind_uniform_location](https://chromium.googlesource.com/angle/angle/+/refs/heads/ma… 224 | [GL_ANGLE_blob_cache](https://chromium.googlesource.com/angle/angle/+/refs/heads/main/extensions/… 225 | [GL_ANGLE_client_arrays](https://chromium.googlesource.com/angle/angle/+/refs/heads/main/extensio… 226 | [GL_ANGLE_clip_cull_distance](https://chromium.googlesource.com/angle/angle/+/refs/heads/main/ext… 227 | [GL_CHROMIUM_color_buffer_float_rgb](https://chromium.googlesource.com/angle/angle/+/refs/heads/m… 228 | [GL_CHROMIUM_color_buffer_float_rgba](https://chromium.googlesource.com/angle/angle/+/refs/heads/… 229 | [GL_ANGLE_compressed_texture_etc](https://chromium.googlesource.com/angle/angle/+/refs/heads/main… [all …]
|
/aosp_15_r20/external/crosvm/docs/book/src/devices/ |
H A D | index.md | 65 [device side]: https://chromium.googlesource.com/crosvm/crosvm/+/refs/heads/main/devices/src/virtio… 68 [vmm side]: https://chromium.googlesource.com/crosvm/crosvm/+/refs/heads/main/devices/src/virtio/vh… 71 [`cmos/rtc`]: https://chromium.googlesource.com/crosvm/crosvm/+/refs/heads/main/devices/src/cmos.rs 72 [`console`]: https://chromium.googlesource.com/crosvm/crosvm/+/refs/heads/main/devices/src/virtio/c… 73 [`fs`]: https://chromium.googlesource.com/crosvm/crosvm/+/refs/heads/main/devices/src/virtio/fs/ 74 [`gpu`]: https://chromium.googlesource.com/crosvm/crosvm/+/refs/heads/main/devices/src/virtio/gpu/ 75 [`i8042`]: https://chromium.googlesource.com/crosvm/crosvm/+/refs/heads/main/devices/src/i8042.rs 77 [`iommu`]: https://chromium.googlesource.com/crosvm/crosvm/+/refs/heads/main/devices/src/virtio/iom… 79 [`p9`]: https://chromium.googlesource.com/crosvm/crosvm/+/refs/heads/main/devices/src/virtio/p9.rs 81 [`rng`]: https://chromium.googlesource.com/crosvm/crosvm/+/refs/heads/main/devices/src/virtio/rng.rs [all …]
|
/aosp_15_r20/external/openscreen/docs/ |
H A D | discovery.md | 11 [DNS-SD public interfaces](https://chromium.googlesource.com/openscreen/+/refs/heads/master/discove… 13 [public discovery layer](https://chromium.googlesource.com/openscreen/+/refs/heads/master/discovery… 24 [public](https://chromium.googlesource.com/openscreen/+/refs/heads/master/discovery/public) 26 [common](https://chromium.googlesource.com/openscreen/+/refs/heads/master/discovery/common) 28 [DNS-SD](https://chromium.googlesource.com/openscreen/+/refs/heads/master/discovery/dnssd) 30 [mDNS](https://chromium.googlesource.com/openscreen/+/refs/heads/master/discovery/mdns) 38 [openscreen::discovery::Config struct](https://chromium.googlesource.com/openscreen/+/refs/heads/ma… 43 [openscreen::discovery::ReportingClient](https://chromium.googlesource.com/openscreen/+/refs/heads/… 51 …nsSdServicePublisher](https://chromium.googlesource.com/openscreen/+/refs/heads/master/discovery/p… 55 …:DnsSdServiceWatcher](https://chromium.googlesource.com/openscreen/+/refs/heads/master/discovery/p… [all …]
|
/aosp_15_r20/packages/modules/Connectivity/bpf/loader/initrc-doc/ |
D | README.txt | 18 …https://android.googlesource.com/platform/system/bpf/+/refs/heads/android11-release/bpfloader/bpfl… 19 …https://android.googlesource.com/platform/system/bpf/+/refs/heads/android12-release/bpfloader/bpfl… 20 …https://android.googlesource.com/platform/system/bpf/+/refs/heads/android13-release/bpfloader/bpfl… 21 …https://android.googlesource.com/platform/system/bpf/+/refs/heads/android14-release/bpfloader/bpfl… 22 …https://android.googlesource.com/platform/system/bpf/+/refs/heads/android14-qpr1-release/bpfloader… 23 …https://android.googlesource.com/platform/system/bpf/+/refs/heads/android14-qpr2-release/bpfloader… 24 …https://android.googlesource.com/platform/packages/modules/Connectivity/+/refs/heads/android14-qpr… 25 …https://android.googlesource.com/platform/packages/modules/Connectivity/+/refs/heads/android14-qpr… 26 …https://android.googlesource.com/platform/packages/modules/Connectivity/+/refs/heads/android15-rel… 27 …https://android.googlesource.com/platform/packages/modules/Connectivity/+/refs/heads/android15-qpr… [all …]
|
/aosp_15_r20/external/pytorch/test/functorch/ |
H A D | attn_ft.py | 35 f"heads ({num_attention_heads})" 69 batch, query_sequence, key_sequence, heads, features = dims() 70 heads.size = self.num_attention_heads 76 # The group (heads, features) splits apart a single positional dimension 77 # into two dimensions. Since heads.size*features.size == q.size(2) 78 # and we specified heads.size, features.size is inferred here. 79 q = q[batch, query_sequence, [heads, features]] 80 k = k[batch, key_sequence, [heads, features]] 81 v = v[batch, key_sequence, [heads, features]] 87 key_past = past_key_value[0][batch, heads, key_sequence, features] [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/ |
D | Automaton.h | 76 /// Heads of each tracked path. These are not ordered. 77 std::deque<PathSegment *> Heads; variable 92 // Iterate over all existing heads. We will mutate the Heads deque during in transition() 94 unsigned NumHeads = Heads.size(); in transition() 96 PathSegment *Head = Heads[I]; in transition() 105 Heads.push_back(makePathSegment(PI->ToDfaState, Head)); in transition() 107 // Now we've iterated over all the initial heads and added new ones, in transition() 108 // dispose of the original heads. in transition() 109 Heads.erase(Heads.begin(), std::next(Heads.begin(), NumHeads)); in transition() 124 Heads.clear(); in reset() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/ |
D | Automaton.h | 76 /// Heads of each tracked path. These are not ordered. 77 std::deque<PathSegment *> Heads; variable 92 // Iterate over all existing heads. We will mutate the Heads deque during in transition() 94 unsigned NumHeads = Heads.size(); in transition() 96 PathSegment *Head = Heads[I]; in transition() 105 Heads.push_back(makePathSegment(PI->ToDfaState, Head)); in transition() 107 // Now we've iterated over all the initial heads and added new ones, in transition() 108 // dispose of the original heads. in transition() 109 Heads.erase(Heads.begin(), std::next(Heads.begin(), NumHeads)); in transition() 124 Heads.clear(); in reset() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/ |
D | Automaton.h | 76 /// Heads of each tracked path. These are not ordered. 77 std::deque<PathSegment *> Heads; variable 92 // Iterate over all existing heads. We will mutate the Heads deque during in transition() 94 unsigned NumHeads = Heads.size(); in transition() 96 PathSegment *Head = Heads[I]; in transition() 105 Heads.push_back(makePathSegment(PI->ToDfaState, Head)); in transition() 107 // Now we've iterated over all the initial heads and added new ones, in transition() 108 // dispose of the original heads. in transition() 109 Heads.erase(Heads.begin(), std::next(Heads.begin(), NumHeads)); in transition() 124 Heads.clear(); in reset() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/ |
D | Automaton.h | 76 /// Heads of each tracked path. These are not ordered. 77 std::deque<PathSegment *> Heads; variable 92 // Iterate over all existing heads. We will mutate the Heads deque during in transition() 94 unsigned NumHeads = Heads.size(); in transition() 96 PathSegment *Head = Heads[I]; in transition() 105 Heads.push_back(makePathSegment(PI->ToDfaState, Head)); in transition() 107 // Now we've iterated over all the initial heads and added new ones, in transition() 108 // dispose of the original heads. in transition() 109 Heads.erase(Heads.begin(), std::next(Heads.begin(), NumHeads)); in transition() 124 Heads.clear(); in reset() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
H A D | Automaton.h | 78 /// Heads of each tracked path. These are not ordered. 79 std::deque<PathSegment *> Heads; variable 94 // Iterate over all existing heads. We will mutate the Heads deque during in transition() 96 unsigned NumHeads = Heads.size(); in transition() 98 PathSegment *Head = Heads[I]; in transition() 107 Heads.push_back(makePathSegment(PI->ToDfaState, Head)); in transition() 109 // Now we've iterated over all the initial heads and added new ones, in transition() 110 // dispose of the original heads. in transition() 111 Heads.erase(Heads.begin(), std::next(Heads.begin(), NumHeads)); in transition() 126 Heads.clear(); in reset() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | Automaton.h | 78 /// Heads of each tracked path. These are not ordered. 79 std::deque<PathSegment *> Heads; variable 94 // Iterate over all existing heads. We will mutate the Heads deque during in transition() 96 unsigned NumHeads = Heads.size(); in transition() 98 PathSegment *Head = Heads[I]; in transition() 107 Heads.push_back(makePathSegment(PI->ToDfaState, Head)); in transition() 109 // Now we've iterated over all the initial heads and added new ones, in transition() 110 // dispose of the original heads. in transition() 111 Heads.erase(Heads.begin(), std::next(Heads.begin(), NumHeads)); in transition() 126 Heads.clear(); in reset() [all …]
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/ |
H A D | NotificationInterruptLogger.kt | 38 "heads up is enabled=$bool1" in logHeadsUpFeatureChanged() 45 "dismissing any existing heads up notification on disable event" in logWillDismissAll() 78 "No heads up: no huns" in logNoHeadsUpFeatureDisabled() 86 "No heads up: snoozed package: $str1" in logNoHeadsUpPackageSnoozed() 94 "Heads up: package snooze bypassed because notification has full-screen intent: $str1" in logHeadsUpPackageSnoozeBypassedHasFsi() 102 "No heads up: in unlocked shade where notification is shown as a bubble: $str1" in logNoHeadsUpAlreadyBubbled() 110 "No heads up: suppressed by DND: $str1" in logNoHeadsUpSuppressedByDnd() 118 "No heads up: unimportant notification: $str1" in logNoHeadsUpNotImportant() 126 "No heads up: not in use: $str1" in logNoHeadsUpNotInUse() 140 "No heads up: old when $long1 (age=$long2 ms): $str1" in logNoHeadsUpOldWhen() [all …]
|