HomeSort by relevance Sort by last modified time
    Searched defs:setInfo (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /external/nist-sip/java/javax/sip/header/
CallInfoHeader.java 9 void setInfo(URI info);
  /external/nist-sip/java/gov/nist/javax/sip/header/
CallInfo.java 113 public void setInfo(javax.sip.address.URI info) {
  /libcore/ojluni/src/main/java/java/security/
Identity.java 208 public void setInfo(String info) {
218 * @see #setInfo
  /frameworks/compile/mclinker/include/mcld/LD/
LDSection.h 169 void setInfo(size_t pInfo) { m_Info = pInfo; }
  /external/skia/src/core/
SkBitmap.cpp 106 bool SkBitmap::setInfo(const SkImageInfo& info, size_t rowBytes) {
223 if (!this->setInfo(requestedInfo, rowBytes)) {
227 // setInfo may have corrected info (e.g. 565 is always opaque).
232 // setInfo may have computed a valid rowbytes if 0 were passed in
248 if (!this->setInfo(requestedInfo)) {
252 // setInfo may have corrected info (e.g. 565 is always opaque).
277 if (!this->setInfo(requestedInfo, rb)) {
284 return true; // we behaved as if they called setInfo()
287 // setInfo may have corrected info (e.g. 565 is always opaque).
458 dst.setInfo(this->info().makeWH(r.width(), r.height()), this->rowBytes())
    [all...]
  /external/skqp/src/core/
SkBitmap.cpp 106 bool SkBitmap::setInfo(const SkImageInfo& info, size_t rowBytes) {
223 if (!this->setInfo(requestedInfo, rowBytes)) {
227 // setInfo may have corrected info (e.g. 565 is always opaque).
232 // setInfo may have computed a valid rowbytes if 0 were passed in
248 if (!this->setInfo(requestedInfo)) {
252 // setInfo may have corrected info (e.g. 565 is always opaque).
277 if (!this->setInfo(requestedInfo, rb)) {
284 return true; // we behaved as if they called setInfo()
287 // setInfo may have corrected info (e.g. 565 is always opaque).
458 dst.setInfo(this->info().makeWH(r.width(), r.height()), this->rowBytes())
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
PassFailButtons.java 137 setInfo(this, titleId, messageId, viewId);
185 setInfo(this, titleId, messageId, viewId);
234 setInfo(this, titleId, messageId, viewId);
302 protected static void setInfo(final android.app.Activity activity, final int titleId,
  /external/clang/include/clang/AST/
DeclarationName.h 465 void setInfo(const DeclarationNameLoc &Info) { LocInfo = Info; }
  /external/curl/tests/python_dependencies/impacket/
smb3.py     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 470 void setInfo(const DeclarationNameLoc &Info) { LocInfo = Info; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
DeclarationName.h 470 void setInfo(const DeclarationNameLoc &Info) { LocInfo = Info; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
DeclarationName.h 470 void setInfo(const DeclarationNameLoc &Info) { LocInfo = Info; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
DeclarationName.h 470 void setInfo(const DeclarationNameLoc &Info) { LocInfo = Info; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
DeclarationName.h 470 void setInfo(const DeclarationNameLoc &Info) { LocInfo = Info; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
DeclarationName.h 470 void setInfo(const DeclarationNameLoc &Info) { LocInfo = Info; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
DeclarationName.h 470 void setInfo(const DeclarationNameLoc &Info) { LocInfo = Info; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 470 void setInfo(const DeclarationNameLoc &Info) { LocInfo = Info; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
DeclarationName.h 470 void setInfo(const DeclarationNameLoc &Info) { LocInfo = Info; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
DeclarationName.h 470 void setInfo(const DeclarationNameLoc &Info) { LocInfo = Info; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
DeclarationName.h 470 void setInfo(const DeclarationNameLoc &Info) { LocInfo = Info; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
DeclarationName.h 470 void setInfo(const DeclarationNameLoc &Info) { LocInfo = Info; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
DeclarationName.h 470 void setInfo(const DeclarationNameLoc &Info) { LocInfo = Info; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
DeclarationName.h 470 void setInfo(const DeclarationNameLoc &Info) { LocInfo = Info; }
  /external/clang/lib/Analysis/
Consumed.cpp 487 void setInfo(const Expr *To, ConsumedState NS);
567 void ConsumedStmtVisitor::setInfo(const Expr *To, ConsumedState NS) {
834 setInfo(Call->getArg(0), CS);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UCharacterName.java 617 boolean setInfo(int rangestart, int rangeend, byte type, byte variant)
    [all...]

Completed in 4084 milliseconds

1 2 3 4