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

1 2

  /libcore/luni/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 491 * This method performs a sanity check to make sure all the styles declared in the
517 sb.append("Warning, ADT/SDK Mismatch! The following elements are declared by the SDK but unknown to ADT: ");
532 sb.append("Warning, ADT/SDK Mismatch! The following elements are declared by ADT but not by the SDK: ");
578 private void findAllElementNames(ElementDescriptor element, TreeSet<String> declared) {
579 declared.add(element.getXmlName());
581 findAllElementNames(desc, declared);
  /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 850 * Methods declared to return Object might actually be returning one
1214 * output all fields declared by the class. Inerhited fields are
1223 u4 declared; local
1229 declared = clazz->sfieldCount + clazz->ifieldCount;
1230 expandBufAdd4BE(pReply, declared);
1266 u4 declared; local
    [all...]
  /build/core/
base_rules.mk 78 $(warning * Android.mk. Possible tags declared by a module:)
main.mk 48 # This is the default target. It must be the first declared target.
  /external/v8/benchmarks/
base.js 74 // Keep track of all declared benchmark suites.
  /bionic/libc/
Android.mk 666 # 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",
  /device/samsung/crespo/alsa-lib/
ltmain.sh     [all...]
libtool     [all...]
  /external/chromium/sdch/open-vcdiff/
ltmain.sh     [all...]
  /external/chromium/third_party/libevent/
ltmain.sh     [all...]
  /external/dbus/
ltmain.sh     [all...]
  /external/expat/conftools/
ltmain.sh     [all...]
  /external/libffi/
ltmain.sh     [all...]
  /ndk/build/core/
definitions.mk 318 # A prebuilt module is one declared with BUILD_PREBUILT_SHARED_LIBRARY or
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]

Completed in 257 milliseconds

1 2