OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:spec
(Results
1501 - 1525
of
5555
) sorted by null
<<
61
62
63
64
65
66
67
68
69
70
>>
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
SimpleTimeZoneTest.java
186
//this behavior is contradicts with
spec
502
//
Spec
indicates that both end and start must be set or result is
550
//
Spec
indicates that both end and start must be set or result is
618
//
Spec
indicates that both end and start must be set or result is
659
//
Spec
indicates that both end and start must be set or result is
708
//
Spec
indicates that both end and start must be set or result is
793
//
Spec
indicates that both end and start must be set or result is
[
all
...]
/libcore/luni/src/test/java/tests/security/spec/
EllipticCurveTest.java
18
package tests.security.
spec
;
23
import java.security.
spec
.ECField;
24
import java.security.
spec
.ECFieldF2m;
25
import java.security.
spec
.ECFieldFp;
26
import java.security.
spec
.EllipticCurve;
436
* java/security/
spec
/EllipticCurve#EllipticCurve(EcField,BigInteger,BigInteger)
542
* java.security.
spec
.EllipticCurve#getSeed()
/libcore/ojluni/src/main/java/java/lang/
Package.java
366
// String
spec
= specTitle;
368
// if (
spec
!= null &&
spec
.length() > 0)
369
//
spec
= ", " +
spec
;
371
//
spec
= "";
376
// return "package " + pkgName +
spec
+ ver;
/libcore/ojluni/src/main/java/sun/security/ssl/
SSLSessionImpl.java
90
* of the SSLv3
spec
.
100
* Information not part of the SSLv3 protocol
spec
, but used
136
* cipher
spec
. This constructor returns a session which could
146
* Create a new session, using a given cipher
spec
. This will
158
* Record a new session, using a given cipher
spec
and session ID.
305
* Returns the cipher
spec
in use on this session
312
* Resets the cipher
spec
in use on this session
/prebuilts/go/darwin-x86/src/go/types/
stmt.go
52
//
spec
: "Implementation restriction: A compiler may make it illegal to
235
//
spec
: "With the exception of specific built-in functions,
331
//
spec
: "Implementation restriction: A compiler may disallow an empty expression
403
//
spec
: "A missing switch expression is
510
//
spec
: "The TypeSwitchGuard may include a short variable declaration.
607
//
spec
: "The init statement may be a short variable
714
//
spec
: "The scope of a constant or variable identifier declared inside
typexpr.go
154
//
spec
: "The receiver is specified via an extra parameter section preceding the
168
//
spec
: "The receiver type must be of the form T or *T where T is a type name."
173
//
spec
: "The type denoted by T is called the receiver base type; it must not
298
//
spec
: "The comparison operators == and != must be fully defined
484
//
spec
: "As with all method sets, in an interface type,
634
//
spec
: "Within a struct, non-blank field names must be unique."
671
//
spec
: "An embedded type must be specified as a type name
/prebuilts/go/linux-x86/src/go/types/
stmt.go
52
//
spec
: "Implementation restriction: A compiler may make it illegal to
235
//
spec
: "With the exception of specific built-in functions,
331
//
spec
: "Implementation restriction: A compiler may disallow an empty expression
403
//
spec
: "A missing switch expression is
510
//
spec
: "The TypeSwitchGuard may include a short variable declaration.
607
//
spec
: "The init statement may be a short variable
714
//
spec
: "The scope of a constant or variable identifier declared inside
typexpr.go
154
//
spec
: "The receiver is specified via an extra parameter section preceding the
168
//
spec
: "The receiver type must be of the form T or *T where T is a type name."
173
//
spec
: "The type denoted by T is called the receiver base type; it must not
298
//
spec
: "The comparison operators == and != must be fully defined
484
//
spec
: "As with all method sets, in an interface type,
634
//
spec
: "Within a struct, non-blank field names must be unique."
671
//
spec
: "An embedded type must be specified as a type name
/dalvik/dx/src/com/android/dx/cf/code/
LocalsArraySet.java
208
public void set(RegisterSpec
spec
) {
209
set(
spec
.getReg(),
spec
);
local
/development/samples/Support7Demos/src/com/example/android/supportv7/widget/
DrawerLayoutActivity.java
42
* <a href="https://www.google.com/design/
spec
/patterns/navigation-drawer.html">Material design
154
// that we can determine the width of the drawer based on the Material
spec
at
155
// https://www.google.com/design/
spec
/patterns/navigation-drawer.html#navigation-drawer-specs
/external/autotest/client/tests/ctcs/
ctcs.tar.bz2
/external/autotest/site_utils/
brillo_aue2e_test.py
63
parser.add_argument('-t', '--target_payload', metavar='
SPEC
', required=True,
71
parser.add_argument('-s', '--source_payload', metavar='
SPEC
',
74
'for
SPEC
.')
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
KeyAgreementSpi.java
10
import java.security.
spec
.AlgorithmParameterSpec;
40
// import org.bouncycastle.jcajce.
spec
.MQVParameterSpec;
42
import org.bouncycastle.jcajce.
spec
.UserKeyingMaterialSpec;
/external/chromium-trace/catapult/devil/devil/android/
fastboot_utils_test.py
43
self.file = mock.MagicMock(
spec
=file)
58
fastbooter = mock.Mock(
spec
=fastboot.Fastboot)
65
device = mock.Mock(
spec
=device_utils.DeviceUtils)
/external/mesa3d/docs/
xlibdriver.html
217
<a href="MESA_pixmap_colormap.
spec
">GLX_MESA_pixmap_colormap specification</a>
246
<a href="MESA_release_buffers.
spec
">GLX_MESA_release_buffers specification</a>
259
<a href="MESA_copy_sub_buffer.
spec
">GLX_MESA_copy_sub_buffer specification</a>
/external/mesa3d/src/glsl/
ir_function_detect_recursion.cpp
38
* The GLSL
spec
is a bit wishy-washy about recursion.
40
* From page 39 (page 45 of the PDF) of the GLSL 1.10
spec
:
92
* From page 44 (page 50 of the PDF) of the GLSL 1.20
spec
:
/external/mesa3d/src/mesa/main/
drawpix.c
180
/* Do nothing. See OpenGL
Spec
, Appendix B, Corollary 6. */
285
/* Do nothing. See OpenGL
Spec
, Appendix B, Corollary 6. */
361
/* Do nothing. See OpenGL
Spec
, Appendix B, Corollary 6. */
shader_query.cpp
166
* From page 95 of the OpenGL 3.0
spec
:
330
* From page 95 of the OpenGL 3.0
spec
:
386
* From page 95 of the OpenGL 3.0
spec
:
syncobj.c
228
/* From the GL_ARB_sync
spec
:
318
/* From the GL_ARB_sync
spec
:
360
/* From the GL_ARB_sync
spec
:
/external/owasp/sanitizer/src/main/org/owasp/html/examples/
EbayPolicyExample.java
64
// The 16 colors defined by the HTML
Spec
(also used by the CSS
Spec
)
69
// HTML/CSS
Spec
allows 3 or 6 digit hex to specify color
/external/tremolo/Tremolo/
dsp.c
286
then
spec
says the end is cut, not beginning */
318
spec
. Either way, believe the bitstream } */
320
spec
. Either way, believe the bitstream } */
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
ListViewCompat.java
247
* @param widthMeasureSpec The width measure
spec
to be given to a child's
305
// Compute child height
spec
323
//
spec
, we must measure it again before reuse.
/libcore/luni/src/test/java/libcore/javax/crypto/
ECDHKeyAgreementTest.java
37
import java.security.
spec
.ECGenParameterSpec;
38
import java.security.
spec
.PKCS8EncodedKeySpec;
39
import java.security.
spec
.X509EncodedKeySpec;
/libcore/ojluni/src/main/java/javax/net/ssl/
KeyManagerFactory.java
275
* @param
spec
an implementation of a provider-specific parameter
279
public final void init(ManagerFactoryParameters
spec
) throws
281
factorySpi.engineInit(
spec
);
TrustManagerFactory.java
266
* @param
spec
an implementation of a provider-specific parameter
271
public final void init(ManagerFactoryParameters
spec
) throws
273
factorySpi.engineInit(
spec
);
Completed in 1777 milliseconds
<<
61
62
63
64
65
66
67
68
69
70
>>