/external/junit/src/org/junit/rules/ |
H A D | ExpectedException.java | 21 * 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 D | generate_controlfiles.py | 30 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 D | Visibility.h | 75 static LinkageInfo none() { function in class:clang::LinkageInfo
|
/external/deqp/modules/gles2/functional/ |
H A D | es2fFboCompletenessTests.cpp | 298 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 D | vp9_context_tree.h | 79 PICK_MODE_CONTEXT none; member in struct:PC_TREE
|
H A D | vp9_encodeframe.c | 273 var none; member in struct:__anon11262 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 D | BitVector.h | 149 /// 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 D | SmallBitVector.h | 204 /// 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 D | AgentOptions.java | 104 * @see OutputMode#none 138 none enum constant in enum:AgentOptions.OutputMode 465 return value == null ? OutputMode.none : OutputMode.valueOf(value);
|
/external/llvm/include/llvm/IR/ |
H A D | PassManager.h | 64 /// 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 D | nvfx_vertprog.c | 464 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 D | nvfx_fragprog.c | 234 (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 D | SkOTTable_glyf.h | 159 struct None { } none; member in union:SkOTTableGlyphData::Composite::Component::Transform::Matrix
|
/external/v8/src/parsing/ |
H A D | expression-classifier.h | 448 static Error none; local 449 return none;
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/dynamodb2/ |
H A D | test_table.py | 994 def none(limit=10): function in function:ResultSetTestCase.test_iteration_noresults 1000 results.to_call(none, limit=20)
|
/external/deqp/modules/glshared/ |
H A D | glsFboUtil.hpp | 105 static ImageFormat none (void) function in struct:deqp::gls::FboUtil::ImageFormat 210 : internalFormat (ImageFormat::none())
|
/external/icu/icu4c/source/common/ |
H A D | uniset_props.cpp | 433 * 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 D | plurrule_impl.h | 104 none, enumerator in enum:tokenType
|
/external/libpng/contrib/libtests/ |
H A D | tarith.c | 281 static const char none[] = ""; variable 293 /* fraction: */ { none, "eE", "+-.E#0147" }, 294 /* exponent: */ { "+-", none, "+-.eE^0258" }
|
/external/v8/src/mips/ |
H A D | simulator-mips.h | 408 none, enumerator in enum:v8::internal::Simulator::Exception
|
/external/v8/src/mips64/ |
H A D | simulator-mips64.h | 422 none, enumerator in enum:v8::internal::Simulator::Exception
|
/external/curl/lib/ |
H A D | multi.c | 2248 *msgs_in_queue = 0; /* default to none */ 2793 static const struct timeval none={0, 0}; local 2794 if(Curl_splaycomparekeys(none, multi->timer_lastcall)) { 2795 multi->timer_lastcall = none;
|
/external/libcxx/src/ |
H A D | locale.cpp | 120 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/openssh/ |
H A D | packet.c | 272 const struct sshcipher *none = cipher_by_name("none"); local 275 if (none == NULL) { 276 error("%s: cannot load cipher 'none'", __func__); 288 if ((r = cipher_init(&state->send_context, none, 290 (r = cipher_init(&state->receive_context, none,
|
/external/v8/src/wasm/ |
H A D | wasm-interpreter.cc | 1779 WasmVal none; local 1780 none.type = kAstStmt; 1781 return none; 1786 WasmVal none; local 1787 none.type = kAstStmt; 1788 return none;
|