HomeSort by relevance Sort by last modified time
    Searched defs:special (Results 51 - 75 of 144) sorted by null

1 23 4 5 6

  /external/chromium_org/net/quic/test_tools/
crypto_test_utils.cc 480 // Special value.
481 const char* const special = tagstr + 1; local
482 if (strcmp(special, "padding") == 0) {
486 CHECK(false) << "Unknown special value: " << special;
  /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...]
  /bionic/libc/kernel/uapi/linux/
scc.h 150 io_port special; member in struct:scc_hw_config
  /development/ndk/platforms/android-L/include/linux/
scc.h 150 io_port special; member in struct:scc_hw_config
  /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...]
  /external/kernel-headers/original/uapi/linux/
scc.h 114 long spints; /* Special receiver interrupts */
149 io_port special; /* special function port */ member in struct:scc_hw_config
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
scc.h 114 long spints; /* Special receiver interrupts */
149 io_port special; /* special function port */ member in struct:scc_hw_config
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
scc.h 114 long spints; /* Special receiver interrupts */
149 io_port special; /* special function port */ member in struct:scc_hw_config
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
scc.h 150 io_port special; member in struct:scc_hw_config
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
scc.h 150 io_port special; member in struct:scc_hw_config
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
scc.h 150 io_port special; member in struct:scc_hw_config
  /external/mksh/src/
var.c 47 static int special(const char *);
84 * pop a block handling special variables
98 if ((vp = *vpp++) != NULL && (vp->flag&SPECIAL)) {
284 if (special(n))
285 vp->flag |= SPECIAL;
328 if (special(n))
329 vp->flag |= SPECIAL;
339 if ((vp->flag&SPECIAL))
342 /* special to dollar() */
448 if ((vq->flag&SPECIAL))
1077 special(const char *name) function
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
compile.c 400 /* Check whether it is a special file (stdin, stdout or stderr) */
401 struct special_files *special = special_files;
406 for (special = special_files; special->outf.name; special++)
407 if (strcmp(special->outf.name, file_name) == 0)
409 special->outf.fp = *special->pfp;
411 return &special->outf;
396 struct special_files *special = special_files; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_tgsi_insn.c 1179 const boolean special = (reg->Register.Absolute || local
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_insn.c 1179 const boolean special = (reg->Register.Absolute || local
    [all...]
  /external/valgrind/main/coregrind/m_demangle/
cplus-dem.c 916 A few special names such as '___elabs' add a few chars (at most 7), but
1080 /* Special names. */
1081 static const char * const special[][2] = { local
1091 for (k = 0; special[k][0] != NULL; k++)
1093 size_t slen = strlen (special[k][0]);
1094 if (strncmp (p, special[k][0], slen) == 0)
1097 slen = strlen (special[k][1]);
1098 memcpy (d, special[k][1], slen);
1103 if (special[k][0] != NULL)
    [all...]
  /external/valgrind/main/coregrind/
m_main.c 1181 const HChar* special = " \\\\<>"; local
    [all...]
  /development/ndk/platforms/android-3/include/linux/
blkdev.h 159 void *special; member in struct:request
  /external/valgrind/main/none/tests/ppc64/
test_isa_2_07_part1.c 272 typedef struct special { struct
906 * + special values:
976 /* Special values */
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
blkdev.h 159 void *special; member in struct:request
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
blkdev.h 159 void *special; member in struct:request
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
blkdev.h 159 void *special; member in struct:request
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
blkdev.h 159 void *special; member in struct:request
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
blkdev.h 159 void *special; member in struct:request

Completed in 1528 milliseconds

1 23 4 5 6