HomeSort by relevance Sort by last modified time
    Searched full:valid (Results 76 - 100 of 4665) sorted by null

1 2 34 5 6 7 8 91011>>

  /dalvik/libcore/security/src/test/java/tests/security/interfaces/
Util.java 31 * Valid P for DSA tests
42 * Valid Q for DSA tests
48 * Valid G for DSA tests
64 * Valid RSA parameters
73 * Valid EC parameters
  /external/dbus/dbus/
dbus-marshal-validate-util.c 227 "not a valid signature",
247 _dbus_warn ("Path \"%s\" should have been valid\n", valid_paths[i]);
263 _dbus_assert_not_reached ("valid path");
278 _dbus_warn ("Interface \"%s\" should have been valid\n", valid_interfaces[i]);
294 _dbus_assert_not_reached ("valid interface");
300 /* Bus name validation (check that valid interfaces are valid bus names,
311 _dbus_warn ("Bus name \"%s\" should have been valid\n", valid_interfaces[i]);
329 _dbus_assert_not_reached ("valid bus name");
345 _dbus_warn ("Bus name \"%s\" should have been valid\n", valid_unique_names[i])
    [all...]
  /external/bluetooth/glib/gobject/
gparamspecs.h 44 * @pspec: a valid #GParamSpec instance
53 * @pspec: a valid #GParamSpec instance
67 * @pspec: a valid #GParamSpec instance
76 * @pspec: a valid #GParamSpec instance
90 * @pspec: a valid #GParamSpec instance
99 * @pspec: a valid #GParamSpec instance
113 * @pspec: a valid #GParamSpec instance
122 * @pspec: a valid #GParamSpec instance
136 * @pspec: a valid #GParamSpec instance
145 * @pspec: a valid #GParamSpec instanc
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/dmedia/
SDL_irixaudio.c 147 int valid = 0; local
154 valid = (ALsetparams(AL_DEFAULT_DEVICE, audio_param, 2) < 0);
161 valid = (alSetParams(AL_DEFAULT_OUTPUT, &audio_param, 1) < 0);
165 while ((!valid) && (test_format)) {
166 valid = 1;
181 valid = 0;
186 if (valid) {
188 valid = 0;
214 valid = 1;
223 if (!valid) {
    [all...]
  /external/bluetooth/glib/docs/reference/glib/tmpl/
date.sgml 51 representation is valid. Sometimes neither is valid. Use the API.
143 date becomes valid after you set it to a Julian day or you set a day,
148 @julian: this bit is set if @julian_days is valid
149 @dmy: this is set if @day, @month and @year are valid
278 returned date will be valid.
290 Julian day number you pass in is valid (greater than 0, less than an
291 unreasonably large number), the returned date will be valid.
351 triplet must be valid; if you aren't sure it is, call g_date_valid_dmy() to
402 valid after the call. Otherwise, it will be invalid. You should check
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
FileDescriptorTest.java 96 * @tests java.io.FileDescriptor#valid()
100 method = "valid",
104 // Test for method boolean java.io.FileDescriptor.valid()
111 assertTrue("Valid fd returned false", fd.valid());
113 assertTrue("Invalid fd returned true", !fd.valid());
  /dalvik/libcore/security/src/main/java/java/security/cert/
PKIXCertPathValidatorResult.java 33 // Valid policy tree resulting from PKIX
41 * trust anchor, the valid policy tree and the subject public key.
47 * the valid policy tree from the validation.
66 * Returns the valid policy tree from the validation.
68 * @return the valid policy tree from the validation.
118 sb.append(policyTree == null ? "no valid policy tree\n" //$NON-NLS-1$
  /sdk/layoutopt/app/src/com/android/layoutopt/cli/
Main.java 41 if (!p.valid) {
84 * Builds a valid Parameters object. Parses the paramters if necessary
93 p.valid = false;
103 p.valid = true;
114 * True if this list of parameters is valid, false otherwise.
116 boolean valid; field in class:Main.Parameters
  /dalvik/libcore/nio/src/main/java/java/nio/channels/spi/
AbstractSelectionKey.java 40 * Indicates whether this key is valid. A key is valid as long as it has not
54 * A key that has been canceled is no longer valid. Calling this method on
  /external/opencore/
quick_start.txt 30 To see a list of valid <test_args>:
44 To see a list of valid <test_args>:
58 To see a list of valid <test_args>:
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/
try-001.js 37 * Check to see if the input is valid for java.lang.Integer. If it is
38 * not valid, throw INVALID_JAVA_INTEGER_VALUE. If input is valid,
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerGetCurrentPositionStateUnitTest.java 24 * Unit test class to test the set of valid and invalid states that
31 * 1. It is valid to call getCurrentPosition() in the following states:
39 // Valid states.
MediaPlayerGetDurationStateUnitTest.java 24 * Unit test class to test the set of valid and invalid states that
31 * 1. It is valid to call getDuration() in the following states:
39 // Valid states.
MediaPlayerGetVideoHeightStateUnitTest.java 24 * Unit test class to test the set of valid and invalid states that
31 * 1. It is valid to call getVideoHeight() in the following states:
39 // Valid states.
MediaPlayerGetVideoWidthStateUnitTest.java 24 * Unit test class to test the set of valid and invalid states that
31 * 1. It is valid to call getVideoWidth() in the following states:
39 // Valid states.
MediaPlayerIsPlayingStateUnitTest.java 24 * Unit test class to test the set of valid and invalid states that
31 * 1. It is valid to call isPlaying() in the following states:
39 // Valid states.
MediaPlayerPauseStateUnitTest.java 24 * Unit test class to test the set of valid and invalid states that
31 * 1. It is valid to call pause() in the following states:
39 // Valid states.
MediaPlayerResetStateUnitTest.java 24 * Unit test class to test the set of valid and invalid states that
31 * 1. It is valid to call reset() in the following states:
39 // Valid states.
MediaPlayerSeekToStateUnitTest.java 24 * Unit test class to test the set of valid and invalid states that
31 * 1. It is valid to call seekTo() in the following states:
39 // Valid states.
MediaPlayerSetAudioStreamTypeStateUnitTest.java 25 * Unit test class to test the set of valid and invalid states that
32 * 1. It is valid to call setAudioStreamType() in the following states:
40 // Valid states.
MediaPlayerSetLoopingStateUnitTest.java 24 * Unit test class to test the set of valid and invalid states that
32 * 1. It is valid to call setLooping() in the following states:
40 // Valid states.
MediaPlayerSetVolumeStateUnitTest.java 24 * Unit test class to test the set of valid and invalid states that
31 * 1. It is valid to call setVolume() in the following states:
39 // Valid states.
MediaPlayerStartStateUnitTest.java 24 * Unit test class to test the set of valid and invalid states that
31 * 1. It is valid to call start() in the following states:
39 // Valid states.
MediaPlayerStopStateUnitTest.java 24 * Unit test class to test the set of valid and invalid states that
31 * 1. It is valid to call stop() in the following states:
39 // Valid states.
MediaRecorderPrepareStateUnitTest.java 26 * Unit test class to test the set of valid and invalid states that
33 * 1. It is valid to call prepare() in the following states:
41 // Valid states.

Completed in 107 milliseconds

1 2 34 5 6 7 8 91011>>