HomeSort by relevance Sort by last modified time
    Searched defs:source (Results 151 - 175 of 4117) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/skia/gm/
subsetshader.cpp 4 * Use of this source code is governed by a BSD-style license that can be
15 SkBitmap source; local
16 if (!GetResourceAsBitmap("color_wheel.png", &source)) {
19 SkIRect left = SkIRect::MakeWH(source.width()/2, source.height());
20 SkIRect right = SkIRect::MakeXYWH(source.width()/2, 0,
21 source.width()/2, source.height());
23 source.extractSubset(&leftBitmap, left);
24 source.extractSubset(&rightBitmap, right)
    [all...]
  /external/strace/tests/
mount.c 7 * Redistribution and use in source and binary forms, with or without
10 * 1. Redistributions of source code must retain the above copyright
48 static const char source[] = "mount_source"; local
53 int rc = mount(source, target, fstype, 15, data);
55 source, target, fstype, str_ro_nosuid_nodev_noexec,
58 rc = mount(source, target, fstype, MS_RELATIME | 15, data);
60 source, target, fstype,
64 rc = mount(source, target, fstype, MS_MGC_VAL, data);
66 source, target, fstype, "MS_MGC_VAL", data, rc, errno2name());
68 rc = mount(source, target, fstype, MS_MGC_VAL | 15, data)
    [all...]
  /external/strace/tests-m32/
mount.c 7 * Redistribution and use in source and binary forms, with or without
10 * 1. Redistributions of source code must retain the above copyright
48 static const char source[] = "mount_source"; local
53 int rc = mount(source, target, fstype, 15, data);
55 source, target, fstype, str_ro_nosuid_nodev_noexec,
58 rc = mount(source, target, fstype, MS_RELATIME | 15, data);
60 source, target, fstype,
64 rc = mount(source, target, fstype, MS_MGC_VAL, data);
66 source, target, fstype, "MS_MGC_VAL", data, rc, errno2name());
68 rc = mount(source, target, fstype, MS_MGC_VAL | 15, data)
    [all...]
  /external/strace/tests-mx32/
mount.c 7 * Redistribution and use in source and binary forms, with or without
10 * 1. Redistributions of source code must retain the above copyright
48 static const char source[] = "mount_source"; local
53 int rc = mount(source, target, fstype, 15, data);
55 source, target, fstype, str_ro_nosuid_nodev_noexec,
58 rc = mount(source, target, fstype, MS_RELATIME | 15, data);
60 source, target, fstype,
64 rc = mount(source, target, fstype, MS_MGC_VAL, data);
66 source, target, fstype, "MS_MGC_VAL", data, rc, errno2name());
68 rc = mount(source, target, fstype, MS_MGC_VAL | 15, data)
    [all...]
  /external/v8/samples/
hello-world.cc 2 // Use of this source code is governed by a BSD-style license that can be
39 // Create a string containing the JavaScript source code.
40 Local<String> source = local
44 // Compile the source code.
45 Local<Script> script = Script::Compile(context, source).ToLocalChecked();
  /external/v8/src/builtins/
builtins-json.cc 2 // Use of this source code is governed by a BSD-style license that can be
17 Handle<Object> source = args.atOrUndefined(isolate, 1); local
21 Object::ToString(isolate, source));
  /frameworks/av/services/mediaextractor/
MediaExtractorService.cpp 2 * Copyright (C) 2013 The Android Open Source Project
51 sp<DataSource> source = DataSource::CreateFromFd(fd, offset, length); local
52 return source.get() != nullptr ? source->asIDataSource() : nullptr;
  /libcore/ojluni/src/main/java/java/nio/channels/
Pipe.java 36 * Pipe.SinkChannel sink} channel and a readable {@link Pipe.SourceChannel source}
38 * from source channel in exactlyAthe order in which they were written.
43 * buffer up to a certain number of bytes between the sink and source channels,
77 * <p> Pipe-source channels only support reading, so this method
128 * Returns this pipe's source channel.
130 * @return This pipe's source channel
132 public abstract SourceChannel source(); method in class:Pipe
  /libcore/ojluni/src/main/java/java/text/
CollationKey.java 30 * The original version of this source code and documentation is copyrighted
116 * @return the source string of this CollationKey
119 return source;
137 * @param source the source string
138 * @exception NullPointerException if {@code source} is null
141 protected CollationKey(String source) {
142 if (source==null){
145 this.source = source;
148 final private String source; field in class:CollationKey
    [all...]
  /packages/apps/TV/src/com/android/tv/tuner/source/
TsDataSource.java 2 * Copyright (C) 2016 The Android Open Source Project
17 package com.android.tv.tuner.source;
TsStreamer.java 2 * Copyright (C) 2015 The Android Open Source Project
17 package com.android.tv.tuner.source;
50 * {@link android.media.MediaExtractor}. The source will start from the position
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PhotoProcessorTest.java 2 * Copyright (C) 2012 The Android Open Source Project
40 final Drawable source = getTestContext().getResources().getDrawable( local
42 final Bitmap sourceBitmap = ((BitmapDrawable) source).getBitmap();
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
udp.h 18 __u16 source; member in struct:udphdr
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/netinet/
udp.h 2 * Copyright (C) 2008 The Android Open Source Project
5 * Redistribution and use in source and binary forms, with or without
8 * * Redistributions of source code must retain the above copyright
38 u_int16_t uh_sport; /* source port */
47 __u16 source; member in struct:udphdr
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
udp.h 18 __u16 source; member in struct:udphdr
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/netinet/
udp.h 2 * Copyright (C) 2008 The Android Open Source Project
5 * Redistribution and use in source and binary forms, with or without
8 * * Redistributions of source code must retain the above copyright
38 u_int16_t uh_sport; /* source port */
47 __u16 source; member in struct:udphdr
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
udp.h 18 __u16 source; member in struct:udphdr
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/netinet/
udp.h 2 * Copyright (C) 2008 The Android Open Source Project
5 * Redistribution and use in source and binary forms, with or without
8 * * Redistributions of source code must retain the above copyright
38 u_int16_t uh_sport; /* source port */
47 __u16 source; member in struct:udphdr
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
udp.h 18 __u16 source; member in struct:udphdr
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/netinet/
udp.h 2 * Copyright (C) 2008 The Android Open Source Project
5 * Redistribution and use in source and binary forms, with or without
8 * * Redistributions of source code must retain the above copyright
38 u_int16_t uh_sport; /* source port */
47 __u16 source; member in struct:udphdr
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
udp.h 18 __u16 source; member in struct:udphdr
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/netinet/
udp.h 2 * Copyright (C) 2008 The Android Open Source Project
5 * Redistribution and use in source and binary forms, with or without
8 * * Redistributions of source code must retain the above copyright
38 u_int16_t uh_sport; /* source port */
47 __u16 source; member in struct:udphdr
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
udp.h 18 __u16 source; member in struct:udphdr
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/netinet/
udp.h 2 * Copyright (C) 2008 The Android Open Source Project
5 * Redistribution and use in source and binary forms, with or without
8 * * Redistributions of source code must retain the above copyright
38 u_int16_t uh_sport; /* source port */
47 __u16 source; member in struct:udphdr
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/
udp.h 18 __u16 source; member in struct:udphdr

Completed in 1350 milliseconds

1 2 3 4 5 67 8 91011>>