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

  /external/v8/src/
objects-debug.cc 899 bool is_native = RegExpImpl::UsesNativeRegExp(); local
907 (is_native ? ascii_data->IsCode() : ascii_data->IsByteArray()));
910 (is_native ? uc16_data->IsCode() : uc16_data->IsByteArray()));
    [all...]
  /external/bluetooth/glib/gio/
gdummyfile.c 416 iface->is_native = g_dummy_file_is_native;
gfile.h 58 * @is_native: Checks to see if a file is native to the system.
148 gboolean (* is_native) (GFile *file); member in struct:_GFileIface
    [all...]
glocalfile.c     [all...]
gfile.c 337 return (* iface->is_native) (file);
    [all...]
  /external/bluetooth/glib/gio/win32/
gwinhttpfile.c 754 iface->is_native = g_winhttp_file_is_native;

Completed in 213 milliseconds