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

  /external/chromium_org/build/mac/
copy_framework_unversioned.sh 77 VERSIONS="${FRAMEWORK}/Versions"
78 CURRENT_VERSION_LINK="${VERSIONS}/Current"
79 CURRENT_VERSION_ID="$(readlink "${VERSIONS}/Current")"
80 CURRENT_VERSION="${VERSIONS}/${CURRENT_VERSION_ID}"
111 VERSION_PATH="/Versions/${CURRENT_VERSION_ID}/${FRAMEWORK_NAME_NOEXT}"
  /external/openssh/regress/
ssh-com-keygen.sh 11 VERSIONS="
36 for v in ${VERSIONS}; do
ssh-com-sftp.sh 24 VERSIONS="
44 for v in ${VERSIONS}; do
ssh-com.sh 11 VERSIONS="
78 for v in ${VERSIONS}; do
ssh-com-client.sh 11 VERSIONS="
75 for v in ${VERSIONS}; do
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
MainPanel.java 48 public static final int VERSIONS = 4;
206 if (mCurrentSelected == VERSIONS) {
211 boolean fromRight = isRightAnimation(VERSIONS);
214 categoryPanel.setAdapter(VERSIONS);
216 mCurrentSelected = VERSIONS;
238 case VERSIONS: {
252 if (mCurrentSelected == VERSIONS) {
256 showPanel(VERSIONS);
290 if (currentPanel == VERSIONS) {
CategoryPanel.java 85 case MainPanel.VERSIONS: {
88 mAdapter.initializeSelection(MainPanel.VERSIONS);
CategoryAdapter.java 85 if (category == MainPanel.VERSIONS) {
180 if (!(mCategory == MainPanel.VERSIONS
188 } else if (mCategory == MainPanel.VERSIONS) {
  /external/chromium_org/tools/gyp/pylib/gyp/
mac_tool.py 237 VERSIONS = 'Versions'
239 if not os.path.exists(os.path.join(framework, VERSIONS, version, binary)):
249 self._Relink(version, os.path.join(VERSIONS, CURRENT))
252 self._Relink(os.path.join(VERSIONS, CURRENT, binary), binary)
253 self._Relink(os.path.join(VERSIONS, CURRENT, RESOURCES), RESOURCES)
  /external/zxing/core/
core.jar 

Completed in 123 milliseconds