/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/ |
popuplib.js | 17 // identity providers (OP)s that support a pop-up authentication interface. 26 // the OP supports. 144 // Returns a an object that can open a popup window customized for an OP & RP.
|
/bionic/libc/bionic/ |
md5.c | 67 #define DOIT(a,b,c,d,k,s,i,OP) \ 68 a = b + cshift(a + OP(b,c,d) + X[k] + (i), s)
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/ |
openid.php | 107 # i.e. what he set as identity, not the op-local identifier (which is what we verify) 176 * @return String OP Endpoint (i.e. OpenID provider address). 291 # We found an OpenID2 OP Endpoint 293 # We have also found an OP-Local ID. 406 # If OP doesn't advertise either SREG, nor AX, let's send them both 426 * @param String $select_identifier Whether to request OP to select identity for an user in OpenID 2. Does not affect OpenID 1. 443 * Performs OpenID verification with the OP. 468 # In such case, validation would fail, since we'd send different data than OP 502 # so there is no AX data in the OP's response 513 # OP is breaking the spec by returning a field withou [all...] |
/external/llvm/lib/ExecutionEngine/Interpreter/ |
Execution.cpp | 48 #define IMPLEMENT_BINARY_OPERATOR(OP, TY) \ 50 Dest.TY##Val = Src1.TY##Val OP Src2.TY##Val; \ 112 #define IMPLEMENT_INTEGER_ICMP(OP, TY) \ 114 Dest.IntVal = APInt(1,Src1.IntVal.OP(Src2.IntVal)); \ 121 #define IMPLEMENT_POINTER_ICMP(OP) \ 123 Dest.IntVal = APInt(1,(void*)(intptr_t)Src1.PointerVal OP \ 283 #define IMPLEMENT_FCMP(OP, TY) \ 285 Dest.IntVal = APInt(1,Src1.TY##Val OP Src2.TY##Val); \ [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
vec.h | 492 #define VEC_ASSERT(EXPR,OP,T,A) \ 493 (void)((EXPR) ? 0 : (VEC_ASSERT_FAIL(OP,VEC(T,A)), 0)) 497 #define VEC_ASSERT_FAIL(OP,VEC) vec_assert_fail (OP,#VEC VEC_CHECK_PASS) 502 #define VEC_ASSERT(EXPR,OP,T,A) (void)(EXPR) 510 #define VEC_OP(T,A,OP) VEC_##T##_##A##_##OP [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
vec.h | 492 #define VEC_ASSERT(EXPR,OP,T,A) \ 493 (void)((EXPR) ? 0 : (VEC_ASSERT_FAIL(OP,VEC(T,A)), 0)) 497 #define VEC_ASSERT_FAIL(OP,VEC) vec_assert_fail (OP,#VEC VEC_CHECK_PASS) 502 #define VEC_ASSERT(EXPR,OP,T,A) (void)(EXPR) 510 #define VEC_OP(T,A,OP) VEC_##T##_##A##_##OP [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
vec.h | 492 #define VEC_ASSERT(EXPR,OP,T,A) \ 493 (void)((EXPR) ? 0 : (VEC_ASSERT_FAIL(OP,VEC(T,A)), 0)) 497 #define VEC_ASSERT_FAIL(OP,VEC) vec_assert_fail (OP,#VEC VEC_CHECK_PASS) 502 #define VEC_ASSERT(EXPR,OP,T,A) (void)(EXPR) 510 #define VEC_OP(T,A,OP) VEC_##T##_##A##_##OP [all...] |
/external/oprofile/events/x86-64/family10/ |
unit_masks | 70 0x01 With low op in position 0 71 0x02 With low op in position 1 72 0x04 With low op in position 2 249 0x40 OP type: 0=uops 1=FLOPS 364 0x00 Using IBS OP cycle count mode 365 0x01 Using IBS OP dispatch count mode 366 0x02 Enable IBS OP Memory Access Log
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/include/ |
gmp.h | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/include/ |
gmp.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/include/ |
gmp.h | [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
AsmPrinter.cpp | 545 const MachineOperand &Op = MI->getOperand(i); 546 assert(Op.isReg() && "KILL instruction must have only register operands"); 548 Str += AP.TM.getRegisterInfo()->getName(Op.getReg()); 549 Str += (Op.isDef() ? "<def>" : "<kill>"); [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/ |
arm.h | 141 enum arm_sync_generator_tag op; member in struct:arm_sync_generator [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/ |
arm.h | 141 enum arm_sync_generator_tag op; member in struct:arm_sync_generator [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/ |
arm.h | 141 enum arm_sync_generator_tag op; member in struct:arm_sync_generator [all...] |
/external/clang/lib/CodeGen/ |
CGExprScalar.cpp | 412 /// Create a binary op that checks for overflow. 450 #define HANDLEBINOP(OP) \ 451 Value *VisitBin ## OP(const BinaryOperator *E) { \ 452 return Emit ## OP(EmitBinOps(E)); \ 454 Value *VisitBin ## OP ## Assign(const CompoundAssignOperator *E) { \ 455 return EmitCompoundAssign(E, &ScalarExprEmitter::Emit ## OP); \ [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/arm/ |
arm.h | [all...] |
/external/clang/lib/Sema/ |
SemaExpr.cpp | 7598 Expr *op = OrigOp.get()->IgnoreParens(); local [all...] |
/external/clang/lib/AST/ |
ASTContext.cpp | [all...] |