Searched defs:none (Results 1 - 25 of 53) sorted by last modified time

123

/external/stlport/src/
H A Dlocale.cpp436 const locale::category locale::none; member in class:locale
/external/stlport/stlport/stl/
H A D_bitset.h600 bool none() const { return !this->_M_is_any(); } function in class:bitset
H A D_monetary.h42 enum part {none, space, symbol, sign, value}; enumerator in enum:money_base::part
/external/skia/src/sfnt/
H A DSkOTTable_glyf.h159 struct None { } none; member in union:SkOTTableGlyphData::Composite::Component::Transform::Matrix
/external/skia/tools/timer/
H A DSysTimer_mach.cpp12 time_value_t none = {0, 0}; local
13 return none;
22 time_value_t none = {0, 0}; local
23 return none;
H A DSysTimer_posix.cpp24 timespec none = {0, 0}; local
25 fWall = none;
30 timespec none = {0, 0}; local
31 fCpu = none;
38 timespec none = {0, 0}; local
39 end_cpu = none;
47 timespec none = {0, 0}; local
48 end_wall = none;
/external/smack/src/org/jivesoftware/smack/packet/
H A DRosterPacket.java289 none, enum constant in enum:RosterPacket.ItemType
/external/smack/src/org/jivesoftware/smackx/filetransfer/
H A DFileTransfer.java233 if (!getStatus().equals(Status.cancelled) && getError() == Error.none
332 none("No error"), enum constant in enum:FileTransfer.Error
/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DAffiliation.java37 member, none, outcast, owner, publisher enum constant in enum:Affiliation.Type
H A DSubscription.java30 subscribed, unconfigured, pending, none enum constant in enum:Subscription.State
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h2754 NetdevNoneOptions * none; member in union:NetClientOptions::__anon30069
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c658 Bit8u type; // Detected type of ata (ata/atapi/none/unknown)
659 Bit8u device; // Detected type of attached devices (hd/cd/none)
1024 #define none 0 macro
1034 { none, none, none, none, none },
1035 { 0x011b, 0x011b, 0x011b, 0x0100, none }, /* escape */
1036 { 0x0231, 0x0221, none,
[all...]
/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/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/mesa3d/src/gallium/drivers/nv30/
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...]
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...]
/external/llvm/include/llvm/ADT/
H A DBitVector.h151 /// none - Returns true if none of the bits are set.
152 bool none() const { function in class:llvm::BitVector
156 /// find_first - Returns the index of the first set bit, -1 if none
H A DSmallBitVector.h203 /// none - Returns true if none of the bits are set.
204 bool none() const { function in class:llvm::SmallBitVector
207 return getPointer()->none();
210 /// find_first - Returns the index of the first set bit, -1 if none
/external/llvm/include/llvm/IR/
H A DPassManager.h60 /// results were preserved by that transformation. The default set is "none",
84 static PreservedAnalyses none() { return PreservedAnalyses(); } function in class:llvm::PreservedAnalyses
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c303 var none; member in struct:__anon24935
346 node->split[i] = &vt->split[i].part_variances.none;
353 node->split[i] = &vt->split[i].part_variances.none;
360 node->split[i] = &vt->split[i].part_variances.none;
402 &node.part_variances->none);
423 // Split none is available only if we have more than half a block size
427 vt.part_variances->none.variance < threshold) {
519 fill_variance(sse, sum, 64, &vst->split[k].part_variances.none);
1807 // If partition is not none try none unles
[all...]
/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/libcxx/src/
H A Dlocale.cpp119 const locale::category locale::none; member in class:locale
5439 const char none = static_cast<char>(money_base::none); local
5479 pat.field[2] = none; // Any space appears in the symbol.
5508 pat.field[2] = none;
5512 pat.field[2] = none;
5539 pat.field[1] = none;
5549 pat.field[1] = none;
5571 pat.field[1] = none;
5585 pat.field[2] = none;
[all...]
/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/icu/icu4c/source/i18n/
H A Dplurrule_impl.h101 none, enumerator in enum:tokenType

Completed in 3503 milliseconds

123