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

1 2

  /external/boringssl/src/util/fipstools/testdata/x86_64-LabelRewrite/
in2.s 0 # References to local labels are rewrittenn in subsequent files.
in1.s 8 # References to globals must be rewritten to their local targets.
27 # References to local labels are left as-is in the first file.
out.s 12 # References to globals must be rewritten to their local targets.
42 # References to local labels are left as-is in the first file.
64 # References to local labels are rewrittenn in subsequent files.
  /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...]
  /art/runtime/interpreter/
shadow_frame.h 48 // - interpreter - separate VRegs and reference arrays. References are in the reference array.
84 // TODO(iam): Clean references array up since they're always there,
186 ref = References()[i].AsMirrorPtr();
209 // This is needed for moving collectors since these can update the vreg references if they
210 // happen to agree with references in the reference array.
212 References()[i].Clear();
220 // This is needed for moving collectors since these can update the vreg references if they
221 // happen to agree with references in the reference array.
223 References()[i].Clear();
232 // This is needed for moving collectors since these can update the vreg references if the
    [all...]
  /external/clang/lib/Format/
SortJavaScriptImports.cpp 72 // required for sorting module references.
75 // Module references are sorted into these categories, in order.
135 SmallVector<JsModuleReference, 16> References;
137 std::tie(References, FirstNonImportLine) =
140 if (References.empty())
144 for (unsigned i = 0, e = References.size(); i != e; ++i)
148 return References[LHSI] < References[RHSI];
155 JsModuleReference Reference = References[Indices[i]];
164 (Reference.IsExport != References[Indices[i + 1]].IsExport |
    [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() {
  /prebuilts/tools/common/m2/repository/io/opentracing/opentracing-api/0.13.0/
opentracing-api-0.13.0.jar 
  /external/clang/test/Analysis/inlining/
false-positive-suppression.cpp 48 namespace References {
  /external/skia/experimental/xps_to_png/
xps_to_png.cs 36 System.Windows.Documents.DocumentReferenceCollection drc = docSeq.References;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
afilter.h 87 ULONG References;
  /prebuilts/go/darwin-x86/src/crypto/x509/
sec1.go 19 // References:
  /prebuilts/go/darwin-x86/src/os/
env.go 30 // of the current environment variables. References to undefined
  /prebuilts/go/linux-x86/src/crypto/x509/
sec1.go 19 // References:
  /prebuilts/go/linux-x86/src/os/
env.go 30 // of the current environment variables. References to undefined
  /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/libbrillo/brillo/
any_unittest.cc 186 TEST(Any, References) {
187 // Passing references to object via Any might be error-prone or the
189 // using pointers instead of references are more conventional and easier
190 // to understand. Even though the cases of passing references are quite
  /prebuilts/go/darwin-x86/src/archive/tar/
common.go 9 // References:
  /prebuilts/go/darwin-x86/src/crypto/ecdsa/
ecdsa.go 13 // References:
  /prebuilts/go/linux-x86/src/archive/tar/
common.go 9 // References:
  /prebuilts/go/linux-x86/src/crypto/ecdsa/
ecdsa.go 13 // References:
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 357 namespace References {
  /prebuilts/go/darwin-x86/src/math/big/
prime.go 130 // References:
  /prebuilts/go/linux-x86/src/math/big/
prime.go 130 // References:
  /external/nist-sip/java/gov/nist/javax/sip/header/
HeaderFactoryImpl.java     [all...]

Completed in 962 milliseconds

1 2