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

  /frameworks/base/libs/rs/
spec.l 7 %x var_type
61 BEGIN(var_type);
68 BEGIN(var_type);
71 <var_type>"const" {
75 <var_type>"i8" {
81 <var_type>"i16" {
87 <var_type>"i32" {
93 <var_type>"i64" {
99 <var_type>"u8" {
105 <var_type>"u16"
    [all...]
  /external/qemu/android/
cmdline-option.c 28 int var_type; member in struct:__anon5675
155 if (oo->var_type != OPTION_IS_FLAG) {
164 if (oo->var_type == OPTION_IS_PARAM)
168 else if (oo->var_type == OPTION_IS_LIST)
214 if ( oo->var_type == OPTION_IS_LIST ) {
  /external/bluetooth/glib/gio/
gwin32volumemonitor.c 84 DWORD var_type = REG_DWORD; //the value's a REG_DWORD type local
94 if (RegQueryValueEx (key, "NoDrives", NULL, &var_type,
114 if (RegQueryValueEx (key, "NoDrives", NULL, &var_type,
  /external/v8/src/
rewriter.cc 370 StaticType* var_type = var->type(); local
371 if (var_type->IsUnknown()) {
372 var_type->CopyFrom(node->type());
373 } else if (var_type->IsLikelySmi()) {
  /frameworks/base/core/jni/
android_bluetooth_common.cpp 470 char var_type[2] = { type, '\0'}; local
471 dbus_message_iter_open_container(iter, DBUS_TYPE_VARIANT, var_type, &value_iter);

Completed in 693 milliseconds