HomeSort by relevance Sort by last modified time
    Searched full:opts (Results 201 - 225 of 1454) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/e2fsprogs/misc/
e2initrd_helper.c 57 char *opts; member in struct:fs_info
238 char *dev, *device, *mntpnt, *type, *opts, *freq, *passno, *cp; local
247 opts = parse_word(&cp);
260 parse_escape(opts);
274 fs->opts = string_copy(opts ? opts : "");
293 if (fs->opts)
294 fs->opts = 0;
  /external/e2fsprogs/tests/scripts/
mkdup 2 OPTS="-O bigalloc -C 8192"
15 echo $MKE2FS -F -t ext4 -L test $OPTS test.img $SIZE
16 $MKE2FS -F -t ext4 -L test $OPTS $IMG $SIZE
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
BitmapsAlphaActivity.java 56 BitmapFactory.Options opts = new BitmapFactory.Options(); local
57 opts.inPreferredConfig = Bitmap.Config.ARGB_8888;
58 mBitmap3 = BitmapFactory.decodeResource(c.getResources(), R.drawable.sunset3, opts);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/
BitmapRegionTileSource.java 179 BitmapFactory.Options opts = new BitmapFactory.Options(); local
180 opts.inPreferredConfig = Bitmap.Config.ARGB_8888;
181 opts.inPreferQualityOverSpeed = true;
184 opts.inSampleSize = BitmapUtils.computeSampleSizeLarger(scale);
185 opts.inJustDecodeBounds = false;
186 opts.inMutable = true;
189 int expectedPixles = (width / opts.inSampleSize) * (height / opts.inSampleSize);
193 opts.inBitmap = reusableBitmap;
195 mPreview = loadPreviewBitmap(opts);
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/rsa/
pss.go 238 func (opts *PSSOptions) saltLength() int {
239 if opts == nil {
242 return opts.SaltLength
247 // given hash function. The opts argument may be nil, in which case sensible
249 func SignPSS(rand io.Reader, priv *PrivateKey, hash crypto.Hash, hashed []byte, opts *PSSOptions) (s []byte, err error) {
250 saltLength := opts.saltLength()
258 if opts != nil && opts.Hash != 0 {
259 hash = opts.Hash
272 // returning a nil error. The opts argument may be nil, in which case sensibl
    [all...]
  /prebuilts/go/linux-x86/src/crypto/rsa/
pss.go 238 func (opts *PSSOptions) saltLength() int {
239 if opts == nil {
242 return opts.SaltLength
247 // given hash function. The opts argument may be nil, in which case sensible
249 func SignPSS(rand io.Reader, priv *PrivateKey, hash crypto.Hash, hashed []byte, opts *PSSOptions) (s []byte, err error) {
250 saltLength := opts.saltLength()
258 if opts != nil && opts.Hash != 0 {
259 hash = opts.Hash
272 // returning a nil error. The opts argument may be nil, in which case sensibl
    [all...]
  /external/autotest/client/site_tests/graphics_dEQP/
control.egl.functional 21 job.run_test('graphics_dEQP', opts = args + ['filter=dEQP-EGL.functional',
control.egl.functional.NotPass 22 job.run_test('graphics_dEQP', opts = args + ['filter=dEQP-EGL.functional',
control.egl.info 21 job.run_test('graphics_dEQP', opts = args + ['filter=dEQP-EGL.info',
control.egl.info.NotPass 22 job.run_test('graphics_dEQP', opts = args + ['filter=dEQP-EGL.info',
control.egl.performance 21 job.run_test('graphics_dEQP', opts = args + ['filter=dEQP-EGL.performance',
control.egl.performance.NotPass 22 job.run_test('graphics_dEQP', opts = args + ['filter=dEQP-EGL.performance',
control.egl.stress 21 job.run_test('graphics_dEQP', opts = args + ['filter=dEQP-EGL.stress',
control.egl.stress.NotPass 22 job.run_test('graphics_dEQP', opts = args + ['filter=dEQP-EGL.stress',
control.filter_args 25 job.run_test('graphics_dEQP', opts = args)
control.gles2.accuracy 21 job.run_test('graphics_dEQP', opts = args + ['filter=dEQP-GLES2.accuracy',
control.gles2.capability 21 job.run_test('graphics_dEQP', opts = args + ['filter=dEQP-GLES2.capability',
control.gles2.functional 21 job.run_test('graphics_dEQP', opts = args + ['filter=dEQP-GLES2.functional',
control.gles2.functional.NotPass 22 job.run_test('graphics_dEQP', opts = args + ['filter=dEQP-GLES2.functional',
control.gles2.functional.hasty 21 job.run_test('graphics_dEQP', opts = args + ['filter=dEQP-GLES2.functional',
control.gles2.functional.hasty.0 21 job.run_test('graphics_dEQP', opts = args + ['filter=dEQP-GLES2.functional',
control.gles2.functional.hasty.1 21 job.run_test('graphics_dEQP', opts = args + ['filter=dEQP-GLES2.functional',
control.gles2.functional.hasty.2 21 job.run_test('graphics_dEQP', opts = args + ['filter=dEQP-GLES2.functional',
control.gles2.functional.hasty.3 21 job.run_test('graphics_dEQP', opts = args + ['filter=dEQP-GLES2.functional',
control.gles2.functional.hasty.4 21 job.run_test('graphics_dEQP', opts = args + ['filter=dEQP-GLES2.functional',

Completed in 546 milliseconds

1 2 3 4 5 6 7 891011>>