/external/chromium_org/v8/tools/ |
D | test-push-to-trunk.sh | 60 EXP[0]="git status -s -uno" 62 EXP[1]="git status -s -b -uno" 64 EXP[2]="git svn fetch" 66 EXP[3]="git branch" 68 EXP[4]="git checkout -b prepare-push-temporary-branch-created-by-script" 70 EXP[5]="git branch" 72 EXP[6]="git branch" 74 EXP[7]="git checkout -b prepare-push svn/bleeding_edge" 76 EXP[8]="git log -1 --format=%H ChangeLog" 78 EXP[9]="git log -1 hash1" [all …]
|
/external/clang/test/Parser/ |
D | attributes.mm | 10 #define EXP __attribute__((visibility("default"))) macro 11 class EXP C {}; 12 EXP class C2 {}; // expected-warning {{attribute 'visibility' is ignored, place it after "class" to… 14 @interface EXP I @end // expected-error {{postfix attributes are not allowed on Objective-C directi… interface 15 EXP @interface I2 @end 17 @implementation EXP I @end // expected-error-re {{postfix attributes are not allowed on Objective-C… implementation 19 EXP @implementation I2 @end; // expected-error {{prefix attribute must be followed by an interface … 21 @class EXP OC; // expected-error-re {{postfix attributes are not allowed on Objective-C directives$… 22 EXP @class OC2; // expected-error {{prefix attribute must be followed by an interface or protocol}} 24 @protocol EXP P @end // expected-error {{postfix attributes are not allowed on Objective-C directiv… protocol [all …]
|
/external/llvm/lib/Target/R600/ |
D | SIInsertWaits.cpp | 35 unsigned EXP; member 131 Result.Named.EXP = !!(TSFlags & SIInstrFlags::EXP_CNT && in getHwCounts() 132 (MI.getOpcode() == AMDGPU::EXP || MI.getDesc().mayStore())); in getHwCounts() 165 if (MI.getOpcode() == AMDGPU::EXP) in isOpRelevant() 215 if (Increment.Named.EXP) { in pushInstruction() 216 ExpInstrTypesSeen |= MI.getOpcode() == AMDGPU::EXP ? 1 : 2; in pushInstruction() 289 if (Counts.Named.EXP == 0) in insertWait() 295 ((Counts.Named.EXP & 0x7) << 4) | in insertWait()
|
D | SIInstrFormats.td | 419 def EXP : Enc64< 423 "EXP $en, $tgt, $compr, $done, $vm, $src0, $src1, $src2, $src3",
|
D | SILowerControlFlow.cpp | 160 BuildMI(MBB, Insert, DL, TII->get(AMDGPU::EXP)) in SkipIfDead()
|
/external/e2fsprogs/tests/r_inline_xattr/ |
D | script | 6 EXP=$test_dir/expect 38 cmp -s $OUT $EXP 46 diff $DIFF_OPTS $EXP $OUT > $test_name.failed 49 unset IMAGE FSCK_OPT OUT EXP
|
/external/e2fsprogs/tests/d_loaddump/ |
D | script | 2 EXP=$test_dir/expect 49 cmp -s $OUT $EXP 57 diff $DIFF_OPTS $EXP $OUT > $test_name.failed 60 unset VERIFY_FSCK_OPT NATIVE_FSCK_OPT OUT EXP TEST_DATA VERIFY_DATA
|
/external/dropbear/libtomcrypt/src/ciphers/safer/ |
D | safer.c | 92 #define EXP(x) safer_ebox[(x) & 0xFF] macro 273 a = EXP(a) + *++key; b = LOG(b) ^ *++key; in _safer_ecb_encrypt() 274 c = LOG(c) ^ *++key; d = EXP(d) + *++key; in _safer_ecb_encrypt() 275 e = EXP(e) + *++key; f = LOG(f) ^ *++key; in _safer_ecb_encrypt() 276 g = LOG(g) ^ *++key; h = EXP(h) + *++key; in _safer_ecb_encrypt() 334 h = LOG(h) ^ *--key; g = EXP(g) - *--key; in _safer_ecb_decrypt() 335 f = EXP(f) - *--key; e = LOG(e) ^ *--key; in _safer_ecb_decrypt() 336 d = LOG(d) ^ *--key; c = EXP(c) - *--key; in _safer_ecb_decrypt() 337 b = EXP(b) - *--key; a = LOG(a) ^ *--key; in _safer_ecb_decrypt()
|
/external/e2fsprogs/tests/r_resize_inode/ |
D | script | 6 EXP=tmp_expect 9 EXP=$test_dir/expect 84 cmp -s $OUT $EXP 92 diff $DIFF_OPTS $EXP $OUT > $test_name.failed 96 unset IMAGE FSCK_OPT OUT EXP
|
/external/e2fsprogs/tests/r_move_itable/ |
D | script | 6 EXP=tmp_expect 9 EXP=$test_dir/expect 97 cmp -s $OUT $EXP 105 diff $DIFF_OPTS $EXP $OUT > $test_name.failed 109 unset IMAGE FSCK_OPT OUT EXP
|
/external/e2fsprogs/tests/f_resize_inode/ |
D | script | 5 EXP=tmp_expect 8 EXP=$test_dir/expect 127 cmp -s $OUT $EXP 135 diff $DIFF_OPTS $EXP $OUT > $test_name.failed 139 unset IMAGE FSCK_OPT OUT EXP
|
/external/svox/pico/lib/ |
D | picodsp.h | 106 #define EXP(y) picoos_quick_exp(y) macro
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/ |
D | SIMCCodeEmitter.cpp | 37 EXP = 0, enumerator 280 case SIInstrEncodingType::EXP: in getEncodingBytes()
|
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/ |
D | SIMCCodeEmitter.cpp | 37 EXP = 0, enumerator 280 case SIInstrEncodingType::EXP: in getEncodingBytes()
|
/external/clang/test/CodeGenObjC/ |
D | arc-linetable.m | 3 // Legend: EXP = Return expression, RET = ret instruction
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | SIInstrInfo.td | 112 def EXP : Enc64< 116 "EXP $en, $tgt, $compr, $done, $vm, $src0, $src1, $src2, $src3", 139 let EncodingType = 0; //SIInstrEncodingType::EXP
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
D | SIInstrInfo.td | 112 def EXP : Enc64< 116 "EXP $en, $tgt, $compr, $done, $vm, $src0, $src1, $src2, $src3", 139 let EncodingType = 0; //SIInstrEncodingType::EXP
|
D | SIISelLowering.cpp | 218 BuildMI(BB, I, BB.findDebugLoc(I), TII->get(AMDGPU::EXP)) in LowerSI_KIL()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_opcode_tmp.h | 48 OP11(EXP)
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
D | tgsi_opcode_tmp.h | 48 OP11(EXP)
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
D | program_lexer.l | 201 EXP { return_opcode(require_ARB_vp, SCALAR_OP, EXP, 3); }
|
/external/mesa3d/src/mesa/program/ |
D | program_lexer.l | 201 EXP { return_opcode(require_ARB_vp, SCALAR_OP, EXP, 3); }
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | cmsgtst.c | 978 const char* EXP = "Number 0,143, String foo, Date 12:34:56.789"; in TestJ904() local 1000 if (strcmp(cresult, EXP) == 0) { in TestJ904() 1003 …IL: got \"%s\", expected \"%s\" -> %s (Are you missing data?)\n", cresult, EXP, u_errorName(status… in TestJ904()
|
/external/icu4c/test/cintltst/ |
D | cmsgtst.c | 990 const char* EXP = "Number 0,143, String foo, Date 12:34:56.789"; in TestJ904() local 1012 if (strcmp(cresult, EXP) == 0) { in TestJ904() 1015 …IL: got \"%s\", expected \"%s\" -> %s (Are you missing data?)\n", cresult, EXP, u_errorName(status… in TestJ904()
|
/external/bison/tests/ |
D | existing.at | 1476 %token EXP 1543 %left VARIABLE NUMBER '(' SIN COS ATAN2 LOG EXP SQRT K_MAX K_MIN INT RAND SRAND LAST 1916 | EXP '(' any_expr ')' 2045 …, AND, HERE, DOT_X, DOT_Y, DOT_HT, DOT_WID, DOT_RAD, SIN, COS, ATAN2, LOG, EXP, SQRT, K_MAX, K_MIN… 2046 …BELOW, HERE, DOT_X, DOT_Y, DOT_HT, DOT_WID, DOT_RAD, SIN, COS, ATAN2, LOG, EXP, SQRT, K_MAX, K_MIN… 2866 + 231 | . EXP '(' any_expr ')' 2907 + EXP shift, and go to state 71 3033 + 231 | . EXP '(' any_expr ')' 3074 + EXP shift, and go to state 71
|