/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/ |
DDSLoader.java | 550 ByteBuffer wrapped = ByteBuffer.wrap(data); local 551 wrapped.rewind(); 552 ByteBuffer flipped = DXTFlipper.flipDXT(wrapped, mipWidth, mipHeight, pixelFormat); 694 ByteBuffer wrapped = ByteBuffer.wrap(data); local 695 wrapped.rewind(); 696 ByteBuffer flipped = DXTFlipper.flipDXT(wrapped, mipWidth, mipHeight, pixelFormat);
|
/libcore/luni/src/main/java/java/util/logging/ |
FileHandler.java | 526 OutputStream wrapped; field in class:FileHandler.MeasureOutputStream 531 wrapped = stream; 541 wrapped.write(oneByte); 547 wrapped.write(b, off, len); 553 wrapped.close(); 558 wrapped.flush();
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_sample_soa.c | 632 lp_build_name(x, "tex.x.wrapped"); 638 lp_build_name(y, "tex.y.wrapped"); 644 lp_build_name(z, "tex.z.wrapped"); 718 lp_build_name(x0, "tex.x0.wrapped"); 719 lp_build_name(x1, "tex.x1.wrapped"); 726 lp_build_name(y0, "tex.y0.wrapped"); 727 lp_build_name(y1, "tex.y1.wrapped"); 734 lp_build_name(z0, "tex.z0.wrapped"); 735 lp_build_name(z1, "tex.z1.wrapped"); [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_sample_soa.c | 632 lp_build_name(x, "tex.x.wrapped"); 638 lp_build_name(y, "tex.y.wrapped"); 644 lp_build_name(z, "tex.z.wrapped"); 718 lp_build_name(x0, "tex.x0.wrapped"); 719 lp_build_name(x1, "tex.x1.wrapped"); 726 lp_build_name(y0, "tex.y0.wrapped"); 727 lp_build_name(y1, "tex.y1.wrapped"); 734 lp_build_name(z0, "tex.z0.wrapped"); 735 lp_build_name(z1, "tex.z1.wrapped"); [all...] |
/hardware/samsung_slsi/exynos5/libkeymaster/ |
tlcTeeKeymaster_if.c | 144 * Generates RSA key pair and returns key pair data as wrapped object 495 * Generates random key for HMAC calculation and returns key data as wrapped object 853 * @param soData [out] Pointer to wrapped key data 854 * @param soDataLength [out] Wrapped key data length 950 * Retrieves public key daya (modulus and exponent) from wrapped key data
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_textwrap.py | 85 so it needs to be wrapped. 93 "wrapped. Some lines are tabbed too. What a", 108 # be wrapped. 255 # Test that Unix-style command-line options are wrapped correctly. 470 # bug 1146. Prevent a long word to be wrongly wrapped when the
|
test_functools.py | 188 def check_wrapper(self, wrapper, wrapped, 193 self.assertTrue(getattr(wrapper, name) is getattr(wrapped, name)) 197 wrapped_attr = getattr(wrapped, name)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_textwrap.py | 85 so it needs to be wrapped. 93 "wrapped. Some lines are tabbed too. What a", 108 # be wrapped. 255 # Test that Unix-style command-line options are wrapped correctly. 470 # bug 1146. Prevent a long word to be wrongly wrapped when the
|
test_functools.py | 188 def check_wrapper(self, wrapper, wrapped, 193 self.assertTrue(getattr(wrapper, name) is getattr(wrapped, name)) 197 wrapped_attr = getattr(wrapped, name)
|
/external/bison/lib/ |
printf-parse.c | 257 /* arg_posn wrapped around. */ 315 /* arg_posn wrapped around. */ 572 /* arg_posn wrapped around. */
|
/external/chromium_org/ppapi/generators/ |
idl_gen_wrapper.py | 256 # string for comparison, even when it is not wrapped, to decide when 435 # Generate wrapper functions for each wrapped method in the interfaces. 442 # Generate a table of the wrapped interface structs that can be looked up.
|
/external/chromium_org/ui/base/clipboard/ |
clipboard.h | 109 // 2. An accessor to retrieve the wrapped descriptor. 110 // 3. A data member to hold the wrapped descriptor. 112 // Note that in some cases, the accessor for the wrapped descriptor may be
|
/packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/ |
MimeUtility.java | 269 * the stream is now wrapped we'll remove any transfer encoding at this point. 352 * Given an input stream and a transfer encoding, return a wrapped input stream for that 356 * @return a properly wrapped stream
|
/external/chromium_org/chrome/browser/resources/google_now/ |
utility_unittest.gtestjs | 197 // Step 2. Invoke wrapped callback. 256 // Step 3. Call the wrapped callback. 262 // Invoking wrapped callback. 267 // Tests catching and sending errors by a wrapped callback. 280 // Step 2. Invoke wrapped callback. 457 // Step 3. Call wrapped callback. [all...] |
/frameworks/base/core/java/android/os/ |
ParcelFileDescriptor.java | 65 * Wrapped {@link ParcelFileDescriptor}, if any. Used to avoid 154 * Create a new ParcelFileDescriptor wrapped around another descriptor. By 155 * default all method calls are delegated to the wrapped descriptor. 157 public ParcelFileDescriptor(ParcelFileDescriptor wrapped) { 158 // We keep a strong reference to the wrapped PFD, and rely on its 160 mWrapped = wrapped; [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
codecs.py | 844 a wrapped version providing transparent encoding/decoding. 846 Note: The wrapped version will only accept the object format 866 The returned wrapped file object provides an extra attribute 892 """ Return a wrapped version of file which provides transparent 895 Strings written to the wrapped file are interpreted according 909 The returned wrapped file object provides two extra attributes [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
codecs.py | 844 a wrapped version providing transparent encoding/decoding. 846 Note: The wrapped version will only accept the object format 866 The returned wrapped file object provides an extra attribute 892 """ Return a wrapped version of file which provides transparent 895 Strings written to the wrapped file are interpreted according 909 The returned wrapped file object provides two extra attributes [all...] |
/external/apache-http/src/org/apache/http/ |
HttpEntity.java | 161 * Wrapping entities should delegate this call to the wrapped entity. 184 * delegate this call to the wrapped entity.
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
DTMException.java | 64 /** Field containedException specifies a wrapped exception. May be null. 146 * @param e The exception to be wrapped.
|
/external/chromium_org/media/base/ |
audio_bus.cc | 135 // Sanity check wrapped vector for alignment and channel count. 318 // Since we don't know if the other AudioBus is wrapped or not (and we don't
|
/external/chromium_org/media/cast/framer/ |
framer_unittest.cc | 142 // Insert wrapped delta frame - should be continuous. 280 // Insert wrapped frame - should be continuous.
|
/external/chromium_org/third_party/WebKit/Source/heap/ |
Heap.h | 251 // to the payload, this can be wrapped in a FinalizedObjectHeader if the 254 // wrapped with a LargeObjectHeader.
|
/external/chromium_org/tools/json_schema_compiler/ |
cpp_type_generator.py | 127 # never needs to be wrapped in pointer shenanigans. 236 # Non-copyable types are not hard because they are wrapped in linked_ptrs
|
/external/chromium_org/ui/gfx/ |
text_elider.h | 90 // the elided filename is wrapped with LRE (Left-To-Right Embedding) mark and 177 // Words that are too wide will be put on a new line and will be wrapped over
|
/external/llvm/include/llvm/ADT/ |
IntrusiveRefCntPtr.h | 94 /// that assumes the wrapped object has a reference count associated 98 /// smart pointer the reference count of the wrapped object is
|