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

1 2

  /external/chromium_org/v8/test/mjsunit/regress/
regress-201590.js 33 this.ORIGIN = { x: initialX, y: initialY };
43 var xPos = ((xOffset) * gdpRatio) + this.ORIGIN.x * this.scale -
45 var yPos = ((yOffset) * gdpRatio) + this.ORIGIN.y * this.scale +
  /external/chromium_org/third_party/sqlite/src/
publish.sh 94 ORIGIN=`pwd`
100 echo "tar czf $ORIGIN/doc/sqlite-$VERS.tar.gz $EXCLUDE sqlite-$VERS"
101 tar czf $ORIGIN/doc/sqlite-$VERS.tar.gz $EXCLUDE sqlite-$VERS
103 cd $ORIGIN
  /external/chromium_org/third_party/icu/source/config/
mh-hpux-gcc 17 LD_DEFAULTPATH= -Wl,+b,.:'$$'ORIGIN/
mh-linux 20 LD_RPATH= -Wl,-zorigin,-rpath,'$$'ORIGIN
mh-linux-va 27 LD_RPATH= -Wl,-zorigin,-rpath,'$$'ORIGIN
mh-solaris-gcc 22 LD_RPATH= -R'$$'ORIGIN
mh-hpux-acc 58 LD_DEFAULTPATH= -Wl,+b,'$$'ORIGIN/
mh-solaris 47 LD_RPATH= -R'$$'ORIGIN
  /external/icu/icu4c/source/config/
mh-hpux-gcc 17 LD_DEFAULTPATH= -Wl,+b,.:'$$'ORIGIN/
mh-linux 20 LD_RPATH= -Wl,-zorigin,-rpath,'$$'ORIGIN
mh-linux-va 27 LD_RPATH= -Wl,-zorigin,-rpath,'$$'ORIGIN
mh-solaris-gcc 22 LD_RPATH= -R'$$'ORIGIN
mh-hpux-acc 58 LD_DEFAULTPATH= -Wl,+b,'$$'ORIGIN/
mh-solaris 47 LD_RPATH= -R'$$'ORIGIN
  /external/chromium_org/courgette/
encoded_program.h 68 ORIGIN = 0, // ORIGIN <rva> - set address for subsequent assembly.
assembly_program.cc 24 ORIGIN, // ORIGIN <rva> - set current address for assembly.
59 explicit OriginInstruction(RVA rva) : Instruction(ORIGIN, 0), rva_(rva) {}
409 case ORIGIN: {
encoded_program.cc 195 CheckBool EncodedProgram::AddOrigin(RVA origin) {
196 return ops_.push_back(ORIGIN) && origins_.push_back(origin);
549 case ORIGIN: {
633 // emitting an ORIGIN after the MAKE_BASE_RELOCATION_TABLE.
  /external/guava/guava/src/com/google/common/net/
HttpHeaders.java 97 /** The HTTP Origin header field name. */
98 public static final String ORIGIN = "Origin";
120 /** The HTTP Access-Control-Allow-Origin header field name. */
121 public static final String ACCESS_CONTROL_ALLOW_ORIGIN = "Access-Control-Allow-Origin";
  /frameworks/compile/mclinker/include/mcld/Script/
UnaryOp.h 90 IntOperand* UnaryOp<Operator::ORIGIN>::eval(const Module&,
Operator.h 86 ORIGIN = 46,
165 Operator& Operator::create<Operator::ORIGIN>();
  /frameworks/compile/mclinker/lib/Script/
Operator.cpp 68 "ORIGIN",
202 Operator& Operator::create<Operator::ORIGIN>()
204 static UnaryOp<Operator::ORIGIN> op;
UnaryOp.cpp 160 IntOperand* UnaryOp<Operator::ORIGIN>::eval(const Module& pModule,
  /hardware/samsung_slsi/exynos5/include/
fimg2d.h 92 ORIGIN,
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/
AutofillPopupTest.java 51 private static final String ORIGIN = "https://www.example.com";
151 "" /* guid */, ORIGIN, FIRST_NAME + " " + LAST_NAME, COMPANY_NAME,
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
fimg2d.h 123 ORIGIN,

Completed in 434 milliseconds

1 2