OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:creates
(Results
326 - 350
of
8951
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/neven/Embedded/common/src/b_TensorEm/
Flt16Alt2D.h
100
/**
creates
identity alt */
103
/**
creates
rotation alt */
107
/**
creates
scale alt */
112
/**
creates
rigid alt (scale & rotation) */
118
/**
creates
rigid alt (scale & rotation) that mapps vecIn1 and vecIn2 to vecOut1 and vecOut2*/
124
/**
creates
alt from 16 bit values */
134
/**
creates
alt from 32 bit values (automatic adjustment of bbp value) */
/prebuilts/go/darwin-x86/src/encoding/gob/
type_test.go
70
t.Errorf("second registration of [3]int
creates
new type")
75
t.Errorf("registration of [3]int
creates
same type as [4]int")
80
t.Errorf("registration of [3]bool
creates
same type as [3]int")
95
t.Errorf("second registration of []int
creates
new type")
100
t.Errorf("registration of []bool
creates
same type as []int")
115
t.Errorf("second registration of map[string]int
creates
new type")
120
t.Errorf("registration of map[string]bool
creates
same type as map[string]int")
/prebuilts/go/linux-x86/src/encoding/gob/
type_test.go
70
t.Errorf("second registration of [3]int
creates
new type")
75
t.Errorf("registration of [3]int
creates
same type as [4]int")
80
t.Errorf("registration of [3]bool
creates
same type as [3]int")
95
t.Errorf("second registration of []int
creates
new type")
100
t.Errorf("registration of []bool
creates
same type as []int")
115
t.Errorf("second registration of map[string]int
creates
new type")
120
t.Errorf("registration of map[string]bool
creates
same type as map[string]int")
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
parser.so
/external/opencv3/modules/cudafilters/include/opencv2/
cudafilters.hpp
90
/** @brief
Creates
a normalized 2D box filter.
108
/** @brief
Creates
a non-separable linear 2D filter.
126
/** @brief
Creates
a Laplacian operator.
145
/** @brief
Creates
a separable linear filter.
165
/** @brief
Creates
a generalized Deriv operator.
184
/** @brief
Creates
a Sobel operator.
202
/** @brief
Creates
a vertical or horizontal Scharr operator.
222
/** @brief
Creates
a Gaussian filter.
243
/** @brief
Creates
a 2D morphological filter.
266
/** @brief
Creates
the maximum filter
[
all
...]
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
CallServiceNotifier.java
72
*
Creates
a CallService & initializes notification manager.
184
*
Creates
a notification object for using the telecom APIs.
209
*
Creates
a notification object out of the current calls state.
228
*
Creates
the intent to remove the notification.
238
*
Creates
the intent to register a phone account.
247
*
Creates
the intent to show all phone accounts.
256
*
Creates
the intent to start an incoming 1-way video call (receive-only)
265
*
Creates
the intent to start an incoming 2-way video call
274
*
Creates
the intent to start an incoming audio call
/development/samples/NotePad/src/com/example/android/notepad/
NotesLiveFolder.java
28
* This Activity
creates
a live folder Intent and
29
* sends it back to HOME. From the data in the Intent, HOME
creates
a live folder and displays
57
//
Creates
a new Intent.
97
/*
Creates
an ActivityResult object to propagate back to HOME. Set its result indicator
105
// If the original action was not ACTION_CREATE_LIVE_FOLDER,
creates
an
/external/autotest/server/cros/multimedia/
remote_facade_factory.py
180
"""
Creates
an audio facade object."""
186
"""
Creates
a display facade object."""
192
"""
Creates
a system facade object."""
198
""""
Creates
a USB facade object."""
203
""""
Creates
a browser facade object."""
/external/gmock/src/
gmock-cardinalities.cc
139
//
Creates
a cardinality that allows at least n calls.
142
//
Creates
a cardinality that allows at most n calls.
145
//
Creates
a cardinality that allows any number of calls.
148
//
Creates
a cardinality that allows between min and max calls.
153
//
Creates
a cardinality that allows exactly n calls.
/external/google-breakpad/src/testing/src/
gmock-cardinalities.cc
139
//
Creates
a cardinality that allows at least n calls.
142
//
Creates
a cardinality that allows at most n calls.
145
//
Creates
a cardinality that allows any number of calls.
148
//
Creates
a cardinality that allows between min and max calls.
153
//
Creates
a cardinality that allows exactly n calls.
/frameworks/base/core/java/android/net/http/
SslError.java
83
*
Creates
a new SslError object using the supplied error and certificate.
95
*
Creates
a new SslError object using the supplied error and certificate.
107
*
Creates
a new SslError object using the supplied error, certificate and
122
*
Creates
a new SslError object using the supplied error, certificate and
133
*
Creates
an SslError object from a chromium error code.
/frameworks/base/drm/java/android/drm/
DrmRights.java
48
*
Creates
a <code>DrmRights</code> object with the given parameters.
59
*
Creates
a <code>DrmRights</code> object with the given parameters.
72
*
Creates
a <code>DrmRights</code> object with the given parameters.
88
*
Creates
a <code>DrmRights</code> object with the given parameters.
113
*
Creates
a <code>DrmRights</code> object with the given parameters.
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
AnimationProps.java
68
*
Creates
an animation with a default {@param duration} and {@param interpolator} for all
76
*
Creates
an animation with a default {@param duration} and {@param interpolator} for all
85
*
Creates
an animation with a default {@param startDelay}, {@param duration} and
93
*
Creates
an animation with a default {@param startDelay}, {@param duration} and
105
*
Creates
a new {@link AnimatorSet} that will animate the given animators. Callers need to
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
CommandPacket.java
41
*
Creates
an empty CommandPacket with empty header and no data.
48
*
Creates
an empty CommandPacket for specific JDWP command with no data.
57
*
Creates
CommandPacket from given array of bytes including header and data sections.
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
SignerTest.java
66
* verify Signer()
creates
instance
76
* verify Signer(String)
creates
instance
86
* verify Signer(String, IdentityScope)
creates
instance
/external/apache-http/src/org/apache/http/
HttpException.java
53
*
Creates
a new HttpException with a <tt>null</tt> detail message.
60
*
Creates
a new HttpException with the specified detail message.
69
*
Creates
a new HttpException with the specified detail message and cause.
ProtocolException.java
52
*
Creates
a new ProtocolException with a <tt>null</tt> detail message.
59
*
Creates
a new ProtocolException with the specified detail message.
68
*
Creates
a new ProtocolException with the specified detail message and cause.
/external/apache-http/src/org/apache/http/auth/
AuthenticationException.java
52
*
Creates
a new AuthenticationException with a <tt>null</tt> detail message.
59
*
Creates
a new AuthenticationException with the specified message.
68
*
Creates
a new AuthenticationException with the specified detail message and cause.
InvalidCredentialsException.java
51
*
Creates
a new InvalidCredentialsException with a <tt>null</tt> detail message.
58
*
Creates
a new InvalidCredentialsException with the specified message.
67
*
Creates
a new InvalidCredentialsException with the specified detail message and cause.
MalformedChallengeException.java
53
*
Creates
a new MalformedChallengeException with a <tt>null</tt> detail message.
60
*
Creates
a new MalformedChallengeException with the specified message.
69
*
Creates
a new MalformedChallengeException with the specified detail message and cause.
/external/apache-http/src/org/apache/http/client/
CircularRedirectException.java
50
*
Creates
a new CircularRedirectException with a <tt>null</tt> detail message.
57
*
Creates
a new CircularRedirectException with the specified detail message.
66
*
Creates
a new CircularRedirectException with the specified detail message and cause.
RedirectException.java
52
*
Creates
a new RedirectException with a <tt>null</tt> detail message.
59
*
Creates
a new RedirectException with the specified detail message.
68
*
Creates
a new RedirectException with the specified detail message and cause.
/external/apache-http/src/org/apache/http/cookie/
MalformedCookieException.java
54
*
Creates
a new MalformedCookieException with a <tt>null</tt> detail message.
61
*
Creates
a new MalformedCookieException with a specified message string.
70
*
Creates
a new MalformedCookieException with the specified detail message and cause.
/external/apache-http/src/org/apache/http/impl/auth/
UnsupportedDigestAlgorithmException.java
51
*
Creates
a new UnsupportedAuthAlgoritmException with a <tt>null</tt> detail message.
58
*
Creates
a new UnsupportedAuthAlgoritmException with the specified message.
67
*
Creates
a new UnsupportedAuthAlgoritmException with the specified detail message and cause.
/external/apache-xml/src/main/java/org/apache/xpath/res/
XPATHMessages.java
41
*
Creates
a message from the specified key and replacement
59
*
Creates
a message from the specified key and replacement
77
*
Creates
a message from the specified key and replacement
Completed in 1578 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>