HomeSort by relevance Sort by last modified time
    Searched full:configuration (Results 126 - 150 of 14635) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/target-platform-configuration/0.20.0/
_remote.repositories 3 target-platform-configuration-0.20.0.jar>central=
4 target-platform-configuration-0.20.0.pom>central=
  /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
ScreenDeviceInfo.java 19 import android.content.res.Configuration;
46 Configuration configuration = getContext().getResources().getConfiguration(); local
47 store.addResult("screen_size", getScreenSize(configuration));
48 store.addResult("smallest_screen_width_dp", configuration.smallestScreenWidthDp);
51 private static String getScreenSize(Configuration configuration) {
52 int screenLayout = configuration.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK;
55 case Configuration.SCREENLAYOUT_SIZE_SMALL
    [all...]
  /external/autotest/client/bin/
config.py 1 """The Job Configuration
3 The job configuration, holding configuration variable supplied to the job.
19 """The BASIC job configuration
25 The job configuration dictionary
  /external/google-breakpad/src/testing/msvc/2010/
gmock.vcxproj 5 <Configuration>Debug</Configuration>
9 <Configuration>Release</Configuration>
19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
24 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
31 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
35 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
    [all...]
gmock_main.vcxproj 5 <Configuration>Debug</Configuration>
9 <Configuration>Release</Configuration>
19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
24 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
31 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
35 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
    [all...]
gmock_test.vcxproj 5 <Configuration>Debug</Configuration>
9 <Configuration>Release</Configuration>
19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
24 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
31 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
35 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
icuzdump.vcxproj 5 <Configuration>Debug</Configuration>
9 <Configuration>Release</Configuration>
19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
24 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
31 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
34 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"
    [all...]
  /external/testng/src/test/java/org/testng/internal/conflistener/
testng.xml 2 <suite name="Configuration failures" verbose="2">
4 <test name="Suite Configuration">
11 <test name="Test Configuration">
17 <test name="Class Configuration">
24 <test name="X Configuration">
  /external/libpng/projects/vstudio/zlib/
zlib.vcxproj 5 <Configuration>Debug Library</Configuration>
9 <Configuration>Debug</Configuration>
13 <Configuration>Release Library</Configuration>
17 <Configuration>Release</Configuration>
41 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'" Label="Configuration">
    [all...]
  /external/zlib/src/contrib/vstudio/vc10/
zlibstat.vcxproj 5 <Configuration>Debug</Configuration>
9 <Configuration>Debug</Configuration>
13 <Configuration>Debug</Configuration>
17 <Configuration>ReleaseWithoutAsm</Configuration>
21 <Configuration>ReleaseWithoutAsm</Configuration>
    [all...]
  /external/zlib/src/contrib/vstudio/vc11/
zlibstat.vcxproj 5 <Configuration>Debug</Configuration>
9 <Configuration>Debug</Configuration>
13 <Configuration>Debug</Configuration>
17 <Configuration>ReleaseWithoutAsm</Configuration>
21 <Configuration>ReleaseWithoutAsm</Configuration>
    [all...]
zlibvc.vcxproj 5 <Configuration>Debug</Configuration>
9 <Configuration>Debug</Configuration>
13 <Configuration>Debug</Configuration>
17 <Configuration>ReleaseWithoutAsm</Configuration>
21 <Configuration>ReleaseWithoutAsm</Configuration>
    [all...]
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/Win32/CommandLine/
CommandLine_vs2010.vcxproj 5 <Configuration>Debug</Configuration>
9 <Configuration>Debug</Configuration>
13 <Configuration>Release</Configuration>
17 <Configuration>Release</Configuration>
27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    [all...]
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/Win32/DemoFFTest/
DemoFFTest_vs2010.vcxproj 5 <Configuration>Debug</Configuration>
9 <Configuration>Debug</Configuration>
13 <Configuration>Release</Configuration>
17 <Configuration>Release</Configuration>
27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    [all...]
  /external/proguard/src/proguard/preverify/
Preverifier.java 23 import proguard.Configuration;
30 * configuration.
36 private final Configuration configuration; field in class:Preverifier
42 public Preverifier(Configuration configuration)
44 this.configuration = configuration;
61 new ClassVersionFilter(configuration.microEdition ?
66 new CodePreverifier(configuration.microEdition)))))
    [all...]
  /development/ndk/platforms/android-9/include/android/
