HomeSort by relevance Sort by last modified time
    Searched full:remaining (Results 501 - 525 of 4438) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/opus/src/src/
opus_demo.c 267 int remaining=0; local
685 err = fread(fbytes, sizeof(short)*channels, frame_size-remaining, fin);
693 in[i+remaining*channels]=s;
695 if (curr_read+remaining < frame_size)
697 for (i=(curr_read+remaining)*channels;i<frame_size*channels;i++)
704 remaining = frame_size-nb_encoded;
705 for(i=0;i<remaining*channels;i++)
    [all...]
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLEngineImpl.java 403 dstRemaining += dst.remaining();
467 arrayDst = ByteBuffer.allocate(dst.remaining());
473 arrayDst.array(), dstOffset, dst.remaining(), source.getContext(),
500 if (buffers[i].remaining() > 0) {
524 if (dst.remaining() < NativeCrypto.SSL3_RT_MAX_PACKET_SIZE) {
575 int toRead = src.remaining();
601 int toWrite = Math.min(sink.available(), dst.remaining());
  /external/libopus/src/
opus_demo.c 267 int remaining=0; local
685 err = fread(fbytes, sizeof(short)*channels, frame_size-remaining, fin);
693 in[i+remaining*channels]=s;
695 if (curr_read+remaining < frame_size)
697 for (i=(curr_read+remaining)*channels;i<frame_size*channels;i++)
704 remaining = frame_size-nb_encoded;
705 for(i=0;i<remaining*channels;i++)
    [all...]
  /external/mesa3d/src/mesa/math/
m_eval.c 246 /* remaining linear de Casteljau steps until the second last step */
282 /* remaining linear de Casteljau steps until the second last step */
314 /* remaining bilinear de Casteljau steps until the second last step */
346 /* remaining bilinear de Casteljau steps until the second last step */
369 /* remaining linear de Casteljau steps until the second last step */
401 /* remaining bilinear de Casteljau steps until the second last step */
424 /* remaining linear de Casteljau steps until the second last step */
  /frameworks/base/docs/html/training/basics/firstapp/
building-ui.jd 293 <p>The weight value is a number that specifies the amount of remaining space each view should
299 the remaining space and the second view fills the rest. If you add a third view and give it a weight
300 of 1, then the first view (with weight of 2) now gets 1/2 the remaining space, while the remaining
305 given the space they require. So, to fill the remaining space in your layout with the {@link
319 remaining space.</p>
332 given all the layout weight, so fills the remaining space in the {@link
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/java/
IntegralToString.java 212 // Calculate digits two-at-a-time till remaining digits fit in 16 bits
222 // Calculate remaining digits one-at-a-time for performance
339 * The remaining digits are (n - low) / 1,000,000,000. This
346 * If the remaining digits fit in an int, emit them using a
349 * on the remaining digits (which now fit in an int).
394 // Calculate digits two-at-a-time till remaining digits fit in 16 bits
410 // Calculate remaining digits one-at-a-time for performance
  /libcore/luni/src/main/java/java/lang/
IntegralToString.java 219 // Calculate digits two-at-a-time till remaining digits fit in 16 bits
229 // Calculate remaining digits one-at-a-time for performance
346 * The remaining digits are (n - low) / 1,000,000,000. This
353 * If the remaining digits fit in an int, emit them using a
356 * on the remaining digits (which now fit in an int).
401 // Calculate digits two-at-a-time till remaining digits fit in 16 bits
417 // Calculate remaining digits one-at-a-time for performance
  /libcore/luni/src/main/java/java/nio/channels/
DatagramChannel.java 155 * and if there is not enough space remaining in the buffer to store the
185 * remaining bytes in {@code source}.
203 * @return the number of bytes sent. This is the number of bytes remaining
257 * do not have enough remaining space to store the datagram, the part of the
298 * do not have enough remaining space to store the datagram, the part of the
376 * the number of bytes that where remaining in the byte buffers. If
408 * the number of bytes that where remaining in the byte buffer. If
  /external/chromium_org/ui/views/layout/
grid_layout.cc 67 int remaining = delta; local
75 to_give = remaining;
79 remaining -= to_give;
552 // There are resizable columns, give them the remaining width. The extra
599 // Reset the preferred and remaining sizes.
638 // Distribute the remaining width.
932 // Distribute the remaining height.
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
GetValuesTest.java 295 ArrayList<String> remaining = new ArrayList(Arrays.asList(varNames)); local
303 int index = remaining.indexOf(varInfos[i].getName());
307 remaining.set(index, null);
  /external/chromium_org/courgette/
ensemble_create.cc 249 Region old_region(base->Buffer(), base->Remaining());
250 Region new_region(update->Buffer(), update->Remaining());
395 if (!predicted_ensemble.Write(base->Buffer(), base->Remaining()))
  /external/chromium_org/remoting/webapp/
host_screen.js 295 * Show/hide or restyle various elements, depending on the remaining countdown
323 * reflect the time remaining.
329 l10n.localizeElement(document.getElementById('seconds-remaining'),
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FixedTableLayout.cpp 56 3. Any remaining columns equally divide the remaining horizontal
269 // Divide the remaining width among the auto columns.
  /external/elfutils/0.153/src/
ar.c 180 int remaining; local
181 (void) argp_parse (&argp, argc, argv, ARGP_IN_ORDER, &remaining, NULL);
195 if (remaining == argc)
204 member = argv[remaining++];
216 if (remaining == argc)
226 if (((instance = strtol (argv[remaining], &endp, 10)) == LONG_MAX
230 error (1, 0, gettext ("invalid COUNT parameter %s"), argv[remaining]);
232 ++remaining;
241 if (remaining == argc)
248 const char *arfname = argv[remaining++]
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableSortedSet.java 107 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) {
108 int size = remaining.length + 6;
111 Collections.addAll(all, remaining);
  /external/icu/icu4c/source/common/
bytestrie.cpp 189 int32_t length=remainingMatchLength_; // Actual remaining match length minus 1.
191 // Remaining part of a linear-match node.
216 int32_t length=remainingMatchLength_; // Actual remaining match length minus 1.
ucharstrie.cpp 158 int32_t length=remainingMatchLength_; // Actual remaining match length minus 1.
160 // Remaining part of a linear-match node.
185 int32_t length=remainingMatchLength_; // Actual remaining match length minus 1.
  /external/libnfc-nci/src/nfa/include/
nfa_ee_api.h 47 NFA_EE_REMAINING_SIZE_EVT, /* The remaining size of the Listen Mode Routing Table */
399 ** Description This function is called to get remaining size of the
401 ** The remaining size is reported in NFA_EE_REMAINING_SIZE_EVT
  /external/libvpx/libvpx/examples/
decode_with_partial_drops.c 112 int remaining = length - pos; local
132 if (remaining <= mtu)
134 size = remaining;
  /frameworks/base/cmds/app_process/
app_main.cpp 217 // the main class name. All remaining arguments are passed to
220 // For zygote starts, all remaining arguments are passed to the zygote.
294 // In zygote mode, pass all remaining arguments to the zygote
  /frameworks/base/services/core/java/com/android/server/fingerprint/
FingerprintService.java 174 final int remaining = arg2; local
178 clientData.receiver.onEnrollResult(fingerId, remaining);
185 if (remaining == 0) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
decode_with_partial_drops.c 112 int remaining = length - pos; local
132 if (remaining <= mtu)
134 size = remaining;
  /art/runtime/
monitor_pool_test.cc 120 // Check and release all remaining monitors.
  /bionic/libc/bionic/
__stpncpy_chk.cpp 77 /* NUL pad the remaining n-1 bytes */
__strncpy_chk.cpp 77 /* NUL pad the remaining n-1 bytes */

Completed in 475 milliseconds

<<21222324252627282930>>