HomeSort by relevance Sort by last modified time
    Searched refs:res_name (Results 1 - 9 of 9) 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/chromium/third_party/libjingle/source/talk/xmpp/
jid.cc 201 Jid::set_resource(const std::string & res_name) {
202 data_->resource_name_ = res_name;
  /external/chromium_org/third_party/libjingle/source/talk/base/
linuxwindowpicker.cc 780 if (gnome_panel.compare(class_hint.res_name) == 0 ||
781 desktop_window.compare(class_hint.res_name) == 0) {
784 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 183 static char *res_name = RESNAME; variable
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xutil.h 184 char *res_name; member in struct:__anon38698
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xutil.h 184 char *res_name; member in struct:__anon40288
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xutil.h 184 char *res_name; member in struct:__anon41803
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c 422 classhints->res_name = classname;
    [all...]

Completed in 696 milliseconds