HomeSort by relevance Sort by last modified time
    Searched refs:xs (Results 1 - 25 of 262) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/clang/test/CXX/lex/lex.pptoken/
p3-0x.cpp 13 const char xs[] = R"(\
15 static_assert(sizeof(xs) == 12, "did not revert all changes");
  /frameworks/compile/mclinker/include/mcld/ADT/
ilist_sort.h 22 void sort(llvm::iplist<T, Alloc>& xs, size_t size, Comparator is_less_than) {
26 assert(xs.size() == size && "Incorrect list size argument");
35 iterator first = xs.begin();
36 iterator second = xs.begin();
39 xs.splice(first, xs, second);
47 iterator mid_iter(xs.begin());
51 ys.splice(ys.begin(), xs, mid_iter, xs.end());
53 // Sort the xs and ys recursively
    [all...]
  /external/clang/test/Sema/
warn-unsequenced.c 11 int xs[10]; local
19 a = xs[++a]; // expected-warning {{multiple unsequenced modifications}}
20 a = xs[a++]; // expected-warning {{multiple unsequenced modifications}}
43 (xs[2] && (a = 0)) + a; // ok
47 (xs[3] || (a = 0)) + a; // ok
51 (xs[4] ? a : ++a) + a; // ok
54 (xs[5] ? ++a : ++a) + a; // FIXME: warn here
56 (++a, xs[6] ? ++a : 0) + a; // expected-warning {{unsequenced modification and access}}
62 int *p = xs;
79 (xs[7] && ++a) * (!xs[7] && ++a); // o
    [all...]
  /external/clang/test/SemaCXX/
warn-unsequenced.cpp 15 int xs[10]; local
26 a = xs[++a]; // ok
27 a = xs[a++]; // expected-warning {{multiple unsequenced modifications}}
28 (a ? xs[0] : xs[1]) = ++a; // expected-warning {{unsequenced modification and access}}
60 (xs[2] && (a = 0)) + a; // ok
64 (xs[3] || (a = 0)) + a; // ok
68 (xs[4] ? a : ++a) + a; // ok
73 (xs[5] ? ++a : ++a) + a; // FIXME: warn here
75 (++a, xs[6] ? ++a : 0) + a; // expected-warning {{unsequenced modification and access}
    [all...]
  /external/okhttp/okio/okio/src/test/java/okio/
SegmentSharingTest.java 29 private static final String xs = TestUtil.repeat('x', Segment.SIZE / 2 + 1); field in class:SegmentSharingTest
39 ByteString byteString = concatenateBuffers(xs, ys, zs).snapshot();
40 assertEquivalent(byteString, concatenateBuffers(xs, ys + zs).snapshot());
41 assertEquivalent(byteString, concatenateBuffers(xs + ys + zs).snapshot());
42 assertEquivalent(byteString, ByteString.encodeUtf8(xs + ys + zs));
46 ByteString byteString = concatenateBuffers(xs, ys, zs).snapshot();
48 assertEquals('x', byteString.getByte(xs.length() - 1));
49 assertEquals('y', byteString.getByte(xs.length()));
50 assertEquals('y', byteString.getByte(xs.length() + ys.length() - 1));
51 assertEquals('z', byteString.getByte(xs.length() + ys.length()))
    [all...]
  /external/deqp/framework/platform/android/
tcuAndroidExecService.hpp 44 class TestProcess : public xs::TestProcess
73 xs::posix::FileReader m_logReader;
76 class ExecutionServer : public xs::ExecutionServer
79 ExecutionServer (JavaVM* vm, xs::TestProcess* testProcess, deSocketFamily family, int port, RunMode runMode);
80 xs::ConnectionHandler* createHandler (de::Socket* socket, const de::SocketAddress& clientAddress);
86 class ConnectionHandler : public xs::ExecutionRequestHandler
89 ConnectionHandler (JavaVM* vm, xs::ExecutionServer* server, de::Socket* socket);
99 ServerThread (JavaVM* vm, xs::TestProcess* testProcess, deSocketFamily family, int port);
  /external/deqp/execserver/tools/
xsMain.cpp 58 xs::Win32TestProcess testProcess;
60 xs::PosixTestProcess testProcess;
80 const xs::ExecutionServer::RunMode runMode = cmdLine.getOption<opt::SingleExec>()
81 ? xs::ExecutionServer::RUNMODE_SINGLE_EXEC
82 : xs::ExecutionServer::RUNMODE_FOREVER;
84 xs::ExecutionServer server (&testProcess, DE_SOCKETFAMILY_INET4, port, runMode);
  /external/deqp/execserver/
xsTestDriver.hpp 32 namespace xs namespace
38 TestDriver (xs::TestProcess* testProcess);
72 xs::TestProcess* m_process;
78 } // xs
xsDefs.hpp 32 namespace xs namespace
83 } // xs
85 #define XS_FAIL(MSG) throw xs::Error(MSG, "", __FILE__, __LINE__)
86 #define XS_CHECK(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xs::Error(NULL, #X, __FILE__, __LINE__); } while(deGetFalse())
87 #define XS_CHECK_MSG(X, MSG) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xs::Error(MSG, #X, __FILE__, __LINE__); } while(deGetFalse())
xsPosixFileReader.hpp 30 namespace xs namespace
56 } // xs
  /external/deqp/executor/
