HomeSort by relevance Sort by last modified time
    Searched refs:ERR (Results 76 - 100 of 171) sorted by null

1 2 34 5 6 7

  /external/chromium_org/remoting/host/installer/mac/Scripts/
remoting_preflight.sh 39 trap on_error ERR
remoting_postflight.sh 37 trap on_error ERR
  /external/libsepol/src/
roles.c 48 ERR(handle, "out of memory, could not list roles");
mls.c 70 ERR(handle, "out of memory, could not convert mls context to string");
89 ERR(handle, "invalid MLS context %s", str);
91 goto err;
98 ERR(handle, "out of memory");
100 err:
101 ERR(handle, "could not construct mls context structure");
344 goto err;
361 goto err;
387 goto err;
392 goto err;
    [all...]
  /external/nist-pkits/
generate-tests.sh 27 trap "echo WARNING: Exiting on non-zero subprocess exit code" ERR;
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_common.h 51 #define ERR stderr
dhdu_linux.c 445 int err = 0; local
476 return err;
481 return err;
519 return err;
535 err = process_args(&ifr, argv);
536 return err;
541 err = process_args(&ifr, argv);
542 if ((err == BCME_SERIAL_PORT_ERR) && (remote_type == REMOTE_DONGLE)) {
543 DPRINT_ERR(ERR, "\n Retry again\n");
544 err = process_args((struct ifreq*)&ifr, argv)
564 int err = BCME_OK; local
    [all...]
  /hardware/ti/omap4-aah/domx/make/
start.mk 72 ERR = $(error Makefile generated fatal error while building target "$@")
  /hardware/ti/omap4xxx/domx/make/
start.mk 72 ERR = $(error Makefile generated fatal error while building target "$@")
  /sdk/emulator/opengl/host/libs/libOpenglRender/
ReadBuffer.cpp 53 ERR("Failed to alloc %zu bytes for ReadBuffer\n", new_size);
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
glUtils.cpp 72 ERR("**** ERROR unknown type 0x%x (%s,%d)\n", type, __FUNCTION__,__LINE__);
325 ERR("glUtilsParamSize: unknow param 0x%08x\n", param);
396 ERR("glUtilsPixelBitSize: unknown pixel type - assuming pixel data 0\n");
427 ERR("glUtilsPixelBitSize: unknown pixel format...\n");
UnixStream.cpp 72 ERR("Could not create temp directory: %s", tmp);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Renderer11.cpp 143 ERR("Could not load D3D11 or DXGI library - aborting!\n");
153 ERR("Could not retrieve D3D11CreateDevice address - aborting!\n");
186 ERR("Failed creating Debug D3D11 device - falling back to release runtime.\n");
205 ERR("Could not create D3D11 device - aborting!\n");
233 ERR("DXGI 1.2 required to present to HWNDs owned by another process.\n");
245 ERR("Could not query DXGI device - aborting!\n");
253 ERR("Could not retrieve DXGI adapter - aborting!\n");
267 ERR("Could not create DXGI factory - aborting!\n");
445 ERR("NULL sampler state returned by RenderStateCache::getSamplerState, setting the default"
467 ERR("NULL sampler state returned by RenderStateCache::getSamplerState, setting the default
    [all...]
Image11.cpp 61 ERR("Failed to map destination image for mip map generation. HRESULT:0x%X", destMapResult);
69 ERR("Failed to map source image for mip map generation. HRESULT:0x%X", srcMapResult);
267 ERR("Could not map image for loading.");
301 ERR("Could not map image for loading.");
353 ERR("Failed to create resolve texture for Image11::copy, HRESULT: 0x%X.", result);
387 ERR("Failed to map texture for Image11::copy, HRESULT: 0x%X.", result);
475 ERR("Creating image failed.");
516 ERR("Creating image failed.");
  /frameworks/base/tools/obbtool/
mkobb.sh 210 trap onexit ERR
279 trap - ERR
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
UnixStream.cpp 70 ERR("Could not create temp directory: %s", tmp);
  /external/chromium_org/third_party/angle/src/libGLESv2/
main.cpp 33 ERR("Could not set thread local storage.");
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
HLSLCompiler.cpp 53 ERR("No D3D compiler module found - aborting!\n");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
testit_android 276 # Variable ERR contains output if $RET is non-zero
280 ERR=
293 ERR=$OUT
325 if ! $(echo $ERR | grep -iq "Text file busy"); then
328 echo "ERR=$ERR"
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
testit_android 289 # Variable ERR contains output if $RET is non-zero
293 ERR=
306 ERR=$OUT
338 if ! $(echo $ERR | grep -iq "Text file busy"); then
341 echo "ERR=$ERR"
  /system/core/fastbootd/commands/
boot.c 175 D(ERR, "Critical error in atags");
239 D(ERR, "wrong atags file");
245 D(ERR, "insufficient memory");
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
Utils.java 82 public final static int ERR = 0x2;
299 boolean isErr = (level & ERR) != 0;
335 * <li>{@link #ERR}: if the standard error is over the expected threshold ({@link #STANDARD_ERROR_THRESHOLD})</li>
353 level = ERR;
373 } else if ((confidence & ERR) != 0) {
380 } else if ((confidence & ERR) != 0) {
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
SwapChain9.cpp 109 ERR("Could not create offscreen texture: %08lX", result);
191 ERR("Could not create additional swap chains or offscreen surfaces: %08lX", result);
219 ERR("Could not create depthstencil surface for new swap chain: 0x%08X", result);
  /external/chromium_org/third_party/angle/src/libEGL/
main.cpp 36 ERR("Could not set thread local storage.");
  /external/libpcap/Win32/Src/
getaddrinfo.c 249 #define ERR(err) \
252 error = (err); \
345 ERR(EAI_BADHINTS); /* xxx */
347 ERR(EAI_BADFLAGS);
356 ERR(EAI_FAMILY);
374 ERR(EAI_BADHINTS);
401 ERR(error);
447 ERR(EAI_NONAME);
449 ERR(EAI_NONAME)
    [all...]

Completed in 997 milliseconds

1 2 34 5 6 7