HomeSort by relevance Sort by last modified time
    Searched full:special (Results 551 - 575 of 40689) sorted by null

<<21222324252627282930>>

  /external/proguard/examples/gradle/
android.gradle 87 // Preserve all View implementations, their special context constructors, and
97 // Preserve all classes that have special context constructors, and the
104 // Preserve all classes that have special context constructors, and the
118 // Preserve the special fields of all Parcelable implementations.
155 // Preserve the special static methods that are required in all enumeration
  /external/valgrind/none/tests/s390x/
comp-1.c 165 /* Special cases for cgr */
172 /* Special cases for cgfr */
185 /* Special cases for cg */
192 /* Special cases for cgf */
205 /* Special cases for cgfi */
comp-2.c 143 /* Special cases for clgr */
150 /* Special cases for clgfr */
163 /* Special cases for clg */
170 /* Special cases for clgf */
183 /* Special cases for clgfi */
  /libcore/ojluni/src/main/java/sun/security/util/
AlgorithmDecomposer.java 93 // handle special name: SHA-1 and SHA1
101 // handle special name: SHA-224 and SHA224
109 // handle special name: SHA-256 and SHA256
117 // handle special name: SHA-384 and SHA384
125 // handle special name: SHA-512 and SHA512
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Geometry.h 78 mass = fabs((y1 - y0) * (x2 - x0)); // Special case 1a
82 mass = fabs((y1 - y0) * (x1 - x0)); // Special case 1b
89 mass = fabs((x2 - x0) * (y2 - y0)); // Special case 2a
93 mass = fabs((x1 - x0) * (y2 - y0)); // Special case 2a
98 mass = fabs((x1 - x0) * (y2 - y0)); // Special case 3
  /packages/apps/Messaging/src/com/android/messaging/util/
ContactRecipientEntryUtils.java 33 * A special contact id for generated contacts with no display name (number only) and avatar.
42 * A generated special contact which says "Send to xxx" in the contact list, which allows
48 * Construct a special "Send to xxx" entry for a given destination.
103 * Returns true if the given entry is a special send to number item.
110 * Returns true if the given participant is a special send to number item.
  /prebuilts/tools/common/proguard/proguard4.7/examples/
android.pro 66 # Preserve all View implementations, their special context constructors, and
76 # Preserve all classes that have special context constructors, and the
83 # Preserve all classes that have special context constructors, and the
90 # Preserve the special fields of all Parcelable implementations.
121 # Preserve the special static methods that are required in all enumeration
  /toolchain/binutils/binutils-2.27/intl/
explodename.c 54 normalized_codeset, special, sponsor, revision)
61 const char **special;
73 *special = NULL;
145 /* Next is special application (CEN syntax). */
147 *special = ++cp;
finddomain.c 62 const char *special; local
74 language[_territory][+audience][+special][,[sponsor][_revision]]
82 (3) special
141 &codeset, &normalized_codeset, &special,
148 codeset, normalized_codeset, modifier, special,
  /external/javassist/src/main/javassist/bytecode/analysis/
Type.java 29 * a JVM type not only includes all normal Java types, but also a few special types
31 * more info on these special types.
33 * All primitive and special types reuse the same instance, so identity comparison can
44 private final boolean special; field in class:Type
142 private Type(CtClass clazz, boolean special) {
144 this.special = special;
163 * Returns the class this type represents. If the type is special, null will be returned.
165 * @return the class for this type, or null if special
174 * @return true if a java reference, false if a primitive or special
    [all...]
  /bionic/libc/bionic/
pthread_setname_np.cpp 20 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
56 // Getting our own name is an easy special case.
88 // Setting our own name is an easy special case.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_dict.py 21 or for...in!). Special contexts that apply to both: list(), sorted(), tuple()
68 special = not tail and self.in_special_context(node, isiter)
75 if not (special or isview):
  /external/ImageMagick/m4/
ax_append_flag.m4 39 # As a special exception, the respective Autoconf Macro's copyright owner
47 # This special exception to the GPL applies to versions of the Autoconf
49 # modified version of the Autoconf Macro, you may extend this special
ax_c___attribute__.m4 33 # As a special exception, the respective Autoconf Macro's copyright owner
41 # This special exception to the GPL applies to versions of the Autoconf
43 # modified version of the Autoconf Macro, you may extend this special
ax_check_compile_flag.m4 45 # As a special exception, the respective Autoconf Macro's copyright owner
53 # This special exception to the GPL applies to versions of the Autoconf
55 # modified version of the Autoconf Macro, you may extend this special
ax_compiler_vendor.m4 34 # As a special exception, the respective Autoconf Macro's copyright owner
42 # This special exception to the GPL applies to versions of the Autoconf
44 # modified version of the Autoconf Macro, you may extend this special
  /external/adhd/
NOTICE 22 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
42 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
70 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDFA.h 20 // INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
39 const int *special; variable
76 @property const int *special; variable
  /external/autotest/contrib/
compare_suite.py 3 # The tool gathers the time used by special tasks/test jobs to a tab-separated
38 # A cache of special tasks, hostname:[task]
72 # Special task ID
98 # To support old special tasks, the value falls back to the ones from
108 """Details about the job run time, including time spent on special tasks.
138 # Special tasks run before job starts.
140 # Special tasks run after job finished.
143 # If job time used is not calculated, skip locating special tasks.
147 # suite job has no special tasks
393 print ('%% on special tasks%s' % delimiter
    [all...]
  /external/clang/test/SemaCXX/
implicit-member-functions.cpp 15 // Make sure that the special member functions are introduced for
44 // If the lazy declaration of special member functions is triggered
80 // supposed to be incomplete when we implicitly declare its special members.
  /external/curl/docs/libcurl/opts/
CURLOPT_WILDCARDMATCH.3 56 no special meaning in a bracket expression. Each bracket expression ends by the
69 \fB[][-!^]\fP - special case \- matches only '\-', ']', '[', '!' or '^'. These
70 characters have no special purpose.
  /external/google-breakpad/android/
test-shell.sh 25 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
32 # A special shell wrapper that can be used to run the Google Breakpad unit
70 # Handle special case(s) here.
  /external/google-breakpad/src/google_breakpad/common/
minidump_exception_solaris.h 23 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
85 MD_EXCEPTION_CODE_SOL_SIGFREEZE = 34, /* special signal used by CPR */
86 MD_EXCEPTION_CODE_SOL_SIGTHAW = 35, /* special signal used by CPR */
  /external/iptables/m4/
ax_check_linker_flags.m4 39 # As a special exception, the respective Autoconf Macro's copyright owner
47 # This special exception to the GPL applies to versions of the Autoconf
49 # modified version of the Autoconf Macro, you may extend this special
  /external/kernel-headers/original/uapi/linux/
scc.h 115 long spints; /* Special receiver interrupts */
150 io_port special; /* special function port */ member in struct:scc_hw_config

Completed in 1151 milliseconds

<<21222324252627282930>>