HomeSort by relevance Sort by last modified time
    Searched refs:needed (Results 51 - 75 of 1081) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
FrameworkActionBar.java 171 boolean needed = mActionBar.isOverflowPopupNeeded();
172 if (!needed) {
186 needed = !menus.get(0).isActionViewExpanded();
188 needed = count > 0;
191 return needed;
  /system/core/libstats/
stats_event_list.c 57 size_t needed = sizeof(uint8_t) + sizeof(uint8_t); local
58 if ((context->pos + needed) > MAX_EVENT_PAYLOAD) {
64 context->pos += needed;
  /compatibility/cdd/3_software/
3_13_quick-settings.md 4 frequently used or urgently needed actions.
  /external/autotest/client/site_tests/kernel_ConfigVerify/
kernel_ConfigVerify.py 239 needed = config.get('CONFIG_IO_DELAY_TYPE_0XED', None)
240 config.has_value('DEFAULT_IO_DELAY_TYPE', [needed])
  /external/mesa3d/docs/specs/
MESA_pack_invert.spec 43 allows images to be read such that inverting isn't needed.
57 future if needed.
  /external/v4l2_codec2/cmds/
Android.mk 38 # -Wno-unused-parameter is needed for libchrome/base codes
  /external/walt/android/WALT/app/src/main/jni/
Android.mk 25 # needed for logcat
  /prebuilts/go/darwin-x86/src/crypto/aes/
cipher_generic.go 17 // newCipherGeneric if needed).
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue17005.go 15 Identity Flag = iota - 2 // H is the identity matrix; no rotation is needed.
  /prebuilts/go/linux-x86/src/crypto/aes/
cipher_generic.go 17 // newCipherGeneric if needed).
  /prebuilts/go/linux-x86/test/fixedbugs/
issue17005.go 15 Identity Flag = iota - 2 // H is the identity matrix; no rotation is needed.
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclsh.i 10 This module provides the Tcl_AppInit() function needed to build a
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_libbacktrace.cc 51 uptr needed = data->size + l + 1; local
52 if (needed > data->allocated) {
54 if (needed > data->allocated)
55 data->allocated = needed;
  /external/swiftshader/third_party/subzero/runtime/
szrt_asm_x8632.s 10 ## This file provides an assembly implementation of various helpers needed by
  /external/tensorflow/tensorflow/python/framework/
cpp_shape_inference.cc 157 CppShapeInferenceInputsNeeded needed; local
160 needed.add_input_tensors_needed(i);
163 needed.add_input_tensors_as_shapes_needed(i);
166 *input_tensors_needed_out = needed.SerializeAsString();
  /external/valgrind/exp-bbv/tests/x86/
million.S 9 xor %ecx,%ecx # not needed, pads total to 1M
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
dhdioctl.h 43 uint needed; /* bytes needed (optional) */ member in struct:dhd_ioctl
  /prebuilts/go/darwin-x86/src/net/http/httputil/
httputil.go 18 // NewChunkedReader is not needed by normal applications. The http package
28 // NewChunkedWriter is not needed by normal applications. The http
  /prebuilts/go/linux-x86/src/net/http/httputil/
httputil.go 18 // NewChunkedReader is not needed by normal applications. The http package
28 // NewChunkedWriter is not needed by normal applications. The http
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-sh/sh64/
crange-2b.s 3 ! generated by the assembler; two more needed at link time, as they will be
  /external/libvpx/libvpx/
tools_common.c 109 size_t needed = w * bytespp; local
113 const size_t more = (left < needed) ? left : needed;
116 needed -= more;
119 if (needed > 0) {
120 shortread |= (fread(ptr + buf_position, 1, needed, f) < needed);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
bytearrayobject.c 478 Py_ssize_t avail, needed; local
497 needed = 0;
506 needed = vbytes.len;
521 if (avail != needed) {
522 if (avail > needed) {
530 | |<-needed->|<-----tomove------>|
533 memmove(self->ob_bytes + lo + needed, self->ob_bytes + hi,
538 Py_SIZE(self) + needed - avail) < 0) {
542 if (avail < needed) {
546 | |<----needed---->|<-----tomove------>|
590 Py_ssize_t start, stop, step, slicelen, needed; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
bytearrayobject.c 478 Py_ssize_t avail, needed; local
497 needed = 0;
506 needed = vbytes.len;
521 if (avail != needed) {
522 if (avail > needed) {
530 | |<-needed->|<-----tomove------>|
533 memmove(self->ob_bytes + lo + needed, self->ob_bytes + hi,
538 Py_SIZE(self) + needed - avail) < 0) {
542 if (avail < needed) {
546 | |<----needed---->|<-----tomove------>|
590 Py_ssize_t start, stop, step, slicelen, needed; local
    [all...]
  /external/python/cpython2/Objects/
bytearrayobject.c 477 Py_ssize_t avail, needed; local
496 needed = 0;
505 needed = vbytes.len;
520 if (avail != needed) {
521 if (avail > needed) {
529 | |<-needed->|<-----tomove------>|
532 memmove(self->ob_bytes + lo + needed, self->ob_bytes + hi,
537 Py_SIZE(self) + needed - avail) < 0) {
541 if (avail < needed) {
545 | |<----needed---->|<-----tomove------>
589 Py_ssize_t start, stop, step, slicelen, needed; local
    [all...]
  /prebuilts/go/darwin-x86/src/compress/flate/
huffman_code.go 43 // Only valid if the "needed" value of the next lower level is 0.
48 needed int32
150 // level1.prev.needed==0. This makes level1.nextPairFreq
175 levels[maxBits].needed = 2*n - 4
185 l.needed = 0
206 levels[l.level-1].needed = 2
209 if l.needed--; l.needed == 0 {
222 for levels[level-1].needed > 0 {

Completed in 860 milliseconds

1 23 4 5 6 7 8 91011>>