HomeSort by relevance Sort by last modified time
    Searched full:flat (Results 51 - 75 of 1211) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/skia/src/core/
SkPictureFlat.h 295 // Allocate enough memory to hold SkFlatData struct and the flat data itself.
357 static const SkFlatData& GetKey(const SkFlatData& flat) { return flat; }
358 static uint32_t Hash(const SkFlatData& flat) { return flat.checksum(); }
364 // This assumes the payload flat data has already been written and does not modify it.
434 SkFlatData* flat = this->findAndReturnMutableFlat(element); local
440 return flat;
447 return flat;
450 // findAndReturnMutableFlat put flat at the back. Swap it into found->index() instead
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/report/
report.go 101 fmt.Fprintf(w, "%10s %10s (flat, cum) %s of Total\n",
106 fmt.Fprintf(w, "%10s %10s %10x: %s\n", valueOrDot(n.flat, rpt), valueOrDot(n.cum, rpt), n.info.address, n.info.name)
229 n.flat += samples[s].flat
322 // printText prints a flat text report for a profile.
333 "flat", "flat", "sum", "cum", "cum")
337 name, flat, cum := n.info.prettyName(), n.flat, n.cum
339 flatSum += flat
    [all...]
source.go 83 fmt.Fprintf(w, "%10s %10s (flat, cum) %s of Total\n",
93 fmt.Fprintf(w, "%10s %10s %6d:%s\n", valueOrDot(fn.flat, rpt), valueOrDot(fn.cum, rpt), fn.info.lineno, fn.info.name)
261 Total: %10s %10s (flat, cum) %s
274 valueOrDot(fn.flat, rpt), valueOrDot(fn.cum, rpt),
282 valueOrDot(fn.flat, rpt), valueOrDot(fn.cum, rpt),
295 valueOrDot(an.flat, rpt), valueOrDot(an.cum, rpt),
370 flat, cum := sumNodes(lineNodes[lineno])
377 flat: flat,
398 flat, cum := sumNodes(lrs
    [all...]
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/report/
report.go 101 fmt.Fprintf(w, "%10s %10s (flat, cum) %s of Total\n",
106 fmt.Fprintf(w, "%10s %10s %10x: %s\n", valueOrDot(n.flat, rpt), valueOrDot(n.cum, rpt), n.info.address, n.info.name)
229 n.flat += samples[s].flat
322 // printText prints a flat text report for a profile.
333 "flat", "flat", "sum", "cum", "cum")
337 name, flat, cum := n.info.prettyName(), n.flat, n.cum
339 flatSum += flat
    [all...]
source.go 83 fmt.Fprintf(w, "%10s %10s (flat, cum) %s of Total\n",
93 fmt.Fprintf(w, "%10s %10s %6d:%s\n", valueOrDot(fn.flat, rpt), valueOrDot(fn.cum, rpt), fn.info.lineno, fn.info.name)
261 Total: %10s %10s (flat, cum) %s
274 valueOrDot(fn.flat, rpt), valueOrDot(fn.cum, rpt),
282 valueOrDot(fn.flat, rpt), valueOrDot(fn.cum, rpt),
295 valueOrDot(an.flat, rpt), valueOrDot(an.cum, rpt),
370 flat, cum := sumNodes(lineNodes[lineno])
377 flat: flat,
398 flat, cum := sumNodes(lrs
    [all...]
  /external/deqp/external/vulkancts/data/vulkan/glsl/es310/
linkage.test 787 layout(location = 0) flat out mediump int var;
798 layout(location = 0) flat in int var;
818 layout(location = 0) flat out mediump ivec2 var;
829 layout(location = 0) flat in ivec2 var;
849 layout(location = 0) flat out mediump ivec3 var;
860 layout(location = 0) flat in ivec3 var;
880 layout(location = 0) flat out mediump ivec4 var;
891 layout(location = 0) flat in ivec4 var;
911 layout(location = 0) flat out mediump uint var;
922 layout(location = 0) flat in uint var
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_loopfilter_filters.c 156 static INLINE void filter8(int8_t mask, uint8_t thresh, uint8_t flat,
161 if (flat && mask) {
190 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3); local
191 filter8(mask, *thresh, flat, s - 4 * p, s - 3 * p, s - 2 * p, s - 1 * p,
215 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3); local
216 filter8(mask, *thresh, flat, s - 4, s - 3, s - 2, s - 1,
232 uint8_t flat, uint8_t flat2,
241 if (flat2 && flat && mask) {
278 filter8(mask, thresh, flat, op3, op2, op1, op0, oq0, oq1, oq2, oq3);
294 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3) local
320 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3); local
    [all...]
  /external/libcap/libcap/
libcap.h 119 __u32 flat[NUMBER_OF_CAP_SETS]; member in union:_cap_struct::__anon15662
133 #define raise_cap(x,set) u[(x)>>5].flat[set] |= (1<<((x)&31))
134 #define lower_cap(x,set) u[(x)>>5].flat[set] &= ~(1<<((x)&31))
135 #define isset_cap(y,x,set) ((y)->u[(x)>>5].flat[set] & (1<<((x)&31)))
168 fprintf(stderr, "%08x", (c).u[_cap_index].flat[set]); \
cap_extint.c 64 val = cap_d->u[j/sizeof(__u32)].flat[i];
116 cap_d->u[blk].flat[set] = val;
  /external/protobuf/java/src/test/java/com/google/protobuf/
RopeByteStringTest.java 82 assertTrue(classUnderTest + " balanced string must equal flat string",
84 assertTrue(classUnderTest + " flat string must equal balanced string",
86 assertEquals(classUnderTest + " balanced string must have same hash code as flat string",
111 assertEquals(classUnderTest + " string must equal the flat string", flatString, unicode);
112 assertEquals(classUnderTest + " string must must have same hashCode as the flat string",
  /frameworks/native/cmds/dumpstate/
bugreport-format.md 13 Prior to _Android M (Marshmallow)_, `dumpstate` generates a flat .txt file named
19 On _Android M (Marshmallow)_, dumpstate still generates a flat
26 is a failure, in which case it reverts to the flat file that is zipped by
37 - `main-entry.txt`: whose value is the name of the flat text entry (i.e.,
46 The flat file also has some minor changes:
  /external/libvpx/libvpx/vpx_dsp/
loopfilter.c 171 static INLINE void filter8(int8_t mask, uint8_t thresh, uint8_t flat,
176 if (flat && mask) {
205 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3); local
206 filter8(mask, *thresh, flat, s - 4 * p, s - 3 * p, s - 2 * p, s - 1 * p,
230 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3); local
231 filter8(mask, *thresh, flat, s - 4, s - 3, s - 2, s - 1,
247 uint8_t flat, uint8_t flat2,
256 if (flat2 && flat && mask) {
293 filter8(mask, thresh, flat, op3, op2, op1, op0, oq0, oq1, oq2, oq3);
309 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3) local
335 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3); local
550 const int8_t flat = highbd_flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3, local
581 const int8_t flat = highbd_flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3, local
685 const int8_t flat = highbd_flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3, local
719 const int8_t flat = highbd_flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3, local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_loopfilter_neon.asm 501 vcge.u8 d20, d23, d20 ; flat
507 vand d20, d20, d19 ; flat & mask
513 ; This instruction will truncate the "flat & mask" masks down to 4 bits
517 vmov.u32 r4, d30[0] ; flat & mask 4bits
521 ; If mask and flat are 1's for all vectors, then we only need to execute
569 ; If mask and flat are 0's for all vectors, then we only need to execute
573 ; If mask and flat are mixed then we must perform both branches and
588 vbif d0, d4, d20 ; op2 |= p2 & ~(flat & mask)
592 vbif d1, d25, d20 ; op1 |= f_op1 & ~(flat & mask)
601 vbif d2, d24, d20 ; op0 |= f_op0 & ~(flat & mask
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
visitor.rb 69 flat = @adaptor.flat_list?( tree )
73 tree = before.call( tree ) unless before.nil? or flat
78 tree = after.call( tree ) unless after.nil? or flat
  /external/mesa3d/src/glsl/
ast_type.cpp 58 || this->flags.q.flat
67 else if (this->flags.q.flat)
68 return "flat";
  /frameworks/base/tools/aapt2/dump/
Dump.cpp 62 io::IFile* file = zip->findFile("resources.arsc.flat");
67 << "failed to open resources.arsc.flat");
74 << "invalid resources.arsc.flat");
  /packages/apps/Settings/src/com/android/settings/utils/
ZenServiceListing.java 74 final String flat = Settings.Secure.getString(mContentResolver, setting); local
75 if (!TextUtils.isEmpty(flat)) {
76 final List<String> names = Arrays.asList(flat.split(":"));
  /frameworks/native/libs/binder/
Parcel.cpp 237 const sp<IBinder>& /*binder*/, const flat_binder_object& flat, Parcel* out)
239 return out->writeObject(flat, false);
324 BpBinder* /*proxy*/, const flat_binder_object& /*flat*/,
333 const flat_binder_object* flat = in.readObject(false); local
335 if (flat) {
336 switch (flat->type) {
338 *out = reinterpret_cast<IBinder*>(flat->cookie);
339 return finish_unflatten_binder(NULL, *flat, in);
341 *out = proc->getStrongProxyForHandle(flat->handle);
343 static_cast<BpBinder*>(out->get()), *flat, in)
352 const flat_binder_object* flat = in.readObject(false); local
568 flat_binder_object* flat local
1988 const flat_binder_object* flat = readObject(true); local
2166 const flat_binder_object* flat local
2237 const flat_binder_object* flat local
2258 const flat_binder_object* flat local
2272 const flat_binder_object* flat local
2459 const flat_binder_object* flat local
2569 const flat_binder_object* flat local
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SuggestionsAdapter.java 68 * @param suggestionId The ID of the suggestion clicked. If the suggestion list is flat, this
76 * @param suggestionId The ID of the suggestion clicked. If the suggestion list is flat, this
  /external/libvpx/libvpx/vpx_dsp/mips/
loopfilter_mb_dspr2.c 29 uint32_t hev, flat; local
85 &hev, &mask, &flat);
87 if ((flat == 0) && (mask != 0)) {
103 } else if ((mask & flat) == 0xFFFFFFFF) {
130 } else if ((flat != 0) && (mask != 0)) {
145 if (mask & flat & 0x000000FF) {
194 if (mask & flat & 0x0000FF00) {
237 if (mask & flat & 0x00FF0000) {
286 if (mask & flat & 0xFF000000) {
328 uint32_t mask, hev, flat; local
    [all...]
loopfilter_masks_dspr2.h 141 uint32_t *flat) {
166 * flat |= (abs(p1 - p0) > thresh)
180 * flat |= (abs(q1 - q0) > thresh)
192 /* flat |= (abs(p0 - p2) > thresh) */
199 /* flat |= (abs(q0 - q2) > thresh) */
206 /* flat |= (abs(p3 - p0) > thresh) */
213 /* flat |= (abs(q3 - q0) > thresh) */
279 *flat = flat1;
294 /* flat |= (abs(p4 - p0) > thresh) */
301 /* flat |= (abs(q4 - q0) > thresh) *
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_mbloop_loopfilter_dspr2.c 30 uint32_t hev, flat; local
86 &hev, &mask, &flat);
88 if ((flat == 0) && (mask != 0)) {
104 } else if ((mask & flat) == 0xFFFFFFFF) {
131 } else if ((flat != 0) && (mask != 0)) {
146 if (mask & flat & 0x000000FF) {
195 if (mask & flat & 0x0000FF00) {
238 if (mask & flat & 0x00FF0000) {
287 if (mask & flat & 0xFF000000) {
329 uint32_t mask, hev, flat; local
    [all...]
vp9_loopfilter_masks_dspr2.h 141 uint32_t *flat) {
166 * flat |= (abs(p1 - p0) > thresh)
180 * flat |= (abs(q1 - q0) > thresh)
192 /* flat |= (abs(p0 - p2) > thresh) */
199 /* flat |= (abs(q0 - q2) > thresh) */
206 /* flat |= (abs(p3 - p0) > thresh) */
213 /* flat |= (abs(q3 - q0) > thresh) */
279 *flat = flat1;
294 /* flat |= (abs(p4 - p0) > thresh) */
301 /* flat |= (abs(q4 - q0) > thresh) *
    [all...]
  /external/autotest/client/tests/kvm/tests/
unittest_kvmctl.py 21 cmd = "./kvmctl test/x86/bootstrap test/x86/%s.flat" % case
  /external/chromium-trace/catapult/third_party/WebOb/
README.rst 4 .. image:: https://pypip.in/version/WebOb/badge.svg?style=flat

Completed in 2253 milliseconds

1 23 4 5 6 7 8 91011>>