Searched refs:None (Results 251 - 275 of 620) sorted by relevance

<<11121314151617181920>>

/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11gl.c204 attribs[i++] = None;
210 attribs[i-3] = None;
321 this->gl_data->glXMakeCurrent(GFX_Display, None, NULL);
360 int glx_attrib = None;
/external/skia/src/sfnt/
H A DSkPanose.h92 ((None, 2))
279 ((None, 2))
420 ((None, 2))
477 ((None, 2))
/external/skia/src/views/unix/
H A DSkOSWindow_Unix.cpp91 None
98 SkASSERT(None == msaaAtt[kAttCount - 1]);
103 msaaAtt[kAttCount + 3] = None;
352 glXMakeCurrent(fUnixWindow.fDisplay, None, NULL);
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/modules/
H A DV8TestInterface5.cpp676 v8SetReturnValueInt(info, v8::None);
740 {"testInterfaceAttribute", TestInterface5ImplementationV8Internal::testInterfaceAttributeAttributeGetterCallback, TestInterface5ImplementationV8Internal::testInterfaceAttributeAttributeSetterCallback, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8DOMConfiguration::OnInstance},
742 {"doubleAttribute", TestInterface5ImplementationV8Internal::doubleAttributeAttributeGetterCallback, TestInterface5ImplementationV8Internal::doubleAttributeAttributeSetterCallback, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8DOMConfiguration::OnInstance},
743 {"floatAttribute", TestInterface5ImplementationV8Internal::floatAttributeAttributeGetterCallback, TestInterface5ImplementationV8Internal::floatAttributeAttributeSetterCallback, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8DOMConfiguration::OnInstance},
744 {"unrestrictedDoubleAttribute", TestInterface5ImplementationV8Internal::unrestrictedDoubleAttributeAttributeGetterCallback, TestInterface5ImplementationV8Internal::unrestrictedDoubleAttributeAttributeSetterCallback, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8DOMConfiguration::OnInstance},
745 {"unrestrictedFloatAttribute", TestInterface5ImplementationV8Internal::unrestrictedFloatAttributeAttributeGetterCallback, TestInterface5ImplementationV8Internal::unrestrictedFloatAttributeAttributeSetterCallback, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8DOMConfiguration::OnInstance},
746 {"alwaysExposedAttribute", TestInterface5ImplementationV8Internal::alwaysExposedAttributeAttributeGetterCallback, TestInterface5ImplementationV8Internal::alwaysExposedAttributeAttributeSetterCallback, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8DOMConfiguration::OnInstance},
785 V8DOMConfiguration::installMethod(functionTemplate, v8::Local<v8::Signature>(), v8::None, alwaysExposedStaticMethodMethodConfiguration, isolate);
790 functionTemplate->SetNativeDataProperty(v8AtomicString(isolate, "staticStringAttribute"), TestInterface5ImplementationV8Internal::staticStringAttributeAttributeGetterCallback, TestInterface5ImplementationV8Internal::staticStringAttributeAttributeSetterCallback, v8::External::New(isolate, 0), static_cast<v8::PropertyAttribute>(v8::None), v8::Handle<v8::AccessorSignature>(), static_cast<v8::AccessControl>(v8::DEFAULT));
823 {"workerExposedAttribute", TestInterface5ImplementationV8Internal::workerExposedAttributeAttributeGetterCallback, TestInterface5ImplementationV8Internal::workerExposedAttributeAttributeSetterCallback, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguratio
[all...]
/external/chromium_org/remoting/protocol/
H A Dsession_config.cc15 ChannelConfig ChannelConfig::None() { function in class:remoting::protocol::ChannelConfig
196 result->mutable_audio_configs()->push_back(ChannelConfig::None());
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
H A DV8TestException.cpp78 {"readonlyUnsignedShortAttribute", TestExceptionV8Internal::readonlyUnsignedShortAttributeAttributeGetterCallback, 0, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8DOMConfiguration::OnInstance},
79 {"readonlyStringAttribute", TestExceptionV8Internal::readonlyStringAttributeAttributeGetterCallback, 0, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8DOMConfiguration::OnInstance},
H A DV8SVGTestInterface.cpp70 {"type", SVGTestInterfaceV8Internal::typeAttributeGetterCallback, SVGTestInterfaceV8Internal::typeAttributeSetterCallback, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8DOMConfiguration::OnInstance},
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DFrameSelection.h89 None, enumerator in enum:blink::FINAL::ResetCaretBlinkOption
166 void updateAppearance(ResetCaretBlinkOption = None);
/external/chromium_org/ui/base/x/
H A Dselection_utils.cc155 : type_(None),
184 return type_ != None;
/external/chromium_org/v8/src/
H A Dlookup.h49 property_details_(NONE, NORMAL, Representation::None()),
64 property_details_(NONE, NORMAL, Representation::None()),
H A Dproperty-details.h14 NONE = v8::None,
76 static Representation None() { return Representation(kNone); } function in class:v8::internal::Representation
H A Dproperty.h122 details_(NONE, NORMAL, Representation::None()) {
151 details_ = PropertyDetails(NONE, NORMAL, Representation::None());
/external/chromium_org/v8/test/cctest/
H A Dtest-hydrogen-types.cc116 // T < Smi implies T = None or T = Smi for all T
121 ti.Equals(HType::None()));
163 // None < T for all T
166 CHECK(HType::None().IsSubtypeOf(ti));
/external/llvm/bindings/ocaml/target/
H A Dllvm_target.mli23 | None
145 list, or [None]. *)
148 (** [succ t] returns the next target after [t], or [None]
156 registered, or [None] otherwise. *)
/external/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h267 ArrayRef<const MachineBasicBlock*> Extrablocks = None,
268 ArrayRef<const MCSchedClassDesc*> ExtraInstrs = None) const;
/external/llvm/include/llvm/MC/
H A DMCAsmInfo.h45 None, /// No exception support member in class:llvm::ExceptionHandling
305 /// Exception handling format for the target. Defaults to None.
477 return ExceptionsType != ExceptionHandling::None;
/external/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp105 !CPUAttr.hasAttribute(Attribute::None) ? CPUAttr.getValueAsString() : "";
107 !FSAttr.hasAttribute(Attribute::None) ? FSAttr.getValueAsString() : "";
/external/llvm/lib/Target/X86/
H A DX86Subtarget.h43 None // Set when in -static mode (not PIC or DynamicNoPIC mode). enumerator in enum:llvm::PICStyles::Style
406 bool isPICStyleSet() const { return PICStyle != PICStyles::None; }
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DMemoryView.pyx116 def __cinit__(array self, tuple shape, Py_ssize_t itemsize, format not None,
320 if type(self) is memoryview or obj is not None:
340 if self.obj is not None:
387 return None
551 if self._size is None:
638 result.extend([slice(None)] * (ndim - len(tup) + 1))
641 result.append(slice(None))
652 result.extend([slice(None)] * nslices)
711 elif index is None:
721 have_start = index.start is not None
[all...]
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dimage_view.js112 new ImageView.Effect.None(),
567 opt_effect = new ImageView.Effect.None();
713 ImageView.Effect.None = function() {
720 ImageView.Effect.None.prototype = { __proto__: ImageView.Effect.prototype };
727 ImageView.Effect.None.prototype.transform = function(element, viewport) {
/external/chromium_org/third_party/mesa/src/src/glx/tests/
H A Dcreate_context_unittest.cpp169 EXPECT_EQ(None, ctx);
178 EXPECT_EQ(None, ctx);
191 EXPECT_EQ(None, ctx);
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_x11.cc316 if (xwindow_ == None)
354 xwindow_ = None;
532 None);
589 None);
599 None);
725 None);
958 GrabModeAsync, None, None, CurrentTime);
978 XWarpPointer(xdisplay_, None, x_root_window_, 0, 0, 0, 0,
1035 swa.background_pixmap = None;
[all...]
/external/clang/include/clang/Analysis/Analyses/
H A DFormatString.h67 None, enumerator in enum:clang::analyze_format_string::LengthModifier::Kind
86 : Position(nullptr), kind(None) {}
104 case None:
/external/mesa3d/src/glx/tests/
H A Dcreate_context_unittest.cpp169 EXPECT_EQ(None, ctx);
178 EXPECT_EQ(None, ctx);
191 EXPECT_EQ(None, ctx);
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.ascend171 VALUE Ascend-Handle-IPX Handle-IPX-None 0
190 VALUE Ascend-TS-Idle-Mode TS-Idle-None 0
193 VALUE Ascend-Send-Auth Send-Auth-None 0
197 VALUE Ascend-Link-Compression Link-Comp-None 0
266 VALUE Ascend-DBA-Monitor DBA-None 2
277 VALUE Ascend-User-Acct-Type Ascend-User-Acct-None 0

Completed in 2998 milliseconds

<<11121314151617181920>>