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

  /libcore/dalvik/src/main/java/dalvik/annotation/
TestLevel.java 60 * Indicates that a test method provides additional testing for an API
66 ADDITIONAL,
  /external/smack/src/org/xbill/DNS/
Credibility.java 23 /** The additional section of a response. */
24 public static final int ADDITIONAL = 1;
26 /** The additional section of a response. */
Section.java 22 /** The additional (fourth) section */
23 public static final int ADDITIONAL = 3;
47 sections.add(ADDITIONAL, "ad");
52 longSections[ADDITIONAL] = "ADDITIONAL RECORDS";
57 updateSections[ADDITIONAL] = "ADDITIONAL RECORDS";
SIG0.java 50 message.addRecord(sig, Section.ADDITIONAL);
67 Record [] additional = message.getSectionArray(Section.ADDITIONAL); local
68 for (int i = 0; i < additional.length; i++) {
69 if (additional[i].getType() != Type.SIG)
71 if (((SIGRecord) additional[i]).getTypeCovered() != 0)
73 sig = (SIGRecord) additional[i];
Message.java 111 if (i == Section.ADDITIONAL) {
212 for (int i = Section.ANSWER; i <= Section.ADDITIONAL; i++)
246 findRRset(name, type, Section.ADDITIONAL));
263 * Returns the TSIG record from the ADDITIONAL section, if one is present.
270 int count = header.getCount(Section.ADDITIONAL);
273 List l = sections[Section.ADDITIONAL];
301 * Returns the OPT record from the ADDITIONAL section, if one is present.
307 Record [] additional = getSectionArray(Section.ADDITIONAL); local
308 for (int i = 0; i < additional.length; i++
    [all...]
TSIG.java 288 m.addRecord(r, Section.ADDITIONAL);
345 m.addRecord(r, Section.ADDITIONAL);
393 m.getHeader().decCount(Section.ADDITIONAL);
395 m.getHeader().incCount(Section.ADDITIONAL);
528 m.getHeader().decCount(Section.ADDITIONAL);
531 m.getHeader().incCount(Section.ADDITIONAL);
Cache.java 563 } else if (section == Section.ADDITIONAL) {
564 return Credibility.ADDITIONAL;
709 addl = in.getSectionRRsets(Section.ADDITIONAL);
717 cred = getCred(Section.ADDITIONAL, isAuth);
SimpleResolver.java 207 query.addRecord(queryOPT, Section.ADDITIONAL);
DNSSEC.java 982 header.decCount(Section.ADDITIONAL);
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
RenderState.java 70 * The <code>ADDITIONAL</code> render state is identical to the
72 * values are set to false. This allows the <code>ADDITIONAL</code> render
76 public static final RenderState ADDITIONAL = new RenderState();
269 ADDITIONAL.applyPointSprite = false;
270 ADDITIONAL.applyWireFrame = false;
271 ADDITIONAL.applyCullMode = false;
272 ADDITIONAL.applyDepthWrite = false;
273 ADDITIONAL.applyDepthTest = false;
274 ADDITIONAL.applyColorWrite = false;
275 ADDITIONAL.applyBlendMode = false
    [all...]
Material.java 306 * Acquire the additional {@link RenderState render state} to apply
309 * <p>The first call to this method will create an additional render
312 * states which are modified in the additional render state will be applied.
314 * @return The additional render state.
318 additionalState = RenderState.ADDITIONAL.clone();
    [all...]
  /external/srec/config/en.us/dictionary/
c0.6 1031 ADDITIONAL AH0 D IH1 SH AH0 N AH0 L
1032 ADDITIONAL(2) AH0 D IH1 SH N AH0 L
    [all...]

Completed in 278 milliseconds