HomeSort by relevance Sort by last modified time
    Searched full:land (Results 1 - 25 of 187) sorted by null

1 2 3 4 5 6 7 8

  /development/samples/LunarLander/
_index.html 1 <p>A sample game. Your objective: to land on the moon.
  /cts/tools/dx-tests/src/dxc/junit/opcodes/land/
Test_land.java 17 package dxc.junit.opcodes.land;
21 import dxc.junit.opcodes.land.jm.T_land_1;
71 Class.forName("dxc.junit.opcodes.land.jm.T_land_2");
84 Class.forName("dxc.junit.opcodes.land.jm.T_land_3");
97 Class.forName("dxc.junit.opcodes.land.jm.T_land_4");
110 Class.forName("dxc.junit.opcodes.land.jm.T_land_7");
  /cts/tools/dx-tests/src/dxc/junit/opcodes/land/jm/
T_land_1.j 16 .class public dxc/junit/opcodes/land/jm/T_land_1
35 land
T_land_2.j 16 .class public dxc/junit/opcodes/land/jm/T_land_2
36 land
T_land_3.j 16 .class public dxc/junit/opcodes/land/jm/T_land_3
36 land
T_land_4.j 16 .class public dxc/junit/opcodes/land/jm/T_land_4
36 land
T_land_7.j 16 .class public dxc/junit/opcodes/land/jm/T_land_7
31 land
T_land_1.java 17 package dxc.junit.opcodes.land.jm;
T_land_2.java 17 package dxc.junit.opcodes.land.jm;
T_land_3.java 17 package dxc.junit.opcodes.land.jm;
T_land_4.java 17 package dxc.junit.opcodes.land.jm;
T_land_5.java 17 package dxc.junit.opcodes.land.jm;
T_land_6.java 17 package dxc.junit.opcodes.land.jm;
T_land_7.java 17 package dxc.junit.opcodes.land.jm;
  /external/kernel-headers/original/
README.TXT 1 This directory contains the original kernel headers that are used to generate Bionic's "cleaned-up" user-land headers.
  /dalvik/dx/tests/101-verify-wide-math/
op_land.j 24 land
run 43 oneop land
  /frameworks/base/packages/VpnServices/res/values-tr/
strings.xml 5 <string name="vpn_notification_title_connected" msgid="8598654486956133580">"<xliff:g id="PROFILENAME">%s</xliff:g> VPN ba?land?"</string>
  /sdk/files/
devices.xml 29 <d:screen-orientation>land</d:screen-orientation>
33 <d:screen-orientation>land</d:screen-orientation>
59 <d:screen-orientation>land</d:screen-orientation>
84 <d:screen-orientation>land</d:screen-orientation>
  /packages/apps/Settings/assets/html/tr/
tethering_help.html 24 <li>USB ile ba?land???nda telefonunuzun SD kart?n? bilgisayar?n?zda kullanamazs?n?z</li><br>
31 <li>Kablosuz ba?lant? ayarlar?nda bir kablosuz eri?im noktas? yap?land?r?rs?n?z</li><br>
  /external/webkit/WebKitTools/Scripts/webkitpy/commands/
download.py 69 class Land(AbstractSequencedCommand):
70 name = "land"
71 help_text = "Land the current working directory diff and updates the associated bug if any"
83 long_help = """land commits the current working copy diff (just as svn or git commit would).
84 land will build and run the tests before committing.
85 If a bug id is provided, or one can be found in the ChangeLog land will update the bug after committing."""
230 name = "land-attachment"
231 help_text = "Land patches from bugzilla, optionally building and testing them first"
237 name = "land-from-bug"
238 help_text = "Land all patches on the given bugs, optionally building and testing them first
    [all...]
download_unittest.py 72 self.assert_execute_outputs(Land(), [42], options=self._default_options(), expected_stderr=expected_stderr)
92 Not closing bug 42 as attachment 197 has review=+. Assuming there are more patches to land from this bug.
107 Not closing bug 42 as attachment 197 has review=+. Assuming there are more patches to land from this bug.
115 Not closing bug 42 as attachment 197 has review=+. Assuming there are more patches to land from this bug.
120 expected_stderr = "Updating working directory\nRunning prepare-ChangeLog\n\nNOTE: Rollout support is experimental.\nPlease verify the rollout diff and use \"webkit-patch land 12345\" to commit the rollout.\n"
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/configurations/
ScreenOrientationQualifierTest.java 52 assertEquals(true, soq.checkAndSet("land", config)); //$NON-NLS-1$
56 assertEquals("land", config.getScreenOrientationQualifier().toString()); //$NON-NLS-1$
  /development/samples/MultiResolution/
_index.html 12 such as <code>-land</code>, <code>-mdpi</code>, and <code>-hdpi</code> to customize
  /external/webkit/WebKitTools/Scripts/
webkit-tools-completion.sh 53 __webkit-patch_generate_reply "--help apply-from-bug bugs-to-commit commit-message land land-from-bug obsolete-attachments patches-to-commit post upload tree-status rollout reviewed-patches"
65 land)
69 land-from-bug)

Completed in 504 milliseconds

1 2 3 4 5 6 7 8