/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
ssl.py | 18 notBefore and notAfter functions to integer 92 import base64 # for DER-to-PEM translation namespace 113 # in the instancce, which we don't need -- but we want to provide the 156 """Read up to LEN bytes and return them. 169 """Write DATA to the underlying SSL channel. Returns 194 "non-zero flags not allowed in calls to send() on %s" % 224 "non-zero flags not allowed in calls to sendall() on %s" % 239 "non-zero flags not allowed in calls to recv() on %s" % 253 "non-zero flags not allowed in calls to recv_into() on %s" % 311 raise ValueError("attempt to connect already-connected SSLSocket!" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
ssl.py | 18 notBefore and notAfter functions to integer 92 import base64 # for DER-to-PEM translation namespace 113 # in the instancce, which we don't need -- but we want to provide the 156 """Read up to LEN bytes and return them. 169 """Write DATA to the underlying SSL channel. Returns 194 "non-zero flags not allowed in calls to send() on %s" % 224 "non-zero flags not allowed in calls to sendall() on %s" % 239 "non-zero flags not allowed in calls to recv() on %s" % 253 "non-zero flags not allowed in calls to recv_into() on %s" % 311 raise ValueError("attempt to connect already-connected SSLSocket!" [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
VaryingConfiguration.java | 10 * Unless required by applicable law or agreed to in writing, software 45 * The configuration will attempt to make its changed inherited value to be as 57 /** Bitmask of attributes to be varied/alternated from the parent */ 65 * @param configuration the configuration to inherit from 79 * @param parent the configuration to inherit values from 92 * @param other the configuration to copy overrides from 93 * @param parent the parent to tie the configuration to for inheriting values 112 * Returns the alternate flags for this configuration. Corresponds to 272 double to = from + inchesPerBucket; local [all...] |
/toolchain/binutils/binutils-2.25/gas/ |
app.c | 17 along with GAS; see the file COPYING. If not, write to the Free 53 /* The pseudo-op for which we need to special-case `@' characters. 121 /* I370 uses single-quotes to delimit integer, float constants. */ 142 /* This macro permits the processor to specify all characters which 145 backend uses this to support prefixes, which can confuse the 146 scrubber as to whether it is parsing operands or opcodes. */ 151 /* The m68k backend wants to be able to change comment_chars. */ 168 /* This macro permits the processor to specify all characters which 224 app is called asynchronously to the parsing of the .include's, so ou 358 char *to = tostart; local [all...] |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.0.0/ |
lint-tests-25.0.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.0.0-alpha7/ |
lint-tests-25.0.0-alpha7.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.0.0-alpha9/ |
lint-tests-25.0.0-alpha9.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.0.0-beta2/ |
lint-tests-25.0.0-beta2.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.0.0-beta5/ |
lint-tests-25.0.0-beta5.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.0.0-beta6/ |
lint-tests-25.0.0-beta6.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.0.0-beta7/ |
lint-tests-25.0.0-beta7.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.0.0-rc3/ |
lint-tests-25.0.0-rc3.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.1.0/ |
lint-tests-25.1.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.1.0-alpha3/ |
lint-tests-25.1.0-alpha3.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.1.0-alpha4/ |
lint-tests-25.1.0-alpha4.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.1.0-beta1/ |
lint-tests-25.1.0-beta1.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.1.0-beta3/ |
lint-tests-25.1.0-beta3.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.1.0-rc1/ |
lint-tests-25.1.0-rc1.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.1.2/ |
lint-tests-25.1.2.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.2.0-alpha1/ |
lint-tests-25.2.0-alpha1.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.2.0-alpha3/ |
lint-tests-25.2.0-alpha3.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.0.0-alpha5/ |
lint-tests-25.0.0-alpha5.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/shared/maven-filtering/1.0-beta-4/ |
maven-filtering-1.0-beta-4.jar | |
/prebuilts/tools/common/m2/repository/org/apache/maven/shared/file-management/1.2.1/ |
file-management-1.2.1.jar | |
/art/compiler/optimizing/ |
induction_var_analysis.cc | 10 * Unless required by applicable law or agreed to in writing, software 26 * classification, the lexicographically first entry-phi is rotated to the front. 44 // If found, bring that entry-phi to front. 57 * Returns true if the from/to types denote a narrowing, integral conversion (precision loss). 59 static bool IsNarrowingIntegralConversion(Primitive::Type from, Primitive::Type to) { 62 return to == Primitive::kPrimByte || to == Primitive::kPrimShort 63 || to == Primitive::kPrimChar || to == Primitive::kPrimInt; 65 return to == Primitive::kPrimByte || to == Primitive::kPrimShor 558 Primitive::Type to = conversion->GetResultType(); local [all...] |