configuration.h 112 * Create and return a new AConfiguration based on the current configuration in
123 * Return the current MCC set in the configuration. 0 if not set.
128 * Set the current MCC in the configuration. 0 to clear.
133 * Return the current MNC set in the configuration. 0 if not set.
138 * Set the current MNC in the configuration. 0 to clear.
143 * Return the current language code set in the configuration. The output will
150 * Set the current language code in the configuration, from the first two
156 * Return the current country code set in the configuration. The output will
163 * Set the current country code in the configuration, from the first two
169 * Return the current ACONFIGURATION_ORIENTATION_* set in the configuration
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/android/
configuration.h 112 * Create and return a new AConfiguration based on the current configuration in
123 * Return the current MCC set in the configuration. 0 if not set.
128 * Set the current MCC in the configuration. 0 to clear.
133 * Return the current MNC set in the configuration. 0 if not set.
138 * Set the current MNC in the configuration. 0 to clear.
143 * Return the current language code set in the configuration. The output will
150 * Set the current language code in the configuration, from the first two
156 * Return the current country code set in the configuration. The output will
163 * Set the current country code in the configuration, from the first two
169 * Return the current ACONFIGURATION_ORIENTATION_* set in the configuration
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/android/
configuration.h 112 * Create and return a new AConfiguration based on the current configuration in
123 * Return the current MCC set in the configuration. 0 if not set.
128 * Set the current MCC in the configuration. 0 to clear.
133 * Return the current MNC set in the configuration. 0 if not set.
138 * Set the current MNC in the configuration. 0 to clear.
143 * Return the current language code set in the configuration. The output will
150 * Set the current language code in the configuration, from the first two
156 * Return the current country code set in the configuration. The output will
163 * Set the current country code in the configuration, from the first two
169 * Return the current ACONFIGURATION_ORIENTATION_* set in the configuration
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/android/
configuration.h 112 * Create and return a new AConfiguration based on the current configuration in
123 * Return the current MCC set in the configuration. 0 if not set.
128 * Set the current MCC in the configuration. 0 to clear.
133 * Return the current MNC set in the configuration. 0 if not set.
138 * Set the current MNC in the configuration. 0 to clear.
143 * Return the current language code set in the configuration. The output will
150 * Set the current language code in the configuration, from the first two
156 * Return the current country code set in the configuration. The output will
163 * Set the current country code in the configuration, from the first two
169 * Return the current ACONFIGURATION_ORIENTATION_* set in the configuration
    [all...]
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/android/
configuration.h 112 * Create and return a new AConfiguration based on the current configuration in
123 * Return the current MCC set in the configuration. 0 if not set.
128 * Set the current MCC in the configuration. 0 to clear.
133 * Return the current MNC set in the configuration. 0 if not set.
138 * Set the current MNC in the configuration. 0 to clear.
143 * Return the current language code set in the configuration. The output will
150 * Set the current language code in the configuration, from the first two
156 * Return the current country code set in the configuration. The output will
163 * Set the current country code in the configuration, from the first two
169 * Return the current ACONFIGURATION_ORIENTATION_* set in the configuration
    [all...]
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/android/
configuration.h 112 * Create and return a new AConfiguration based on the current configuration in
123 * Return the current MCC set in the configuration. 0 if not set.
128 * Set the current MCC in the configuration. 0 to clear.
133 * Return the current MNC set in the configuration. 0 if not set.
138 * Set the current MNC in the configuration. 0 to clear.
143 * Return the current language code set in the configuration. The output will
150 * Set the current language code in the configuration, from the first two
156 * Return the current country code set in the configuration. The output will
163 * Set the current country code in the configuration, from the first two
169 * Return the current ACONFIGURATION_ORIENTATION_* set in the configuration
    [all...]
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/android/
configuration.h 112 * Create and return a new AConfiguration based on the current configuration in
123 * Return the current MCC set in the configuration. 0 if not set.
128 * Set the current MCC in the configuration. 0 to clear.
133 * Return the current MNC set in the configuration. 0 if not set.
138 * Set the current MNC in the configuration. 0 to clear.
143 * Return the current language code set in the configuration. The output will
150 * Set the current language code in the configuration, from the first two
156 * Return the current country code set in the configuration. The output will
163 * Set the current country code in the configuration, from the first two
169 * Return the current ACONFIGURATION_ORIENTATION_* set in the configuration
    [all...]
  /external/curl/projects/Windows/VC10/lib/
libcurl.tmpl 5 <Configuration>DLL Debug - DLL OpenSSL - DLL LibSSH2</Configuration>
9 <Configuration>DLL Debug - DLL OpenSSL - DLL LibSSH2</Configuration>
13 <Configuration>DLL Debug - DLL OpenSSL</Configuration>
17 <Configuration>DLL Debug - DLL OpenSSL</Configuration>
21 <Configuration>DLL Debug - DLL Windows SSPI - DLL WinIDN</Configuration>
    [all...]
  /external/curl/projects/Windows/VC11/lib/
libcurl.tmpl 5 <Configuration>DLL Debug - DLL OpenSSL - DLL LibSSH2</Configuration>
9 <Configuration>DLL Debug - DLL OpenSSL - DLL LibSSH2</Configuration>
13 <Configuration>DLL Debug - DLL OpenSSL</Configuration>
17 <Configuration>DLL Debug - DLL OpenSSL</Configuration>
21 <Configuration>DLL Debug - DLL Windows SSPI - DLL WinIDN</Configuration>
    [all...]
  /external/curl/projects/Windows/VC12/lib/
libcurl.tmpl 5 <Configuration>DLL Debug - DLL OpenSSL - DLL LibSSH2</Configuration>
9 <Configuration>DLL Debug - DLL OpenSSL - DLL LibSSH2</Configuration>
13 <Configuration>DLL Debug - DLL OpenSSL</Configuration>
17 <Configuration>DLL Debug - DLL OpenSSL</Configuration>
21 <Configuration>DLL Debug - DLL Windows SSPI - DLL WinIDN</Configuration>
    [all...]

Completed in 1310 milliseconds

1 2 3 4 56 7 8 91011>>