/external/v8/src/arm/ |
D | assembler-arm.h | 765 void b(int branch_offset, Condition cond = al); 766 void bl(int branch_offset, Condition cond = al); 768 void blx(Register target, Condition cond = al); // v5 and above 769 void bx(Register target, Condition cond = al); // v5 and above, plus v4t 772 void b(Label* L, Condition cond = al); 773 void b(Condition cond, Label* L) { b(L, cond); } in b() 774 void bl(Label* L, Condition cond = al); 775 void bl(Condition cond, Label* L) { bl(L, cond); } in bl() 781 SBit s = LeaveCC, Condition cond = al); 784 SBit s = LeaveCC, Condition cond = al); [all …]
|
D | macro-assembler-arm.h | 99 static int CallSize(Register target, Condition cond = al); 100 int CallSize(Address target, RelocInfo::Mode rmode, Condition cond = al); 103 Condition cond = al); 106 void Jump(Register target, Condition cond = al); 107 void Jump(Address target, RelocInfo::Mode rmode, Condition cond = al); 108 void Jump(Handle<Code> code, RelocInfo::Mode rmode, Condition cond = al); 109 void Call(Register target, Condition cond = al); 111 Condition cond = al, 114 TypeFeedbackId ast_id = TypeFeedbackId::None(), Condition cond = al, 119 Condition cond = al); [all …]
|
D | assembler-arm.cc | 540 Condition Assembler::GetCondition(Instr instr) { in GetCondition() 932 Condition cond = Instruction::ConditionField(instr); in print() 1144 Condition cond) { in move_32_bit_immediate() 1215 Condition cond = Instruction::ConditionField(instr); in addrmod1() 1369 void Assembler::b(int branch_offset, Condition cond) { in b() 1382 void Assembler::bl(int branch_offset, Condition cond) { in bl() 1399 void Assembler::blx(Register target, Condition cond) { // v5 and above in blx() 1405 void Assembler::bx(Register target, Condition cond) { // v5 and above, plus v4t in bx() 1411 void Assembler::b(Label* L, Condition cond) { in b() 1417 void Assembler::bl(Label* L, Condition cond) { in bl() [all …]
|
D | constants-arm.h | 69 enum Condition { enum 97 inline Condition NegateCondition(Condition cond) { in NegateCondition() 99 return static_cast<Condition>(cond ^ ne); in NegateCondition() 104 inline Condition CommuteCondition(Condition cond) { in CommuteCondition() 528 inline Condition ConditionValue() const { in ConditionValue() 529 return static_cast<Condition>(Bits(31, 28)); in ConditionValue() 531 inline Condition ConditionField() const { in ConditionField() 532 return static_cast<Condition>(BitField(31, 28)); in ConditionField() 534 DECLARE_STATIC_TYPED_ACCESSOR(Condition, ConditionValue); 535 DECLARE_STATIC_TYPED_ACCESSOR(Condition, ConditionField);
|
/external/lldb/source/Host/common/ |
D | Condition.cpp | 24 Condition::Condition () : in Condition() function in Condition 35 Condition::~Condition () in ~Condition() 44 Condition::Broadcast () in Broadcast() 53 Condition::GetCondition () in GetCondition() 62 Condition::Signal () in Signal() 81 Condition::Wait (Mutex &mutex, const TimeValue *abstime, bool *timed_out) in Wait()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/ |
D | condition.py | 27 class Condition(object): class 34 if isinstance(other, Condition): 37 class ConditionNoArgs(Condition): 50 class ConditionOneArg(Condition): 67 class ConditionTwoArgs(Condition): 86 class ConditionSeveralArgs(Condition):
|
/external/v8/src/s390/ |
D | assembler-s390.h | 433 bool is_near(Label* L, Condition cond); 554 void branchOnCond(Condition c, int branch_offset, bool is_bound = false); 557 void b(Condition cond, Label* l, Label::Distance dist = Label::kFar) { 562 void bc_short(Condition cond, Label* l, Label::Distance dist = Label::kFar) { 582 void b(Condition cond, Register r) { bcr(cond, r); } in b() 626 void jump(Handle<Code> target, RelocInfo::Mode rmode, Condition cond); 633 #define RR2_FORM(name) void name(Condition m1, Register r2) 641 #define RI2_FORM(name) void name(Condition m, const Operand& i) 651 #define RIL2_FORM(name) void name(Condition m1, const Operand& i2) 668 void name(Register r1, Condition m3, Register b4, Disp d4, \ [all …]
|
D | assembler-s390.cc | 316 Condition Assembler::GetCondition(Instr instr) { in GetCondition() 472 bool Assembler::is_near(Label* L, Condition cond) { in is_near() 526 void Assembler::branchOnCond(Condition c, int branch_offset, bool is_bound) { in branchOnCond() 553 void Assembler::stop(const char* msg, Condition cond, int32_t code, in stop() 609 void Assembler::name(Condition m1, Register r2) { rr_form(op, m1, r2); } 611 void Assembler::rr_form(Opcode op, Condition m1, Register r2) { in rr_form() 667 void Assembler::name(Condition m, const Operand& i2) { ri_form(op, m, i2); } 669 void Assembler::ri_form(Opcode op, Condition m1, const Operand& i2) { in ri_form() 744 void Assembler::name(Condition m1, const Operand& i2) { \ 748 void Assembler::ril_form(Opcode op, Condition m1, const Operand& i2) { in ril_form() [all …]
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
D | TestDriver.dproj | 5 <Config Condition="'$(Config)'==''">Debug</Config> 9 <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''"> 12 <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''"> 17 <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''"> 22 <PropertyGroup Condition="'$(Base)'!=''"> 36 <PropertyGroup Condition="'$(Cfg_1)'!=''"> 42 <PropertyGroup Condition="'$(Cfg_2)'!=''"> 66 …<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi…
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
D | WaitingThread.java | 35 import java.util.concurrent.locks.Condition; 58 private final Condition cond; 78 public WaitingThread(Condition cond, RouteSpecificPool pool) { in WaitingThread() 94 public final Condition getCondition() { in getCondition()
|
/external/valgrind/drd/tests/ |
D | tsan_thread_wrappers_pthread.h | 159 class Condition { 164 Condition(bool (*func)(T*), T* arg) in Condition() function 167 Condition(bool (*func)()) in Condition() function 214 void LockWhen(Condition cond) { Lock(); WaitLoop(cond); } in LockWhen() 215 void ReaderLockWhen(Condition cond) { Lock(); WaitLoop(cond); } in ReaderLockWhen() 216 void Await(Condition cond) { WaitLoop(cond); } in Await() 218 bool ReaderLockWhenWithTimeout(Condition cond, int millis) in ReaderLockWhenWithTimeout() 220 bool LockWhenWithTimeout(Condition cond, int millis) in LockWhenWithTimeout() 222 bool AwaitWithTimeout(Condition cond, int millis) in AwaitWithTimeout() 227 void WaitLoop(Condition cond) { in WaitLoop() [all …]
|
/external/lldb/include/lldb/Host/ |
D | Condition.h | 31 class Condition 41 Condition (); 48 ~Condition ();
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | TraversalChecker.cpp | 30 void checkBranchCondition(const Stmt *Condition, CheckerContext &C) const; 35 void TraversalDumper::checkBranchCondition(const Stmt *Condition, in checkBranchCondition() argument 39 const Stmt *Parent = dyn_cast<ObjCForCollectionStmt>(Condition); in checkBranchCondition() 42 Parent = Parents.getParent(Condition); in checkBranchCondition()
|
D | UndefBranchChecker.cpp | 54 void checkBranchCondition(const Stmt *Condition, CheckerContext &Ctx) const; 59 void UndefBranchChecker::checkBranchCondition(const Stmt *Condition, in checkBranchCondition() argument 61 SVal X = Ctx.getState()->getSVal(Condition, Ctx.getLocationContext()); in checkBranchCondition() 86 const Expr *Ex = cast<Expr>(Condition); in checkBranchCondition()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/s3/ |
D | test_website.py | 30 from boto.s3.website import Condition 86 condition = Condition(key_prefix='docs/') 119 condition = Condition(http_error_code=404) 149 condition = Condition(key_prefix="images/") 179 condition = Condition(http_error_code=404)
|
/external/llvm/tools/msbuild/ |
D | toolset-vs2013_xp.targets | 10 <Target Name="NoSupportCodeAnalysisXP" Condition="'$(ErrorNoSupportCodeAnalysisXP)' != 'false'"> 11 …<VCMessage Condition="'$(DesignTimeBuild)' != 'true' and '@(ClCompile->AnyHaveMetadataValue('Enabl… 19 …<VCMessage Code="MSB8003" Type="Warning" Arguments="WindowsSdkDir_71A" Condition="'$(WindowsSdkDir…
|
D | toolset-vs2014_xp.targets | 10 <Target Name="NoSupportCodeAnalysisXP" Condition="'$(ErrorNoSupportCodeAnalysisXP)' != 'false'"> 11 …<VCMessage Condition="'$(DesignTimeBuild)' != 'true' and '@(ClCompile->AnyHaveMetadataValue('Enabl… 19 …<VCMessage Code="MSB8003" Type="Warning" Arguments="WindowsSdkDir_71A" Condition="'$(WindowsSdkDir…
|
D | Microsoft.Cpp.Win32.LLVM-vs2012_xp.targets | 10 <Target Name="NoSupportCodeAnalysisXP" Condition="'$(ErrorNoSupportCodeAnalysisXP)' != 'false'"> 11 …<VCMessage Condition="'$(DesignTimeBuild)' != 'true' and '@(ClCompile->AnyHaveMetadataValue('Enabl… 19 …<VCMessage Code="MSB8003" Type="Warning" Arguments="WindowsSdkDir_71A" Condition="'$(WindowsSdkDir…
|
D | Microsoft.Cpp.Win32.llvm.props.in | 2 …formToolsets\@VS_VERSION@\Microsoft.Cpp.$(Platform).@VS_VERSION@.props" Condition="Exists('$(VCTar… 3 …ath)\Platforms\$(Platform)\PlatformToolsets\@VS_VERSION@\Toolset.props" Condition="Exists('$(VCTar… 7 …<LLVMInstallDir Condition="'$(LLVMInstallDir)' == ''">$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Wow64…
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.h | 227 void DeoptimizeIf(Condition condition, LInstruction* instr, 233 Condition condition, LInstruction* instr, 267 static Condition TokenToCondition(Token::Value op, bool is_unsigned); 273 Condition condition, 278 Condition condition, 282 void EmitTrueBranch(InstrType instr, Condition condition, Register src1, 285 void EmitFalseBranch(InstrType instr, Condition condition, Register src1, 289 Condition condition, 301 Condition EmitTypeofIs(Label* true_label, 311 Condition EmitIsString(Register input,
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.h | 229 void DeoptimizeIf(Condition condition, LInstruction* instr, 235 Condition condition, LInstruction* instr, 270 static Condition TokenToCondition(Token::Value op, bool is_unsigned); 276 Condition condition, 281 Condition condition, 285 void EmitTrueBranch(InstrType instr, Condition condition, Register src1, 288 void EmitFalseBranch(InstrType instr, Condition condition, Register src1, 292 Condition condition, 304 Condition EmitTypeofIs(Label* true_label, 314 Condition EmitIsString(Register input,
|
/external/lldb/tools/debugserver/source/ |
D | PThreadEvent.cpp | 157 … err = ::pthread_cond_timedwait (m_set_condition.Condition(), m_mutex.Mutex(), timeout_abstime); in WaitForSetEvents() 170 err = ::pthread_cond_wait (m_set_condition.Condition(), m_mutex.Mutex()); in WaitForSetEvents() 205 … err = ::pthread_cond_timedwait (m_reset_condition.Condition(), m_mutex.Mutex(), timeout_abstime); in WaitForEventsToReset() 211 err = ::pthread_cond_wait (m_reset_condition.Condition(), m_mutex.Mutex()); in WaitForEventsToReset()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.h | 233 void DeoptimizeIf(Condition condition, LInstruction* instr, 236 void DeoptimizeIf(Condition condition, LInstruction* instr, 269 static Condition TokenToCondition(Token::Value op, bool is_unsigned); 274 void EmitBranch(InstrType instr, Condition condition); 276 void EmitTrueBranch(InstrType instr, Condition condition); 278 void EmitFalseBranch(InstrType instr, Condition condition); 285 Condition EmitTypeofIs(Label* true_label, 293 Condition EmitIsString(Register input,
|
/external/v8/src/crankshaft/s390/ |
D | lithium-codegen-s390.h | 209 void DeoptimizeIf(Condition condition, LInstruction* instr, 212 void DeoptimizeIf(Condition condition, LInstruction* instr, 241 static Condition TokenToCondition(Token::Value op); 246 void EmitBranch(InstrType instr, Condition condition); 248 void EmitTrueBranch(InstrType instr, Condition condition); 250 void EmitFalseBranch(InstrType instr, Condition condition); 257 Condition EmitTypeofIs(Label* true_label, Label* false_label, Register input, 263 Condition EmitIsString(Register input, Register temp1, Label* is_not_string,
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.h | 207 void DeoptimizeIf(Condition cc, LInstruction* instr, 210 void DeoptimizeIf(Condition cc, LInstruction* instr, 253 static Condition TokenToCondition(Token::Value op, bool is_unsigned); 258 void EmitBranch(InstrType instr, Condition cc); 260 void EmitTrueBranch(InstrType instr, Condition cc); 262 void EmitFalseBranch(InstrType instr, Condition cc); 269 Condition EmitTypeofIs(LTypeofIsAndBranch* instr, Register input); 274 Condition EmitIsString(Register input,
|