HomeSort by relevance Sort by last modified time
    Searched refs:BRANCH (Results 1 - 25 of 40) sorted by null

1 2

  /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/asus/grouper/self-extractors/
generate-packages.sh 58 BRANCH=jb-mr2-dev
59 if test $BRANCH = jb-dev
64 if test $BRANCH = jb-mr1-dev
69 if test $BRANCH = jb-mr1.1-dev
74 if test $BRANCH = jb-mr2-dev
  /device/samsung/manta/self-extractors/
generate-packages.sh 48 BRANCH=klp-dev
49 if test $BRANCH = jb-mr1-dev
54 if test $BRANCH = jb-mr1.1-dev
59 if test $BRANCH = jb-mr2-dev
64 if test $BRANCH = klp-dev
  /device/asus/tilapia/self-extractors/
generate-packages.sh 40 BRANCH=jb-mr2-dev
41 if test $BRANCH = jb-mr1-dev
46 if test $BRANCH = jb-mr1.1-dev
51 if test $BRANCH = jb-mr2-dev
  /device/lge/mako/self-extractors/
generate-packages.sh 35 BRANCH=klp-dev
36 if test $BRANCH = jb-mr1.1-dev
41 if test $BRANCH = jb-mr2-dev
46 if test $BRANCH = klp-dev
  /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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_constants.py 37 BRANCH = "branch"
106 BRANCH,
re.py 292 from sre_constants import BRANCH, SUBPATTERN
303 p = sre_parse.SubPattern(s, [(BRANCH, (None, p))])
sre_compile.py 136 elif op is BRANCH:
147 emit(0) # end of branch
397 elif op is BRANCH:
410 elif op is BRANCH:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_constants.py 37 BRANCH = "branch"
106 BRANCH,
re.py 292 from sre_constants import BRANCH, SUBPATTERN
303 p = sre_parse.SubPattern(s, [(BRANCH, (None, p))])
sre_compile.py 136 elif op is BRANCH:
147 emit(0) # end of branch
397 elif op is BRANCH:
410 elif op is BRANCH:
  /device/asus/deb/self-extractors/
generate-packages.sh 36 BRANCH=klp-dev
37 if test $BRANCH = klp-dev
  /device/asus/flo/self-extractors/
generate-packages.sh 33 BRANCH=klp-dev
34 if test $BRANCH = klp-dev
  /device/lge/hammerhead/self-extractors/
generate-packages.sh 20 BRANCH=klp-dev
21 if test $BRANCH = klp-dev
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUInstrInfo.cpp 92 case AMDGPU::BRANCH:
  /external/llvm/lib/Target/R600/
AMDGPUInstrInfo.cpp 94 case AMDGPU::BRANCH:
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUInstrInfo.cpp 92 case AMDGPU::BRANCH:
  /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/chromium_org/v8/tools/
merge-to-branch.sh 32 PERSISTFILE_BASENAME=/tmp/v8-merge-to-branch-tempfile
43 usage: $0 [OPTIONS]... [BRANCH] [REVISION]...
117 [[ -n "$MERGE_TO_BRANCH" ]] || die "Please specify a branch to merge to"
125 echo ">>> Step $CURRENT_STEP: Create a fresh branch for the patch."
128 || die "Creating branch $BRANCHNAME failed."
147 NEW_COMMIT_MSG="Rollback of$REVISION_LIST in $MERGE_TO_BRANCH branch."
149 NEW_COMMIT_MSG="Merged$REVISION_LIST into $MERGE_TO_BRANCH branch."
218 echo ">>> Step $CURRENT_STEP: Commit to local branch."
230 || die "cannot ensure that the current branch is $BRANCHNAME"
277 echo "branch: $TO_URL
    [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...]

Completed in 2279 milliseconds

1 2