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

  /system/update_engine/update_manager/
real_shill_provider.cc 164 const auto& prop_type = properties.find(shill::kTypeProperty); local
165 if (prop_type == properties.end()) {
170 string type_str = prop_type->second.TryGet<string>();
  /system/update_engine/
connection_manager.cc 220 const auto& prop_type = properties.find(shill::kTypeProperty); local
221 if (prop_type == properties.end()) {
227 string type_str = prop_type->second.TryGet<string>();
  /external/toybox/kconfig/
expr.h 109 enum prop_type { enum
116 enum prop_type type;
  /external/ImageMagick/coders/
xcf.c 803 PropType prop_type = (PropType) ReadBlobMSBLong(image);
805 switch (prop_type)
869 prop_type); */
798 PropType prop_type = (PropType) ReadBlobMSBLong(image); local
1080 PropType prop_type = (PropType) ReadBlobMSBLong(image); local
    [all...]
  /external/pcre/dist/
pcre_compile.c 5782 int prop_type, prop_value; local
    [all...]
pcre_exec.c 582 #define prop_type frame->Xprop_type macro
639 int prop_type;
    [all...]

Completed in 678 milliseconds