/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/ |
transport_class.h | 24 int (*configure)(struct transport_container *, struct device *, member in struct:transport_class 30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, } 37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
|
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/ |
transport_class.h | 24 int (*configure)(struct transport_container *, struct device *, member in struct:transport_class 30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, } 37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
|
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/ |
transport_class.h | 24 int (*configure)(struct transport_container *, struct device *, member in struct:transport_class 30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, } 37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
|
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/ |
transport_class.h | 24 int (*configure)(struct transport_container *, struct device *, member in struct:transport_class 30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, } 37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
|
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/ |
transport_class.h | 24 int (*configure)(struct transport_container *, struct device *, member in struct:transport_class 30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, } 37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/ |
transport_class.h | 24 int (*configure)(struct transport_container *, struct device *, member in struct:transport_class 30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, } 37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
|
/external/curl/packages/vms/ |
gnv_curl_configure.sh | 5 # Set up and run the configure script for Curl so that it can find the 35 # Override configure adding -std1 which is too strict for what curl 39 # Set the directory to where the Configure script actually is. 43 ./configure --prefix=/usr --exec-prefix=/usr --disable-dependency-tracking \
|
/external/guice/core/test/com/google/inject/ |
SerializationTest.java | 38 protected void configure() {} method in class:SerializationTest.MyAbstractModule 48 protected void configure() {
|
JitBindingsTest.java | 60 protected void configure() { 76 protected void configure() { 94 protected void configure() { 110 protected void configure() { 128 protected void configure() { 144 protected void configure() { 163 protected void configure() { 179 protected void configure() { 195 protected void configure() { 210 protected void configure() { [all...] |
RequireAtInjectOnConstructorsTest.java | 33 protected void configure() { 44 "at " + RequireAtInjectOnConstructorsTest.class.getName() + "$", "configure"); 51 protected void configure() { 70 protected void configure() { 81 "at " + RequireAtInjectOnConstructorsTest.class.getName() + "$", "configure"); 89 protected void configure() { 93 protected void configure() { 105 "at " + RequireAtInjectOnConstructorsTest.class.getName() + "$", "configure"); 113 protected void configure() { 125 "at " + RequireAtInjectOnConstructorsTest.class.getName() + "$", "configure", [all...] |
/hardware/intel/common/libva/build/ |
gen_version.sh | 29 sed -n "/^m4_define.*${1}.*\[\([0-9]*\)\].*/s//\1/p" ${libva_topdir}/configure.ac 33 sed -n "/^${1}=\([0-9]*\)/s//\1/p" ${libva_topdir}/configure 36 if test -f "${libva_topdir}/configure.ac"; then 40 elif test -f "${libva_topdir}/configure"; then 45 echo "ERROR: configure or configure.ac file not found in $libva_topdir/"
|
/external/guice/core/test/com/google/inject/spi/ |
ModuleAnnotatedMethodScannerTest.java | 53 @Override protected void configure() {} 80 @Override protected void configure() { 82 @Override protected void configure() {} 94 @Override protected void configure() { 96 @Override protected void configure() {} 108 @Override protected void configure() {} 141 @Override protected void configure() { 193 @Override protected void configure() { 214 @Override protected void configure() {} 220 @Override protected void configure() {} [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ |
X509.java | 19 public void configure(ConfigurableProvider provider) method in class:X509.Mappings
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/ |
PKCS12.java | 17 public void configure(ConfigurableProvider provider) method in class:PKCS12.Mappings
|
/external/curl/ |
androidconfigure | 6 # Some of the include paths below assume that this is an arm 32bit configure 42 ./configure \ 54 # Apply local changes to the default configure output. 55 patch -p1 --no-backup-if-mismatch < local-configure.patch
|
/external/guice/core/test/com/googlecode/guice/ |
PackageVisibilityTestModule.java | 9 protected void configure() { method in class:PackageVisibilityTestModule
|
/external/guice/extensions/grapher/test/com/google/inject/grapher/demo/ |
AssistedInjectModule.java | 30 protected void configure() { method in class:AssistedInjectModule
|
PrivateTestModule.java | 30 @Override protected void configure() { method in class:PrivateTestModule
|
/external/jetty/src/java/org/eclipse/jetty/webapp/ |
AbstractConfiguration.java | 27 public void configure(WebAppContext context) throws Exception method in class:AbstractConfiguration
|
Configuration.java | 34 * @param context The context to configure 41 /** Configure WebApp. 45 * @param context The context to configure 48 public void configure (WebAppContext context) throws Exception; method in interface:Configuration 53 * @param context The context to configure 62 * @param context The context to configure 71 * @param context The context to configure 80 * Configure an instance of a WebAppContext, based on a template WebAppContext that 83 * @param context The context to configure
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/bytecode/ |
ClassHandler.java | 8 void configure(RobolectricConfig robolectricConfig); method in interface:ClassHandler
|
/external/testng/src/test/java/test/guice/ |
GuiceExampleModule.java | 10 public void configure(Binder binder) { method in class:GuiceExampleModule
|
GuiceTestModule.java | 15 protected void configure() { method in class:GuiceTestModule
|
/external/zlib/ |
update_zlib.sh | 34 ./configure 35 rm Makefile configure.log
|
/external/ImageMagick/coders/ |
webp.c | 235 configure; 238 *magick_restrict webp_image = &configure.output; 241 *magick_restrict features = &configure.input; 260 if (WebPInitDecoderConfig(&configure) == 0) 296 webp_status=WebPDecode(stream,length,&configure); 530 configure; 552 if ((WebPPictureInit(&picture) == 0) || (WebPConfigInit(&configure) == 0)) 565 configure.quality=(float) image->quality; 567 configure.lossless=1; 570 configure.lossless=(int) ParseCommandOption(MagickBooleanOptions 231 configure; local 523 configure; local [all...] |