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

12

/external/chromium_org/chrome/app/
H A Ddelay_load_hook_unittest_win.cc60 HMODULE none = reinterpret_cast<HMODULE>( local
63 base::ScopedNativeLibrary lib_holder(none);
65 ASSERT_TRUE(none == NULL);
/external/skia/bench/
H A DBenchSysTimer_posix.cpp30 timespec none = {0, 0}; local
31 this->fWall = none;
36 timespec none = {0, 0}; local
37 this->fCpu = none;
44 timespec none = {0, 0}; local
45 end_cpu = none;
53 timespec none = {0, 0}; local
54 end_wall = none;
H A DBenchSysTimer_mach.cpp17 time_value_t none = {0, 0}; local
18 return none;
28 time_value_t none = {0, 0}; local
29 return none;
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dplurfmt.h516 none, enumerator in enum:PluralFormat::fmtToken
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DReferenceType.java39 none(-1); enum constant in enum:ReferenceType
/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/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/chromium_org/chrome/common/extensions/
H A Dcommand_unittest.cc18 const ui::Accelerator none = ui::Accelerator(); local
66 { false, none, "command", "", "" },
67 { false, none, "command", "Ctrl+f", "" },
69 { false, none, "command", "Ctrl+Alt+F", "description" },
71 { false, none, "command", "A", "description" },
72 { false, none, "command", "F10", "description" },
73 { false, none, "command", "Ctrl+F+G", "description" },
74 { false, none, "command", "Ctrl+Alt+Shift+G", "description" },
79 { true, none, "command", "", "description" },
116 { false, none, "_execute_browser_actio
[all...]
/external/clang/include/clang/Basic/
H A DVisibility.h75 static LinkageInfo none() { function in class:clang::LinkageInfo
/external/grub/netboot/
H A D3c509.c36 static enum { none, bnc, utp } connector = none; /* for 3C509 */ enumerator in enum:__anon18720
97 /* Configure IRQ to none */
/external/llvm/include/llvm/ADT/
H A DBitVector.h152 /// none - Returns true if none of the bits are set.
153 bool none() const { function in class:llvm::BitVector
157 /// 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/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/stlport/src/
H A Dlocale.cpp435 const locale::category locale::none; member in class:locale
/external/stlport/stlport/stl/
H A D_monetary.h42 enum part {none, space, symbol, sign, value}; enumerator in enum:money_base::part
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
H A Dwebrunner.js250 var none = !parts[0] || parts[0].match(/=/); variable
279 if ( none && !id ) {
377 pre.style.display = "none";
790 next.css("display", display == 'none' ? 'block' : 'none');
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/skia/src/sfnt/
H A DSkOTTable_glyf.h159 struct None { } none; member in union:SkOTTableGlyphData::Composite::Component::Transform::Matrix
/external/icu4c/i18n/
H A Dplurrule_impl.h100 none, enumerator in enum:tokenType
/external/skia/src/sfnt/
H A DSkOTTable_glyf.h159 struct None { } none; member in union:SkOTTableGlyphData::Composite::Component::Transform::Matrix

Completed in 823 milliseconds

12