HomeSort by relevance Sort by last modified time
    Searched full:reference (Results 476 - 500 of 5589) sorted by null

<<11121314151617181920>>

  /external/v8/src/ia32/
codegen-ia32.h 45 // Reference support
47 // A reference is a C++ stack-allocated object that puts a
48 // reference on the virtual frame. The reference may be consumed
50 // When the lifetime (scope) of a valid reference ends, it must have
52 class Reference BASE_EMBEDDED {
56 Reference(CodeGenerator* cgen,
59 ~Reference();
73 // The size the reference takes up on the stack.
86 // Generate code to push the value of the reference on top of th
    [all...]
  /external/icu4c/i18n/unicode/
regex.h 180 * @param status A reference to a UErrorCode to receive any errors.
208 * @param status A reference to a UErrorCode to receive any errors.
236 * @param status A reference to a UErrorCode to receive any errors.
259 * The matcher will retain a reference to the supplied input string, and all regexp
265 * @param status A reference to a UErrorCode to receive any errors.
277 * a UnicodeString. Avoids a dangling reference to a temporary string.
296 * @param status A reference to a UErrorCode to receive any errors.
313 * @param status A reference to a UErrorCode to receive any errors.
352 * @param status A reference to a UErrorCode to receive any errors.
478 * The matcher will retain a reference to the supplied input string, and all regex
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
android.provider.Contacts.People.html 74 Class android.provider.<A HREF="../../../../reference/android/provider/Contacts.People.html" target="_top"><font size="+2"><code>Contacts.People</code></font></A>
88 <nobr><code>Uri</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.People.html#addToMyContactsGroup(android.content.ContentResolver, long)" target="_top"><code>addToMyContactsGroup</code></A>(<code>ContentResolver,</nobr> long<nobr><nobr></code>) </nobr>
98 <nobr><code>Uri</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.People.html#createPersonInMyContactsGroup(android.content.ContentResolver, android.content.ContentValues)" target="_top"><code>createPersonInMyContactsGroup</code></A>(<code>ContentResolver,</nobr> ContentValues<nobr><nobr></code>) </nobr>
108 <nobr><code>Bitmap</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.People.html#loadContactPhoto(android.content.Context, android.net.Uri, int, android.graphics.BitmapFactory.Options)" target="_top"><code>loadContactPhoto</code></A>(<code>Context,</nobr> Uri<nobr>,</nobr> int<nobr>,</nobr> Options<nobr><nobr></code>) </nobr>
118 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.People.html#markAsContacted(android.content.ContentResolver, long)" target="_top"><code>markAsContacted</code></A>(<code>ContentResolver,</nobr> long<nobr><nobr></code>) </nobr>
128 <nobr><code>InputStream</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.People.html#openContactPhotoInputStream(android.content.ContentResolver, android.net.Uri)" target="_top"><code>openContactPhotoInputStream</code></A>(<code>ContentResolver,</nobr> Uri<nobr><nobr></code>) </nobr>
138 <nobr><code>Cursor</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.People.html#queryGroups(android.content.ContentResolver, long)" target="_top"><code>queryGroups</code></A>(<code>ContentResolver,</nobr> long<nobr><nobr></code>) </nobr>
148 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.People.html#setPhotoData(android.content.ContentResolver, android.net.Uri, byte[])" target="_top"><code>setPhotoData</code></A>(<code>ContentResolver,</nobr> Uri<nobr>,</nobr> byte[]<nobr><nobr></code>) </nobr>
158 <nobr><code>Uri</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.People.html#addToGroup(android.content.ContentResolver, long, java.lang.String)" target="_top"><code>addToGroup</code></A>(<code>ContentResolver,</nobr> long<nobr>,</nobr> String<nobr><nobr></code>) </nobr>
168 <nobr><code>Uri</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.People.html#addToGroup(android.content.ContentResolver, long, long)" tar (…)
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/aget_object/
Test_aget_object.java 27 * @title get reference from array
36 * @title get reference from array
167 * @title types of arguments - array, reference
  /dalvik/docs/opcodes/
opcode-52-iget.html 49 <code>C:</code> instance field reference index (16 bits)</td>
65 Register vB must contain an object reference.
68 C must be a valid index into the field reference pool.
opcode-59-iput.html 49 <code>C:</code> instance field reference index (16 bits)</td>
65 Register vB must contain an object reference.
68 C must be a valid index into the field reference pool.
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/
ProcessorGlobalParamDecl.java 40 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
41 * @param elem The non-null reference to the ElemParam element.
61 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
ProcessorGlobalVariableDecl.java 40 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
41 * @param elem The non-null reference to the ElemVariable element.
61 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
ProcessorText.java 40 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
41 * @param elem non-null reference to a {@link org.apache.xalan.templates.ElemText}.
66 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/
AxesWalker.java 48 * @param locPathIterator non-null reference to the parent iterator.
105 * @param cloneOwner non-null reference to the cloned location path
259 * @param walker Reference to AxesWalker derivative, or may be null.
270 * @return Reference to AxesWalker derivative, or null.
278 * Set or clear the previous walker reference in the location step chain.
281 * @param walker Reference to previous walker reference in the location
290 * Get the previous walker reference in the location step chain.
293 * @return Reference to previous walker reference in the location
    [all...]
HasPositionalPredChecker.java 61 * @param func The function reference object.
73 // * Visit a variable reference.
76 // * @param var The variable reference object.
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/operations/
UnaryOperation.java 45 * corresponds to the variable reference qname. The position of the
104 * @param right non-null reference to the evaluated right operand.
106 * @return non-null reference to the XObject that represents the result of the operation.
VariableSafeAbsRef.java 31 * This is a "smart" variable reference that is used in situations where
32 * an absolute path is optimized into a variable reference, but may
47 * Dereference the variable, and return the reference value. Note that lazy
  /dalvik/tools/
deadcode.py 75 # Find the next reference to the method signature
81 # Find the beginning of the line the method reference is on
85 # and the method reference, then it is a call to that method rather
  /development/host/windows/usb/api/
adb_api_instance.h 37 This class is self-referenced with the following reference model:
62 This method is called when last reference to this object has been released
106 /// Reference counter for this instance
  /external/bluetooth/glib/docs/reference/glib/tmpl/
numerical.sgml 19 storage) by at least Intel, PPC and Sparc, for reference: <ulink url="http://cch.loria.fr/documentation/IEEE754/numerical_comp_guide/ncg_math.doc.html">http://cch.loria.fr/documentation/IEEE754/numerical_comp_guide/ncg_math.doc.html</ulink>
50 storage) by at least Intel, PPC and Sparc, for reference:
61 storage) by at least Intel, PPC and Sparc, for reference:
  /external/clearsilver/python/examples/trans/
