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

1 2 3

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/fixers/myfixes/
fix_explicit.py 4 explicit = True variable in class:FixExplicit
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/fixers/myfixes/
fix_explicit.py 4 explicit = True variable in class:FixExplicit
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_buffer.py 14 explicit = True # The user must ask for this fixer variable in class:FixBuffer
fix_set_literal.py 15 explicit = True variable in class:FixSetLiteral
fix_ws_comma.py 14 explicit = True # The user must ask for this fixers variable in class:FixWsComma
fix_idioms.py 38 explicit = True # The user must ask for this fixer variable in class:FixIdioms
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_buffer.py 14 explicit = True # The user must ask for this fixer variable in class:FixBuffer
fix_set_literal.py 15 explicit = True variable in class:FixSetLiteral
fix_ws_comma.py 14 explicit = True # The user must ask for this fixers variable in class:FixWsComma
fix_idioms.py 38 explicit = True # The user must ask for this fixer variable in class:FixIdioms
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1TaggedObject.java 16 boolean explicit = true; field in class:ASN1TaggedObject
21 boolean explicit)
23 if (explicit)
54 * Create a tagged object with the style given by the value of explicit.
57 * to explicit in accordance with the ASN.1 encoding rules.
59 * @param explicit true if the object is explicitly tagged.
64 boolean explicit,
70 this.explicit = true;
74 this.explicit = explicit;
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowToken.java 41 final boolean explicit; field in class:WindowToken
77 explicit = _explicit;
  /cts/tests/tests/security/src/android/security/cts/
BrowserTest.java 213 * This method returns a List of explicit Intents for all programs
245 /* convert our implicit Intent into multiple explicit Intents */
250 Intent explicit = new Intent(Intent.ACTION_VIEW); local
251 explicit.setClassName(i.activityInfo.packageName, i.activityInfo.name);
252 explicit.setData(uri);
253 explicit.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
254 retval.add(explicit);
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
DerOutputStream.java 55 @Override public void encodeExplicit(ASN1Explicit explicit) {
59 explicit.type.encodeASN(this);
132 @Override public void getExplicitLength(ASN1Explicit explicit) {
140 explicit.type.setEncodingContent(this);
147 length = explicit.type.getEncodedLength(this);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
ChoiceTest.java 184 ASN1Explicit explicit = new ASN1Explicit(0, choice); local
188 assertEquals("False: ", Boolean.FALSE, explicit.decode(encoded));
192 assertEquals("True: ", Boolean.TRUE, explicit.decode(encoded));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
fixer_base.py 34 explicit = False # Is this ignored by refactor.py -f all? variable in class:BaseFix
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
fixer_base.py 34 explicit = False # Is this ignored by refactor.py -f all? variable in class:BaseFix
  /external/guava/guava/src/com/google/common/collect/
Ordering.java 132 public static <T> Ordering<T> explicit(List<T> valuesInOrder) { method in class:Ordering
160 public static <T> Ordering<T> explicit( method in class:Ordering
162 return explicit(Lists.asList(leastValue, remainingValuesInOrder));
166 * Exception thrown by a {@link Ordering#explicit(List)} or {@link
167 * Ordering#explicit(Object, Object[])} comparator when comparing a value
  /external/clang/test/Preprocessor/
cxx_oper_keyword_ms_compat.cpp 40 #define explicit macro
125 explicit
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-netrexx.jar 
  /external/stlport/stlport/stl/config/
features.h 48 * explicit, as a null macro if it's not already a keyword.
633 #if defined (_STLP_NEED_EXPLICIT) && !defined (explicit)
634 # define explicit macro
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
features.h 48 * explicit, as a null macro if it's not already a keyword.
627 #if defined (_STLP_NEED_EXPLICIT) && !defined (explicit)
628 # define explicit macro
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
features.h 48 * explicit, as a null macro if it's not already a keyword.
627 #if defined (_STLP_NEED_EXPLICIT) && !defined (explicit)
628 # define explicit macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
features.h 48 * explicit, as a null macro if it's not already a keyword.
627 #if defined (_STLP_NEED_EXPLICIT) && !defined (explicit)
628 # define explicit macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
features.h 48 * explicit, as a null macro if it's not already a keyword.
627 #if defined (_STLP_NEED_EXPLICIT) && !defined (explicit)
628 # define explicit macro
    [all...]

Completed in 635 milliseconds

1 2 3