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

  /dalvik/libcore/xml/src/main/java/org/xml/sax/ext/
Attributes2Impl.java 26 * Similarly, the <em>declared</em> flag for each attribute will
31 * its <em>declared</em> flag to match.
40 private boolean declared []; field in class:Attributes2Impl
49 declared = new boolean[0];
58 * <em>specified</em> and <em>declared</em> flags for each
62 * type other than CDATA, which must have been <em>declared</em>).
81 * Returns the current value of the attribute's "declared" flag.
89 return declared [index];
94 * Returns the current value of the attribute's "declared" flag.
105 return declared [index]
    [all...]
  /external/bison/src/
symtab.h 82 bool declared; member in struct:symbol
symtab.c 68 res->declared = false;
200 sym->declared = false;
212 if (sym->declared)
214 sym->declared = true;
  /external/v8/test/mjsunit/
delete-global-properties.js 28 // Global properties declared with 'var' or 'function' should not be
const-redecl.js 36 assertTrue(string.indexOf("has already been declared") >= 0 ||
unicode-test.js     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
AndroidManifestDescriptors.java 483 * This method performs a sanity check to make sure all the styles declared in the
509 sb.append("Warning, ADT/SDK Mismatch! The following elements are declared by the SDK but unknown to ADT: ");
524 sb.append("Warning, ADT/SDK Mismatch! The following elements are declared by ADT but not by the SDK: ");
570 private void findAllElementNames(ElementDescriptor element, TreeSet<String> declared) {
571 declared.add(element.getXmlName());
573 findAllElementNames(desc, declared);
  /dalvik/libcore/luni/src/main/java/java/io/
EmulatedFields.java 23 * different than the fields they were declared to have.
75 * @param declared
76 * an array of ObjectStreamFields, which describe the declared
80 ObjectStreamField[] declared) {
84 declaredFields = declared;
  /dalvik/vm/
Debugger.c 846 * Methods declared to return Object might actually be returning one
1196 * output all fields declared by the class. Inerhited fields are
1205 u4 declared; local
1211 declared = clazz->sfieldCount + clazz->ifieldCount;
1212 expandBufAdd4BE(pReply, declared);
1238 * output all methods declared by the class. Inherited methods ar
1248 u4 declared; local
    [all...]
  /external/v8/benchmarks/
base.js 74 // Keep track of all declared benchmark suites.
  /bionic/libc/
Android.mk 579 # ensures that symbols that are pulled into those new libraries from libgcc.a are not declared
  /external/v8/src/
runtime.js 43 // They are all declared at this one spot to avoid const redeclaration errors.
messages.js 146 redeclaration: "%0 '%1' has already been declared",
  /external/dbus/
ltmain.sh     [all...]
  /external/expat/conftools/
ltmain.sh     [all...]
  /external/libffi/
ltmain.sh     [all...]
  /build/core/
main.mk 48 # This is the default target. It must be the first declared target.
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /external/bison/
configure     [all...]

Completed in 632 milliseconds