/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/icu4c/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
|
icu-config | 309 LD_RPATH="-Wl,-zorigin,-rpath,\$\$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); 548 case ORIGIN: { 632 // 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";
|
/external/elfutils/tests/ |
Makefile.am | 31 BUILD_RPATH = \$$ORIGIN/../backends 35 BUILT_RPATH = \$$ORIGIN/../libasm:\$$ORIGIN/../libdw:\$$ORIGIN/../backends:\$$ORIGIN/../libelf
|
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/ |
AutofillPopupTest.java | 44 private static final String ORIGIN = "https://www.example.com"; 89 "" /* guid */, ORIGIN, FIRST_NAME + " " + LAST_NAME, COMPANY_NAME, ADDRESS_LINE1,
|
/hardware/samsung_slsi/exynos5/include/ |
fimg2d.h | 92 ORIGIN,
|
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/ |
fimg2d.h | 123 ORIGIN,
|
/external/chromium/chrome/browser/ |
cookies_tree_model.h | 69 // TODO(viettrungluu): Figure out whether we want to store |origin| as a 72 DetailedInfo(const string16& origin, NodeType node_type, 81 : origin(UTF16ToWideHack(origin)), 96 DetailedInfo(const std::wstring& origin, NodeType node_type, 105 : origin(origin), 121 std::wstring origin; member in struct:CookieTreeNode::DetailedInfo 183 // Returns the origin node's title to use for a given URL. 200 // Creates an content exception for this origin of typ [all...] |
/build/core/ |
definitions.mk | 847 -Wl,-rpath,\$$ORIGIN/../lib \ [all...] |