HomeSort by relevance Sort by last modified time
    Searched full:fdo (Results 1 - 16 of 16) 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...]
  /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.
  /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);
  /development/host/windows/usb/legacy/driver/
android_usb_driver_object.cpp 126 // Create and initialize FDO device
android_usb_device_object.h 21 encapsulates an extension for KMDF device (FDO) object.
29 /** AndroidUsbDeviceObject class encapsulates an extension for KMDF FDO device
47 /** \brief Creates and initializes FDO device object extension
362 FDO device has been created.
371 FDO device has been created and configured.
android_usb_device_object.cpp 19 encapsulates an extension for KMDF device (FDO) object.
108 // KMDF will take appropriate default actions for an FDO device object.
    [all...]
  /build/core/
dynamic_binary.mk 94 # Skip prelinker if it is FDO instrumentation build.
binary.mk 13 ## Add FDO flags if FDO is turned on and supported
  /external/dbus/
ChangeLog     [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/es-ES/
es-ES_tpp_net.utf 851 3753 "Fdo"
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/info/
gcc.info     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/man/man1/
arm-eabi-g++.1     [all...]
arm-eabi-gcc.1     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/info/
gcc.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/man/man1/
arm-eabi-g++.1     [all...]
arm-eabi-gcc.1     [all...]

Completed in 84 milliseconds