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

  /external/selinux/libsepol/include/sepol/policydb/
avtab.h 51 uint16_t source_type; member in struct:avtab_key
policydb.h 228 uint32_t source_type; member in struct:range_trans
  /external/ImageMagick/MagickCore/
profile.c 404 const cmsHPROFILE source_profile,const cmsUInt32Number source_type,
426 source_type,target_profile,target_type,intent,flags);
884 source_type, local
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl3cTextureSizePromotion.cpp 240 glw::GLenum source_type = GL_NONE; local
246 source_type = GL_FLOAT;
254 source_type = GL_FLOAT;
262 source_type = GL_FLOAT;
270 source_type = GL_INT;
278 source_type = GL_UNSIGNED_INT;
286 source_type = GL_UNSIGNED_INT;
294 source_type = GL_UNSIGNED_INT;
308 gl.texImage1D(target, 0, descriptor.internal_format, s_source_texture_size, 0, source_format, source_type,
316 source_format, source_type, source_data)
    [all...]
  /art/compiler/optimizing/
instruction_simplifier.cc 399 DataType::Type source_type = shift_amount->InputAt(0)->GetType(); local
401 if (DataType::IsIntegralType(source_type) && !DataType::Is64BitType(source_type)) {
    [all...]
code_generator_arm64.cc 1761 DataType::Type source_type = DataType::Is64BitType(dst_type) local
1769 DataType::Type source_type = DataType::Is64BitType(dst_type) local
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol.py 876 def source_type(self, *args): return _qpol.qpol_range_trans_t_source_type(self, *args) member in class:qpol_range_trans_t
908 def source_type(self, *args): return _qpol.qpol_avrule_t_source_type(self, *args) member in class:qpol_avrule_t
944 def source_type(self, *args): return _qpol.qpol_terule_t_source_type(self, *args) member in class:qpol_terule_t
1028 def source_type(self, *args): return _qpol.qpol_filename_trans_t_source_type(self, *args) member in class:qpol_filename_trans_t
    [all...]

Completed in 1070 milliseconds