xeTcpIpLink.cpp 40 static void writeMessageHeader (de::BlockBuffer<deUint8>& dst, xs::MessageType type, int messageSize)
42 deUint8 hdr[xs::MESSAGE_HEADER_SIZE];
43 xs::Message::writeHeader(type, messageSize, &hdr[0], xs::MESSAGE_HEADER_SIZE);
44 dst.write(xs::MESSAGE_HEADER_SIZE, &hdr[0]);
49 writeMessageHeader(dst, xs::MESSAGETYPE_KEEPALIVE, xs::MESSAGE_HEADER_SIZE);
59 int totalSize = xs::MESSAGE_HEADER_SIZE + nameSize + paramsSize + workDirSize + caseListSize;
61 writeMessageHeader(dst, xs::MESSAGETYPE_EXECUTE_BINARY, totalSize);
71 writeMessageHeader(dst, xs::MESSAGETYPE_STOP_EXECUTION, xs::MESSAGE_HEADER_SIZE)
    [all...]
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfTileDescription.h 76 TileDescription (unsigned int xs = 32,
81 xSize (xs),
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
SmoothingUtilsTests.java 30 final float[] xs = new float[] {0, 1, 2, 3, 4}; local
34 SmoothingUtils.get3DParameters(xs, ys, retval);
  /bionic/libc/kernel/uapi/linux/
tiocl.h 32 unsigned short xs; member in struct:tiocl_selection
  /development/ndk/platforms/android-21/include/linux/
tiocl.h 32 unsigned short xs; member in struct:tiocl_selection
  /development/ndk/platforms/android-3/include/linux/
tiocl.h 25 unsigned short xs; member in struct:tiocl_selection
  /external/clang/test/CXX/temp/temp.decls/temp.alias/
p3.cpp 13 template<typename ...T> void f(U<T> ...xs);
  /external/kernel-headers/original/uapi/linux/
tiocl.h 14 unsigned short xs; /* X start */ member in struct:tiocl_selection
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
tiocl.h 14 unsigned short xs; /* X start */ member in struct:tiocl_selection
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
tiocl.h 14 unsigned short xs; /* X start */ member in struct:tiocl_selection
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
tiocl.h 25 unsigned short xs; member in struct:tiocl_selection
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
tiocl.h 25 unsigned short xs; member in struct:tiocl_selection
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
tiocl.h 25 unsigned short xs; member in struct:tiocl_selection
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/
tiocl.h 25 unsigned short xs; member in struct:tiocl_selection
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/
tiocl.h 25 unsigned short xs; member in struct:tiocl_selection

Completed in 2686 milliseconds

1 2 3 4 5 6 7 8 91011