HomeSort by relevance Sort by last modified time
    Searched refs:REQUIRED (Results 1 - 25 of 27) sorted by null

1 2

  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
AppConfigurationEntryTest.java 11 * Unless required by applicable law or agreed to in writing, software
56 AppConfigurationEntry.LoginModuleControlFlag.REQUIRED, options);
58 assertEquals(msg + "required", entry.getControlFlag().toString());
79 AppConfigurationEntry.LoginModuleControlFlag.REQUIRED,
86 AppConfigurationEntry.LoginModuleControlFlag.REQUIRED,
93 AppConfigurationEntry.LoginModuleControlFlag.REQUIRED, options);
104 AppConfigurationEntry.LoginModuleControlFlag.REQUIRED, null);
118 AppConfigurationEntry.LoginModuleControlFlag.REQUIRED,
121 AppConfigurationEntry.LoginModuleControlFlag.REQUIRED,
142 AppConfigurationEntry.LoginModuleControlFlag.REQUIRED
    [all...]
LoginContext1Test.java 11 * Unless required by applicable law or agreed to in writing, software
68 private static final int REQUIRED = 1;
95 case REQUIRED:
96 return LoginModuleControlFlag.REQUIRED;
112 * add{Optional|Required|Requisite|Sufficient}
176 AppConfigurationEntry.LoginModuleControlFlag.REQUIRED,
    [all...]
