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

<<181182183184185186187188189190>>

  /toolchain/binutils/binutils-2.27/gas/config/
tc-microblaze.c 740 /* Special case: sign extend negative 32-bit values to offsetT size. */
968 as_fatal (_("Cannot use special register with this instruction"));
970 as_fatal (_("Cannot use special register with this instruction"));
972 as_fatal (_("Cannot use special register with this instruction"));
1012 as_fatal (_("Cannot use special register with this instruction"));
1014 as_fatal (_("Cannot use special register with this instruction"));
1138 as_fatal (_("Cannot use special register with this instruction"));
1140 as_fatal (_("Cannot use special register with this instruction"));
1178 as_fatal (_("Cannot use special register with this instruction"));
1180 as_fatal (_("Cannot use special register with this instruction"))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_long.py 27 # build some special values
28 special = map(long, [0, 1, 2, BASE, BASE >> 1]) variable
29 special.append(0x5555555555555555L)
30 special.append(0xaaaaaaaaaaaaaaaaL)
34 special.append(p2 - 1)
38 special = special + map(lambda x: ~x, special) + \
39 map(lambda x: -x, special) variable
256 for x in special:
    [all...]
  /external/python/cpython2/Lib/test/
test_long.py 28 # build some special values
29 special = map(long, [0, 1, 2, BASE, BASE >> 1]) variable
30 special.append(0x5555555555555555L)
31 special.append(0xaaaaaaaaaaaaaaaaL)
35 special.append(p2 - 1)
39 special = special + map(lambda x: ~x, special) + \
40 map(lambda x: -x, special) variable
279 for x in special
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_long.py 28 # build some special values
29 special = map(long, [0, 1, 2, BASE, BASE >> 1]) variable
30 special.append(0x5555555555555555L)
31 special.append(0xaaaaaaaaaaaaaaaaL)
35 special.append(p2 - 1)
39 special = special + map(lambda x: ~x, special) + \
40 map(lambda x: -x, special) variable
258 for x in special
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_long.py 28 # build some special values
29 special = map(long, [0, 1, 2, BASE, BASE >> 1]) variable
30 special.append(0x5555555555555555L)
31 special.append(0xaaaaaaaaaaaaaaaaL)
35 special.append(p2 - 1)
39 special = special + map(lambda x: ~x, special) + \
40 map(lambda x: -x, special) variable
258 for x in special
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_long.py 28 # build some special values
29 special = map(long, [0, 1, 2, BASE, BASE >> 1]) variable
30 special.append(0x5555555555555555L)
31 special.append(0xaaaaaaaaaaaaaaaaL)
35 special.append(p2 - 1)
39 special = special + map(lambda x: ~x, special) + \
40 map(lambda x: -x, special) variable
258 for x in special
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_long.py 28 # build some special values
29 special = map(long, [0, 1, 2, BASE, BASE >> 1]) variable
30 special.append(0x5555555555555555L)
31 special.append(0xaaaaaaaaaaaaaaaaL)
35 special.append(p2 - 1)
39 special = special + map(lambda x: ~x, special) + \
40 map(lambda x: -x, special) variable
258 for x in special
    [all...]
  /external/autotest/scheduler/
