Searched
full:create (Results
501 -
525 of
31395) sorted by null
<<21222324252627282930>>
/external/skia/include/effects/ |
SkBlurMaskFilter.h | 37 static SkMaskFilter* Create(SkScalar radius, BlurStyle style, 40 /** Create a blur maskfilter. 46 static SkMaskFilter* Create(BlurStyle style, SkScalar sigma, 49 /** Create an emboss maskfilter
|
/external/skia/src/images/ |
SkImageEncoder_Factory.cpp | 13 SkImageEncoder* SkImageEncoder::Create(Type t) {
|
/external/skia/src/lazy/ |
SkPurgeableMemoryBlock.h | 22 * Create a new purgeable memory block of 'size' bytes. Returns NULL if not supported on this 27 static SkPurgeableMemoryBlock* Create(size_t size); 90 // The correct way to create a new one is from the static Create.
|
/frameworks/base/core/java/android/app/admin/ |
package.html | 3 <p>Provides device administration features at the system level, allowing you to create
|
/frameworks/base/docs/html/training/ |
building-graphics.jd | 10 If you want to go beyond the basic user interface to create a beautiful visual experience,
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
package.html | 7 <p>You can create most of these drawables using XML, as described in <a
|
/frameworks/support/v7/mediarouter/src/android/support/v7/app/ |
MediaRouteDialogFactory.java | 47 * Called when the chooser dialog is being opened and it is time to create the fragment. 49 * Subclasses may override this method to create a customized fragment. 59 * Called when the controller dialog is being opened and it is time to create the fragment. 61 * Subclasses may override this method to create a customized fragment.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
atmclip.h | 19 #define SIOCMKCLIP _IO('a',ATMIOC_CLIP) /* create IP interface */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
atmclip.h | 19 #define SIOCMKCLIP _IO('a',ATMIOC_CLIP) /* create IP interface */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
atmclip.h | 19 #define SIOCMKCLIP _IO('a',ATMIOC_CLIP) /* create IP interface */
|
/hardware/qcom/media/mm-core/omxcore/src/7630/ |
qc_registry_table.c | 42 NULL, // Create instance function 62 NULL, // Create instance function 82 NULL, // Create instance function 102 NULL, // Create instance function 122 NULL, // Create instance function 142 NULL, // Create instance function 162 NULL, // Create instance function 182 NULL, // Create instance function 202 NULL, // Create instance function 222 NULL, // Create instance functio [all...] |
/developers/build/prebuilts/gradle/BasicAndroidKeyStore/BasicAndroidKeyStoreSample/src/main/res/values/ |
base-strings.xml | 27 This sample demonstrates how to use the Android Key Store to safely create and store 30 To create a new KeyPair, click \"Create\".\n\n
|
/developers/samples/android/security/keystore/BasicAndroidKeyStore/ |
template-params.xml | 29 This sample demonstrates how to use the Android Key Store to safely create and store 32 To create a new KeyPair, click \"Create\".\n\n
|
/development/samples/browseable/BasicAndroidKeyStore/res/values/ |
base-strings.xml | 27 This sample demonstrates how to use the Android Key Store to safely create and store 30 To create a new KeyPair, click \"Create\".\n\n
|
/device/google/accessory/demokit/ |
make-download.sh | 27 # create the directory structure 46 echo "packaged directories assembled. Next: create zip" 49 # create the zip download
|
/external/chromium/chrome/common/extensions/docs/images/intermediate/ |
README.txt | 1 This directory contains files that we've used to create images. If you 14 An OmniGraffle file used to create the arch-* figures in overview.html. 17 create the images I set the layers' visibility appropriately and took
|
/external/chromium/chrome/common/extensions/docs/static/ |
tabs.html | 8 create, modify, and rearrange tabs in the browser. 33 <a href="#method-create"><code>create</code></a> and
|
/external/chromium/crypto/ |
signature_creator.h | 38 // Create an instance. The caller must ensure that the provided PrivateKey 40 static SignatureCreator* Create(RSAPrivateKey* key); 49 // Private constructor. Use the Create() method instead.
|
/external/chromium_org/cc/layers/ |
solid_color_layer_impl.cc | 22 return SolidColorLayerImpl::Create(tree_impl, id()).PassAs<LayerImpl>(); 31 // We create a series of smaller quads instead of just one large one so that 41 scoped_ptr<SolidColorDrawQuad> quad = SolidColorDrawQuad::Create();
|
/external/chromium_org/chrome/common/extensions/api/ |
cast_streaming_session.idl | 13 // Callback from the <code>create</code> method. 23 // source. This will create two RTP streams and a UDP transport that 29 [nocompile] static void create(
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
github_file_system_provider.py | 18 def Create(self, owner, repo): 32 NewGithubFileSystem.Create(owner, repo, self._object_store_creator), 38 def Create(self, owner, repo):
|
template_renderer.py | 50 'api_list': server_instance.api_list_data_source_factory.Create(), 51 'apis': server_instance.api_data_source_factory.Create(request), 52 'samples': server_instance.samples_data_source_factory.Create(request),
|
/external/chromium_org/content/browser/renderer_host/input/ |
synthetic_gesture.h | 23 // 1) Create a sub-type of SyntheticGesture that implements the gesture. 24 // 2) Extend SyntheticGesture::Create with the new class. 34 static scoped_ptr<SyntheticGesture> Create(
|
/external/chromium_org/content/test/ |
mock_render_process.cc | 26 // Unlike RenderProcessImpl, when we're a test, we can just create transport 29 *memory = TransportDIB::Create(size, transport_dib_next_sequence_number_++); 52 return TransportDIB::Create(size, transport_dib_next_sequence_number_++);
|
/external/chromium_org/crypto/ |
signature_creator.h | 33 // Create an instance. The caller must ensure that the provided PrivateKey 35 static SignatureCreator* Create(RSAPrivateKey* key); 51 // Private constructor. Use the Create() method instead.
|
Completed in 1123 milliseconds
<<21222324252627282930>>