HomeSort by relevance Sort by last modified time
    Searched refs:reference (Results 201 - 225 of 266) sorted by null

1 2 3 4 5 6 7 891011

  /external/stlport/stlport/stl/
_string.h 63 * it does not perform reference-count or copy-on-write, and that
136 typedef value_type& reference; typedef in class:basic_string
434 reference operator[](size_type __n)
443 reference at(size_type __n) {
    [all...]
_hashtable.c 122 # define __reference__ _STLP_TYPENAME_ON_RETURN_TYPE hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All>::reference
  /external/webkit/WebCore/bindings/scripts/
CodeGeneratorObjC.pm 196 my $reference = { };
204 bless($reference, $object);
205 return $reference;
    [all...]
CodeGeneratorJS.pm 70 my $reference = { };
78 bless($reference, $object);
79 return $reference;
    [all...]
CodeGeneratorV8.pm 70 my $reference = { };
75 bless($reference, $object);
76 return $reference;
    [all...]
  /ndk/sources/android/stlport/stlport/stl/
_string.h 63 * it does not perform reference-count or copy-on-write, and that
136 typedef value_type& reference; typedef in class:basic_string
434 reference operator[](size_type __n)
443 reference at(size_type __n) {
    [all...]
_hashtable.c 122 # define __reference__ _STLP_TYPENAME_ON_RETURN_TYPE hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All>::reference
  /prebuilt/common/ecj/
ecj.jar 
  /external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 325 # reference to the subroutine to use for dash education, default to EducateDashes:
  /external/stlport/stlport/stl/debug/
_string.h 225 reference operator[](size_type __n) {
231 reference at(size_type __n) { return _M_non_dbg_impl.at(__n); }
_slist.h 211 reference front() {
  /external/v8/test/mjsunit/
mirror-object.js 133 // Lookup the serialized object from the handle reference.
  /ndk/sources/android/stlport/stlport/stl/debug/
_string.h 225 reference operator[](size_type __n) {
231 reference at(size_type __n) { return _M_non_dbg_impl.at(__n); }
_slist.h 211 reference front() {
  /external/v8/src/
string.js 300 // If the two digit capture reference is within range of
303 // digit reference. This matches the behavior of
315 // single digit capture reference is outside the range of
  /external/e2fsprogs/lib/et/
texinfo.tex     [all...]
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 237 # Predefined urls and titles for reference links and images.
675 # First, handle reference-style links: [link text] [id]
721 # Last, handle reference-style shortcuts: [link text]
797 # First, handle reference-style labeled images: ![alt text][id]
    [all...]
  /external/libxml2/
SAX2.c     [all...]
parser.c 158 * knowing an entity reference will take at least 3 bytes
312 errmsg = "Detected an entity reference loop\n";
    [all...]
xmlschemas.c 557 xmlSchemaBasicItemPtr reference; /* The referencing component. */ member in struct:_xmlSchemaRedef
639 * A component reference item (not a schema component)
666 a group definition, a XML_SCHEMA_EXTRA_QNAMEREF (if a reference),
    [all...]
  /external/libvpx/vp8/encoder/arm/neon/
vp8_subpixelvariance16x16_neon.asm 371 vld1.8 {q0}, [r3]! ;Load up source and reference
vp8_subpixelvariance16x16s_neon.asm 505 vld1.8 {q0}, [r3]! ;Load up source and reference
  /external/libpng/
CHANGES 474 Revised documentation, png.h, and example.c to remove reference to
    [all...]
  /external/grub/docs/
texinfo.tex 51 % The extra TeX runs get the cross-reference information correct.
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-x86-atom.S     [all...]

Completed in 471 milliseconds

1 2 3 4 5 6 7 891011