Searched refs:None (Results 201 - 225 of 620) sorted by relevance

1234567891011>>

/external/llvm/unittests/Support/
H A DProcessTest.cpp61 TEST(ProcessTest, None) {
/external/mesa3d/src/glx/apple/
H A Dapple_xgl_api_read.c65 if (None != gc->currentReadable
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DSVGGlyph.cpp66 // enum ArabicForm { None = 0, Isolated, Terminal, Initial, Medial };
71 ASSERT(correctedForm >= SVGGlyph::None && correctedForm <= SVGGlyph::Medial);
77 curForm = shapingMode == SNone ? SVGGlyph::None : SVGGlyph::Isolated;
128 if (*it != static_cast<SVGGlyph::ArabicForm>(identifier.arabicForm) && *it != SVGGlyph::None)
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
H A Dintnum.pxi36 if y is None:
60 def __cinit__(self, value, base=None):
77 elif base == 10 or base is None:
115 def __neg__(self): return __intnum_op(self, YASM_EXPR_NEG, None)
119 else: return __intnum_op(self, YASM_EXPR_NEG, None)
121 def __invert__(self): return __intnum_op(self, YASM_EXPR_NOT, None)
/external/chromium_org/ui/views/widget/desktop_aura/
H A Dx11_desktop_handler.cc47 current_window_(None),
96 xclient.xclient.data.l[2] = None;
140 OnActiveWindowChanged(None, NOT_ACTIVE);
H A Dx11_whole_screen_move_loop.cc31 grab_input_window_(None),
236 grab_input_window_ = None;
255 None,
/external/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp155 ARMProcClass(None), stackAlignment(4), CPUString(CPU), IsLittle(IsLittle),
227 !CPUAttr.hasAttribute(Attribute::None) ?CPUAttr.getValueAsString() : "";
229 !FSAttr.hasAttribute(Attribute::None) ? FSAttr.getValueAsString() : "";
/external/llvm/lib/Target/X86/
H A DX86Subtarget.cpp192 !CPUAttr.hasAttribute(Attribute::None) ? CPUAttr.getValueAsString() : "";
194 !FSAttr.hasAttribute(Attribute::None) ? FSAttr.getValueAsString() : "";
349 PICStyle(PICStyles::None), TargetTriple(TT),
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h33 enum { None, EarlyClobber, Tied } Kind; enumerator in enum:llvm::CGIOperandList::ConstraintInfo::__anon26570
36 ConstraintInfo() : Kind(None) {}
52 bool isNone() const { return Kind == None; }
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxcmds.c268 if (generic_id == None)
295 req->shareList = shareList ? shareList->xid : None;
311 req->shareList = shareList ? shareList->xid : None;
332 req->shareList = shareList ? shareList->xid : None;
347 gc->share_xid = shareList ? shareList->xid : None;
375 return None;
409 if (gc == NULL || gc->xid == None)
419 * Note that we set gc->xid = None above. In MakeContextCurrent()
422 gc->xid = None;
558 req->source = source ? source->xid : None;
[all...]
H A Dindirect_glx.c176 SendMakeCurrentRequest(dpy, opcode, None,
177 gc->currentContextTag, None, None, &reply);
259 while (attrib_list[i * 2] != None)
285 while (attrib_list[i * 2] != None) {
/external/mesa3d/src/glx/
H A Dglxcmds.c268 if (generic_id == None)
295 req->shareList = shareList ? shareList->xid : None;
311 req->shareList = shareList ? shareList->xid : None;
332 req->shareList = shareList ? shareList->xid : None;
347 gc->share_xid = shareList ? shareList->xid : None;
375 return None;
409 if (gc == NULL || gc->xid == None)
419 * Note that we set gc->xid = None above. In MakeContextCurrent()
422 gc->xid = None;
558 req->source = source ? source->xid : None;
[all...]
H A Dindirect_glx.c176 SendMakeCurrentRequest(dpy, opcode, None,
177 gc->currentContextTag, None, None, &reply);
259 while (attrib_list[i * 2] != None)
285 while (attrib_list[i * 2] != None) {
/external/chromium_org/v8/src/compiler/
H A Dtyper.cc133 if (OperandType(node, i).upper->Is(Type::None())) {
399 left.lower->Is(Type::None()) || right.lower->Is(Type::None()) ?
400 Type::None(zone()) :
404 Type::String(zone()) : Type::None(zone());
406 left.upper->Is(Type::None()) && right.upper->Is(Type::None()) ?
407 Type::None(zone()) :
461 return Bounds(Type::None(zone()), Type::String(zone()));
466 return Bounds(Type::None(zon
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
H A DV8TestInterface.cpp1719 v8SetReturnValueInt(info, v8::None);
1783 {"testInterfaceAttribute", TestInterfaceImplementationV8Internal::testInterfaceAttributeAttributeGetterCallback, TestInterfaceImplementationV8Internal::testInterfaceAttributeAttributeSetterCallback, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8DOMConfiguration::OnInstance},
1785 {"doubleAttribute", TestInterfaceImplementationV8Internal::doubleAttributeAttributeGetterCallback, TestInterfaceImplementationV8Internal::doubleAttributeAttributeSetterCallback, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8DOMConfiguration::OnInstance},
1786 {"floatAttribute", TestInterfaceImplementationV8Internal::floatAttributeAttributeGetterCallback, TestInterfaceImplementationV8Internal::floatAttributeAttributeSetterCallback, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8DOMConfiguration::OnInstance},
1787 {"unrestrictedDoubleAttribute", TestInterfaceImplementationV8Internal::unrestrictedDoubleAttributeAttributeGetterCallback, TestInterfaceImplementationV8Internal::unrestrictedDoubleAttributeAttributeSetterCallback, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8DOMConfiguration::OnInstance},
1788 {"unrestrictedFloatAttribute", TestInterfaceImplementationV8Internal::unrestrictedFloatAttributeAttributeGetterCallback, TestInterfaceImplementationV8Internal::unrestrictedFloatAttributeAttributeSetterCallback, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8DOMConfiguration::OnInstance},
1789 {"alwaysExposedAttribute", TestInterfaceImplementationV8Internal::alwaysExposedAttributeAttributeGetterCallback, TestInterfaceImplementationV8Internal::alwaysExposedAttributeAttributeSetterCallback, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8DOMConfiguration::OnInstance},
1790 {"implementsReadonlyStringAttribute", TestInterfaceImplementationV8Internal::implementsReadonlyStringAttributeAttributeGetterCallback, 0, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8DOMConfiguration::OnInstance},
1791 {"implementsStringAttribute", TestInterfaceImplementationV8Internal::implementsStringAttributeAttributeGetterCallback, TestInterfaceImplementationV8Internal::implementsStringAttributeAttributeSetterCallback, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8DOMConfiguration::OnInstance},
1792 {"implementsNodeAttribute", TestInterfaceImplementationV8Internal::implementsNodeAttributeAttributeGetterCallback, TestInterfaceImplementationV8Internal::implementsNodeAttributeAttributeSetterCallback, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguratio
[all...]
H A DV8TestObject.cpp10020 {"stringifierAttribute", TestObjectV8Internal::stringifierAttributeAttributeGetterCallback, TestObjectV8Internal::stringifierAttributeAttributeSetterCallback, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8DOMConfiguration::OnInstance},
10021 {"readonlyStringAttribute", TestObjectV8Internal::readonlyStringAttributeAttributeGetterCallback, 0, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8DOMConfiguration::OnInstance},
10022 {"readonlyTestInterfaceEmptyAttribute", TestObjectV8Internal::readonlyTestInterfaceEmptyAttributeAttributeGetterCallback, 0, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8DOMConfiguration::OnInstance},
10023 {"readonlyLongAttribute", TestObjectV8Internal::readonlyLongAttributeAttributeGetterCallback, 0, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8DOMConfiguration::OnInstance},
10024 {"dateAttribute", TestObjectV8Internal::dateAttributeAttributeGetterCallback, TestObjectV8Internal::dateAttributeAttributeSetterCallback, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8DOMConfiguration::OnInstance},
10025 {"stringAttribute", TestObjectV8Internal::stringAttributeAttributeGetterCallback, TestObjectV8Internal::stringAttributeAttributeSetterCallback, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8DOMConfiguration::OnInstance},
10026 {"byteStringAttribute", TestObjectV8Internal::byteStringAttributeAttributeGetterCallback, TestObjectV8Internal::byteStringAttributeAttributeSetterCallback, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8DOMConfiguration::OnInstance},
10027 {"scalarValueStringAttribute", TestObjectV8Internal::scalarValueStringAttributeAttributeGetterCallback, TestObjectV8Internal::scalarValueStringAttributeAttributeSetterCallback, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8DOMConfiguration::OnInstance},
10028 {"domTimeStampAttribute", TestObjectV8Internal::domTimeStampAttributeAttributeGetterCallback, TestObjectV8Internal::domTimeStampAttributeAttributeSetterCallback, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8DOMConfiguration::OnInstance},
10029 {"booleanAttribute", TestObjectV8Internal::booleanAttributeAttributeGetterCallback, TestObjectV8Internal::booleanAttributeAttributeSetterCallback, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguratio
[all...]
H A DV8TestInterfaceNode.cpp283 {"stringAttribute", TestInterfaceNodeV8Internal::stringAttributeAttributeGetterCallback, TestInterfaceNodeV8Internal::stringAttributeAttributeSetterCallback, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8DOMConfiguration::OnInstance},
284 {"readonlyTestInterfaceEmptyAttribute", TestInterfaceNodeV8Internal::readonlyTestInterfaceEmptyAttributeAttributeGetterCallback, 0, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8DOMConfiguration::OnInstance},
285 {"eventHandlerAttribute", TestInterfaceNodeV8Internal::eventHandlerAttributeAttributeGetterCallback, TestInterfaceNodeV8Internal::eventHandlerAttributeAttributeSetterCallback, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8DOMConfiguration::OnInstance},
286 {"perWorldBindingsReadonlyTestInterfaceEmptyAttribute", TestInterfaceNodeV8Internal::perWorldBindingsReadonlyTestInterfaceEmptyAttributeAttributeGetterCallback, 0, TestInterfaceNodeV8Internal::perWorldBindingsReadonlyTestInterfaceEmptyAttributeAttributeGetterCallbackForMainWorld, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8DOMConfiguration::OnInstance},
287 {"reflectStringAttribute", TestInterfaceNodeV8Internal::reflectStringAttributeAttributeGetterCallback, TestInterfaceNodeV8Internal::reflectStringAttributeAttributeSetterCallback, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8DOMConfiguration::OnInstance},
288 {"reflectUrlStringAttribute", TestInterfaceNodeV8Internal::reflectUrlStringAttributeAttributeGetterCallback, TestInterfaceNodeV8Internal::reflectUrlStringAttributeAttributeSetterCallback, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8DOMConfiguration::OnInstance},
/external/lldb/test/pexpect-2.4/examples/
H A Dcgishell.cgi154 def daemonize (stdin=None, stdout=None, stderr=None, daemon_pid_filename=None):
157 If they are set to None then all stdio for the daemon will be directed to /dev/null.
159 and the pid will be returned. If daemon_pid_filename is None then this will return None.
170 if stdin is None: stdin = DEVNULL
171 if stdout is None: stdout = DEVNULL
172 if stderr is None
[all...]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dcodegen.ml26 | None -> raise (Error "unknown unary operator")
48 | None -> raise (Error "binary operator not found!")
57 | None -> raise (Error "unknown function referenced")
141 try Some (Hashtbl.find named_values var_name) with Not_found -> None
155 | None -> const_float double_type 1.0
183 | None -> ()
196 | None -> declare_function name ft the_module
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml39 | None -> raise (Error "unknown function referenced")
123 try Some (Hashtbl.find named_values var_name) with Not_found -> None
137 | None -> const_float double_type 1.0
165 | None -> ()
178 | None -> declare_function name ft the_module
/external/oprofile/
H A Doprofile_android71 if rc is not None:
81 if serial_number != None:
161 serial_number = None
209 callgraph = None
244 if callgraph is not None:
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
H A DDbg.stg38 debug_socket = kwargs.pop('debug_socket', None)
39 port = kwargs.pop('port', None)
45 if self._dbg is None:
/external/clang/lib/Analysis/
H A DFormatString.cpp186 LengthModifier::Kind lmKind = LengthModifier::None;
507 case None:
563 return None;
607 case LengthModifier::None:
728 case LengthModifier::None:
813 return None;
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary150 VALUE Framed-Routing None 0
157 VALUE Framed-Compression None 0
228 VALUE Auth-Type None 254
/external/chromium_org/cc/trees/
H A Dlayer_sorter_unittest.cc54 EXPECT_EQ(LayerSorter::None, overlap_result);
110 EXPECT_NE(LayerSorter::None, overlap_result);
154 EXPECT_EQ(LayerSorter::None, overlap_result);

Completed in 655 milliseconds

1234567891011>>