Searched defs:none (Results 1 - 25 of 53) sorted by path

123

/external/chromium_org/ash/wm/workspace/
H A Dworkspace_window_resizer.cc126 int none) {
133 return none;
136 return none;
585 // necessary when, for example, the main window shrinks, but none of the
123 CoordinateAlongSecondaryAxis(SecondaryMagnetismEdge edge, int leading, int trailing, int none) argument
/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/chromium_org/chrome/common/extensions/
H A Dcommand_unittest.cc91 const ui::Accelerator none = ui::Accelerator(); local
133 {false, none, "command", "", ""},
134 {false, none, "command", "Ctrl+f", ""},
136 {false, none, "command", "Ctrl+Alt+F", "description"},
138 {false, none, "command", "A", "description"},
139 {false, none, "command", "F10", "description"},
140 {false, none, "command", "Ctrl+F+G", "description"},
141 {false, none, "command", "Ctrl+Alt+Shift+G", "description"},
146 {true, none, "command", "", "description"},
183 {false, none, "_execute_browser_actio
[all...]
/external/chromium_org/mojo/public/java/system/src/org/chromium/mojo/system/
H A DCore.java40 public static final HandleSignals NONE = HandleSignals.none().immutable();
42 HandleSignals.none().setReadable(true).immutable();
44 HandleSignals.none().setWritable(true).immutable();
69 public static HandleSignals none() { method in class:Core.HandleSignals
H A DDataPipe.java26 public static final CreateFlags NONE = CreateFlags.none().immutable();
52 public static CreateFlags none() { method in class:DataPipe.CreateFlags
66 private CreateFlags mFlags = CreateFlags.none();
127 public static final WriteFlags NONE = WriteFlags.none().immutable();
139 * Change the all-or-none bit of those flags. If set, write either all the elements
140 * requested or none of them.
142 * @param allOrNone the new value of all-or-none bit.
152 public static WriteFlags none() { method in class:DataPipe.WriteFlags
168 public static final ReadFlags NONE = ReadFlags.none().immutable();
180 * Change the all-or-none bi
204 public static ReadFlags none() { method in class:DataPipe.ReadFlags
[all...]
H A DMessagePipeHandle.java25 public static final CreateFlags NONE = CreateFlags.none().immutable();
39 public static CreateFlags none() { method in class:MessagePipeHandle.CreateFlags
69 public static final WriteFlags NONE = WriteFlags.none().immutable();
83 public static WriteFlags none() { method in class:MessagePipeHandle.WriteFlags
98 public static final ReadFlags NONE = ReadFlags.none().immutable();
124 public static ReadFlags none() { method in class:MessagePipeHandle.ReadFlags
H A DSharedBufferHandle.java23 public static final CreateFlags NONE = CreateFlags.none().immutable();
37 public static CreateFlags none() { method in class:SharedBufferHandle.CreateFlags
67 public static final DuplicateFlags NONE = DuplicateFlags.none().immutable();
81 public static DuplicateFlags none() { method in class:SharedBufferHandle.DuplicateFlags
112 public static final MapFlags NONE = MapFlags.none().immutable();
126 public static MapFlags none() { method in class:SharedBufferHandle.MapFlags
/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/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DOptimize.c69 PyObject* none = _PyList_Extend((PyListObject*)L, v); local
70 if (unlikely(!none))
72 Py_DECREF(none);
/external/chromium_org/third_party/icu/source/common/
H A Duniset_props.cpp435 * variables, or null if none.
465 // lastItem: 0=none, 1=char, 2=set
486 // setMode: 0=none, 1=unicodeset, 2=propertypat, 3=preparsed
850 static const UVersionInfo none = { 0, 0, 0, 0 }; local
854 return uprv_memcmp(&v, &none, sizeof(v)) > 0 && uprv_memcmp(&v, version, sizeof(v)) <= 0;
/external/chromium_org/third_party/icu/source/i18n/
H A Ddecimfmt.cpp1799 // If none is specified, as in "#E0", generate 1 integer digit.
2863 // If none of the text string was recognized. For example, parse
2869 debug("none of text rec");
2972 * Return the length matched by the given affix, or -1 if none.
3061 * Return the length matched by the given affix, or -1 if none.
3273 * Return the length matched by the given affix, or -1 if none.
4098 FieldPositionHandler none; local
4100 expandAffix(*fPosPrefixPattern, fPositivePrefix, 0, none, FALSE, pluralCount);
4103 expandAffix(*fPosSuffixPattern, fPositiveSuffix, 0, none, FALSE, pluralCount);
4106 expandAffix(*fNegPrefixPattern, fNegativePrefix, 0, none, FALS
[all...]
H A Dplurrule_impl.h101 none, enumerator in enum:tokenType
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_context_tree.h66 PICK_MODE_CONTEXT none; member in struct:PC_TREE
H A Dvp9_encodeframe.c223 var none; member in struct:__anon13156
268 node->split[i] = &vt->split[i].part_variances.none;
275 node->split[i] = &vt->split[i].part_variances.none;
282 node->split[i] = &vt->split[i].part_variances.none;
325 &node.part_variances->none);
344 // Split none is available only if we have more than half a block size
348 vt.part_variances->none.variance < threshold) {
440 fill_variance(sse, sum, 64, &vst->split[k].part_variances.none);
951 &pc_tree->none);
1376 &pc_tree->none);
[all...]
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/skia/src/sfnt/
H A DSkOTTable_glyf.h159 struct None { } none; member in union:SkOTTableGlyphData::Composite::Component::Transform::Matrix
/external/chromium_org/third_party/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/chromium_org/v8/src/mips/
H A Dsimulator-mips.h320 none, enumerator in enum:v8::internal::Simulator::Exception
/external/chromium_org/v8/src/mips64/
H A Dsimulator-mips64.h372 none, enumerator in enum:v8::internal::Simulator::Exception
/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.cpp218 const ImageFormat none = ImageFormat::none(); local
225 colorFmts.insert(none);
226 depthFmts.insert(none);
227 stencilFmts.insert(none);
/external/deqp/modules/glshared/
H A DglsFboUtil.hpp172 static ImageFormat none (void) function in struct:deqp::gls::FboUtil::ImageFormat
257 : internalFormat (ImageFormat::none())

Completed in 9642 milliseconds

123