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

  /external/bison/src/
symtab.h 82 bool declared; member in struct:symbol
  /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
48 declared = EmptyArray.BOOLEAN;
56 * <em>specified</em> and <em>declared</em> flags for each
60 * type other than CDATA, which must have been <em>declared</em>).
79 * Returns the current value of the attribute's "declared" flag.
87 return declared [index];
92 * Returns the current value of the attribute's "declared" flag.
103 return declared [index]
    [all...]
  /external/dexmaker/src/main/java/com/google/dexmaker/
DexMaker.java 227 if (declaration.declared) {
228 throw new IllegalStateException("already declared: " + type);
230 declaration.declared = true;
251 throw new IllegalStateException("already declared: " + method);
289 throw new IllegalStateException("already declared: " + fieldId);
401 /** declared state */
402 private boolean declared; field in class:DexMaker.TypeDeclaration
418 if (!declared) {
  /dalvik/vm/
Debugger.cpp 839 * Objects declared to hold Object might actually hold a more specific
1170 * output all fields declared by the class. Inherited fields are
1179 u4 declared = clazz->sfieldCount + clazz->ifieldCount; local
1180 expandBufAdd4BE(pReply, declared);
1208 * output all methods declared by the class. Inherited methods are
1218 u4 declared; local
1226 declared = clazz->directMethodCount + clazz->virtualMethodCount;
1227 expandBufAdd4BE(pReply, declared);
    [all...]
  /external/libsepol/include/sepol/policydb/
policydb.h 402 scope_index_t declared; /* symbols declared within this block */ member in struct:avrule_decl
432 /* Declared in this decl */
439 * declarations. If the symbol may only be declared once
441 * implicitly declared things (roles, users) then decl_ids_len
  /prebuilts/sdk/tools/lib/
dx.jar 
  /tools/motodev/src/plugins/videos/libs/gdata/java/lib/
gdata-core-1.0.jar 

Completed in 685 milliseconds