HomeSort by relevance Sort by last modified time
    Searched full:specified (Results 276 - 300 of 17969) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/common/extensions/api/
desktop_capture.json 21 "description": "Shows desktop media picker UI with the specified set of sources.",
33 "description": "Optional tab for which the stream is created. If not specified then the resulting stream can be used only by the calling extension, otherwise the stream can be used only by the specified tab. If the tab's security origin changes before this function returns, the call may fail."
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_delegate.h 31 // Callback to give the browser a chance to handle the specified keyboard
40 // specified events. This gives an opportunity to the browser to process the
44 // Callback to give the browser a chance to handle the specified mouse wheel
  /external/chromium_org/content/public/browser/
cert_store.h 31 // Stores the specified cert and returns the id associated with it. The cert
32 // is associated to the specified RenderProcessHost.
39 // Tries to retrieve the previously stored cert associated with the specified
signed_certificate_timestamp_store.h 33 // Stores the specified SCT and returns the id associated with it. The SCT
34 // is associated with the specified RenderProcessHost.
41 // Tries to retrieve the previously stored SCT associated with the specified
  /external/chromium_org/remoting/base/
rate_counter.h 18 // over a specified time window. This can be used to measure bandwidth, frame
22 // Constructs a rate counter over the specified |time_window|.
43 // Returns the current time specified for test, if set, or base::Time::Now().
  /external/chromium_org/third_party/WebKit/Source/core/page/
ValidationMessageClient.h 40 // Show validation message for the specified anchor element. An
45 // Hide validation message for the specified anchor if the message for the
49 // Returns true if the validation message for the specified anchor element
  /external/chromium_org/third_party/leveldatabase/src/db/
table_cache.h 26 // Return an iterator for the specified file number (the corresponding
38 // If a seek to internal key "k" in specified file finds an entry,
47 // Evict any entry for the specified file number
  /external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
font_subsetter.h 33 // IDs specified is found, the function will return 0.
35 // |font_name| Font name, required for TTC files. If specified NULL,
39 // |glyph_ids| Glyph IDs to subset. If the specified glyph ID is not
  /external/chromium_org/third_party/skia/include/core/
Sk64.h 99 /** Set the number to the specified 32 bit integer */
111 /** Shift the number left by the specified number of bits.
116 /** Shift the number right by the specified number of bits.
122 /** Shift the number right by the specified number of bits, but
129 /** Add the specified 32 bit integer to the number */
138 /** Add the specified Sk64 to the number */
146 /** Add the specified Sk64 to the number */
149 /** Subtract the specified Sk64 from the number. (*this) = (*this) - num
153 /** Subtract the number from the specified Sk64. (*this) = num - (*this)
157 /** Multiply the number by the specified 32 bit intege
    [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
deduction.cpp 11 // No explicitly-specified arguments
16 // One explicitly-specified argument
24 // FIXME: Extension of explicitly-specified arguments
  /external/guava/guava/src/com/google/common/collect/
RowSortedTable.java 32 * {@link Map} specified by the {@link Table} interface.
44 * specified in the {@link Table} interface.
52 * specified in the {@link Table} interface.
  /external/javassist/src/main/javassist/bytecode/annotation/
AnnotationMemberValue.java 32 * Constructs an annotation member. The initial value is not specified.
39 * Constructs an annotation member. The initial value is specified by
55 throw new ClassNotFoundException("no type specified");
  /external/jsr305/ri/src/main/java/javax/annotation/concurrent/
GuardedBy.java 28 * by the (instance or static) field specified by field-name.
30 * specified by class-name.field-name. method-name() : The lock object is
32 * object for the specified class should be used as the lock object.
  /external/libsepol/include/sepol/
booleans.h 19 and boolean settings specified by the parallel arrays ('names', 'values')
27 /* Set the specified boolean */
37 /* Check if the specified boolean exists */
  /external/sfntly/cpp/src/sample/chromium/
font_subsetter.h 33 // IDs specified is found, the function will return 0.
35 // |font_name| Font name, required for TTC files. If specified NULL,
39 // |glyph_ids| Glyph IDs to subset. If the specified glyph ID is not
  /external/skia/include/core/
