/external/chromium_org/win8/metro_driver/ime/ |
input_source.h | 24 // Returns true if |langid| and |is_ime| are filled based on the current 26 virtual bool GetActiveSource(LANGID* langid, bool* is_ime) = 0;
|
input_source.cc | 66 STDMETHOD(OnLanguageChange)(LANGID langid, BOOL *accept) OVERRIDE { 102 virtual bool GetActiveSource(LANGID* langid, bool* is_ime) OVERRIDE { 111 *langid = profile.langid;
|
/external/chromium_org/ui/base/ime/ |
remote_input_method_win.h | 78 virtual void OnInputSourceChanged(LANGID langid, bool is_ime) = 0;
|
remote_input_method_win.cc | 24 const LANGID kFallbackLangID = 313 virtual void OnInputSourceChanged(LANGID langid, bool /*is_ime*/) OVERRIDE { 315 const bool changed = (langid_ != langid); 316 langid_ = langid; 359 LANGID langid_;
|
/device/google/accessory/arduino/USB_Host_Shield/ |
Usb.h | 137 byte getStrDescr( byte addr, byte ep, unsigned int nbytes, byte index, unsigned int langid, char* dataptr, unsigned int nak_limit = USB_NAK_LIMIT );
169 inline byte USB::getStrDescr( byte addr, byte ep, unsigned int nbytes, byte index, unsigned int langid, char* dataptr, unsigned int nak_limit ) {
170 return( ctrlReq( addr, ep, bmREQ_GET_DESCR, USB_REQUEST_GET_DESCRIPTOR, index, USB_DESCRIPTOR_STRING, langid, nbytes, dataptr, nak_limit ));
|
/external/e2fsprogs/intl/ |
localename.c | 742 LANGID langid; 761 langid = LANGIDFROMLCID (lcid); 764 primary = PRIMARYLANGID (langid); 765 sub = SUBLANGID (langid);
|
/external/chromium_org/chrome/browser/usb/ |
usb_device_handle.cc | 367 uint16 langid[128] = { 0 }; 371 reinterpret_cast<unsigned char*>(&langid[0]), sizeof(langid)); 381 handle_, desc.iSerialNumber, langid[i],
|
/external/libusb/libusb/ |
descriptor.c | 679 int r, langid, si, di; local 693 langid = tbuf[2] | (tbuf[3] << 8); 695 r = libusb_get_string_descriptor(dev, desc_index, langid, tbuf,
|
libusb.h | [all...] |
/external/libusb-compat/libusb/ |
usb.h | 289 int usb_get_string(usb_dev_handle *dev, int index, int langid, char *buf,
|
core.c | 852 API_EXPORTED int usb_get_string(usb_dev_handle *dev, int desc_index, int langid, 857 langid & 0xffff, buf, (int) buflen);
|
/external/chromium_org/third_party/libusb/src/libusb/ |
descriptor.c | 1153 uint16_t langid; local [all...] |
libusb.h | [all...] |
/external/chromium_org/win8/metro_driver/ |
chrome_app_view_ash.cc | 879 LANGID langid = 0; 881 if (!input_source_->GetActiveSource(&langid, &is_ime)) { 885 ui_channel_->Send(new MetroViewerHostMsg_ImeInputSourceChanged(langid, [all...] |
/prebuilts/tools/windows/swt/ |
swt.jar | |
/prebuilts/tools/windows-x86_64/swt/ |
swt.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | |