/ndk/build/tools/ |
download-toolchain-sources.sh | 27 # the default branch to use 28 BRANCH=master 29 register_var_option "--branch=<name>" BRANCH "Specify release branch" 157 # $2: branch (e.g. 'master') 164 local BRANCH=$2 168 log "Checking out $BRANCH branch of $NAME.git: $@" 169 local REVISION=origin/$BRANCH [all...] |
/external/clang/INPUTS/ |
cfg-long-chain1.c | 1 #define EXPAND_2_BRANCHES(i, x, y) BRANCH(i, x, y); BRANCH(i + 1, x, y); 16 #define BRANCH(i, x, y) if ((x % 13171) < i) { int var = x / 13171; y ^= var; } 18 #undef BRANCH
|
cfg-long-chain2.c | 1 #define EXPAND_2_BRANCHES(i, x, y) BRANCH(i, x, y); BRANCH(i + 1, x, y); 16 #define BRANCH(i, x, y) if (((x % 13171) + ++y) < i) { int var = x / 13171 + y; return var; } 18 #undef BRANCH
|
cfg-long-chain3.c | 1 #define EXPAND_2_BRANCHES(i, x, y) BRANCH(i, x, y); BRANCH(i + 1, x, y); 16 #define BRANCH(i, x, y) if ((x % 13171) < i) { int var = x / 13171; y ^= var; } else 18 #undef BRANCH
|
/device/samsung/maguro/self-extractors/ |
generate-packages.sh | 51 BRANCH=jb-mr1.1-dev 52 if test $BRANCH = ics-mr1 57 if test $BRANCH = jb-dev 62 if test $BRANCH = jb-mr1-dev 67 if test $BRANCH = jb-mr1.1-dev
|
/device/samsung/manta/self-extractors/ |
generate-packages.sh | 34 BRANCH=jb-mr2-dev 35 if test $BRANCH = jb-mr1-dev 40 if test $BRANCH = jb-mr1.1-dev 45 if test $BRANCH = jb-mr2-dev
|
/device/samsung/toro/self-extractors/ |
generate-packages.sh | 50 BRANCH=jb-mr1.1-dev 51 if test $BRANCH = ics-mr1 56 if test $BRANCH = jb-dev 66 if test $BRANCH = jb-mr1.1-dev
|
/device/asus/tilapia/self-extractors/ |
generate-packages.sh | 24 BRANCH=jb-mr1.1-dev 25 if test $BRANCH = jb-mr1-dev 30 if test $BRANCH = jb-mr1.1-dev
|
/external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/ |
scanner.py | 5 from sre_constants import BRANCH, SUBPATTERN 29 p = sre_parse.SubPattern(s, [(BRANCH, (None, p))])
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
ParameterNames.java | 127 public static final String BRANCH = "branch";
|
Via.java | 63 /** The branch parameter is included by every forking proxy. 65 public static final String BRANCH = ParameterNames.BRANCH; 507 * Gets the branch paramater of the ViaHeader. Returns null if branch 510 * @return the string branch value of ViaHeader 513 return getParameter(ParameterNames.BRANCH); 517 * Sets the branch parameter of the ViaHeader to the newly supplied 518 * branch value. 520 * @param branch - the new string branch parmameter of the ViaHeader [all...] |
/device/lge/mako/self-extractors/ |
generate-packages.sh | 21 BRANCH=jb-mr1.1-dev 22 if test $BRANCH = jb-mr1.1-dev
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
ViaParser.java | 98 if (name.equals(Via.BRANCH)) { 101 throw new ParseException("null branch Id", lexer.getPtr()); 232 * via[] = { "Via: SIP/2.0/UDP 135.180.130.133;branch=-12345\n", "Via: 233 * SIP/2.0/UDP 166.34.120.100;branch=0000045d-00000001"+ ",SIP/2.0/UDP 237 * branch=C1C3344E2710000000E299E568E7potato10potato0potato0\n", "Via: 239 * branch=C1C3344E2710000000E299E568E7potato10potato0potato0\n", "Via: 244 * "Via: SIP/2.0/UDP ss2.wcom.com:5060;branch=721e418c4.1"+ ", SIP/2.0/UDP 245 * ss1.wcom.com:5060;branch=2d4790.1"+ " , SIP/2.0/UDP here.com:5060( Hello 247 * ss1.wcom.com:5060;branch=2d4790.1\n", "Via: SIP/2.0/UDP 248 * first.example.com:4000;ttl=16"+ ";maddr=224.2.0.1 ;branch=a7c6a8dlze. [all...] |
/external/llvm/lib/Target/R600/ |
AMDGPUInstrInfo.cpp | 94 case AMDGPU::BRANCH:
|
SIISelLowering.cpp | 217 case AMDGPU::BRANCH: return BB; 270 /// This transforms the control flow intrinsics to get the branch destination as 271 /// last parameter, also switches branch target with BR if the need arise 315 // Give the branch instruction our target
|
R600ISelLowering.cpp | 222 case AMDGPU::BRANCH: [all...] |
AMDILCFGStructurizer.cpp | 135 //land block, branch cond on this reg. 364 // Remove unconditional branch instr. [all...] |
/external/v8/tools/ |
merge-to-branch.sh | 32 PERSISTFILE_BASENAME=/tmp/v8-merge-to-branch-tempfile 43 usage: $0 [OPTIONS]... [BRANCH] [REVISION]... 106 [[ -n "$MERGE_TO_BRANCH" ]] || die "Please specify a branch to merge to" 114 echo ">>> Step $CURRENT_STEP: Create a fresh branch for the patch." 117 || die "Creating branch $BRANCHNAME failed." 135 NEW_COMMIT_MSG="Applied patch to $MERGE_TO_BRANCH branch." 137 NEW_COMMIT_MSG="Merged$REVISION_LIST into $MERGE_TO_BRANCH branch." 205 echo ">>> Step $CURRENT_STEP: Commit to local branch." 217 || die "cannot ensure that the current branch is $BRANCHNAME" 264 echo "branch: $TO_URL [all...] |
/external/proguard/src/proguard/optimize/ |
Optimizer.java | 68 private static final String CODE_SIMPLIFICATION_BRANCH = "code/simplification/branch"; 653 // Create a branch target marker and a code attribute editor that can 700 InstructionSequenceConstants.BRANCH, [all...] |
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
SIPServerTransaction.java | 554 // Branch code in the topmost Via header 568 // Get the topmost Via header and its branch parameter 576 // If the branch parameter exists but 590 // If a new branch parameter exists, 594 // shares the same same branch id of the invite 604 // branch parameter. [all...] |
/external/proguard/src/proguard/optimize/peephole/ |
InstructionSequenceConstants.java | [all...] |
/external/proguard/lib/ |
proguard.jar | |
/prebuilts/tools/common/proguard/proguard4.7/lib/ |
proguard.jar | |
/external/srec/config/en.us/dictionary/ |
c0.6 | [all...] |
/prebuilts/misc/common/jython/ |
jython.jar | |