HomeSort by relevance Sort by last modified time
    Searched defs:OPTIONAL (Results 1 - 24 of 24) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1TypeCollection.java 35 public final boolean[] OPTIONAL;
49 this.OPTIONAL = new boolean[type.length];
54 * Sets a collection component as optional
59 OPTIONAL[index] = true;
64 * The component also became an optional component.
70 OPTIONAL[index] = true;
  /external/smack/src/org/apache/harmony/javax/security/auth/login/
AppConfigurationEntry.java 79 public static final LoginModuleControlFlag OPTIONAL = new LoginModuleControlFlag(
80 "LoginModuleControlFlag: optional"); //$NON-NLS-1$
LoginContext.java 50 private static final int OPTIONAL = 0;
321 // must have at least one SUFFICIENT or OPTIONAL
322 if (logged[OPTIONAL] != 0 || logged[SUFFICIENT] != 0) {
360 * least one SUFFICIENT or OPTIONAL
362 if (commited[OPTIONAL] != 0 || commited[SUFFICIENT] != 0) {
500 if (flg == LoginModuleControlFlag.OPTIONAL) {
501 flag = OPTIONAL;
  /hardware/ti/omap3/dspbridge/inc/
dbtype.h 64 #ifndef OPTIONAL
65 #define OPTIONAL /* Function may optionally use previous parameter. */
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbtype.h 64 #ifndef OPTIONAL
65 #define OPTIONAL /* Function may optionally use previous parameter. */
  /external/nist-sip/java/gov/nist/javax/sip/header/
ParameterNames.java 115 public static final String OPTIONAL = "optional";
  /external/emma/core/java12/com/vladium/util/args/
OptsParser.java     [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
extension_set.cc 225 OPTIONAL
231 GOOGLE_DCHECK_EQ((EXTENSION).is_repeated ? REPEATED : OPTIONAL, LABEL); \
245 GOOGLE_DCHECK_TYPE(iter->second, OPTIONAL, UPPERCASE); \
259 GOOGLE_DCHECK_TYPE(*extension, OPTIONAL, UPPERCASE); \
324 GOOGLE_DCHECK_TYPE(iter->second, OPTIONAL, ENUM);
337 GOOGLE_DCHECK_TYPE(*extension, OPTIONAL, ENUM);
384 GOOGLE_DCHECK_TYPE(iter->second, OPTIONAL, STRING);
398 GOOGLE_DCHECK_TYPE(*extension, OPTIONAL, STRING);
443 GOOGLE_DCHECK_TYPE(iter->second, OPTIONAL, MESSAGE);
470 GOOGLE_DCHECK_TYPE(*extension, OPTIONAL, MESSAGE)
    [all...]
  /external/protobuf/src/google/protobuf/
extension_set.cc 202 OPTIONAL
208 GOOGLE_DCHECK_EQ((EXTENSION).is_repeated ? REPEATED : OPTIONAL, LABEL); \
222 GOOGLE_DCHECK_TYPE(iter->second, OPTIONAL, UPPERCASE); \
236 GOOGLE_DCHECK_TYPE(*extension, OPTIONAL, UPPERCASE); \
293 GOOGLE_DCHECK_TYPE(iter->second, OPTIONAL, ENUM);
306 GOOGLE_DCHECK_TYPE(*extension, OPTIONAL, ENUM);
353 GOOGLE_DCHECK_TYPE(iter->second, OPTIONAL, STRING);
367 GOOGLE_DCHECK_TYPE(*extension, OPTIONAL, STRING);
412 GOOGLE_DCHECK_TYPE(iter->second, OPTIONAL, MESSAGE);
432 GOOGLE_DCHECK_TYPE(*extension, OPTIONAL, MESSAGE)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
argparse.py 7 - handles both optional and positional arguments
30 the parser with actions for optional and positional arguments. Then
77 'OPTIONAL',
101 OPTIONAL = '?'
440 # if the Optional doesn't take a value, format is:
445 # if the Optional takes a value, format is:
452 # make it look optional if it's not required or in a group
540 # if the Optional doesn't take a value, format is:
545 # if the Optional takes a value, format is:
575 elif action.nargs == OPTIONAL
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
argparse.py 7 - handles both optional and positional arguments
30 the parser with actions for optional and positional arguments. Then
77 'OPTIONAL',
101 OPTIONAL = '?'
440 # if the Optional doesn't take a value, format is:
445 # if the Optional takes a value, format is:
452 # make it look optional if it's not required or in a group
540 # if the Optional doesn't take a value, format is:
545 # if the Optional takes a value, format is:
575 elif action.nargs == OPTIONAL
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
LoginContext1Test.java 66 private static final int OPTIONAL = 0;
93 case OPTIONAL:
94 return LoginModuleControlFlag.OPTIONAL;
112 * add{Optional|Required|Requisite|Sufficient}
182 AppConfigurationEntry.LoginModuleControlFlag.OPTIONAL,
    [all...]
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.services_3.2.100.v20100503.jar 
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/emma/lib/
emma.jar 

Completed in 1572 milliseconds