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

  /external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
ReferencesParser.java 7 import gov.nist.javax.sip.header.extensions.References;
17 * @param references the header to parse
19 public ReferencesParser(String references) {
20 super(references);
42 headerName(TokenTypes.REFERENCES);
43 References references= new References(); local
48 references.setCallId(callId);
49 super.parse(references);
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/extensions/
References.java 10 public class References extends ParametersHeader implements ReferencesHeader,ExtensionHeader {
17 public References() {
  /art/runtime/
stack.h 56 // - portable - a unified array of VRegs and references. Precise references need GC maps.
57 // - interpreter - separate VRegs and reference arrays. References are in the reference array.
153 return References()[i];
194 References()[i] = val;
221 return ((&References()[0] <= shadow_frame_entry_obj) &&
222 (shadow_frame_entry_obj <= (&References()[NumberOfVRegs() - 1])));
265 mirror::Object* const* References() const {
271 mirror::Object** References() {
272 return const_cast<mirror::Object**>(const_cast<const ShadowFrame*>(this)->References());
    [all...]
  /external/clang/test/Analysis/inlining/
false-positive-suppression.cpp 48 namespace References {
  /external/chromium_org/v8/test/mjsunit/third_party/
string-trim.js 34 // References to trim(), trimLeft() and trimRight() functions for
  /external/v8/test/mjsunit/third_party/
string-trim.js 34 // References to trim(), trimLeft() and trimRight() functions for
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ParserFactory.java 277 //http://tools.ietf.org/html/draft-worley-references-05
278 parserTable.put(References.NAME.toLowerCase(), ReferencesParser.class);
319 * Add support for References header draft-worley-references-05
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 357 namespace References {
  /external/chromium_org/remoting/webapp/
host_table_entry.js 43 // References to event handlers so that they can be removed.
  /external/nist-sip/java/gov/nist/javax/sip/header/
HeaderFactoryImpl.java     [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec 77 References:
523 references to the desired texture target (i.e., 1D, 2D, 3D, cube map,
    [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 77 References:
523 references to the desired texture target (i.e., 1D, 2D, 3D, cube map,
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 585 milliseconds