Searched defs:none (Results 1 - 25 of 36) sorted by relevance

12

/external/junit/src/org/junit/rules/
H A DExpectedException.java21 * public ExpectedException thrown= ExpectedException.none();
25 * // no exception expected, none thrown: passes.
49 public static ExpectedException none() { method in class:ExpectedException
/external/autotest/client/site_tests/graphics_dEQP/
H A Dgenerate_controlfiles.py30 none = 1 variable in class:Suite
36 Test('dEQP-EGL.functional', Suite.none, shards=1, hasty=False, notpass=True, time='LENGTHY'),
37 Test('dEQP-EGL.info', Suite.none, shards=1, hasty=False, notpass=True, time='SHORT'),
38 Test('dEQP-EGL.performance', Suite.none, shards=1, hasty=False, notpass=True, time='SHORT'),
39 Test('dEQP-EGL.stress', Suite.none, shards=1, hasty=False, notpass=True, time='LONG'),
55 Test('dEQP-GLES31.functional', Suite.none, shards=1, hasty=False, notpass=True, time='LENGTHY'),
56 Test('dEQP-GLES31.info', Suite.none, shards=1, hasty=False, notpass=True, time='FAST'),
57 Test('dEQP-GLES31.stress', Suite.none, shards=1, hasty=False, notpass=True, time='LONG'),
/external/clang/include/clang/Basic/
H A DVisibility.h75 static LinkageInfo none() { function in class:clang::LinkageInfo
/external/deqp/modules/gles2/functional/
H A Des2fFboCompletenessTests.cpp298 const ImageFormat none = ImageFormat::none(); local
305 colorFmts.insert(none);
306 depthFmts.insert(none);
307 stencilFmts.insert(none);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_context_tree.h79 PICK_MODE_CONTEXT none; member in struct:PC_TREE
H A Dvp9_encodeframe.c273 var none; member in struct:__anon11088
322 node->split[i] = &vt->split[i].part_variances.none;
329 node->split[i] = &vt->split[i].part_variances.none;
336 node->split[i] = &vt->split[i].part_variances.none;
343 node->split[i] = &vt->split[i].part_variances.none;
387 &node.part_variances->none);
418 get_variance(&vt.part_variances->none);
421 vt.part_variances->none.variance < threshold) {
429 get_variance(&vt.part_variances->none);
433 vt.part_variances->none
[all...]
/external/llvm/include/llvm/ADT/
H A DBitVector.h149 /// none - Returns true if none of the bits are set.
150 bool none() const { function in class:llvm::BitVector
154 /// find_first - Returns the index of the first set bit, -1 if none
H A DSmallBitVector.h204 /// none - Returns true if none of the bits are set.
205 bool none() const { function in class:llvm::SmallBitVector
208 return getPointer()->none();
211 /// find_first - Returns the index of the first set bit, -1 if none
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
H A DAgentOptions.java104 * @see OutputMode#none
138 none enum constant in enum:AgentOptions.OutputMode
/external/llvm/include/llvm/IR/
H A DPassManager.h64 /// results were preserved by that transformation. The default set is "none",
88 static PreservedAnalyses none() { return PreservedAnalyses(); } function in class:llvm::PreservedAnalyses
888 return PreservedAnalyses::none();
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnvfx_vertprog.c464 struct nvfx_src none = nvfx_src(nvfx_reg(NVFXSR_NONE, 0)); local
496 tgsi_src(vpc, fsrc), none, none));
507 tgsi_src(vpc, fsrc), none, none));
518 tgsi_src(vpc, fsrc), none, none));
552 nvfx_vp_emit(vpc, arith(sat, VEC, MOV, dst, mask, abs(src[0]), none, none));
555 nvfx_vp_emit(vpc, arith(sat, VEC, ADD, dst, mask, src[0], none, sr
976 struct nvfx_src none = nvfx_src(nvfx_reg(NVFXSR_NONE, 0)); local
[all...]
H A Dnvfx_fragprog.c234 (d), (m), (s0), none, none)
240 const struct nvfx_src none = nvfx_src(nvfx_reg(NVFXSR_NONE, 0)); local
241 struct nvfx_insn insn = arith(0, MOV, none.reg, NVFX_FP_MASK_X, src, none, none);
443 const struct nvfx_src none = nvfx_src(nvfx_reg(NVFXSR_NONE, 0)); local
483 nvfx_fp_emit(fpc, arith(0, ADD, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), addend, none));
489 nvfx_fp_emit(fpc, arith(0, MOV, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), none, none));
[all...]
/external/skia/src/sfnt/
H A DSkOTTable_glyf.h159 struct None { } none; member in union:SkOTTableGlyphData::Composite::Component::Transform::Matrix
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/dynamodb2/
H A Dtest_table.py994 def none(limit=10): function in function:ResultSetTestCase.test_iteration_noresults
1000 results.to_call(none, limit=20)
/external/deqp/modules/glshared/
H A DglsFboUtil.hpp105 static ImageFormat none (void) function in struct:deqp::gls::FboUtil::ImageFormat
210 : internalFormat (ImageFormat::none())
/external/icu/icu4c/source/common/
H A Duniset_props.cpp433 * variables, or null if none.
463 // lastItem: 0=none, 1=char, 2=set
484 // setMode: 0=none, 1=unicodeset, 2=propertypat, 3=preparsed
848 static const UVersionInfo none = { 0, 0, 0, 0 }; local
852 return uprv_memcmp(&v, &none, sizeof(v)) > 0 && uprv_memcmp(&v, version, sizeof(v)) <= 0;
/external/icu/icu4c/source/i18n/
H A Dplurrule_impl.h104 none, enumerator in enum:tokenType
/external/libpng/contrib/libtests/
H A Dtarith.c281 static const char none[] = ""; variable
293 /* fraction: */ { none, "eE", "+-.E#0147" },
294 /* exponent: */ { "+-", none, "+-.eE^0258" }
/external/v8/src/mips/
H A Dsimulator-mips.h410 none, enumerator in enum:v8::internal::Simulator::Exception
/external/v8/src/mips64/
H A Dsimulator-mips64.h445 none, enumerator in enum:v8::internal::Simulator::Exception
/external/curl/lib/
H A Dmulti.c1932 *msgs_in_queue = 0; /* default to none */
2486 static const struct timeval none={0, 0}; local
2487 if(Curl_splaycomparekeys(none, multi->timer_lastcall)) {
2488 multi->timer_lastcall = none;
/external/libcxx/src/
H A Dlocale.cpp120 const locale::category locale::none; member in class:locale
5536 const char none = static_cast<char>(money_base::none); local
5576 pat.field[2] = none; // Any space appears in the symbol.
5605 pat.field[2] = none;
5609 pat.field[2] = none;
5636 pat.field[1] = none;
5646 pat.field[1] = none;
5668 pat.field[1] = none;
5682 pat.field[2] = none;
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.sat4j.core_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/libphonenumber/lib/
H A Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 1208 milliseconds

12