HomeSort by relevance Sort by last modified time
    Searched defs:nope (Results 1 - 6 of 6) sorted by null

  /external/v8/test/mjsunit/regress/
regress-builtinbust-1.js 5 function nope() { return false; } function
8 Object.isSealed = nope;
  /external/clang/test/SemaCXX/
align_value.cpp 19 struct nope { struct
24 // expected-note@+1 {{in instantiation of template class 'nope<long double, 4>' requested here}}
25 nope<long double, 4> y2;
  /external/pdfium/fpdfsdk/src/
fpdftext_embeddertest.cpp 148 std::unique_ptr<unsigned short, pdfium::FreeDeleter> nope = local
149 GetFPDFWideString(L"nope");
157 // No occurences of "nope" in test page.
158 FPDF_SCHHANDLE search = FPDFText_FindStart(textpage, nope.get(), 0, 0);
  /bionic/libc/upstream-netbsd/lib/libc/regex/
engine.c 91 #define nope snope macro
103 #define nope lnope macro
163 static int nope = 0; variable
400 assert(nope);
416 assert(nope);
534 assert(nope);
547 assert(nope);
756 assert(nope);
761 assert(nope);
1074 assert(nope);
1188 #undef nope macro
    [all...]
  /external/chromium-trace/catapult/third_party/coverage/coverage/
control.py 443 def nope(disp, reason): function in function:Coverage._should_trace_internal
468 return nope(disp, "empty string isn't a file name")
471 return nope(disp, "memory isn't traceable")
478 return nope(disp, "not a real file name")
483 return nope(disp, "pyexpat lies about itself")
535 nope(disp, reason)
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 55 #define nope snope macro
67 #define nope lnope macro
117 static int nope = 0; variable
326 assert(nope);
342 assert(nope);
448 assert(nope);
461 assert(nope);
660 assert(nope);
665 assert(nope);
942 assert(nope);
1023 #undef nope macro
    [all...]

Completed in 274 milliseconds