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

1 2 3

  /bootable/recovery/tests/unit/
locale_test.cpp 21 TEST(LocaleTest, Misc) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
FunctionDelegates.cs 33 namespace Antlr.Runtime.Misc
ListStack`1.cs 33 namespace Antlr.Runtime.Misc
FastQueue.cs 33 namespace Antlr.Runtime.Misc
LookaheadStream.cs 33 namespace Antlr.Runtime.Misc
  /external/testng/src/test/java/test/
Misc.java 10 public class Misc extends BaseTest {
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/
misctest.cpp 26 class Misc : public PerfTest {
76 TEST_F(Misc, Hoehrmann_IsUTF8) {
191 TEST_F(Misc, CountDecimalDigit_Verify) {
202 TEST_F(Misc, CountDecimalDigit_naive) {
209 TEST_F(Misc, CountDecimalDigit_enroll4) {
216 TEST_F(Misc, CountDecimalDigit_fast) {
224 TEST_F(Misc, CountDecimalDigit64_VerifyFast) {
932 TEST_F(Misc, itoa_Writer_StringBufferVerify) { itoa_Writer_StringBufferVerify<rapidjson::Writer<rapidjson::StringBuffer> >(); }
933 TEST_F(Misc, itoa_Writer1_StringBufferVerify) { itoa_Writer_StringBufferVerify<Writer1<rapidjson::StringBuffer> >(); }
934 TEST_F(Misc, itoa_Writer2_StringBufferVerify) { itoa_Writer_StringBufferVerify<Writer2<rapidjson::StringBuffer (…)
    [all...]
  /external/skia/src/core/
SkRemote.h 46 struct Misc {
51 static Misc CreateFrom(const SkPaint&);
70 virtual ID define(const Misc&) = 0;
88 ID misc, patheffect, shader, xfermode, maskfilter, member in struct:SkRemote::Encoder::CommonIDs
SkRemote.cpp 27 Misc Misc::CreateFrom(const SkPaint& paint) {
28 Misc misc = { local
34 return misc;
37 void Misc::applyTo(SkPaint* paint) const {
44 static bool operator==(const Misc& a, const Misc& b) {
51 // Misc carries 10 bytes of data in a 12 byte struct, so we need a custom hash.
52 static_assert(sizeof(Misc) > offsetof(Misc, fDither) + sizeof(Misc().fDither), "")
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ITreeVisitorAction.cs 35 using Antlr.Runtime.Misc;
TreeVisitor.cs 35 using Antlr.Runtime.Misc;
TreeFilter.cs 35 using Antlr.Runtime.Misc;
TreeRewriter.cs 35 using Antlr.Runtime.Misc;
CommonTreeNodeStream.cs 36 using Antlr.Runtime.Misc;
  /external/valgrind/helgrind/
hg_errors.c 298 XE_Misc // misc other error (w/ string to describe it)
365 } Misc;
642 xe.XE.Misc.thr = thr;
643 xe.XE.Misc.errstr = string_table_strdup(errstr);
644 xe.XE.Misc.auxstr = auxstr ? string_table_strdup(auxstr) : NULL;
645 xe.XE.Misc.auxctx = auxctx;
694 return xe1->XE.Misc.thr == xe2->XE.Misc.thr
695 && 0==VG_(strcmp)(xe1->XE.Misc.errstr, xe2->XE.Misc.errstr)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
UnbufferedTokenStream.cs 34 using Antlr.Runtime.Misc;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
ErrorManager.cs 35 namespace Antlr.Runtime.Misc
FastQueue.cs 33 namespace Antlr.Runtime.Misc {
LookaheadStream.cs 33 namespace Antlr.Runtime.Misc {
Stats.cs 33 namespace Antlr.Runtime.Misc {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
UnbufferedTokenStream.cs 35 using Antlr.Runtime.Misc;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Misc/
Stats.cs 33 namespace Antlr.Runtime.Misc
  /external/protobuf/src/google/protobuf/stubs/
stringprintf_unittest.cc 56 TEST(StringPrintfTest, Misc) {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
CommonTreeNodeStream.cs 35 using Antlr.Runtime.Misc;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dmdls.h 156 DMUS_MSCPARAMS Misc;

Completed in 309 milliseconds

1 2 3