Searched refs:atom (Results 1 - 25 of 122) sorted by last modified time

12345

/macosx-10.9.5/cups-372.4/cups/
H A DMakefile303 $(RM) org.cups.docset.atom
305 --atom org.cups.docset.atom \
/macosx-10.9.5/libxml2-26/libxml2/
H A Dxmlregexp.c215 xmlRegAtomPtr atom; member in struct:_xmlRegTrans
253 xmlRegAtomPtr atom; member in struct:_xmlAutomata
358 static void xmlRegFreeAtom(xmlRegAtomPtr atom);
360 static int xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint);
471 * 3/ build a table state x atom for the transitions
574 if ((trans->to == -1) || (trans->atom == NULL))
576 atomno = stringRemap[trans->atom->no];
577 if ((trans->atom->data != NULL) && (transdata == NULL)) {
590 * if the same atom can generate transitions to 2 different
599 printf("Indet: state %d trans %d, atom
810 xmlRegFreeAtom(xmlRegAtomPtr atom) argument
839 xmlRegCopyAtom(xmlRegParserCtxtPtr ctxt, xmlRegAtomPtr atom) argument
1086 xmlRegPrintAtom(FILE *output, xmlRegAtomPtr atom) argument
1217 xmlRegAtomAddRange(xmlRegParserCtxtPtr ctxt, xmlRegAtomPtr atom, int neg, xmlRegAtomType type, int start, int end, xmlChar *blockName) argument
1288 xmlRegAtomPush(xmlRegParserCtxtPtr ctxt, xmlRegAtomPtr atom) argument
1348 xmlRegStateAddTrans(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state, xmlRegAtomPtr atom, xmlRegStatePtr target, int counter, int count) argument
1544 xmlFAGenerateTransitions(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from, xmlRegStatePtr to, xmlRegAtomPtr atom) argument
2583 xmlFARecurseDeterminism(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state, int to, xmlRegAtomPtr atom) argument
2960 xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint) argument
3215 xmlRegAtomPtr atom; local
3774 xmlRegAtomPtr atom; local
4259 xmlRegAtomPtr atom; local
5702 xmlRegAtomPtr atom; local
5742 xmlRegAtomPtr atom; local
5802 xmlRegAtomPtr atom; local
5870 xmlRegAtomPtr atom; local
5956 xmlRegAtomPtr atom; local
6025 xmlRegAtomPtr atom; local
6104 xmlRegAtomPtr atom; local
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/net/
H A Dimap.rb1665 # atom [SPACE 1*<any TEXT_CHAR except "]">]
1699 # quota_resource ::= atom SPACE number SPACE number
2184 tag = atom
2706 # atom
2959 data.push(atom.upcase)
3091 # return atom.intern
3094 # return atom
3105 return $1.scan(FLAG_REGEXP).collect { |flag, atom|
3106 if atom
3107 atom
3167 def atom method in class:ResponseParser
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DPasteboardHelper.cpp261 GdkAtom atom = gtk_drag_dest_find_target(widget, context, list.get()); local
262 if (atom != GDK_NONE)
263 dropAtoms.append(atom);
/macosx-10.9.5/JavaScriptCore-7537.78.1/yarr/
H A DYarrInterpreter.h93 } atom; member in union:JSC::Yarr::ByteTerm::__anon2809
127 atom.patternCharacter = ch;
128 atom.quantityType = quantityType;
129 atom.quantityCount = quantityCount.unsafeGet();
150 atom.casedCharacter.lo = lo;
151 atom.casedCharacter.hi = hi;
152 atom.quantityType = quantityType;
153 atom.quantityCount = quantityCount.unsafeGet();
162 atom.characterClass = characterClass;
163 atom
[all...]
H A DYarrInterpreter.cpp128 unsigned firstSubpatternId = term.atom.subpatternId;
129 unsigned numNestedSubpatterns = term.atom.parenthesesDisjunction->m_numSubpatterns;
152 return reinterpret_cast<DisjunctionContext*>(&(subpatternBackup[term.atom.parenthesesDisjunction->m_numSubpatterns << 1]));
161 size_t size = sizeof(ParenthesesDisjunctionContext) - sizeof(unsigned) + (term.atom.parenthesesDisjunction->m_numSubpatterns << 1) * sizeof(unsigned) + sizeof(DisjunctionContext) - sizeof(uintptr_t) + disjunction->m_frameSize * sizeof(uintptr_t);
396 switch (term.atom.quantityType) {
409 if ((backTrack->matchAmount < term.atom.quantityCount) && input.checkInput(1)) {
411 if (checkCharacter(term.atom.patternCharacter, term.inputPosition + 1))
425 switch (term.atom.quantityType) {
438 if ((backTrack->matchAmount < term.atom.quantityCount) && input.checkInput(1)) {
440 if (checkCasedCharacter(term.atom
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/cm/
H A Dcodemirror.css62 .cm-s-default .cm-atom {color: #219;}
H A Dcss.js210 return ret("atom", "hash");
417 } else if (style == "atom") {
H A Djavascript.js13 var operator = kw("operator"), atom = {type: "atom", style: "atom"};
22 "true": atom, "false": atom, "null": atom, "undefined": atom, "NaN": atom, "Infinity": atom
151 var atomicTypes = {"atom"
[all...]
H A Dxml.js57 if (stream.match("CDATA[")) return chain(inBlock("atom", "]]>"));
94 return ok ? "atom" : "error";
/macosx-10.9.5/CPANInternal-140/JSON-2.53/lib/JSON/
H A DbackportPP.pm646 decode_error("malformed JSON string, neither array, object, number, string or atom");
693 decode_error("malformed JSON string, neither array, object, number, string or atom") unless $valid_start;
874 decode_error("malformed JSON string, neither array, object, number, string or atom");
1046 decode_error("malformed JSON string, neither array, object, number, string or atom");
2595 A JSON null atom becomes C<undef> in Perl.
/macosx-10.9.5/CPANInternal-140/JSON-2.53/lib/
H A DJSON.pm1793 A JSON null atom becomes C<undef> in Perl.
/macosx-10.9.5/CPANInternal-140/JSON-XS-2.33/
H A DXS.pm1013 A JSON null atom becomes C<undef> in Perl.
/macosx-10.9.5/dtrace-118.1/libdwarf/
H A Ddwarf_loc.c68 Dwarf_Small atom; local
104 atom = *(Dwarf_Small *) loc_ptr;
116 curr_loc->lc_atom = atom;
117 switch (atom) {
191 operand1 = atom - DW_OP_lit0;
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXXStubs.c389 Atom atom)
379 XGetAtomName( Display * display, Atom atom) argument
/macosx-10.9.5/ruby-104/ruby/lib/rss/
H A Drss.rb1290 to_feed("atom:#{type}", &block)
1303 if /^(atom|rss)?(\d+\.\d+)?(?::(.+))?$/i =~ type
/macosx-10.9.5/objc4-551.1/runtime/
H A Dhashtable2.mm622 NXAtom atom;
632 atom = NXUniqueString (nullTermStr);
635 return atom;
/macosx-10.9.5/vim-53/src/
H A Dos_unix.c6668 && e->atom == commProperty && e->state == PropertyNewValue)
/macosx-10.9.5/libpcap-42/libpcap/
H A Doptimize.c472 int atom; local
477 atom = atomuse(&s->s);
478 if (atom >= 0) {
479 if (atom == AX_ATOM) {
485 else if (atom < N_ATOMS) {
486 if (!ATOMELEM(def, atom))
487 use |= ATOMMASK(atom);
492 atom = atomdef(&s->s);
493 if (atom >= 0) {
494 if (!ATOMELEM(use, atom))
1173 register int atom; local
1199 register int atom; local
1325 int atom; local
[all...]
/macosx-10.9.5/ruby-104/ruby/test/rss/
H A Dtest_1.0.rb296 atom_xml = rss.to_xml("atom") do |maker|
303 atom = RSS::Parser.parse(atom_xml)
304 assert_equal(["atom", "1.0", "feed"], atom.feed_info)
H A Dtest_2.0.rb399 maker.channel.id = "http://www.example.com/atom.xml"
407 atom = RSS::Parser.parse(atom_xml)
408 assert_equal(["atom", "1.0", "feed"], atom.feed_info)
H A Dtest_atom.rb5 require "rss/atom"
31 id.content = "http://example.com/atom.xml"
219 atom = RSS::Parser.parse(make_feed)
220 assert_equal(atom.to_s, atom.to_xml)
221 assert_equal(atom.to_s, atom.to_xml("atom"))
222 assert_equal(atom.to_s, atom
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DDefWndProcWindowClass.cpp48 static ATOM atom = registerClass(); local
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/src/objc/
H A DBridgeSupport.m1192 struct bs_xml_atom *atom;
1209 atom = bs_xml_element(name, namelen);
1210 if (atom == NULL)
1212 switch (atom->val) {
1783 atom = bs_xml_element(name, namelen);
1784 if (atom == NULL)
1786 switch (atom->val) {
1815 if (atom->val == BS_XML_RETVAL) {
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/UglifyJS/
H A Dparse-js.js510 ? token("atom", word)
603 var ATOMIC_START_TOKEN = array_to_hash([ "atom", "num", "string", "regexp", "name" ]);
720 case "atom":
1021 var atom = S.token.type == "regexp"
1024 return subscripts(prog1(atom, next), allow_calls);
1035 a.push([ "atom", "undefined" ]);
1082 case "atom":

Completed in 285 milliseconds

12345