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

1 23 4 5

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
refill.c 133 if (fp->_bf._base == NULL)
146 fp->_p = fp->_bf._base;
findfp.c 154 fp->_bf._base = NULL; /* no buffer */
159 _UB(fp)._base = NULL; /* no ungetc buffer */
161 fp->_lb._base = NULL; /* no line buffer */
freopen.c 127 * keep fp->_base: it may be the wrong size. This loses the effect
133 free((char *)fp->_bf._base);
137 fp->_bf._base = NULL;
fflush.c 99 if ((p = fp->_bf._base) == NULL)
  /external/webrtc/webrtc/voice_engine/test/auto_test/
voe_standard_test.h 62 : _base(true),
110 bool _base, _codec, _dtmf; member in class:voetest::SubAPIManager
voe_standard_test.cc 41 if (_base)
67 if (!_base)
  /bionic/libc/stdio/
stdio_ext.cpp 67 return fp->_p - fp->_bf._base;
stdio.cpp 132 if (__predict_false(fp->_lb._base != nullptr)) {
133 free(fp->_lb._base);
134 fp->_lb._base = nullptr;
166 fp->_bf._base = nullptr; /* no buffer */
171 fp->_lb._base = nullptr; /* no line buffer */
315 // keep fp->_base: it may be the wrong size. This loses the effect
318 if (fp->_flags & __SMBF) free(fp->_bf._base);
322 fp->_bf._base = nullptr;
382 if (fp->_flags & __SMBF) free(fp->_bf._base);
448 unsigned char* p = fp->_bf._base;
    [all...]
  /device/google/contexthub/firmware/os/cpu/cortexm4/
appSupport.c 31 #define APP_FLASH_RELOC(_base, _offset) ((uint32_t)(_base) + FLASH_RELOC_OFFSET + (_offset))
32 #define APP_FLASH_RELOC_BASE(_base) APP_FLASH_RELOC(_base, 0)
  /external/python/futures/concurrent/futures/
process.py 47 from concurrent.futures import _base
266 class ProcessPoolExecutor(_base.Executor):
333 f = _base.Future()
345 submit.__doc__ = _base.Executor.submit.__doc__
361 shutdown.__doc__ = _base.Executor.shutdown.__doc__
  /tools/test/connectivity/acts/tests/google/ble/concurrency/
ConcurrentBleAdvertisingTest.py 424 except concurrent.futures._base.TimeoutError as error:
436 except concurrent.futures._base.TimeoutError as error:
481 except concurrent.futures._base.TimeoutError as error:
554 except concurrent.futures._base.TimeoutError as error:
569 except concurrent.futures._base.TimeoutError as error:
619 except concurrent.futures._base.TimeoutError as error:
ConcurrentBleScanningTest.py 103 except concurrent.futures._base.TimeoutError as error:
200 except concurrent.futures._base.TimeoutError as error:
336 except concurrent.futures._base.TimeoutError as error:
  /device/linaro/hikey/gralloc960/
gralloc_priv.h 224 private_handle_t(int _flags, int _usage, int _size, void *_base, int lock_state, int fb_file, off_t fb_offset):
235 base(_base),
  /external/python/cpython3/Lib/concurrent/futures/
process.py 50 from concurrent.futures import _base
367 class ProcessPoolExecutor(_base.Executor):
445 f = _base.Future()
456 submit.__doc__ = _base.Executor.submit.__doc__
501 shutdown.__doc__ = _base.Executor.shutdown.__doc__
  /tools/test/connectivity/acts/tests/google/ble/system_tests/
BleStressTest.py 183 except concurrent.futures._base.TimeoutError as error:
236 except concurrent.futures._base.TimeoutError as error:
257 except concurrent.futures._base.TimeoutError as error:
  /external/syslinux/core/lwip/src/core/
memp.c 157 #define LWIP_MEMPOOL(name,num,size,desc) u8_t memp_memory_ ## name ## _base \
163 #define LWIP_MEMPOOL(name,num,size,desc) memp_memory_ ## name ## _base,
  /build/make/core/
java_common.mk 145 $(eval _base := $(call word-colon,1,$(res))), \
146 $(eval _base := $(dir $(res))) \
149 $(filter-out $(OUT_DIR)/%,$(_base) $(_file))), \
150 $(call pretty-error,LOCAL_JAVA_RESOURCE_FILES may not include absolute paths: $(_base) $(_file))) \
151 $(patsubst %/,%,$(_base))::$(_file)))
  /external/llvm/include/llvm/Support/
YAMLTraits.h     [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
yvals.h 191 #define _IOBASE _base
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
YAMLTraits.h     [all...]

Completed in 3084 milliseconds

1 23 4 5