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

1 2

  /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;
  /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";
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
certbcli.h 24 #ifndef OPTIONAL
25 #define OPTIONAL
lmcons.h 124 #ifndef OPTIONAL
125 #define OPTIONAL
resapi.h 25 #ifndef OPTIONAL
26 #define OPTIONAL
windef.h 63 #ifndef OPTIONAL
64 #define OPTIONAL
rpcdce.h 22 #ifndef OPTIONAL
23 #define OPTIONAL
ntdef.h 66 #ifndef OPTIONAL
67 #define OPTIONAL
ntsecapi.h 105 #ifndef OPTIONAL
106 #define OPTIONAL
    [all...]
  /external/emma/core/java12/com/vladium/util/args/
OptsParser.java     [all...]
  /external/protobuf/src/google/protobuf/
extension_set.cc 240 OPTIONAL
246 GOOGLE_DCHECK_EQ((EXTENSION).is_repeated ? REPEATED : OPTIONAL, LABEL); \
260 GOOGLE_DCHECK_TYPE(iter->second, OPTIONAL, UPPERCASE); \
274 GOOGLE_DCHECK_TYPE(*extension, OPTIONAL, UPPERCASE); \
405 GOOGLE_DCHECK_TYPE(iter->second, OPTIONAL, ENUM);
418 GOOGLE_DCHECK_TYPE(*extension, OPTIONAL, ENUM);
465 GOOGLE_DCHECK_TYPE(iter->second, OPTIONAL, STRING);
479 GOOGLE_DCHECK_TYPE(*extension, OPTIONAL, STRING);
524 GOOGLE_DCHECK_TYPE(iter->second, OPTIONAL, MESSAGE);
551 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...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
org.eclipse.equinox.p2.publisher_1.3.0.v20140129-1405.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
org.eclipse.equinox.p2.publisher_1.3.0.v20130509-0110.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.20.0/
org.eclipse.tycho.core.shared-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.18.1/
org.eclipse.tycho.core.shared-0.18.1.jar 
  /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 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h 236 IN PVOID Context OPTIONAL,
308 IN OUT PVOID Context OPTIONAL,
445 IN OUT PVOID Context OPTIONAL,
448 IN ULONG AlternativesCount OPTIONAL,
455 IN OUT PVOID Context OPTIONAL,
    [all...]

Completed in 953 milliseconds

1 2