/external/selinux/libselinux/man/man3/ |
set_matchpathcon_flags.3 | 24 flag is set, then only the base file contexts configuration file 32 configuration. If not set, then this defaults to a test based 52 when displaying errors about the file contexts configuration. If not set,
|
/external/selinux/libselinux/man/man5/ |
customizable_types.5 | 1 .TH "customizable_types" "5" "28-Nov-2011" "Security Enhanced Linux" "SELinux configuration" 3 customizable_types \- The SELinux customizable types configuration file 24 Where \fI{SELINUXTYPE}\fR is the entry from the selinux configuration file \fIconfig\fR (see \fBselinux_config\fR(5)).
|
failsafe_context.5 | 1 .TH "failsafe_context" "5" "28-Nov-2011" "Security Enhanced Linux" "SELinux configuration" 3 failsafe_context \- The SELinux fail safe context configuration file 18 Where \fI{SELINUXTYPE}\fR is the entry from the selinux configuration file \fIconfig\fR (see \fBselinux_config\fR(5)).
|
/external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/ |
ScriptProcess.java | 29 public ScriptProcess(File script, InterpreterConfiguration configuration, AndroidProxy proxy) { 30 super(configuration.getInterpreterForScript(script.getName()), proxy); 34 Interpreter interpreter = configuration.getInterpreterForScript(scriptName);
|
/external/testng/src/main/java/org/testng/internal/ |
Configuration.java | 11 public class Configuration implements IConfiguration { 21 public Configuration() { 25 public Configuration(IAnnotationFinder finder) {
|
TestNGMethodFinder.java | 107 IConfigurationAnnotation configuration = AnnotationHelper.findConfiguration(m_annotationFinder, m); local 109 if (null == configuration) { 127 create = configuration.getBeforeSuite(); 131 create = configuration.getAfterSuite(); 135 create = configuration.getBeforeTest(); 139 create = configuration.getAfterTest(); 143 create = configuration.getBeforeTestClass(); 147 create = configuration.getAfterTestClass(); 151 create = configuration.getBeforeTestMethod(); 155 create = configuration.getAfterTestMethod() [all...] |
/external/testng/src/test/java/test/ |
SampleInheritance.java | 10 // Test dependency of configuration methods 14 // System.out.println("CONFIGURATION 0"); 31 assert m_invokedBaseConfiguration : "Didn't invoke configuration method in base class";
|
Test2.java | 4 import org.testng.annotations.Configuration; 16 @Configuration(beforeTestMethod = true) 23 @Configuration(beforeTestMethod = true, groups = "excludeThisGroup")
|
/external/testng/src/test/java/test/conffailure/ |
ConfigurationFailure.java | 12 * Test various cases where the @Configuration methods fail 32 "Not all the @Configuration methods of Run2 were run"); 45 "No @Configuration methods should have run");
|
/external/testng/src/test/java/test/configuration/ |
BeforeTestOrderingTest.java | 1 package test.configuration; 39 XmlClass c1 = new XmlClass("test.configuration.BeforeTestOrdering1Test"); 43 XmlClass c2 = new XmlClass("test.configuration.BeforeTestOrdering2Test");
|
/external/webrtc/third_party/gflags/ |
README.webrtc | 16 How to update platform configuration files: 17 The gen/ directory contains pre-generated configuration header files. 22 new configuration files needs to be generated as well.
|
/external/webrtc/tools/network_emulator/ |
config.py | 10 """Configuration class for network emulation.""" 14 """Configuration containing the characteristics of a network connection.""" 27 """String representing the configuration.
|
/external/wpa_supplicant_8/hostapd/ |
wired.conf | 1 ##### hostapd configuration file ############################################## 4 # Example configuration file for wired authenticator. See hostapd.conf for 20 ##### RADIUS configuration ####################################################
|
/external/wpa_supplicant_8/src/utils/ |
build_config.h | 2 * wpa_supplicant/hostapd - Build time configuration defines 8 * This header file can be used to define configuration defines that were 18 /* Insert configuration defines, e.g., #define EAP_MD5, here, if needed. */
|
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Settings/ |
PolicyConfigurableDomains.xml | 6 <Configuration Name="Calibration"> 8 </Configuration> 23 <Configuration Name="Calibration"> 54 </Configuration> 59 <Configuration Name="RemoteSubmix"> 63 </Configuration> 64 <Configuration Name="BluetoothA2dp"> 70 </Configuration> 71 <Configuration Name="BluetoothA2dpHeadphone"> 77 </Configuration> [all...] |
/frameworks/base/core/java/android/view/ |
ContextThemeWrapper.java | 23 import android.content.res.Configuration; 34 private Configuration mOverrideConfiguration; 84 * Call to set an "override configuration" on this context -- this is 85 * a configuration that replies one or more values of the standard 86 * configuration that is applied to the context. See 87 * {@link Context#createConfigurationContext(Configuration)} for more 93 public void applyOverrideConfiguration(Configuration overrideConfiguration) { 99 throw new IllegalStateException("Override configuration has already been set"); 101 mOverrideConfiguration = new Configuration(overrideConfiguration); 105 * Used by ActivityThread to apply the overridden configuration to onConfigurationChang [all...] |
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/ |
InterestingConfigChanges.java | 20 import android.content.res.Configuration; 24 private final Configuration mLastConfiguration = new Configuration();
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
ImsUtInterface.java | 23 * It is created from 3GPP TS 24.623 (XCAP(XML Configuration Access Protocol) 102 * Operations for the supplementary service configuration 106 * Retrieves the configuration of the call barring. 112 * Retrieves the configuration of the call forward. 118 * Retrieves the configuration of the call waiting. 144 * Modifies the configuration of the call barring. 150 * Modifies the configuration of the call forward. 156 * Modifies the configuration of the call waiting. 161 * Updates the configuration of the CLIR supplementary service. 166 * Updates the configuration of the CLIP supplementary service [all...] |
/packages/apps/Camera2/src_pd/com/android/camera/one/v2/ |
OneCameraCreator.java | 71 PictureSizeCalculator.Configuration configuration = null; local 78 // configuration. 88 configuration = pictureSizeCalculator.computeConfiguration( 92 imageBackend, configuration.getPostCaptureCrop()); 99 configuration = pictureSizeCalculator.computeConfiguration( 104 configuration.getPostCaptureCrop()); 110 configuration = pictureSizeCalculator.computeConfiguration( 114 imageBackend, configuration.getPostCaptureCrop()); 118 Log.i(TAG, "Picture Size Configuration: " + configuration) [all...] |
/packages/apps/PackageInstaller/src/com/android/packageinstaller/ |
DeviceUtils.java | 21 import android.content.res.Configuration; 26 return (uiMode & Configuration.UI_MODE_TYPE_MASK) == Configuration.UI_MODE_TYPE_TELEVISION;
|
/packages/providers/TelephonyProvider/res/values/ |
strings.xml | 21 devices, where the TelephonyProvider stores configuration info 23 <string name="app_label" product="tablet">Mobile Network Configuration</string> 26 Applications" UI. The TelephonyProvider stores configuration
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/target-platform-configuration/0.20.0/ |
target-platform-configuration-0.20.0.jar | |
/prebuilts/tools/common/m2/repository/com/google/guava/guava-parent/17.0/ |
guava-parent-17.0.pom | 103 <configuration> 106 </configuration> 111 <configuration> 115 </configuration> 127 <configuration> 131 </configuration> 137 <configuration> 143 </configuration> 157 <configuration> 159 </configuration> [all...] |
/prebuilts/tools/common/m2/repository/com/google/guava/guava-parent/18.0/ |
guava-parent-18.0.pom | 103 <configuration> 106 </configuration> 111 <configuration> 115 </configuration> 127 <configuration> 131 </configuration> 137 <configuration> 143 </configuration> 157 <configuration> 159 </configuration> [all...] |
/prebuilts/tools/common/m2/repository/com/squareup/haha/haha/2.0.2/ |
haha-2.0.2.pom | 51 <configuration>
54 </configuration>
59 <configuration>
64 </configuration>
71 <configuration>
75 </configuration>
88 <configuration>
108 </configuration>
122 <configuration>
133 </configuration>
[all...] |