/aosp_15_r20/external/brotli/c/enc/ |
H A D | backward_references_hq.c | 332 const size_t gap, in ComputeDistanceShortcut() 383 const size_t gap, const int* starting_dist_cache, in EvaluateNode() 421 size_t gap = 0; in UpdateNodes() local 580 size_t gap = 0; in BrotliZopfliCreateCommands() local 618 const BrotliEncoderParams* params, const size_t gap, const int* dist_cache, in ZopfliIterate() 670 size_t gap = 0; in BrotliZopfliComputeShortestPath() local 759 size_t gap = 0; in BrotliCreateHqZopfliBackwardReferences() local
|
/aosp_15_r20/external/cronet/third_party/brotli/enc/ |
H A D | backward_references_hq.c | 345 const size_t gap, in ComputeDistanceShortcut() 396 const size_t gap, const int* starting_dist_cache, in EvaluateNode() 435 size_t gap = addon->total_size; in UpdateNodes() local 612 size_t gap = params->dictionary.compound.total_size; in BrotliZopfliCreateCommands() local 650 const BrotliEncoderParams* params, const size_t gap, const int* dist_cache, in ZopfliIterate() 720 size_t gap = addon->total_size; in BrotliZopfliComputeShortestPath() local 834 size_t gap = addon->total_size; in BrotliCreateHqZopfliBackwardReferences() local
|
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/ |
H A D | StackMap.java | 393 private int where, gap; field in StackMap.Shifter 396 public Shifter(StackMap smt, int where, int gap, boolean exclusive) { in Shifter() 426 private int where, gap; field in StackMap.SwitchShifter 428 public SwitchShifter(StackMap smt, int where, int gap) { in SwitchShifter()
|
H A D | StackMapTable.java | 830 int where, gap; field in StackMapTable.OffsetShifter 832 public OffsetShifter(StackMapTable smt, int where, int gap) { in OffsetShifter() 848 int where, gap; field in StackMapTable.Shifter 853 public Shifter(StackMapTable smt, int where, int gap, boolean exclusive) { in Shifter()
|
/aosp_15_r20/external/skia/tools/viewer/ |
H A D | MixerSlide.cpp | 45 float gap = fImg->width() * 3; in draw() local 73 void dodraw(SkCanvas* canvas, sk_sp<SkColorFilter> cf0, sk_sp<SkColorFilter> cf1, float gap) { in dodraw()
|
/aosp_15_r20/external/python/cpython3/Objects/stringlib/ |
D | fastsearch.h | 434 Py_ssize_t gap = p->gap; in STRINGLIB() local 545 Py_ssize_t gap = mlast; in STRINGLIB() local 605 Py_ssize_t gap = mlast; in STRINGLIB() local
|
/aosp_15_r20/external/pytorch/test/jit/ |
H A D | test_await.py | 315 def gap(x: Tensor): function 333 def gap(x: Tensor): function 363 def gap(x: Tensor): function
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/ |
H A D | StackScrollAlgorithmTest.kt | 759 val gap = in <lambda>() constant 769 val gap = in <lambda>() constant 779 val gap = in <lambda>() constant
|
/aosp_15_r20/external/zucchini/ |
H A D | zucchini_apply.cc | 34 offset_t gap = static_cast<offset_t>(next_dst_it - dst_it); in ApplyEquivalenceAndExtraData() local 48 offset_t gap = static_cast<offset_t>(new_image.end() - dst_it); in ApplyEquivalenceAndExtraData() local
|
/aosp_15_r20/external/ltp/testcases/cve/ |
H A D | stack_clash.c | 194 static void do_mmap_placement_test(unsigned long stack_addr, unsigned long gap) in do_mmap_placement_test() 223 unsigned long gap = GAP_PAGES * page_size; in do_child() local
|
/aosp_15_r20/external/coreboot/src/northbridge/intel/sandybridge/ |
H A D | raminit_iosav.c | 50 void iosav_write_zqcs_sequence(int channel, int slotrank, u32 gap, u32 post, u32 wrap) in iosav_write_zqcs_sequence() 108 int channel, int slotrank, u32 tMOD, u32 loops, u32 gap, u32 loops2, u32 post2) in iosav_write_read_mpr_sequence()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/slice/sort/unstable/ |
H A D | quicksort.rs | 200 let gap = gap_opt.as_mut().unwrap_unchecked(); in partition_hoare_branchy_cyclic() localVariable 227 gap: GapGuardRaw<T>, field
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/slice/sort/unstable/ |
H A D | quicksort.rs | 200 let gap = gap_opt.as_mut().unwrap_unchecked(); in partition_hoare_branchy_cyclic() localVariable 227 gap: GapGuardRaw<T>, field
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/slice/sort/unstable/ |
H A D | quicksort.rs | 200 let gap = gap_opt.as_mut().unwrap_unchecked(); in partition_hoare_branchy_cyclic() localVariable 227 gap: GapGuardRaw<T>, field
|
/aosp_15_r20/frameworks/base/core/java/android/inputmethodservice/ |
H A D | Keyboard.java | 261 public int gap; field in Keyboard.Key 681 protected void setHorizontalGap(int gap) { in setHorizontalGap() 689 protected void setVerticalGap(int gap) { in setVerticalGap()
|
/aosp_15_r20/external/icu/icu4j/demos/src/main/java/com/ibm/icu/dev/demo/holiday/ |
H A D | HolidayBorderPanel.java | 82 private int gap; field in HolidayBorderPanel 248 public HolidayBorderPanel setGap(int gap) { in setGap()
|
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/ |
D | PieRenderer.java | 278 int gap = 1; in layoutPie() local 283 int outer, int gap) { in layoutItems() 316 outer + mRadiusInc / 2, gap); in layoutItems() local
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/ |
D | PieRenderer.java | 280 int gap = 1; in layoutPie() local 284 private void layoutItems(List<PieItem> items, float centerAngle, int inner, int outer, int gap) { in layoutItems() 315 layoutItems(item.getItems(), angle, inner, outer + radiusInc / 2, gap); in layoutItems() local
|
/aosp_15_r20/external/webrtc/pc/ |
H A D | dtmf_sender_unittest.cc | 75 int gap; member 84 int gap = 0; in InsertDtmf() local
|
/aosp_15_r20/packages/apps/TV/tuner/src/com/android/tv/tuner/cc/ |
D | CaptionWindowLayout.java | 396 float gap = Math.min(1 - scaleCol, scaleCol); in initWindow() local 455 float gap = Math.min(1 - scaleRow, scaleRow); in initWindow() local
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/ |
H A D | peer_metrics.cc | 18 namespace bt::gap { namespace
|
H A D | types.cc | 17 namespace bt::gap { namespace
|
H A D | identity_resolving_list.cc | 20 namespace bt::gap { namespace
|
H A D | types_test.cc | 19 namespace bt::gap { namespace
|
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/server/ |
D | services.rs | 4 pub mod gap; module
|