LoginContextTest.java 11 * Unless required by applicable law or agreed to in writing, software
211 // add required module to the current configuration
371 // add required module to the current configuration
534 // add required module to the current configuration
680 // add required module to the current configuration
738 // add required module to the current configuration
824 LoginModuleControlFlag.REQUIRED,
921 * Appends required login module to the current configuration
928 javax.security.auth.login.AppConfigurationEntry.LoginModuleControlFlag.REQUIRED,
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
ParameterNames.java 113 public static final String REQUIRED = "required";
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/login/
DefaultConfigParserTest.java 11 * Unless required by applicable law or agreed to in writing, software
113 assertEquals("LoginModuleControlFlag: required", e
116 AppConfigurationEntry.LoginModuleControlFlag.REQUIRED,
132 "Login ERR {\n com.intel.security.auth.module.LoginModule required debug=\"true\" test=false;\n};",
133 "{\n com.intel.security.auth.module.LoginModule required debug=\"true\" test=false;\n};",
134 "Login \n com.intel.security.auth.module.LoginModule required debug=\"true\" test=false;\n};",
135 "Login {\n com.intel.security.auth.module.LoginModule required debug=\"true\" test=false;\n}",
136 "Login {\n com.intel.security.auth.module.LoginModule required debug=\"true\" test=false;\n;",
137 "Login {\n com.intel.security.auth.module.LoginModule required debug=\"true\" test=false\n};",
138 "Login {\n com.intel.security.auth.module.LoginModule required debug=\"true\" test=;\n};"
    [all...]
  /external/emma/core/java12/com/vladium/util/args/
OptsParser.java 101 if (optdef.isRequired ()) line.append ("{required} ");
335 // validation: all required parameters must be specified
337 final Set /* String(canonical name) */ required = new HashSet (); local
338 required.addAll (m_metadata.getRequiredOpts ());
342 required.remove (specified [s].getCanonicalName ());
345 if (! required.isEmpty ())
347 for (Iterator i = required.iterator (); i.hasNext (); )
349 opts.addError (formatMessage ("missing required option \'" + (String) i.next () + "\'"));
842 void setRequired (final boolean required)
844 m_required = required;
    [all...]
  /build/core/
base_rules.mk 10 # Unless required by applicable law or agreed to in writing, software
573 ALL_MODULES.$(LOCAL_MODULE).REQUIRED := \
574 $(ALL_MODULES.$(LOCAL_MODULE).REQUIRED) $(LOCAL_REQUIRED_MODULES)
definitions.mk 10 # Unless required by applicable law or agreed to in writing, software
    [all...]
main.mk 581 define add-required-deps
585 $(eval r := $(ALL_MODULES.$(m).REQUIRED)) \
588 $(eval $(call add-required-deps,$(ALL_MODULES.$(m).INSTALLED),$(r))) \
594 add-required-deps :=
610 $(call expand-required-modules,product_MODULES,$(product_MODULES))
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
deltablue.js 132 case 5: return Strength.REQUIRED;
137 Strength.REQUIRED = new Strength(0, "required");
153 * of storing the constrained variables and other information required
178 if (this.strength == Strength.REQUIRED)
179 alert("Could not satisfy a required constraint!");
614 var strength = Strength.REQUIRED;
809 new EqualityConstraint(prev, v, Strength.REQUIRED);
846 new ScaleConstraint(src, scale, offset, dst, Strength.REQUIRED);
  /external/v8/benchmarks/
deltablue.js 129 case 5: return Strength.REQUIRED;
134 Strength.REQUIRED = new Strength(0, "required");
150 * of storing the constrained variables and other information required
175 if (this.strength == Strength.REQUIRED)
176 alert("Could not satisfy a required constraint!");
611 var strength = Strength.REQUIRED;
806 new EqualityConstraint(prev, v, Strength.REQUIRED);
843 new ScaleConstraint(src, scale, offset, dst, Strength.REQUIRED);
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 123 case 5: return Strength.REQUIRED;
128 Strength.REQUIRED = new Strength(0, "required");
144 * of storing the constrained variables and other information required
169 if (this.strength == Strength.REQUIRED)
170 alert("Could not satisfy a required constraint!");
605 var strength = Strength.REQUIRED;
800 new EqualityConstraint(prev, v, Strength.REQUIRED);
837 new ScaleConstraint(src, scale, offset, dst, Strength.REQUIRED);
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 123 case 5: return Strength.REQUIRED;
128 Strength.REQUIRED = new Strength(0, "required");
144 * of storing the constrained variables and other information required
169 if (this.strength == Strength.REQUIRED)
170 alert("Could not satisfy a required constraint!");
605 var strength = Strength.REQUIRED;
800 new EqualityConstraint(prev, v, Strength.REQUIRED);
837 new ScaleConstraint(src, scale, offset, dst, Strength.REQUIRED);
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 123 case 5: return Strength.REQUIRED;
128 Strength.REQUIRED = new Strength(0, "required");
144 * of storing the constrained variables and other information required
169 if (this.strength == Strength.REQUIRED)
170 alert("Could not satisfy a required constraint!");
605 var strength = Strength.REQUIRED;
800 new EqualityConstraint(prev, v, Strength.REQUIRED);
837 new ScaleConstraint(src, scale, offset, dst, Strength.REQUIRED);
  /external/quake/
NOTICE 129 the Program is not required to print an announcement.)
199 5. You are not required to accept this License, since you have not
290 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
474 the Program is not required to print an announcement.)
544 5. You are not required to accept this License, since you have not
    [all...]
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 380 the Program is not required to print an announcement.)
448 5. You are not required to accept this License, since you have not
538 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 80 private static final char[] REQUIRED = new char[] { 'R', 'E', 'Q', 'U', 'I', 'R', 'E', 'D' };
291 private String[] ensureCapacity(String[] arr, int required) {
292 if (arr.length >= required) {
295 String[] bigger = new String[required + 16];
608 * If the system name is not required, this also supports lone public IDs of
789 * The default is either #REQUIRED, #IMPLIED, #FIXED, a quoted value, or
845 read(REQUIRED);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.services_3.2.100.v20100503.jar 
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/e2fsprogs/lib/et/
texinfo.tex 18 % IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW WILL RICHARD M.
    [all...]
  /external/emma/lib/
emma.jar 
  /tools/motodev/src/plugins/videos/libs/gdata/java/lib/
gdata-core-1.0.jar 

Completed in 596 milliseconds

1 2