Searched defs:is_native (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/glib/gio/
H A Dgfile.h58 * @is_native: Checks to see if a file is native to the system.
148 gboolean (* is_native) (GFile *file); member in struct:_GFileIface
/external/v8/src/
H A Dobjects-debug.cc899 bool is_native = RegExpImpl::UsesNativeRegExp(); local
907 (is_native ? ascii_data->IsCode() : ascii_data->IsByteArray()));
910 (is_native ? uc16_data->IsCode() : uc16_data->IsByteArray()));

Completed in 60 milliseconds