Searched defs:create (Results 26 - 50 of 1914) sorted by path

1234567891011>>

/external/bluetooth/bluedroid/bta/include/
H A Dbta_gatt_api.h609 tBTA_GATTS_CREATE create; member in union:__anon800
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECCurve.java51 public ECCurve create() method in class:ECCurve.Config
/external/chromium-trace/trace-viewer/third_party/gl-matrix/dist/
H A Dgl-matrix.js136 vec2.create = function() {
544 var vec = vec2.create();
620 vec3.create = function() {
1028 var vec = vec3.create();
1104 vec4.create = function() {
1516 var vec = vec4.create();
1592 mat2.create = function() {
1846 mat2d.create = function() {
2086 mat3.create = function() {
2432 * @param {quat} q Quaternion to create matri
[all...]
/external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/
H A Dmat2.js34 mat2.create = function() {
H A Dmat2d.js49 mat2d.create = function() {
H A Dmat3.js34 mat3.create = function() {
380 * @param {quat} q Quaternion to create matrix from
H A Dmat4.js34 mat4.create = function() {
610 * var quatMat = mat4.create();
660 * @param {quat} q Quaternion to create matrix from
H A Dquat.js34 quat.create = function() {
H A Dvec2.js34 vec2.create = function() {
442 var vec = vec2.create();
H A Dvec3.js34 vec3.create = function() {
442 var vec = vec3.create();
H A Dvec4.js34 vec4.create = function() {
446 var vec = vec4.create();
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwAutofillClient.java28 public static AwAutofillClient create(long nativeClient) { method in class:AwAutofillClient
H A DAwHttpAuthHandler.java35 public static AwHttpAuthHandler create(long nativeAwAuthHandler, boolean firstAttempt) { method in class:AwHttpAuthHandler
H A DExternalVideoSurfaceContainer.java86 public ExternalVideoSurfaceContainer create( method in class:ExternalVideoSurfaceContainer.Factory
100 private static ExternalVideoSurfaceContainer create( method in class:ExternalVideoSurfaceContainer
102 return sFactory.create(nativeExternalVideoSurfaceContainer, contentViewCore);
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/permission/
H A DAwPermissionRequest.java30 private static AwPermissionRequest create(long nativeAwPermissionRequest, String url, method in class:AwPermissionRequest
/external/chromium_org/base/android/java/src/org/chromium/base/
H A DJavaHandlerThread.java23 private static JavaHandlerThread create(String name) { method in class:JavaHandlerThread
H A DPowerMonitor.java41 // Applications will create this once the JNI side has been fully wired up both sides. For
52 public static void create(Context context) { method in class:PowerMonitor
H A DSystemMessageHandler.java105 private static SystemMessageHandler create(long messagePumpDelegateNative) { method in class:SystemMessageHandler
/external/chromium_org/base/android/jni_generator/java/src/org/chromium/example/jni_generator/
H A DSampleForTests.java59 // - The best way to pass "compound" datatypes across in either direction is to create an inner
63 // - It's simpler to create thin wrappers with a well defined JNI interface than to
70 // - Iterate over containers where they are originally owned, then create inner structs or
240 private static InnerStructA create(long l, int i, String s) { method in class:SampleForTests.InnerStructA
/external/chromium_org/base/
H A Dpath_service.cc236 // Just call the full function with true for the value of |create|, and
245 bool create) {
254 if (create) {
242 OverrideAndCreateIfNeeded(int key, const FilePath& path, bool is_absolute, bool create) argument
/external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/
H A DAdvancedMockContext.java61 // Auto-create shared preferences to mimic Android Context behavior
104 public static MapBuilder create() { method in class:AdvancedMockContext.MapBuilder
/external/chromium_org/cc/trees/
H A Dlayer_tree_impl.h65 static scoped_ptr<LayerTreeImpl> create( function in class:cc::LayerTreeImpl
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DChromeBrowserProvider.java878 private static BookmarkNode create( method in class:ChromeBrowserProvider.BookmarkNode
H A DChromeHttpAuthHandler.java33 private static ChromeHttpAuthHandler create(long nativeChromeHttpAuthHandler) { method in class:ChromeHttpAuthHandler
H A DTtsPlatformImpl.java136 private static TtsPlatformImpl create(long nativeTtsPlatformImplAndroid, method in class:TtsPlatformImpl

Completed in 7145 milliseconds

1234567891011>>