Home
last modified time | relevance | path

Searched refs:prop_type (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/tools/json_schema_compiler/
Ddart_generator.py722 prop_type = type_.property_type
723 if prop_type is PropertyType.REF:
728 elif prop_type is PropertyType.BOOLEAN:
730 elif prop_type is PropertyType.INTEGER:
732 elif prop_type is PropertyType.INT64:
734 elif prop_type is PropertyType.DOUBLE:
736 elif prop_type is PropertyType.STRING:
738 elif prop_type is PropertyType.ENUM:
740 elif prop_type is PropertyType.CHOICES:
744 elif prop_type is PropertyType.ANY:
[all …]
/external/chromium_org/device/bluetooth/
Dbluetooth_low_energy_win.cc173 DEVPROPTYPE prop_type; in CollectBluetoothLowEnergyDeviceProperty() local
177 &prop_type, in CollectBluetoothLowEnergyDeviceProperty()
190 &prop_type, in CollectBluetoothLowEnergyDeviceProperty()
203 new DevicePropertyValue(prop_type, prop_value.Pass(), actual_length)); in CollectBluetoothLowEnergyDeviceProperty()
/external/chromium_org/chromeos/dbus/
Dfake_shill_device_client.cc323 std::string prop_type; in GetDevicePathForType() local
325 shill::kTypeProperty, &prop_type) || in GetDevicePathForType()
326 prop_type != type) in GetDevicePathForType()
/external/chromium_org/ui/base/x/
Dx11_util.cc741 XAtom prop_type = None; in GetRawBytesOfProperty() local
746 AnyPropertyType, &prop_type, &prop_format, in GetRawBytesOfProperty()
751 if (prop_type == None) in GetRawBytesOfProperty()
782 *out_type = prop_type; in GetRawBytesOfProperty()
/external/pcre/dist/
Dpcre_exec.c582 #define prop_type frame->Xprop_type in match() macro
639 int prop_type; in match()
4139 prop_type = *ecode++; in match()
4142 else prop_type = -1; in match()
4154 if (prop_type >= 0) in match()
4156 switch(prop_type) in match()
4881 if (prop_type >= 0) in match()
4883 switch(prop_type) in match()
5402 if (prop_type >= 0) in match()
5404 switch(prop_type) in match()
Dpcre_compile.c5680 int prop_type, prop_value; in compile_branch() local
5687 prop_type = previous[1]; in compile_branch()
5690 else prop_type = prop_value = -1; in compile_branch()
5762 if (prop_type >= 0) in compile_branch()
5764 *code++ = prop_type; in compile_branch()
5786 if (prop_type >= 0) in compile_branch()
5788 *code++ = prop_type; in compile_branch()
5821 if (prop_type >= 0) in compile_branch()
5823 *code++ = prop_type; in compile_branch()