agent_task.py 43 The first special task for an HQE is usually Reset.
51 - delete any unwanted queued special tasks
53 - set the is_active bit on the special task
81 special task called cleanup).
438 # Only special tasks could be missing host queue entries
695 """Increments an accumulator associated with this special task."""
748 # Also fail all other special tasks that have not yet run for this HQE
770 """Remove a type of special task in all tasks, keep last one if needed.
772 @param special_task_to_remove: type of special task to be removed, e.g.,
774 @param keep_last_one: True to keep the last special task if its type i
    [all...]
query_managers.py 164 # Filter all active hqes and stand alone special tasks to make sure
166 # stand alone special task can share a host with an active hqe, an
313 # Avoid any host with a new special task against it. There are 2 cases
314 # when an inactive but incomplete special task will not use the host
316 # has special tasks for the same host. In both these cases this host
318 # an incomplete special task will grab the host before a new job does
  /external/harfbuzz_ng/m4/
ax_pthread.m4 13 # flags, and the PTHREAD_CFLAGS output variable to any special C compiler
17 # Also sets PTHREAD_CC to any special C compiler that is needed for
19 # is necessary on AIX to use the special cc_r compiler alias.)
72 # As a special exception, the respective Autoconf Macro's copyright owner
80 # This special exception to the GPL applies to versions of the Autoconf
82 # modified version of the Autoconf Macro, you may extend this special
96 # requires special compiler flags (e.g. on Tru64 or Sequent).
247 # Clang needs special handling, because older versions handle the -pthread
362 # need a special flag -Kthread to make this header compile.)
424 AC_CACHE_CHECK([whether more special flags are required for pthreads]
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
Collation.java 36 // Special sort key bytes for all levels.
111 * A CE32 is special if its low byte is this or greater.
112 * Impossible case bits 11 mark special CE32s.
118 * Low byte of a long-primary special CE32.
158 * Special-CE32 tags, from bits 3..0 of a special 32-bit CE.
330 /** Makes a special CE32 with tag, index and length. */
334 /** Makes a special CE32 with only tag and index. */
402 * Returns the data index from a special CE32.
422 /** Returns a 64-bit CE from a simple CE32 (not special). *
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
Collation.java 34 // Special sort key bytes for all levels.
109 * A CE32 is special if its low byte is this or greater.
110 * Impossible case bits 11 mark special CE32s.
116 * Low byte of a long-primary special CE32.
156 * Special-CE32 tags, from bits 3..0 of a special 32-bit CE.
328 /** Makes a special CE32 with tag, index and length. */
332 /** Makes a special CE32 with only tag and index. */
400 * Returns the data index from a special CE32.
420 /** Returns a 64-bit CE from a simple CE32 (not special). *
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
eg_sq.h 229 * 244 ALU_SRC_1_DBL_L: special constant 1.0 double-float, LSW. (RV670+)
230 * 245 ALU_SRC_1_DBL_M: special constant 1.0 double-float, MSW. (RV670+)
231 * 246 ALU_SRC_0_5_DBL_L: special constant 0.5 double-float, LSW. (RV670+)
232 * 247 ALU_SRC_0_5_DBL_M: special constant 0.5 double-float, MSW. (RV670+)
233 * 248 SQ_ALU_SRC_0: special constant 0.0.
234 * 249 SQ_ALU_SRC_1: special constant 1.0 float.
235 * 250 SQ_ALU_SRC_1_INT: special constant 1 integer.
236 * 251 SQ_ALU_SRC_M_1_INT: special constant -1 integer.
237 * 252 SQ_ALU_SRC_0_5: special constant 0.5 float.
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidStrictMathTest.java 94 // Test for special situations
149 // Test for special situations
189 //Test for special cases
226 // Test for special cases
285 // Test for special cases
316 // Test for special cases
509 // Test for special situations
556 // Test for special situations
613 // Test for special cases
646 // Test for special case
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DFA.java 21 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
62 /** How many edges can each DFA state have before a "special" state
204 /** List of special DFAState objects */
206 /** List of ST for special states. */
213 public Vector special; field in class:DFA
328 public List getJavaCompressedSpecial() { return getRunLengthEncoding(special); }
399 special = new Vector(this.getNumberOfStates()); // Vector<short>
400 special.setSize(this.getNumberOfStates());
434 // can't compute min,max,special,transition on accepts
459 testEncodeDecode(special);
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
reduce.rs 327 int inVal, int x /* special arg */) {
345 int x /* special arg */,
346 int y /* special arg */) {
367 int x /* special arg */,
368 int y /* special arg */,
369 int z /* special arg */) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
re.py 24 Regular expressions can contain both special and ordinary characters.
29 The special characters are:
38 *?,+?,?? Non-greedy versions of the previous three special characters.
41 "\\" Either escapes special characters or signals a special sequence.
59 The special sequences consist of "\\" and a character from the list
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
filelist.py 192 module: '*' and '?' match non-special characters, where "special"
291 'fnmatch.translate()' in that '*' does not match "special characters"
298 # and by extension they shouldn't match such "special characters" under
300 # character except the special characters.
301 # XXX currently the "special characters" are just slash -- i.e. this is
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
re.py 24 Regular expressions can contain both special and ordinary characters.
29 The special characters are:
38 *?,+?,?? Non-greedy versions of the previous three special characters.
41 "\\" Either escapes special characters or signals a special sequence.
59 The special sequences consist of "\\" and a character from the list
  /external/clang/lib/Sema/
SemaCUDA.cpp 196 /// When an implicitly-declared special member has to invoke more than one
197 /// base/field special member, conflicts may occur in the targets of these
232 // We're going to invoke special member lookup; mark that these special
236 // Look for special members in base classes that should be invoked from here.
290 // Same as for bases, but now for special members of fields.
  /external/google-breakpad/src/testing/gtest/m4/
acx_pthread.m4 17 dnl linker flags, and the PTHREAD_CFLAGS output variable to any special
22 dnl Also sets PTHREAD_CC to any special C compiler that is needed for
24 dnl (This is necessary on AIX to use the special cc_r compiler alias.)
70 # requires special compiler flags (e.g. on True64 or Sequent).
172 # need a special flag -Kthread to make this header compile.)
219 AC_MSG_CHECKING([if more special flags are required for pthreads])
  /external/googletest/googletest/m4/
acx_pthread.m4 17 dnl linker flags, and the PTHREAD_CFLAGS output variable to any special
22 dnl Also sets PTHREAD_CC to any special C compiler that is needed for
24 dnl (This is necessary on AIX to use the special cc_r compiler alias.)
70 # requires special compiler flags (e.g. on True64 or Sequent).
172 # need a special flag -Kthread to make this header compile.)
219 AC_MSG_CHECKING([if more special flags are required for pthreads])
  /external/libjpeg-turbo/
jdsample.c 286 /* Special case for first column */
298 /* Special case for last column */
381 /* Special case for first column */
397 /* Special case for last column */
464 /* Special cases for 2h1v upsampling */
483 /* Special cases for 2h2v upsampling */
  /external/parameter-framework/upstream/test/functional-tests/
plan.md 138 ### Error cases/special cases
237 ### Error cases/special cases
293 ### Error cases/special cases
327 - special case: "none" value
329 ### Error cases/special cases
348 ### Error case/special cases
  /external/protobuf/gtest/m4/
acx_pthread.m4 17 dnl linker flags, and the PTHREAD_CFLAGS output variable to any special
22 dnl Also sets PTHREAD_CC to any special C compiler that is needed for
24 dnl (This is necessary on AIX to use the special cc_r compiler alias.)
70 # requires special compiler flags (e.g. on True64 or Sequent).
172 # need a special flag -Kthread to make this header compile.)
219 AC_MSG_CHECKING([if more special flags are required for pthreads])

Completed in 1748 milliseconds

<<181182183184185186187188189190>>