HomeSort by relevance Sort by last modified time
    Searched full:creates (Results 1276 - 1300 of 8951) sorted by null

<<51525354555657585960>>

  /external/proguard/src/proguard/classfile/instruction/
SimpleInstruction.java 39 * Creates an uninitialized SimpleInstruction.
45 * Creates a new SimpleInstruction with the given opcode.
54 * Creates a new SimpleInstruction with the given opcode and constant.
  /external/proguard/src/proguard/shrink/
ShortestUsagePrinter.java 52 * Creates a new UsagePrinter that prints verbosely to <code>System.out</code>.
63 * Creates a new UsagePrinter that prints to the given stream.
75 * Creates a new UsagePrinter that prints to the given stream.
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAppWidgetManager.java 60 * Finds or creates an {@code AppWidgetManager} for the given {@code context}
126 * Creates a widget by inflating its layout.
137 * Creates a bunch of widgets by inflating the same layout multiple times.
  /external/skia/gm/
composeshader.cpp 124 // creates a square bitmap with red background and a green circle in the center
137 // creates a square alpha8 bitmap with transparent background and an opaque circle in the center
150 // creates a linear gradient shader
  /external/skia/src/codec/
SkBmpCodec.h 27 * Creates a bmp decoder
33 * Creates a bmp decoder for a bmp embedded in ico
108 * Creates a bmp decoder
  /external/skia/src/gpu/
GrPathRendering.h 81 * Creates a new gpu path, based on the specified path and stroke and returns it.
91 * Creates a range of gpu paths with a common stroke. The caller owns a ref on the
101 * Creates a range of glyph paths, indexed by glyph id. The glyphs will have an
  /external/v8/src/
factory.h 91 // Creates a new String object. There are two String encodings: one-byte and
191 // Creates a single character string where the character has given code.
210 // Creates a new external String object. There are two String encodings
328 // This method expects a COW array in new space, and creates a copy
455 // Creates a new JSTypedArray with the specified buffer.
461 // Creates a new on-heap JSTypedArray.
477 // Creates a new JSIteratorResult object with the arguments {value} and
654 // Creates a new FixedArray that holds the data associated with the
662 // Creates a new FixedArray that holds the data associated with the
681 // Creates a heap object based on the map. The fields of the heap object ar
    [all...]
  /external/vulkan-validation-layers/loader/
debug_report.h 64 * App creates a callback object: fn(..., &MsgCallbackObject1)
69 * the CreateMsgCallback loader terminator function that creates the actual
87 * App creates a callback object: fn(..., &MsgCallbackObject2)
  /external/webrtc/talk/app/webrtc/
jsep.h 68 // Creates a SDP-ized form of this candidate.
72 // Creates a IceCandidateInterface based on SDP string.
124 // Creates a SessionDescriptionInterface based on SDP string and the type.
  /external/webrtc/talk/media/base/
mediaengine.h 81 // Creates a voice media channel. Returns NULL on failure.
85 // Creates a video media channel, paired with the specified voice channel.
123 // Creates a media engine, using either the compiled system default or the
  /external/webrtc/webrtc/libjingle/xmpp/
pubsubtasks.cc 47 // Creates <pubsub node="node"><items></pubsub>
56 // Creates <pubsub node="node"><publish><item id="itemid">payload</item>...
76 // Creates <pubsub node="node"><publish><item id="itemid">payload</item>...
  /external/webrtc/webrtc/modules/audio_coding/acm2/
rent_a_codec.h 199 // Creates and returns an audio encoder built to the given specification.
219 // Creates and returns an audio encoder stack constructed to the given
230 // Creates and returns an iSAC decoder, which will remain live until the
  /external/webrtc/webrtc/tools/loopback_test/
adapter.js 66 // Creates iceServer from the url for FF.
142 // Creates iceServer from the url for Chrome M33 and earlier.
158 // Creates iceServers from the urls for Chrome M34 and above.
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPDateTimeFactory.java 41 * Creates an <code>XMPDateTime</code> from a <code>Calendar</code>-object.
53 * Creates an <code>XMPDateTime</code>-object from initial values.
80 * Creates an <code>XMPDateTime</code> from an ISO 8601 string.
  /frameworks/base/core/java/android/view/
ContextThemeWrapper.java 38 * Creates a new context wrapper with no theme and no base context.
49 * Creates a new context wrapper with the specified theme.
65 * Creates a new context wrapper with the specified theme.
  /frameworks/opt/colorpicker/src/com/android/colorpicker/
ColorPickerPalette.java 31 * A color picker custom view which creates an grid of color squares. The number of squares per
173 * Creates a blank space to fill the row.
184 * Creates a color swatch.
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouteProviderDescriptor.java 109 * Creates an instance from a bundle.
126 * Creates an empty media route provider descriptor builder.
133 * Creates a media route provider descriptor builder whose initial contents are
MediaSessionStatus.java 163 * Creates an instance from a bundle.
179 * Creates a media session status builder using the current time as the
191 * Creates a media session status builder whose initial contents are
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
SignerTest.java 76 * verify Signer() creates instance
86 * verify Signer(String) creates instance
100 * verify Signer(String, IdentityScope) creates instance
  /libcore/ojluni/src/main/java/java/security/
Signer.java 60 * Creates a signer. This constructor should only be used for
69 * Creates a signer with the specified identity name.
78 * Creates a signer with the specified identity name and scope.
  /libcore/ojluni/src/main/java/java/security/cert/
LDAPCertStoreParameters.java 62 * Creates an instance of <code>LDAPCertStoreParameters</code> with the
78 * Creates an instance of <code>LDAPCertStoreParameters</code> with the
90 * Creates an instance of <code>LDAPCertStoreParameters</code> with the
  /libcore/ojluni/src/main/java/java/util/jar/
JarEntry.java 43 * Creates a new <code>JarEntry</code> for the specified JAR file
56 * Creates a new <code>JarEntry</code> with fields taken from the
66 * Creates a new <code>JarEntry</code> with fields taken from the
  /libcore/ojluni/src/main/java/sun/security/x509/
DistributionPointName.java 96 * Creates a distribution point name using a full name.
110 * Creates a distribution point name using a relative name.
125 * Creates a distribution point name from its DER-encoded form.
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
BaseActionFragment.java 77 * Creates a new action fragment with the given list of actions and a given name.
84 * Creates a new action fragment with the given list of actions and starting index.
91 * Creates a new action fragment with the given list of actions, given name and starting index.
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DictDecoder.java 134 * Creates DictionaryBuffer using a ByteBuffer
164 * Creates DictionaryBuffer using a byte array
189 * Creates DictionaryBuffer using a writable ByteBuffer and a RandomAccessFile.

Completed in 1926 milliseconds

<<51525354555657585960>>