HomeSort by relevance Sort by last modified time
    Searched full:sized (Results 301 - 325 of 1599) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/net/
if_arp.h 51 It is followed by the variable-sized fields ar_sha, arp_spa,
63 /* Ethernet looks like this : This bit is variable sized
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/net/
if_arp.h 51 It is followed by the variable-sized fields ar_sha, arp_spa,
63 /* Ethernet looks like this : This bit is variable sized
  /external/oprofile/events/x86-64/family10/
unit_masks 224 0x08 32 Bytes Sized Writes
225 0x10 64 Bytes Sized Writes
226 0x20 32 Bytes Sized Reads
227 0x40 64 Byte Sized Reads
322 0x01 Read sized
323 0x02 Write sized
  /external/llvm/lib/IR/
Type.cpp 155 /// isSizedDerivedType - Derived types like structures and arrays are sized
156 /// iff all of the members of the type are sized as well. Since asking for
562 // Okay, our struct is sized if all of the elements are, but if one of the
563 // elements is opaque, the struct isn't sized *yet*, but may become sized in
570 // we find a sized type, as types can only move from opaque to sized, not the
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_collections.py 13 from collections import Sized, Container, Callable
378 self.assertNotIsInstance(x, Sized)
379 self.assertFalse(issubclass(type(x), Sized), repr(type(x)))
385 self.assertIsInstance(x, Sized)
386 self.assertTrue(issubclass(type(x), Sized), repr(type(x)))
387 self.validate_abstract_methods(Sized, '__len__')
388 self.validate_isinstance(Sized, '__len__')
429 for B in Hashable, Iterable, Iterator, Sized, Container, Callable:
436 for B in Hashable, Iterable, Iterator, Sized, Container, Callable:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_collections.py 13 from collections import Sized, Container, Callable
378 self.assertNotIsInstance(x, Sized)
379 self.assertFalse(issubclass(type(x), Sized), repr(type(x)))
385 self.assertIsInstance(x, Sized)
386 self.assertTrue(issubclass(type(x), Sized), repr(type(x)))
387 self.validate_abstract_methods(Sized, '__len__')
388 self.validate_isinstance(Sized, '__len__')
429 for B in Hashable, Iterable, Iterator, Sized, Container, Callable:
436 for B in Hashable, Iterable, Iterator, Sized, Container, Callable:
    [all...]
  /external/libvorbis/doc/
01-introduction.tex 354 This is easy to visualize in the case of equal sized-windows:
358 \captionof{figure}{overlap of two equal-sized windows}
361 And slightly more complex in the case of overlapping unequal sized
369 In the unequal-sized window case, the window shape of the long window
512 of the current window. In the case of same-sized windows, the amount
  /external/llvm/include/llvm/Support/
Allocator.h 195 // Deallocate all but the first slab, and all custome sized slabs.
284 /// \brief Custom-sized slabs allocated for too-large allocation requests.
330 /// \brief Deallocate all memory for custom sized slabs.
  /frameworks/base/docs/html/training/animation/
zoom.jd 164 You'll now need to animate from the normal sized view to the zoomed view
165 when appropriate. In general, you need to animate from the bounds of the normal-sized view to the
166 bounds of the larger-sized view. The following method shows you how to implement a zoom animation that
  /frameworks/base/docs/html/training/camera/
photobasics.jd 132 icon, but not a lot more. Dealing with a full-sized image takes a bit more
264 <p>Managing multiple full-sized images can be tricky with limited memory. If
287 // Decode the image file into a Bitmap sized to fill the View
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86bc.c 543 /* Handle unknown case, default to byte-sized and set as
563 /* TODO: check imm->len vs. sized len from expr? */
586 /* We can't. Copy over the word-sized opcode. */
638 /* Change displacement length into word-sized */
654 /* Change to the word-sized opcode */
709 * Otherwise default to word-sized.
    [all...]
  /art/runtime/mirror/
array-inl.h 221 // Backward copy where elements are of aligned appropriately for T. Count is in T sized units.
234 // Forward copy where elements are of aligned appropriately for T. Count is in T sized units.
  /external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
tab_contents_controller.mm 116 // only seen when the subview is sized specially for fullscreen tab capture.
333 // In most cases, the contents view is simply sized to fill the container
  /external/libunwind/src/dwarf/
Gfde.c 63 "address-unit sized constants". The `R' augmentation can be used
64 to override this, but by default, we pick an address-sized unit
  /external/lldb/source/Expression/
ASTResultSynthesizer.cpp 282 // - In structure allocation, a pointer-sized slot is allocated in the struct that is to be
300 // - In structure allocation, a pointer-sized slot is allocated in the struct that is to be
  /external/llvm/lib/Target/Sparc/
SparcFrameLowering.cpp 177 // Reserve call frame if there are no variable sized objects on the stack.
182 // pointer register. This is true if the function has variable sized allocas or
  /external/ltrace/sysdeps/linux-gnu/ppc/
fetch.c 183 * runs PowerPC in little endian as well. This code moves SZ-sized
184 * value to the beginning of W-sized BUF regardless of
  /external/qemu/util/
iov.c 154 * first, skip all full-sized vector elements, */
172 /* first, skip all full-sized elements */
  /frameworks/base/core/java/android/util/
LruCache.java 192 * to evict even 0-sized elements.
308 trimToSize(-1); // -1 will evict 0-sized elements
  /frameworks/base/tools/layoutlib/bridge/src/android/util/
LruCache.java 194 * to evict even 0-sized elements.
319 trimToSize(-1); // -1 will evict 0-sized elements
  /frameworks/support/v4/java/android/support/v4/util/
LruCache.java 159 * to evict even 0-sized elements.
271 trimToSize(-1); // -1 will evict 0-sized elements
  /developers/build/prebuilts/gradle/BasicMediaDecoder/Application/src/main/java/com/example/android/basicmediadecoder/
MainActivity.java 164 // rendered and is not zero sized End-of-Stream record.
  /developers/samples/android/media/BasicMediaDecoder/Application/src/main/java/com/example/android/basicmediadecoder/
MainActivity.java 164 // rendered and is not zero sized End-of-Stream record.
  /development/samples/browseable/BasicMediaDecoder/src/com.example.android.basicmediadecoder/
MainActivity.java 164 // rendered and is not zero sized End-of-Stream record.
  /device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/inc/
mm_jpeg_interface.h 136 /* flag indicating if buffer is from video stream (special case for video-sized live snapshot) */

Completed in 883 milliseconds

<<11121314151617181920>>