HomeSort by relevance Sort by last modified time
    Searched defs:Address (Results 76 - 100 of 114) sorted by null

1 2 34 5

  /external/mesa3d/src/mesa/drivers/x11/
glxapi.c 1225 __GLXextFuncPtr Address;
1374 * Return address of named glX function, or NULL if not found.
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa_new.cpp 224 TUint8* Address();
255 TUint8* CDsbSurface::Address()
335 TUint8* addr = iSurface1->Address();
337 addr = iSurface2->Address();
dsa_old.cpp 98 TUint8* Address();
129 TUint8* CDsbSurface::Address()
208 TUint8* addr = iSurface1->Address();
210 addr = iSurface2->Address();
dsa.cpp 505 TUint8* Address();
536 TUint8* CDsbSurface::Address()
617 TUint8* addr = iSurface1->Address();
619 addr = iSurface2->Address();
  /packages/apps/Exchange/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 27 import com.android.emailcommon.mail.Address;
310 assertEquals(Address.pack(new Address[] {new Address(ORGANIZER)}), msg.mTo);
356 assertEquals(Address.pack(new Address[] {new Address(ATTENDEE)}), msg.mTo);
418 assertEquals(Address.pack(new Address[] {new Address(ATTENDEE)}), msg.mTo)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Message.java 369 setFrom(com.android.emailcommon.mail.Address.pack(mimeMessage.getFrom()));
370 setTo(com.android.emailcommon.mail.Address.pack(mimeMessage.getRecipients(
372 setCc(com.android.emailcommon.mail.Address.pack(mimeMessage.getRecipients(
374 setBcc(com.android.emailcommon.mail.Address.pack(mimeMessage.getRecipients(
376 setReplyTo(com.android.emailcommon.mail.Address.pack(mimeMessage.getReplyTo()));
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 416 Value *Locality, *RW, *Address = EmitScalarExpr(E->getArg(0));
424 return RValue::get(Builder.CreateCall4(F, Address, RW, Locality, Data));
649 Value *Address = EmitScalarExpr(E->getArg(0));
653 Address, SrcAddr, SizeVal);
654 return RValue::get(Address);
740 Value *Address = EmitScalarExpr(E->getArg(0));
741 Value *Result = getTargetHooks().decodeReturnAddress(*this, Address);
745 Value *Address = EmitScalarExpr(E->getArg(0));
746 Value *Result = getTargetHooks().encodeReturnAddress(*this, Address);
760 Value *Address = EmitScalarExpr(E->getArg(0))
    [all...]
CodeGenFunction.h 210 /// \brief The base address of the captured record, passed in as the first
414 /// given address. Does nothing if T is not a C++ class type with a
420 /// the given address.
793 /// BuildBlockByrefAddress - Computes address location of the
806 /// with an indirect branch. Every time we see the address of a label taken,
    [all...]
CGExpr.cpp 442 llvm::Value *Address,
447 // Don't check pointers outside the default address space. The null check
450 if (Address->getType()->getPointerAddressSpace())
459 Address, llvm::Constant::getNullValue(Address->getType()));
476 // FIXME: If Address Sanitizer is enabled, insert dynamic instrumentation
480 llvm::Value *CastAddr = Builder.CreateBitCast(Address, Int8PtrTy);
497 Builder.CreateAnd(Builder.CreatePtrToInt(Address, IntPtrTy),
512 EmitCheck(Cond, "type_mismatch", StaticData, Address, CRK_Recoverable);
542 llvm::Value *VPtrAddr = Builder.CreateBitCast(Address, VPtrTy)
    [all...]
  /external/llvm/include/llvm/Object/
MachOFormat.h 277 uint32_t Address;
290 uint64_t Address;
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 795 // [pointee type, address space]
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 98 // Expand jump table branches as address arithmetic followed by an
187 // Handle the various types of symbolic address.
316 case 'a': // Address register
359 case 'a': // Address register
434 case 'a': // Address register
655 // Likewise the address (in the form of a frame index) of where the
732 // Store the argument in a stack slot and pass its address.
748 // Work out the address of the stack slot. Unpromoted ints and
755 SDValue Address = DAG.getNode(ISD::ADD, DL, PtrVT, StackPtr,
759 MemOpChains.push_back(DAG.getStore(Chain, DL, ArgValue, Address,
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 337 // If the other operand is a TLS address, we should fold it instead.
344 // if the block also has an access to a second TLS address this will save
395 /// isCalleeLoad - Return true if call address is a load and it can be
454 /// Also try moving call address load from outside callseq_start to just
605 SDValue Address = N->getOperand(1);
611 // gs:0 (or fs:0 on X86-64) contains its own address.
613 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Address))
824 // than one use (unless all uses are for address computation). Besides,
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
LoopStrengthReduce.cpp 227 /// Global base address used for complex addressing.
583 /// ExtractSymbol - If S involves the addition of a GlobalValue address,
611 /// specified value as an address.
    [all...]
  /external/smack/src/org/xbill/DNS/
WKSRecord.java 307 /** IMP Logical Address Maintenance */
577 private byte [] address; field in class:WKSRecord
590 * @param address The IP address
595 WKSRecord(Name name, int dclass, long ttl, InetAddress address, int protocol,
599 if (Address.familyOf(address) != Address.IPv4)
600 throw new IllegalArgumentException("invalid IPv4 address");
601 this.address = address.getAddress()
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 617 // [pointee type, address space]
874 // [pointee type, address space]
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 898 // [pointee type, address space]
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
ContactsSyncParser.java 105 Address home = new Address();
106 Address work = new Address();
107 Address other = new Address();
677 public static final class Address {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 55 // All possible address modes, plus some.
56 typedef struct Address {
69 // Innocuous defaults for our address.
70 Address()
74 } Address;
183 bool ARMEmitLoad(MVT VT, unsigned &ResultReg, Address &Addr,
186 bool ARMEmitStore(MVT VT, unsigned SrcReg, Address &Addr,
188 bool ARMComputeAddress(const Value *Obj, Address &Addr);
189 void ARMSimplifyAddress(Address &Addr, MVT VT, bool useAM3);
191 bool ARMTryEmitSmallMemCpy(Address Dest, Address Src, uint64_t Len
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/smack/asmack-master/lib/
jstun.jar 
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
dbghelp.h 177 #define ADDRESS ADDRESS64
184 } ADDRESS,*LPADDRESS;
257 ADDRESS AddrPC;
258 ADDRESS AddrReturn;
259 ADDRESS AddrFrame;
260 ADDRESS AddrStack;
267 ADDRESS AddrBStore;
273 typedef DWORD64 (WINAPI *PGET_MODULE_BASE_ROUTINE64)(HANDLE hProcess,DWORD64 Address);
287 typedef DWORD (WINAPI *PGET_MODULE_BASE_ROUTINE)(HANDLE hProcess,DWORD Address);
349 DWORD64 Address;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h 177 #define ADDRESS ADDRESS64
184 } ADDRESS,*LPADDRESS;
257 ADDRESS AddrPC;
258 ADDRESS AddrReturn;
259 ADDRESS AddrFrame;
260 ADDRESS AddrStack;
267 ADDRESS AddrBStore;
273 typedef DWORD64 (WINAPI *PGET_MODULE_BASE_ROUTINE64)(HANDLE hProcess,DWORD64 Address);
287 typedef DWORD (WINAPI *PGET_MODULE_BASE_ROUTINE)(HANDLE hProcess,DWORD Address);
349 DWORD64 Address;
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 24 runs in a single address space and memory is extremely constrained.
43 multiple independent address spaces, you can still use the preferred
48 you're running on a small embedded system with a single address space,
146 kDNSType_A = 1, // 1 Address
164 kDNSType_X25, // 19 X_25 calling address
165 kDNSType_ISDN, // 20 ISDN calling address
167 kDNSType_NSAP, // 22 NSAP address
173 kDNSType_AAAA, // 28 IPv6 Address
179 kDNSType_ATMA, // 34 ATM Address
183 kDNSType_A6, // 38 IPv6 Address (deprecated
    [all...]

Completed in 762 milliseconds

1 2 34 5