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

  /external/devlib/devlib/module/
android.py 93 return get_mapping(extract_dir, partition_file)
116 def get_mapping(base_dir, partition_file): function
  /system/extras/librank/
librank.c 127 struct mapping_info *get_mapping(struct library_info *library, struct process_info *proc) { function
359 mi = get_mapping(li, pi);
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_translate.c 160 static uint get_mapping(struct i915_fragment_shader* fs, int unit) function
214 int real_tex_unit = get_mapping(fs, I915_SEMANTIC_POS);
235 int real_tex_unit = get_mapping(fs, sem_ind);
242 int real_tex_unit = get_mapping(fs, I915_SEMANTIC_FACE);
    [all...]
  /system/extras/simpleperf/scripts/
pprof_proto_generator.py 425 def get_mapping(self, mapping_id): member in class:PprofProfileGenerator
467 mapping = self.get_mapping(location.mapping_id)
479 mapping = self.get_mapping(location.mapping_id)

Completed in 135 milliseconds