HomeSort by relevance Sort by last modified time
    Searched full:hascode (Results 51 - 75 of 128) sorted by null

1 23 4 5 6

  /development/samples/AliasActivity/
AndroidManifest.xml 24 <application android:hasCode="false" android:label="@string/app_label">
  /frameworks/base/core/tests/coretests/apks/install_complete_package_info/
AndroidManifest.xml 42 android:hasCode="true">
  /frameworks/base/core/tests/coretests/apks/install_decl_perm/
AndroidManifest.xml 34 <application android:hasCode="false">
  /frameworks/base/core/tests/coretests/apks/keyset/permUse/
AndroidManifest.xml 18 <application android:hasCode="false">
  /frameworks/base/core/tests/coretests/apks/keyset/uAuB/
AndroidManifest.xml 18 <application android:hasCode="false">
  /frameworks/base/tests/UsesFeature2Test/
AndroidManifest.xml 36 <application android:label="@string/app_title" android:hasCode="false" />
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeySpecParser.java 63 private static boolean hasCode(@Nonnull final String keySpec, final int labelEnd) {
173 if (hasCode(keySpec, labelEnd)) {
202 if (hasCode(keySpec, labelEnd)) {
  /frameworks/base/packages/CtsShim/build/shim/
AndroidManifest.xml 29 android:hasCode="false"
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
EncodedMethod.java 165 boolean hasCode = (codeOff != 0);
173 if (hasCode != shouldHaveCode) {
  /dalvik/dx/src/com/android/dx/dex/file/
EncodedMethod.java 164 boolean hasCode = (codeOff != 0);
172 if (hasCode != shouldHaveCode) {
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
EncodedMethod.java 165 boolean hasCode = (codeOff != 0);
173 if (hasCode != shouldHaveCode) {
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/
CommandTest.java 134 * Test the equals() method, and tests the hasCode() method implicitly
  /sdk/files/ant/
build.xml 229 <!-- macro to do a task on if manifest.hasCode is true.
231 <macrodef name="do-only-if-manifest-hasCode">
235 <if condition="${manifest.hasCode}">
310 hascode="${manifest.hasCode}"
540 <!-- Value of the hasCode attribute (Application node) extracted from manifest file -->
541 <xpath input="${manifest.abs.file}" expression="/manifest/application/@android:hasCode"
542 output="manifest.hasCode" default="true"/>
552 <do-only-if-manifest-hasCode>
556 </do-only-if-manifest-hasCode>
    [all...]
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/command/
CommandTest.java 157 * Test the equals() method, and tests the hasCode() method implicitly
  /external/svox/pico/
AndroidManifest.xml 76 android:hasCode="false" android:label="@string/app_name"
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
gensuitemodule.py 857 def hascode(self, type, code): member in class:CodeNameMapper
861 if not self.hascode(type, code):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
gensuitemodule.py 857 def hascode(self, type, code): member in class:CodeNameMapper
861 if not self.hascode(type, code):
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/
RobolectricConfig.java 162 applicationFlags += getApplicationFlag(manifestDocument, "android:hasCode", FLAG_HAS_CODE);
  /frameworks/base/packages/CtsShim/build/shim_priv/
AndroidManifest.xml 29 android:hasCode="false"
  /frameworks/base/packages/CtsShim/build/shim_priv_upgrade/
AndroidManifest.xml 26 android:hasCode="false"
  /frameworks/base/docs/html/guide/topics/manifest/
application-element.jd 14 android:<a href="#code">hasCode</a>=["true" | "false"]
152 <dt><a name="code"></a>{@code android:hasCode}</dt>
  /frameworks/base/core/java/android/content/pm/
ApplicationInfo.java 146 * android:hasCode} of the &lt;application&gt; tag.
861 public boolean hasCode() {
    [all...]
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityWindowQueryTest.java 538 assertEquals("Equal objects must have same hasCode.", button.hashCode(),
    [all...]
  /frameworks/base/tools/aapt/
Resource.cpp     [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DoubleTest.java 332 assertEquals("Magic assumption hasCode (0.0) = 0 failed", 0, new Double(0.0).hashCode());
    [all...]

Completed in 1101 milliseconds

1 23 4 5 6