README 59 reference language strings, and dumps lang_XX.hdf files which
70 Trans will automatically replace this with a copy reference to
83 the string into an HDF file and then reference it in your HTML.
  /external/icu4c/common/unicode/
symtable.h 58 * The character preceding a symbol reference name.
91 * Parse a symbol reference name from the given string, starting
92 * at the given position. If no valid symbol reference name is
  /external/openssl/crypto/engine/
README 41 rewrites of many applications, to assume that EVP_CIPHERs can be reference
55 especially necessary considering the fact ENGINE uses reference counts to allow
94 reference) for any ENGINE that is registered to perform the algo/mode that the
103 combination represented by the provided EVP_CIPHER, then a functional reference
105 That functional reference will be stored in the context (and released on
106 cleanup) - and having that reference provides a *safe* way to use an EVP_CIPHER
112 there is no associated problem with it not having reference counts. And of
115 reference to the ENGINE that owns it, thus the use of the ENGINE's EVP_CIPHER is
147 functional reference to the first that successfully initialised. In the latter
148 case it will also cache an extra functional reference to the ENGINE as
    [all...]
  /external/stlport/stlport/stl/
_stack.h 68 typedef typename _Sequence::reference reference; typedef in class:stack
84 reference top() { return c.back(); }
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
10.1.4-1.js 46 3. If Result(2) is true, return a value of type Reference whose base object
49 5. Return a value of type Reference whose base object is null and whose
51 The result of binding an identifier is always a value of type Reference with
10.1.4-10.js 46 3. If Result(2) is true, return a value of type Reference whose base object
49 5. Return a value of type Reference whose base object is null and whose
51 The result of binding an identifier is always a value of type Reference with
10.1.4-2.js 46 3. If Result(2) is true, return a value of type Reference whose base object
49 5. Return a value of type Reference whose base object is null and whose
51 The result of binding an identifier is always a value of type Reference with
10.1.4-3.js 46 3. If Result(2) is true, return a value of type Reference whose base object
49 5. Return a value of type Reference whose base object is null and whose
51 The result of binding an identifier is always a value of type Reference with
10.1.4-4.js 46 3. If Result(2) is true, return a value of type Reference whose base object
49 5. Return a value of type Reference whose base object is null and whose
51 The result of binding an identifier is always a value of type Reference with

Completed in 181 milliseconds

<<11121314151617181920>>