HomeSort by relevance Sort by last modified time
    Searched refs:slice (Results 226 - 250 of 2545) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/test/fixedbugs/
issue20811.go 7 // Issue 20811: slice-in-bound check is lowered incorrectly on
issue7153.go 11 var _ = []int{a: true, true} // ERROR "undefined: a" "cannot use true \(type bool\) as type int in array or slice literal"
  /prebuilts/go/darwin-x86/test/
index0.go 7 // Generate test of index and slice bounds checks.
index1.go 7 // Generate test of index and slice bounds checks.
index2.go 7 // Generate test of index and slice bounds checks.
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/cgo/
cgo2.go 11 // Passing a pointer (via the slice), but C isn't cgo.
cgo4.go 14 // Passing a pointer (via a slice), but C is fmt, not cgo.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug457.go 7 // Issue 4197: growing a slice of zero-width elements
bug481.go 7 // Returning an index into a conversion from string to slice caused a
gcc61254.go 7 // PR61254: gccgo failed to compile a slice expression with missing indices.
issue20811.go 7 // Issue 20811: slice-in-bound check is lowered incorrectly on
issue7153.go 11 var _ = []int{a: true, true} // ERROR "undefined: a" "cannot use true \(type bool\) as type int in array or slice literal"
  /prebuilts/go/linux-x86/test/
index0.go 7 // Generate test of index and slice bounds checks.
index1.go 7 // Generate test of index and slice bounds checks.
index2.go 7 // Generate test of index and slice bounds checks.
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_resource.c 287 struct fd_resource_slice *slice,
293 return layer * slice->size0;
300 struct fd_resource_slice *slice = fd_resource_slice(rsc, trans->base.level); local
304 float *depth = fd_bo_map(rsc->bo) + slice->offset +
305 fd_resource_layer_offset(rsc, slice, trans->base.box.z) +
306 (trans->base.box.y + box->y) * slice->pitch * 4 + (trans->base.box.x + box->x) * 4;
313 depth, slice->pitch * 4,
327 struct fd_resource_slice *slice = fd_resource_slice(rsc, trans->base.level); local
330 uint8_t *data = fd_bo_map(rsc->bo) + slice->offset +
331 fd_resource_layer_offset(rsc, slice, trans->base.box.z)
445 struct fd_resource_slice *slice = fd_resource_slice(rsc, level); local
714 struct fd_resource_slice *slice = fd_resource_slice(rsc, level); local
884 struct fd_resource_slice *slice = &rsc->slices[0]; local
    [all...]
  /cts/tests/tests/slice/src/android/slice/cts/
SliceProvider.java 15 package android.slice.cts;
20 import android.app.slice.Slice;
21 import android.app.slice.Slice.Builder;
22 import android.app.slice.SliceSpec;
36 public class SliceProvider extends android.app.slice.SliceProvider {
66 .authority("android.slice.cts");
74 public Slice onBindSlice(Uri sliceUri, Set<SliceSpec> supportedSpecs) {
81 return b.addSubSlice(new Slice.Builder(b).build(), "subslice").build()
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_mipmap_tree.h 117 * \name Offset to slice
121 * compute the slice offsets, so we store them in this table.
123 * The (x, y) offset to slice \c s at level \c l relative the miptrees
126 * x = mt->level[l].slice[s].x_offset
127 * y = mt->level[l].slice[s].y_offset
135 * intel_miptree_map/unmap on this slice.
138 } *slice; member in struct:intel_mipmap_level
313 GLuint level, GLuint slice,
322 GLuint level, GLuint slice,
356 unsigned int slice,
    [all...]
  /external/webrtc/webrtc/common_audio/
audio_ring_buffer_unittest.cc 30 rtc::scoped_ptr<float* []> slice(new float* [num_channels]);
37 buf.Write(input.Slice(slice.get(), input_pos), num_channels,
44 buf.Read(output->Slice(slice.get(), output_pos), num_channels,
52 buf.Write(input.Slice(slice.get(), input_pos), num_channels,
56 buf.Read(output->Slice(slice.get(), output_pos), num_channels,
channel_buffer.h 103 // Sets the |slice| pointers to the |start_frame| position for each channel.
104 // Returns |slice| for convenience.
105 const T* const* Slice(T** slice, size_t start_frame) const {
108 slice[i] = &channels_[i][start_frame];
109 return slice;
111 T** Slice(T** slice, size_t start_frame) {
113 return const_cast<T**>(t->Slice(slice, start_frame))
    [all...]
  /frameworks/support/slices/builders/src/main/java/androidx/slice/builders/
SliceAction.java 17 package androidx.slice.builders;
20 import static androidx.slice.builders.ListBuilder.ICON_IMAGE;
31 import androidx.slice.Slice;
32 import androidx.slice.core.SliceActionImpl;
37 public class SliceAction implements androidx.slice.core.SliceAction {
245 * @return the slice representation of this action.
250 public Slice buildSlice(@NonNull Slice.Builder builder) {
  /frameworks/support/slices/builders/src/main/java/androidx/slice/builders/impl/
ListBuilderBasicImpl.java 17 package androidx.slice.builders.impl;
20 import static androidx.slice.core.SliceHints.HINT_KEYWORDS;
29 import androidx.slice.Slice;
30 import androidx.slice.SliceSpec;
31 import androidx.slice.builders.SliceAction;
43 public ListBuilderBasicImpl(Slice.Builder b, SliceSpec spec) {
107 Slice.Builder sb = new Slice.Builder(getBuilder());
164 public void apply(Slice.Builder builder)
    [all...]
  /packages/apps/Settings/src/com/android/settings/notification/
ZenModeSliceBuilder.java 19 import static android.app.slice.Slice.EXTRA_TOGGLE_STATE;
21 import static androidx.slice.builders.ListBuilder.ICON_IMAGE;
43 import androidx.slice.Slice;
44 import androidx.slice.builders.ListBuilder;
45 import androidx.slice.builders.SliceAction;
56 * Backing Uri for the Zen Mode Slice.
66 * Action notifying a change on the Zen Mode Slice.
83 * Return a ZenMode Slice bound to {@link #ZEN_MODE_URI}
    [all...]
  /prebuilts/go/darwin-x86/src/sort/
search.go 20 // a sorted, indexable data structure such as an array or slice.
25 // For instance, given a slice data sorted in ascending order,
28 // wants to find whether 23 is in the slice, it must test data[i] == 23
35 // x in an integer slice data sorted in ascending order:
78 // SearchInts searches for x in a sorted slice of ints and returns the index
81 // The slice must be sorted in ascending order.
87 // SearchFloat64s searches for x in a sorted slice of float64s and returns the index
90 // The slice must be sorted in ascending order.
96 // SearchStrings searches for x in a sorted slice of strings and returns the index
99 // The slice must be sorted in ascending order
    [all...]
  /prebuilts/go/linux-x86/src/sort/
search.go 20 // a sorted, indexable data structure such as an array or slice.
25 // For instance, given a slice data sorted in ascending order,
28 // wants to find whether 23 is in the slice, it must test data[i] == 23
35 // x in an integer slice data sorted in ascending order:
78 // SearchInts searches for x in a sorted slice of ints and returns the index
81 // The slice must be sorted in ascending order.
87 // SearchFloat64s searches for x in a sorted slice of float64s and returns the index
90 // The slice must be sorted in ascending order.
96 // SearchStrings searches for x in a sorted slice of strings and returns the index
99 // The slice must be sorted in ascending order
    [all...]

Completed in 358 milliseconds

1 2 3 4 5 6 7 8 91011>>