Sk64.h 99 /** Set the number to the specified 32 bit integer */
111 /** Shift the number left by the specified number of bits.
116 /** Shift the number right by the specified number of bits.
122 /** Shift the number right by the specified number of bits, but
129 /** Add the specified 32 bit integer to the number */
138 /** Add the specified Sk64 to the number */
146 /** Add the specified Sk64 to the number */
149 /** Subtract the specified Sk64 from the number. (*this) = (*this) - num
153 /** Subtract the number from the specified Sk64. (*this) = num - (*this)
157 /** Multiply the number by the specified 32 bit intege
    [all...]
  /external/smack/src/org/jivesoftware/smack/util/collections/
DefaultMapEntry.java 36 * Constructs a new entry with the specified key and given value.
46 * Constructs a new entry from the specified KeyValue.
56 * Constructs a new entry from the specified MapEntry.
  /external/smack/src/org/jivesoftware/smackx/pubsub/
NodeExtension.java 32 * Constructs a <tt>NodeExtension</tt> with an element name specified
33 * by {@link PubSubElementType} and the specified node id.
45 * Constructs a <tt>NodeExtension</tt> with an element name specified
  /frameworks/base/core/java/android/util/
LongSparseLongArray.java 60 * require any additional memory allocation to store the specified
91 * Gets the long mapped from the specified key, or <code>0</code>
99 * Gets the long mapped from the specified key, or the specified value
113 * Removes the mapping from the specified key, if there was any.
133 * Adds a mapping from the specified key to the specified value,
134 * replacing the previous mapping from the specified key if there
199 * specified key, or a negative number if the specified
    [all...]
SparseBooleanArray.java 53 * require any additional memory allocation to store the specified
84 * Gets the boolean mapped from the specified key, or <code>false</code>
92 * Gets the boolean mapped from the specified key, or the specified value
106 * Removes the mapping from the specified key, if there was any.
119 * Adds a mapping from the specified key to the specified value,
120 * replacing the previous mapping from the specified key if there
196 * specified key, or a negative number if the specified
    [all...]
SparseLongArray.java 56 * require any additional memory allocation to store the specified
87 * Gets the long mapped from the specified key, or <code>0</code>
95 * Gets the long mapped from the specified key, or the specified value
109 * Removes the mapping from the specified key, if there was any.
129 * Adds a mapping from the specified key to the specified value,
130 * replacing the previous mapping from the specified key if there
195 * specified key, or a negative number if the specified
    [all...]
  /frameworks/base/libs/hwui/
Caches.h 84 // Must define as many texture units as specified by REQUIRED_TEXTURE_UNITS_COUNT
153 * Returns a non-premultiplied ARGB color for the specified
180 * Binds the specified VBO if needed.
198 * Binds the specified buffer as the current GL unpack pixel buffer.
208 * Binds an attrib to the specified float vertex pointer.
214 * Binds an attrib to the specified float vertex pointer.
229 * Activate the specified texture unit. The texture unit must
230 * be specified using an integer number (0 for GL_TEXTURE0 etc.)
240 * Binds the specified texture as a GL_TEXTURE_2D texture.
247 * Binds the specified texture with the specified render target
    [all...]
  /libcore/luni/src/main/java/java/security/cert/
CRLException.java 30 * Creates a new {@code CRLException} with the specified message.
46 * Creates a new {@code CRLException} with the specified message and cause.
58 * Creates a new {@code CRLException} with the specified cause.
CertPathBuilderException.java 30 * Creates a new {@code CertPathBuilderException} with the specified message
43 * Creates a new {@code CertPathBuilderException} with the specified cause.
53 * Creates a new {@code CertPathBuilderException} with the specified
CertPathValidatorSpi.java 36 * CertPathValidator} using the specified algorithm parameters.
44 * if the validation fails, or the algorithm of the specified
48 * if the specified algorithm parameters cannot be used with

Completed in 583 milliseconds

<<11121314151617181920>>