/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/nio/ |
ReadOnlyFloatArrayBuffer.java | 46 public FloatBuffer compact () { method in class:ReadOnlyFloatArrayBuffer
|
ReadOnlyIntArrayBuffer.java | 45 public IntBuffer compact () { method in class:ReadOnlyIntArrayBuffer
|
ReadOnlyLongArrayBuffer.java | 45 public LongBuffer compact () { method in class:ReadOnlyLongArrayBuffer
|
ReadOnlyShortArrayBuffer.java | 46 public ShortBuffer compact () { method in class:ReadOnlyShortArrayBuffer
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
SyncSampleBox.java | 28 * This box provides a compact marking of the random access points withinthe stream. The table is arranged in
|
/external/proguard/examples/gradle/ |
retrace.gradle | 23 // You should probably import a more compact ProGuard-style configuration
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
time_util_unittest.cc | 40 // While ntp2 > ntp1, there compact ntp presentation happen to be opposite.
|
/libcore/ojluni/src/main/java/java/nio/ |
ReadOnlyBufferException.java | 35 * <tt>put</tt> or <tt>compact</tt> is invoked upon a read-only buffer.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/ |
test_pass1.py | 47 4 , 5 , 6 ,7 ],"compact":[1,2,3,4,5,6,7],
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/ |
test_pass1.py | 47 4 , 5 , 6 ,7 ],"compact":[1,2,3,4,5,6,7],
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/ |
insns16-lsd-unit.s | 1 ; Test C64x+ L, S or D-unit compact instruction formats
|
insns16-m-unit.s | 1 ; Test C64x+ M-unit compact instruction formats
|
/bionic/tools/relocation_packer/src/ |
delta_encoder.h | 97 // addends into more compact forms, and unpacks them to reproduce the 105 // Encode relocations with addends into a more compact form. 111 // Decode relative relocations with addends from their more compact form.
|
/external/libchrome/base/ |
callback_list.h | 142 list_->Compact(); 176 // Compact the list: remove any entries which were NULLed out during 178 void Compact() {
|
/external/libweave/third_party/chromium/base/ |
callback_list.h | 142 list_->Compact(); 176 // Compact the list: remove any entries which were NULLed out during 178 void Compact() {
|
/external/mdnsresponder/mDNSPosix/ |
nss_mdns.conf.5 | 113 .Bl -tag -width "a." -compact 116 .Bl -tag -width "iii." -compact 129 .Bl -tag -width "iii." -compact
|
/external/okhttp/okio/okio/src/main/java/okio/ |
Segment.java | 122 public void compact() { method in class:Segment 124 if (!prev.owner) return; // Cannot compact: prev isn't writable. 127 if (byteCount > availableByteCount) return; // Cannot compact: not enough writable space.
|
/external/v8/src/compiler/ |
dead-code-elimination.cc | 48 // Compact live inputs. 68 // Count the number of live inputs to {node} and compact them on the fly, also 79 // Compact live inputs.
|
/external/v8/src/crankshaft/ |
hydrogen-check-elimination.cc | 318 bool compact = false; local 338 compact = true; 350 if (compact) Compact(); 399 Compact(); 675 bool compact = false; local 681 compact = true; 688 if (compact) Compact(); 693 bool compact = false local [all...] |
/external/icu/icu4c/source/common/ |
dictbe.cpp | 100 // Compact for caching 101 fSet.compact(); 234 // Compact for caching. 235 fMarkSet.compact(); 236 fEndWordSet.compact(); 237 fBeginWordSet.compact(); 238 fSuffixSet.compact(); 474 // Compact for caching. 475 fMarkSet.compact(); 476 fEndWordSet.compact(); [all...] |
/external/libunwind_llvm/src/ |
CompactUnwinder.hpp | 9 // Does runtime stack unwinding using compact unwind encodings. 30 /// CompactUnwinder_x86 uses a compact unwind info to virtually "step" (aka 71 _LIBUNWIND_ABORT("invalid compact unwind encoding"); 109 _LIBUNWIND_ABORT("invalid compact unwind encoding"); 228 _LIBUNWIND_ABORT("invalid compact unwind encoding"); 260 /// CompactUnwinder_x86_64 uses a compact unwind info to virtually "step" (aka 300 _LIBUNWIND_ABORT("invalid compact unwind encoding"); 338 _LIBUNWIND_ABORT("invalid compact unwind encoding"); 457 _LIBUNWIND_ABORT("invalid compact unwind encoding"); 490 /// CompactUnwinder_arm64 uses a compact unwind info to virtually "step" (ak [all...] |
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
CompactUnwinder.hpp | 9 // Does runtime stack unwinding using compact unwind encodings. 30 /// CompactUnwinder_x86 uses a compact unwind info to virtually "step" (aka 71 _LIBUNWIND_ABORT("invalid compact unwind encoding"); 109 _LIBUNWIND_ABORT("invalid compact unwind encoding"); 228 _LIBUNWIND_ABORT("invalid compact unwind encoding"); 260 /// CompactUnwinder_x86_64 uses a compact unwind info to virtually "step" (aka 300 _LIBUNWIND_ABORT("invalid compact unwind encoding"); 338 _LIBUNWIND_ABORT("invalid compact unwind encoding"); 457 _LIBUNWIND_ABORT("invalid compact unwind encoding"); 490 /// CompactUnwinder_arm64 uses a compact unwind info to virtually "step" (ak [all...] |
/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86AsmBackend.cpp | 433 /// Compact unwind encoding values. 445 /// No compact unwind encoding is available. 460 /// \brief Number of registers that can be saved in a compact unwind encoding. 491 /// \brief Implementation of algorithm to generate the compact unwind encoding 519 // to represent via compact unwind, so just bail out. 573 // If there are too many saved registers, we cannot use a compact 590 // Offset was too big for a compact unwind encoding. 604 // RAX/EAX register with compact unwind. So we check for that situation 655 /// \brief Get the compact unwind number for a given register. The number 672 /// \brief Return the registers encoded for a compact encoding with a fram [all...] |
/external/dbus/dbus/ |
dbus-string-util.c | 801 /* actually compact */ 803 _dbus_assert_not_reached ("failed to compact after set_length"); 810 _dbus_assert_not_reached ("unexpected content after compact"); 812 /* compact nothing */ 814 _dbus_assert_not_reached ("failed to compact 2nd time"); 817 _dbus_assert_not_reached ("unexpected content after 2nd compact"); 821 _dbus_assert_not_reached ("failed to append after compact"); 828 _dbus_assert_not_reached ("failed to compact after grow"); 832 _dbus_assert_not_reached ("failed to compact after grow"); 838 _dbus_assert_not_reached ("failed to append after compact"); [all...] |
/external/jetty/src/java/org/eclipse/jetty/websocket/ |
WebSocketGeneratorD06.java | 133 _buffer.compact(); 213 _buffer.compact(); 223 _buffer.compact();
|