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

  /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
  /ndk/build/tools/
download-toolchain-sources.sh 27 # the default branch to use
28 BRANCH=master
29 register_option "--branch=<name>" BRANCH "Specify release branch"
142 log "checking out $BRANCH branch of $1.git"
144 if [ "$BRANCH" != "master" ] ; then
145 run git checkout -b $BRANCH origin/$BRANCH
    [all...]
  /device/samsung/maguro/self-extractors/
generate-packages.sh 33 BRANCH=jellybean
34 if test $BRANCH=ics-mr1
39 if test $BRANCH=jellybean
  /device/samsung/toro/self-extractors/
generate-packages.sh 33 BRANCH=jellybean
34 if test $BRANCH=ics-mr1
39 if test $BRANCH=jellybean
  /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/moto/stingray/self-extractors/
generate-packages.sh 27 BRANCH=ics-mr1
28 if test $BRANCH=ics-mr1
  /device/moto/wingray/self-extractors/
generate-packages.sh 28 BRANCH=ics-mr1
29 if test $BRANCH=ics-mr1
  /device/samsung/crespo/self-extractors/
generate-packages.sh 41 BRANCH=ics-mr1
42 if test $BRANCH=ics-mr1
  /device/samsung/crespo4g/self-extractors/
generate-packages.sh 29 BRANCH=ics-mr1
30 if test $BRANCH=ics-mr1
  /external/llvm/utils/TableGen/
EDEmitter.cpp 401 #define BRANCH(target) { \
466 BRANCH("off");
468 BRANCH("dst");
538 #undef BRANCH
772 #define BRANCH(target) { \
798 BRANCH("target");
808 BRANCH("func");
817 #undef BRANCH
    [all...]
  /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/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...]
  /prebuilt/common/jython/
jython.jar 

Completed in 599 milliseconds