Home
last modified time | relevance | path

Searched defs:branch (Results 1 – 25 of 108) sorted by relevance

12345

/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
DClassTransformerTee.java22 private ClassVisitor branch; field in ClassTransformerTee
24 public ClassTransformerTee(ClassVisitor branch) { in ClassTransformerTee()
/external/chromium_org/v8/src/compiler/
Dchange-lowering-unittest.cc132 Capture<Node*> branch; in TARGET_TEST_P() local
203 Capture<Node*> add, branch, heap_number, if_true; in TARGET_TEST_F() local
233 Capture<Node*> branch, if_true; in TARGET_TEST_F() local
262 Capture<Node*> branch, if_true; in TARGET_TEST_F() local
288 Capture<Node*> branch, if_true; in TARGET_TEST_F() local
314 Capture<Node*> branch, heap_number, if_false; in TARGET_TEST_F() local
370 Capture<Node*> branch, if_true; in TARGET_TEST_F() local
399 Capture<Node*> branch, if_true; in TARGET_TEST_F() local
426 Capture<Node*> branch, if_true; in TARGET_TEST_F() local
453 Capture<Node*> branch, heap_number, if_false; in TARGET_TEST_F() local
Dchange-lowering.cc105 Node* branch = graph()->NewNode(common()->Branch(), val, control); in ChangeBitToBool() local
144 Node* branch = graph()->NewNode(common()->Branch(), ovf, control); in ChangeInt32ToTagged() local
168 Node* branch = graph()->NewNode(common()->Branch(), tag, control); in ChangeTaggedToUI32() local
194 Node* branch = graph()->NewNode(common()->Branch(), tag, control); in ChangeTaggedToFloat64() local
217 Node* branch = graph()->NewNode(common()->Branch(), cmp, control); in ChangeUint32ToTagged() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DASN1ObjectIdentifier.java16 ASN1ObjectIdentifier(ASN1ObjectIdentifier oid, String branch) in ASN1ObjectIdentifier()
27 public ASN1ObjectIdentifier branch(String branchID) in branch() method in ASN1ObjectIdentifier
/external/chromium_org/third_party/WebKit/Source/build/scripts/
Daudit_runtime_enabled_features.py12 def features_path(branch): argument
76 def feature_file_url_for_branch(branch): argument
83 def feature_file_for_branch(branch): argument
/external/chromium_org/native_client_sdk/src/doc/doxygen/
Dgenerate_docs.py78 def GetSVNRepositoryRoot(branch): argument
84 def CheckoutPepperDocs(branch, doc_dirname): argument
204 def GenerateDocs(root_dirname, channel, pepper_version, branch): argument
/external/chromium_org/chrome/common/extensions/docs/server2/
Dhost_file_system_provider.py70 def GetBranch(self, branch): argument
83 def _Create(self, branch, commit=None): argument
Dfake_host_file_system_provider.py18 def GetBranch(self, branch): argument
Dhost_file_system_provider_test.py21 def _constructor_for_test(self, branch, **optargs): argument
Dgitiles_file_system.py57 def Create(branch='master', commit=None): argument
72 def __init__(self, fetcher, base_url, branch, commit): argument
Dhost_file_system_iterator_test.py33 def host_file_system_constructor(branch, **optargs): argument
Dapp_yaml_helper_test.py91 def host_file_system_constructor(branch, commit=None): argument
/external/chromium_org/v8/test/mjsunit/
Dswitch-opt.js34 function branch(b) { function
131 function branch(b) { function
/external/skia/src/animator/
DSkScriptTokenizer.cpp127 Branch branch(kUnassigned, 0, 0); in SkScriptEngine2() local
142 Branch& branch = fBranchStack.index(index); in addToken() local
698 Branch& branch = fBranchStack.index(branchIndex++); in innerScript() local
954 Branch& branch = fBranchStack.index(branchIndex++); in logicalOp() local
1010 Branch branch(op, fOpStack.count(), getTokenOffset()); in processLogicalOp() local
1021 Branch& branch = fBranchStack.top(); in processLogicalOp() local
1046 Branch branch(op, fOpStack.count(), getTokenOffset()); in processLogicalOp() local
1189 void SkScriptEngine2::resolveBranch(SkScriptEngine2::Branch& branch) { in resolveBranch()
/external/chromium_org/third_party/skia/src/animator/
DSkScriptTokenizer.cpp127 Branch branch(kUnassigned, 0, 0); in SkScriptEngine2() local
142 Branch& branch = fBranchStack.index(index); in addToken() local
698 Branch& branch = fBranchStack.index(branchIndex++); in innerScript() local
954 Branch& branch = fBranchStack.index(branchIndex++); in logicalOp() local
1010 Branch branch(op, fOpStack.count(), getTokenOffset()); in processLogicalOp() local
1021 Branch& branch = fBranchStack.top(); in processLogicalOp() local
1046 Branch branch(op, fOpStack.count(), getTokenOffset()); in processLogicalOp() local
1189 void SkScriptEngine2::resolveBranch(SkScriptEngine2::Branch& branch) { in resolveBranch()
/external/chromium_org/v8/tools/push-to-trunk/
Dreleases.py143 self, git_hash, bleeding_edge_rev, branch, version, patches, cl_body): argument
170 def GetRelease(self, git_hash, branch): argument
198 def GetReleasesFromBranch(self, branch): argument
Dgit_recipes.py104 def GitCreateBranch(self, name, branch="", **kwargs): argument
161 branch="", reverse=False, **kwargs): argument
294 def GitSVNFindGitHash(self, revision, branch="", **kwargs): argument
300 def GitSVNFindSVNRev(self, git_hash, branch="", **kwargs): argument
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/
DBTree.java46 BTree branch; in addString() local
/external/proguard/src/proguard/evaluation/
DBranchUnit.java36 public void branch(Clazz clazz, in branch() method
DBasicBranchUnit.java84 public void branch(Clazz clazz, in branch() method in BasicBranchUnit
/external/valgrind/main/none/tests/s390x/
Dspechelper-or.c3 #define branch(mask,_v1,_v2) \ macro
Dspechelper-ltr.c3 #define branch(mask,_v1) \ macro
Dspechelper-slgr.c3 #define branch(mask,_v1,_v2) \ macro
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
Dradeon_emulate_branches.c60 struct branch_info * branch; in handle_if() local
90 struct branch_info * branch; in handle_else() local
199 struct branch_info * branch; in handle_endif() local
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_emulate_branches.c60 struct branch_info * branch; in handle_if() local
90 struct branch_info * branch; in handle_else() local
199 struct branch_info * branch; in handle_endif() local

12345