/external/elfutils/libelf/ |
elf_getarhdr.c | 45 /* Something went wrong. Maybe there is no member left. */
|
/external/proguard/src/proguard/evaluation/value/ |
IdentifiedReferenceValue.java | 56 return this.equals(other) ? ALWAYS : MAYBE;
|
SpecificIntegerValue.java | 319 return this.equals(other) ? ALWAYS : MAYBE; 324 return this.equals(other) ? NEVER : MAYBE; 329 return this.equals(other) ? ALWAYS : MAYBE;
|
/external/proguard/src/proguard/optimize/evaluation/ |
TracedBranchUnit.java | 51 // Maybe branch.
|
/external/webkit/WebCore/xml/ |
XPathNamespace.h | 37 // FIXME: This class is never instantiated. Maybe it should be removed.
|
/external/webkit/WebKit/android/ |
RenderSkinCombo.h | 36 // This is very similar to RenderSkinButton - maybe they should be the same class?
|
/frameworks/base/core/java/android/util/ |
TimeUtils.java | 74 String maybe = parser.getText(); local 80 if (maybe.equals(currentName)) { 92 TimeZone tz = TimeZone.getTimeZone(maybe);
|
/dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/ |
ZipExecTest.java | 53 @KnownFailure("Maybe not a failure, but dalvikvm -jar is not supported (, as yet).") 95 @KnownFailure("Maybe not a failure, but dalvikvm -jar is not supported (, as yet).") 169 @KnownFailure("Maybe not a failure, but dalvikvm -jar is not supported (, as yet).") 210 @KnownFailure("Maybe not a failure, but dalvikvm -jar is not supported (, as yet).") 260 @KnownFailure("Maybe not a failure, but dalvikvm -jar is not supported (, as yet).")
|
JarExecTest.java | 55 @KnownFailure("Maybe not a failure, but dalvikvm -jar is not supported (, as yet).") 96 @KnownFailure("Maybe not a failure, but dalvikvm -jar is not supported (, as yet).") 168 @KnownFailure("Maybe not a failure, but dalvikvm -jar is not supported (, as yet).") 210 @KnownFailure("Maybe not a failure, but dalvikvm -jar is not supported (, as yet).")
|
/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/ |
CipherPBETest.java | 53 @AndroidOnly("Not supported by RI (maybe with a different name)")
|
/dalvik/libcore/security/src/main/java/java/security/ |
GuardedObject.java | 43 * maybe {@code null}.
|
CodeSigner.java | 45 * the time stamp associated with this code signer, maybe {@code 98 * @return the time stamp associated with this {@code CodeSigner}, maybe
|
KeyStoreSpi.java | 244 * this {@code KeyStoreSpi}, maybe {@code null}. 269 * the password to verify the stored data, maybe {@code null}. 287 * {@code KeyStoreSpi}, maybe {@code null}. 337 * entry, maybe {@code null}.
|
/external/clearsilver/python/examples/trans/ |
db_trans.py | 28 # -> maybe: find all locations for a filename
|
/external/elfutils/libdw/ |
libdw_findcu.c | 56 /* Maybe we already know that CU. */
|
dwarf_siblingof.c | 87 /* Maybe we reached the end of the CU. */
|
/frameworks/base/telephony/java/android/telephony/ |
CellLocation.java | 55 * This method is used by PhoneStateIntentReceiver and maybe by
|
/external/icu4c/common/ |
unormimp.h | 44 _NORM_QC_NFC=0x11, /* no|maybe */ 45 _NORM_QC_NFKC=0x22, /* no|maybe */ 51 /* quick check flags 4..5 mean "maybe" for their forms; test flags>=_NORM_QC_MAYBE */ 133 _NORM_INDEX_MIN_NFC_NO_MAYBE, /* first code point with quick check NFC NO/MAYBE */ 134 _NORM_INDEX_MIN_NFKC_NO_MAYBE, /* first code point with quick check NFKC NO/MAYBE */ 135 _NORM_INDEX_MIN_NFD_NO_MAYBE, /* first code point with quick check NFD NO/MAYBE */ 136 _NORM_INDEX_MIN_NFKD_NO_MAYBE, /* first code point with quick check NFKD NO/MAYBE */ 554 * -- first code point with a quick check NF* value of NO/MAYBE 600 * 5..0 quick check flags, set for "no" or "maybe", with separate flags for 602 * the higher bits are "maybe" flags; for NF*D there are no such flag [all...] |
/bionic/libc/tools/ |
checksyscalls.py | 128 print "maybe using a different set of kernel headers might help" 142 print "maybe using a different set of kernel headers might help"
|
/external/grub/stage2/ |
cmdline.c | 36 /* Skip until we hit whitespace, or maybe an equal sign. */ 41 /* Skip whitespace, and maybe equal signs. */
|
/packages/apps/Calendar/res/values/ |
arrays.xml | 130 <item>Maybe</item> 135 <item>Maybe</item>
|
/external/jsr305/javadoc/javax/annotation/meta/ |
When.html | 107 In particular, an issues should be reported if an ALWAYS or MAYBE value is 108 used where a NEVER value is required, or if a NEVER or MAYBE value is used 131 <TD><CODE><B><A HREF="../../../javax/annotation/meta/When.html#MAYBE">MAYBE</A></B></CODE> 231 <A NAME="MAYBE"><!-- --></A><H3> 232 MAYBE</H3> 234 public static final <A HREF="../../../javax/annotation/meta/When.html" title="enum in javax.annotation.meta">When</A> <B>MAYBE</B></PRE>
|
/external/grub/netboot/ |
fsys_tftp.c | 75 /* Maybe initial request was lost. */ 77 grub_printf ("Maybe initial request was lost.\n"); 477 /* Maybe a few amounts of data remains. */
|
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/ |
ContentHandlerFactoryTest.java | 49 " Maybe this test needs to be run in isolation.")
|
/dalvik/vm/arch/generic/ |
Call.c | 63 const int kMaxArgs = argc+2; /* +1 for env, maybe +1 for clazz */
|