HomeSort by relevance Sort by last modified time
    Searched refs:fdo (Results 1 - 3 of 3) sorted by null

  /bionic/linker/
linker_format.c 191 FdOut *fdo = opaque; local
197 int ret = write(fdo->fd, data, len);
205 fdo->total += ret;
210 fd_out_init(FdOut *fdo, int fd)
212 fdo->out->opaque = fdo;
213 fdo->out->send = fd_out_send;
214 fdo->fd = fd;
215 fdo->total = 0;
217 return fdo->out
230 FdOut fdo; local
    [all...]
  /frameworks/base/core/jni/
android_hardware_SensorManager.cpp 122 jobject fdo = env->GetObjectArrayElement(fdArray, i); local
123 if (fdo) {
124 handle->data[offset++] = env->GetIntField(fdo, fieldOffset);
  /build/core/combo/
TARGET_linux-arm.mk 144 # Define FDO (Feedback Directed Optimization) options.
152 # Set BUILD_FDO_INSTRUMENT=true to turn on FDO instrumentation.
157 # If BUILD_FDO_INSTRUMENT is turned off, then consider doing the FDO optimizations.
160 TARGET_FDO_PROFILE_PATH := fdo/profiles/$(TARGET_ARCH)/$(TARGET_ARCH_VARIANT)
163 $(warning Custom TARGET_FDO_PROFILE_PATH supplied, but directory does not exist. Turn off FDO.)
167 # If the FDO profile directory can't be found, then FDO is off.

Completed in 165 milliseconds