HomeSort by relevance Sort by last modified time
    Searched full:getinfo (Results 51 - 75 of 426) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/ppapi/proxy/
ppp_graphics_3d_proxy.cc 51 const InterfaceProxy::Info* PPP_Graphics3D_Proxy::GetInfo() {
ppp_input_event_proxy.h 23 static const Info* GetInfo();
ppp_instance_private_proxy.cc 56 const InterfaceProxy::Info* PPP_Instance_Private_Proxy::GetInfo() {
ppp_instance_private_proxy.h 25 static const Info* GetInfo();
ppp_mouse_lock_proxy.cc 57 const InterfaceProxy::Info* PPP_MouseLock_Proxy::GetInfo() {
ppp_video_decoder_proxy.h 24 static const Info* GetInfo();
  /external/skia/tools/
LazyDecodeBitmap.cpp 37 if (!gen->getInfo(&info)) {
  /packages/apps/Settings/src/com/android/settings/print/
PrintJobSettingsFragment.java 115 if (!mPrintJob.getInfo().isCancelling()) {
168 PrintJobInfo info = mPrintJob.getInfo();
173 if (!mPrintJob.getInfo().isCancelling()) {
188 if (!mPrintJob.getInfo().isCancelling()) {
  /external/chromium/chrome/browser/ui/webui/options/
autofill_options_handler.cc 328 address.SetString("companyName", profile->GetInfo(COMPANY_NAME));
329 address.SetString("addrLine1", profile->GetInfo(ADDRESS_HOME_LINE1));
330 address.SetString("addrLine2", profile->GetInfo(ADDRESS_HOME_LINE2));
331 address.SetString("city", profile->GetInfo(ADDRESS_HOME_CITY));
332 address.SetString("state", profile->GetInfo(ADDRESS_HOME_STATE));
333 address.SetString("postalCode", profile->GetInfo(ADDRESS_HOME_ZIP));
367 credit_card->GetInfo(CREDIT_CARD_NAME));
369 credit_card->GetInfo(CREDIT_CARD_NUMBER));
371 credit_card->GetInfo(CREDIT_CARD_EXP_MONTH));
374 credit_card->GetInfo(CREDIT_CARD_EXP_4_DIGIT_YEAR))
    [all...]
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
theme_handler.cc 127 const ThemeInfo* GetInfo(const Extension* extension) {
141 const ThemeInfo* theme_info = GetInfo(extension);
147 const ThemeInfo* theme_info = GetInfo(extension);
153 const ThemeInfo* theme_info = GetInfo(extension);
160 const ThemeInfo* theme_info = GetInfo(extension);
  /external/chromium_org/ppapi/tests/extensions/socket/
test_socket.cc 406 callback.WaitForResult(socket_.GetInfo(socket_id,
409 return "GetInfo(): failed.";
413 return "GetInfo(): inconsistent socket type.";
415 return "GetInfo(): socket should not be connected.";
417 return "GetInfo(): unconnected socket should not have peer.";
420 return "GetInfo(): unconnected socket should not have local binding.";
447 callback.WaitForResult(socket_.GetInfo(socket_id,
450 return "GetInfo(): failed.";
454 return "GetInfo(): inconsistent socket type.";
457 return "GetInfo(): bound socket should have local address and port."
    [all...]
  /external/chromium/chrome/browser/sync/glue/
autofill_profile_model_associator.cc 65 << p->GetInfo(NAME_FIRST)
66 << p->GetInfo(NAME_LAST)
93 << (*ix)->GetInfo(NAME_FIRST)
94 << (*ix)->GetInfo(NAME_LAST)
213 if (UTF16ToUTF8(f->GetInfo(t)) == specifics_field)
326 << UTF16ToUTF8(profile.GetInfo(NAME_FIRST))
327 << UTF16ToUTF8(profile.GetInfo(NAME_LAST))
345 << UTF16ToUTF8(profile.GetInfo(NAME_FIRST))
346 << UTF16ToUTF8(profile.GetInfo(NAME_LAST))
  /external/llvm/lib/Option/
OptTable.cpp 96 unsigned Kind = getInfo(i + 1).Kind;
99 TheInputOptionID = getInfo(i + 1).ID;
102 TheUnknownOptionID = getInfo(i + 1).ID;
114 Option::OptionClass Kind = (Option::OptionClass) getInfo(i + 1).Kind;
122 if (!(getInfo(i) < getInfo(i + 1))) {
133 if (const char *const *P = getInfo(i).Prefixes) {
160 return Option(&getInfo(id), this);
404 unsigned Flags = getInfo(Id).Flags;
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/pkcs10/
CertificationRequestTest.java 65 assertEquals(certReqInfo, certReq.getInfo());
75 CertificationRequestInfo decodedCRinfo = certReq.getInfo();
  /external/chromium/chrome/browser/autofill/
credit_card.cc 195 string16 CreditCard::GetInfo(AutofillFieldType type) const {
364 int comparison = GetInfo(types[index]).compare(
365 credit_card.GetInfo(types[index]));
537 << UTF16ToUTF8(credit_card.GetInfo(CREDIT_CARD_NAME))
539 << UTF16ToUTF8(credit_card.GetInfo(CREDIT_CARD_TYPE))
541 << UTF16ToUTF8(credit_card.GetInfo(CREDIT_CARD_NUMBER))
543 << UTF16ToUTF8(credit_card.GetInfo(CREDIT_CARD_EXP_MONTH))
545 << UTF16ToUTF8(credit_card.GetInfo(CREDIT_CARD_EXP_4_DIGIT_YEAR));
  /external/chromium_org/chrome/browser/extensions/api/serial/
serial_api.h 141 DECLARE_EXTENSION_FUNCTION("serial.getInfo", SERIAL_GETINFO)
153 scoped_ptr<serial::GetInfo::Params> params_;
  /external/chromium_org/chrome/browser/extensions/api/sockets_tcp/
sockets_tcp_api.h 213 DECLARE_EXTENSION_FUNCTION("sockets.tcp.getInfo", SOCKETS_TCP_GETINFO)
225 scoped_ptr<sockets_tcp::GetInfo::Params> params_;
  /external/chromium_org/chrome/browser/extensions/api/sockets_udp/
sockets_udp_api.h 158 DECLARE_EXTENSION_FUNCTION("sockets.udp.getInfo", SOCKETS_UDP_GETINFO)
170 scoped_ptr<sockets_udp::GetInfo::Params> params_;
  /external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
testdata.h 62 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const = 0;
104 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const;
tstdtmod.h 67 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const = 0;
93 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const;
  /external/icu4c/tools/ctestfw/unicode/
testdata.h 62 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const = 0;
104 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const;
tstdtmod.h 67 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const = 0;
93 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const;
  /frameworks/compile/libbcc/lib/Renderscript/
RSCompiler.cpp 36 const RSInfo *info = script.getInfo();
93 const RSInfo *info = script.getInfo();
  /cts/tools/device-setup/TestDeviceSetup/
Android.mk 40 LOCAL_SRC_FILES := src/android/tests/getinfo/DeviceInfoConstants.java
  /external/chromium_org/components/autofill/core/browser/
address.h 30 virtual base::string16 GetInfo(const AutofillType& type,

Completed in 1291 milliseconds

1 23 4 5 6 7 8 91011>>