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

  /external/chromium_org/chrome/tools/build/win/
resedit.py 145 for res_name in win32api.EnumResourceNames(self.module, res_type):
146 res_name_str = _ResIdToString(res_name)
150 res_type, res_name):
161 self.ExtractResource(res_type, res_lang, res_name, dest_file)
163 def ExtractResource(self, res_type, res_lang, res_name, dest_file):
170 res_name: the name of the resource, e.g. "SETUP.EXE".
174 'to file "%s".', res_type, res_lang, res_name, dest_file)
176 data = win32api.LoadResource(self.module, res_type, res_name, res_lang)
180 def RemoveResource(self, res_type, res_lang, res_name):
186 res_name: the name of the resource, e.g. "SETUP.EXE"
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
attr.py 191 for res_name, res_event in result.items():
192 log.debug(" to [%s]" % res_name)
194 exp_list.append(res_name)
216 for res_name in match[exp_name]:
217 res_group = result[res_name].group
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
window_capturer_x11.cc 389 if (strcmp("gnome-panel", class_hint.res_name) == 0 ||
390 strcmp("desktop_window", class_hint.res_name) == 0) {
393 XFree(class_hint.res_name);
  /external/chromium_org/third_party/webrtc/base/
x11windowpicker.cc 763 if (gnome_panel.compare(class_hint.res_name) == 0 ||
764 desktop_window.compare(class_hint.res_name) == 0) {
767 XFree(class_hint.res_name);
  /external/libpng/contrib/gregbook/
rpng-x.c 123 static char *res_name = RESNAME; variable
585 class_hints->res_name = res_name;
rpng2-x.c 184 static char *res_name = RESNAME; variable
    [all...]
  /external/chromium_org/ui/base/x/
x11_util.h 192 const std::string& res_name,
x11_util.cc 994 const std::string& res_name,
998 // Just to be safe, the res_name and res_class parameters are local copies,
1000 class_hints.res_name = const_cast<char*>(res_name.c_str());
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xutil.h 184 char *res_name; member in struct:__anon45970
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xutil.h 184 char *res_name; member in struct:__anon47706
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c 422 classhints->res_name = classname;
    [all...]

Completed in 441 milliseconds