/external/chromium/net/base/ |
cookie_monster_store_test.cc | 39 CookieStoreCommand(CookieStoreCommand::ADD, cookie));
|
/external/chromium_org/chrome/browser/extensions/api/web_request/ |
web_request_api_helpers.h | 92 ADD, 101 // Used for EDIT and REMOVE. NULL for ADD. 103 // Used for ADD and EDIT. NULL for REMOVE. 118 // Used for ADD and EDIT.
|
/external/chromium_org/chrome/browser/password_manager/ |
password_store_default_unittest.cc | 50 // This class will add and remove a mock notification observer from 84 registrar_.Add(&observer_, 158 // Build the expected forms vector and add the forms to the store. 215 PasswordStoreChange(PasswordStoreChange::ADD, *form),
|
password_store_x.cc | 39 changes.push_back(PasswordStoreChange(PasswordStoreChange::ADD, form)); 242 // We add all the passwords (and blacklist entries) to the native backend
|
/external/chromium_org/chrome/browser/sync/glue/ |
password_change_processor.cc | 81 case PasswordStoreChange::ADD: { 93 // If the PasswordStore is told to add an entry but an entry with the 95 // this change as an ADD rather than an UPDATE. Ideally, it would be 276 notification_registrar_.Add(this,
|
/external/chromium_org/net/cookies/ |
cookie_monster_store_test.cc | 66 CookieStoreCommand(CookieStoreCommand::ADD, cookie));
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
Rop.java | 375 case RegOps.ADD:
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeVectorOps.cpp | 193 case ISD::ADD: 434 BasePTR = DAG.getNode(ISD::ADD, dl, BasePTR.getValueType(), BasePTR, 502 BasePTR = DAG.getNode(ISD::ADD, dl, BasePTR.getValueType(), BasePTR, 561 BasePTR = DAG.getNode(ISD::ADD, dl, BasePTR.getValueType(), BasePTR, 734 // Add the two halves
|
DAGCombiner.cpp | 89 /// AddUsersToWorkList - When an instruction is simplified, add all users of 104 /// AddToWorkList - Add to the work list making sure its instance is at the [all...] |
FastISel.cpp | 489 N = FastEmit_ri_(VT, ISD::ADD, N, NIsKill, TotalOffs, VT); 508 N = FastEmit_ri_(VT, ISD::ADD, N, NIsKill, TotalOffs, VT); 518 N = FastEmit_ri_(VT, ISD::ADD, N, NIsKill, TotalOffs, VT); 542 N = FastEmit_rr(VT, VT, ISD::ADD, N, NIsKill, IdxN, IdxNIsKill); 549 N = FastEmit_ri_(VT, ISD::ADD, N, NIsKill, TotalOffs, VT); [all...] |
/external/llvm/lib/Target/R600/ |
AMDGPUISelDAGToDAG.cpp | 120 } else if (Addr.getOpcode() == ISD::ADD) { 153 } else if (Addr.getOpcode() == ISD::ADD) { 721 if (Addr.getOpcode() == ISD::ADD 751 } else if ((Addr.getOpcode() == ISD::ADD || Addr.getOpcode() == ISD::OR) &&
|
/external/llvm/test/MC/ARM/ |
basic-thumb-instructions.s | 31 @ ADD (immediate) 45 @ ADD (register) 48 add r2, r8 51 @ CHECK: add r2, r8 @ encoding: [0x42,0x44] 55 @ ADD (SP plus immediate) 57 add sp, #4 58 add sp, #508 59 add sp, sp, #4 60 add r2, sp, #8 61 add r2, sp, #102 [all...] |
/external/pixman/pixman/ |
pixman.c | 71 PACK (ADD, ADD, ADD, ADD), [all...] |
/external/proguard/src/proguard/evaluation/value/ |
SpecificIntegerValue.java | 75 public IntegerValue add(IntegerValue other) method in class:SpecificIntegerValue 77 return other.add(this); 203 public IntegerValue add(SpecificIntegerValue other) method in class:SpecificIntegerValue 205 return new CompositeIntegerValue(this, CompositeIntegerValue.ADD, other);
|
/external/v8/test/mjsunit/ |
stack-traces.js | 276 // Omitted because ADD from runtime.js is non-native builtin. 277 testOmittedBuiltin(function(){ thrower + 2; }, "ADD")
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
omxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s | 191 ADD pThresholds, pThresholds, #4
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/ |
armVCM4P10_InterpolateLuma_HalfDiagVerHor4x4_unsafe_s.S | 18 ADD r12,r0,r1,LSL #2
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/ |
h264bsd_interpolate_mid_hor.s | 84 ADD count, count, tmp3, LSL #12
|
/packages/apps/Calculator/ |
arity-2.1.2.jar | |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.cpp | 425 // Add/Sub overflow ops with MVT::Glues are lowered to EFLAGS dependences. [all...] |
/external/qemu/tcg/ppc/ |
tcg-target.c | 345 #define ADD XO31(266) 564 tcg_out32 (s, ADD | RT (r0) | RA (r0) | RB (TCG_AREG0)); 650 tcg_out32 (s, ADD | RT (r0) | RA (r0) | RB (addr_reg)); 760 tcg_out32 (s, ADD | RT (r0) | RA (r0) | RB (TCG_AREG0)); 849 tcg_out32 (s, ADD | RT (r0) | RA (r0) | RB (addr_reg)); [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64ISelLowering.cpp | 611 // add x1, sp, #16 [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
RopperMachine.java | 338 insns.add(new PlainInsn(Rops.opMove(type), pos, scratch, src)); 347 insns.add(new PlainInsn(Rops.opMove(type), pos, 364 // Add the extra instructions for handling multianewarray. 369 * Add an array constructor for the int[] containing all the 377 insns.add(insn); 379 // Add a move-result for the new-filled-array 382 insns.add(insn); 385 * Add a const-class instruction for the specified array 424 insns.add(insn); 426 // Add a move-result-pseudo for the get-static or cons [all...] |
/dalvik/dx/src/com/android/dx/ssa/ |
SCCP.java | 97 * @param ssaBlock Block to add 101 cfgWorklist.add(ssaBlock); 104 cfgPhiWorklist.add(ssaBlock); 116 varyingWorklist.add(insn); 120 ssaWorklist.add(insn); 336 * If condition is constant, add only the target block to the 337 * worklist. Otherwise, add all successors to the worklist. 349 branchWorklist.add(insn); 405 case RegOps.ADD: 508 case RegOps.ADD [all...] |
/external/chromium_org/chrome/browser/webdata/ |
autocomplete_syncable_service.cc | 103 scoped_observer_.Add(webdata_backend_); 248 // Data is loaded only if we get new ADD/UPDATE change. 358 << "Add/Update for old-style autofill profile being dropped!"; 430 case AutofillChange::ADD: 443 (change->type() == AutofillChange::ADD) ?
|