HomeSort by relevance Sort by last modified time
    Searched defs:mode (Results 126 - 150 of 3517) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/deqp/framework/delibs/dethread/unix/
deNamedSemaphoreUnix.c 50 deUint32 mode = 0700; local
59 sem->semaphore = sem_open(name, O_CREAT|O_EXCL, mode, initialValue);
  /external/devlib/devlib/instrument/
acmecape.py 37 mode = CONTINUOUS variable in class:AcmeCapeInstrument
daq.py 21 mode = CONTINUOUS variable in class:DaqInstrument
frames.py 12 mode = CONTINUOUS variable in class:FramesInstrument
60 mode = CONTINUOUS variable in class:GfxInfoFramesInstrument
75 mode = CONTINUOUS variable in class:SurfaceFlingerFramesInstrument
  /external/devlib/devlib/instrument/netstats/
__init__.py 57 mode = CONTINUOUS variable in class:NetstatsInstrument
  /external/guava/guava-tests/benchmark/com/google/common/math/
BigIntegerMathRoundingBenchmark.java 43 RoundingMode mode; field in class:BigIntegerMathRoundingBenchmark
58 tmp += BigIntegerMath.log2(positive[j], mode);
67 tmp += BigIntegerMath.log10(positive[j], mode);
76 tmp += BigIntegerMath.sqrt(positive[j], mode).intValue();
85 tmp += BigIntegerMath.divide(nonzero1[j], nonzero2[j], mode).intValue();
DoubleMathRoundingBenchmark.java 42 RoundingMode mode; field in class:DoubleMathRoundingBenchmark
57 tmp += DoubleMath.roundToInt(doubleInIntRange[j], mode);
66 tmp += DoubleMath.roundToLong(doubleInLongRange[j], mode);
75 tmp += DoubleMath.roundToBigInteger(positiveDoubles[j], mode).intValue();
84 tmp += DoubleMath.log2(positiveDoubles[j], mode);
IntMathRoundingBenchmark.java 52 RoundingMode mode; field in class:IntMathRoundingBenchmark
58 tmp += IntMath.log2(positive[j], mode);
67 tmp += IntMath.log10(positive[j], mode);
76 tmp += IntMath.sqrt(positive[j], mode);
85 tmp += IntMath.divide(ints[j], nonzero[j], mode);
LongMathRoundingBenchmark.java 39 RoundingMode mode; field in class:LongMathRoundingBenchmark
58 tmp += LongMath.log2(positive[j], mode);
67 tmp += LongMath.log10(positive[j], mode);
76 tmp += LongMath.sqrt(positive[j], mode);
85 tmp += LongMath.divide(longs[j], nonzero[j], mode);
  /external/iproute2/include/uapi/linux/
seg6_iptunnel.h 28 int mode; member in struct:seg6_iptunnel_encap
  /external/iproute2/ip/
iplink_ipoib.c 26 " [ mode {datagram | connected} ]\n"
40 fprintf(stderr, "Error: argument of \"mode\" must be \"datagram\"or \"connected\"\n");
47 __u16 pkey, mode, umcast; local
55 } else if (matches(*argv, "mode") == 0) {
58 mode = IPOIB_MODE_DATAGRAM;
60 mode = IPOIB_MODE_CONNECTED;
63 addattr_l(n, 1024, IFLA_IPOIB_MODE, &mode, 2);
85 __u16 mode; local
109 mode = rta_getattr_u16(tb[IFLA_IPOIB_MODE]);
112 mode == IPOIB_MODE_DATAGRAM ? "datagram"
    [all...]
iplink_xdp.c 88 __u8 mode; local
90 mode = rta_getattr_u8(tb[IFLA_XDP_ATTACHED]);
95 print_uint(PRINT_JSON, "mode", NULL, mode);
105 __u8 mode; local
112 mode = rta_getattr_u8(tb[IFLA_XDP_ATTACHED]);
113 if (mode == XDP_ATTACHED_NONE)
119 else if (mode == XDP_ATTACHED_DRV)
121 else if (mode == XDP_ATTACHED_SKB)
123 else if (mode == XDP_ATTACHED_HW
    [all...]
  /external/iptables/include/linux/netfilter/
xt_bpf.h 28 __u16 mode; member in struct:xt_bpf_info_v1
xt_connmark.h 23 __u8 mode; member in struct:xt_connmark_tginfo1
  /external/jline/src/src/main/native/
jline_WindowsTerminal.c 7 DWORD mode; local
13 if (!GetConsoleMode (hConsole, &mode))
18 // printf ("JNI get mode=%d\n", mode);
19 return mode;
23 (JNIEnv *env, jobject ob, jint mode)
25 DWORD m = (DWORD)mode;
31 // printf ("JNI set mode=%d\n", m);
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/operators/
AddFunction.java 32 EscapeMode mode = EscapeMode.combineModes(left.getEscapeMode(), right.getEscapeMode()); local
33 return literalValue(left.asString() + right.asString(), mode, left.isPartiallyEscaped()
  /external/kernel-headers/original/uapi/asm-generic/
ipcbuf.h 26 __kernel_mode_t mode; member in struct:ipc64_perm
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_bpf.h 30 __u16 mode; member in struct:xt_bpf_info_v1
xt_connmark.h 24 __u8 mode; member in struct:xt_connmark_tginfo1
  /external/kernel-headers/original/uapi/linux/
seg6_iptunnel.h 28 int mode; member in struct:seg6_iptunnel_encap
46 switch (tuninfo->mode) {
  /external/libchrome/base/test/
test_file_util_posix.cc 49 mode_t* mode = new mode_t; local
50 *mode = stat_buf.st_mode & ~S_IFMT; // Filter out file/path kind.
52 return mode;
65 mode_t* mode = reinterpret_cast<mode_t*>(info); local
67 int rv = HANDLE_EINTR(chmod(path.value().c_str(), *mode));
69 delete mode;
  /external/libese/libese-hw/nxp/include/ese/hw/nxp/
spi_board.h 31 uint8_t mode; member in struct:NxpSpiBoard
  /external/libopus/celt/dump_modes/
dump_modes_arm_ne10.c 59 CELTMode *mode = modes[i]; local
60 fprintf(file, " %d %d",mode->Fs,mode->shortMdctSize*mode->nbShortMdcts);
71 void dump_mode_arch(CELTMode *mode)
76 mdctSize = mode->shortMdctSize*mode->nbShortMdcts;
78 fprintf(file, "#ifndef NE10_FFT_PARAMS%d_%d\n", mode->Fs, mdctSize);
79 fprintf(file, "#define NE10_FFT_PARAMS%d_%d\n", mode->Fs, mdctSize);
81 for(k=0;k<=mode->mdct.maxshift;k++)
    [all...]
  /external/ltp/testcases/kernel/fs/doio/
forker.c 43 * int forker(ncopies, mode, prefix)
45 * int mode;
67 * will be done. Mode 0 (default) will have all new processes
68 * be childern of the parent process. Using Mode 1,
73 * Using mode 0, the parent will get the total number of successful
74 * forks. Using mode 1, the newest child will get the total number
82 * access to all pids via Forker_pids. If using mode 0, only the
84 * If using mode 1, only the last child process will have all information.
156 int mode, /* 0 - all children of parent, 1 - only 1 direct child */
169 switch (mode) {
242 int mode = 0; local
    [all...]
  /external/ltp/testcases/kernel/syscalls/access/
access03.c 39 int mode; member in struct:tcase
50 TEST(access(tc->addr, tc->mode));

Completed in 369 milliseconds

1 2 3 4 56 7 8 91011>>