Searched refs:use (Results 226 - 250 of 630) sorted by relevance

1234567891011>>

/macosx-10.10.1/vim-55/runtime/indent/
H A Dconfig.vim44 " Hit the start of the file, use zero indent.
H A Ddylan.vim41 " If previous line was a comment, use its indent
H A Dxml.vim75 " Hit the start of the file, use zero indent.
H A Dmp.vim11 " exactly code. If you don't need to use indentation, see
125 " if it is :beginfig or :endfig use zero indent
136 " if this is first item in program use zero indent
H A Dpython.vim50 " This is the first non-empty line, use zero indent.
54 " If the previous line is inside parenthesis, use the indent of the starting
56 " Trick: use the non-existing "dummy" variable to break out of the loop when
/macosx-10.10.1/vim-55/runtime/keymap/
H A Drussian-jcukenwin.vim2 " (slightly incompatible with XFree86 'ru' keymap - makes use of NUMERO SIGN)
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dclean.vim34 " To highlight the use of lists, tuples and arrays
H A Ddebchangelog.vim19 " Define some common expressions we can use later on
H A Dmodula3.vim70 "I prefer to use this...
H A Dremind.vim36 " XXX: use different separators for dates and times?
H A Dplm.vim31 " project that doesn't use any.
50 " which I don't care as I don't use
54 " need to use a special type of plmString: plmCommentString, which also ends on
H A Dsgml.vim120 " use matchgroup=sgmlTag to skip over the leading '<'
231 " TODO use sgmlEmptyTag intead of sgmlTag
276 " DTD -- we use dtd.vim here
H A Dxml.vim39 " Don't use 'foldmethod=syntax' in this case.
134 " use matchgroup=xmlTag to skip over the leading '<'
271 " DTD -- we use dtd.vim here
/macosx-10.10.1/vim-55/src/po/
H A DMake_ming.mak70 # gettex binaries; I use the first
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGSpeculativeJIT.h4 * Redistribution and use in source and binary forms, with or without
161 // Used to check whether a child node is on its last use,
234 // We use this when filling operands to fill those that are already in
248 void use(Node* node) function in class:JSC::DFG::SpeculativeJIT
254 // use() returns true when the value becomes dead, and any
256 if (!info.use(*m_stream))
276 void use(Edge nodeUse) function in class:JSC::DFG::SpeculativeJIT
278 use(nodeUse.node());
797 // a child, and as such will use the same GeneratioInfo).
2476 void use() function in class:JSC::DFG::JSValueOperand
2534 void use() function in class:JSC::DFG::StorageOperand
2748 void use() function in class:JSC::DFG::SpeculateInt32Operand
2796 void use() function in class:JSC::DFG::SpeculateStrictInt32Operand
2843 void use() function in class:JSC::DFG::SpeculateInt52Operand
2890 void use() function in class:JSC::DFG::SpeculateStrictInt52Operand
2963 void use() function in class:JSC::DFG::SpeculateWhicheverInt52Operand
3016 void use() function in class:JSC::DFG::SpeculateDoubleOperand
3068 void use() function in class:JSC::DFG::SpeculateCellOperand
3116 void use() function in class:JSC::DFG::SpeculateBooleanOperand
[all...]
H A DDFGSpeculativeJIT32_64.cpp5 * Redistribution and use in source and binary forms, with or without
358 use(node->child1());
359 use(node->child2());
401 arg1.use();
402 arg2.use();
412 arg1.use();
413 arg2.use();
492 arg1.use();
493 arg2.use();
503 arg1.use();
3093 Edge use = m_jit.graph().m_varArgChildren[node->firstChild() + operandIdx]; local
3103 JSValueRegs(), use, SpecDoubleReal, local
3158 Edge use = m_jit.graph().m_varArgChildren[node->firstChild() + operandIdx]; local
3168 JSValueRegs(), use, SpecFullRealNumber, local
[all...]
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/badattr/
H A Dbadattr.c11 make sure you cannot use it for vfy or decrypt
12 make sure you cannot use it for encrypting with other alg
14 make sure you cannot use it for sign or decrypt
15 make sure you cannot use it for decrypting with other alg
17 make sure you cannot use it for encrypt or decrypt
19 make sure you cannot use it for encrypt or decrypt
645 * make sure you can't use it for decrypt
646 * make sure you can't use it for encrypting with other alg
648 * make sure you can't use it for encrypt
649 * make sure you can't use i
[all...]
/macosx-10.10.1/ruby-106/ruby/win32/
H A Dconfigure.bat173 echo --with-baseruby=RUBY use RUBY as baseruby [ruby]
175 echo --with-ext="a,b,..." use extensions a, b, ...
179 echo --with-ntver=0xXXXX target NT version (shouldn't use with old SDK)
/macosx-10.10.1/vim-55/runtime/autoload/
H A DnetrwFileHandlers.vim7 " Permission is hereby granted to use and distribute this code,
13 " resulting from the use of this software.
63 " use builtin-NFH_*() functions
H A Dspellfile.vim6 " Prefer using http:// when netrw should be able to use it, since
169 " for an ftp server use a default login and password to avoid a prompt
199 " For Unix always use the $HOME/.vim directory
H A Dsyntaxcomplete.vim14 " syntax writers use this format as well:
21 " - Allows other plugins to use this for their own
25 " - XPTemplate for SQL will use this function via the
56 " Indicates whether we should use the iskeyword option to determine
221 " A specific list was provided, use it
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dbn.tex90 Since both\footnote{Note that the MPI files under mtest/ are copyrighted by Michael Fromberger. They are not required to use LibTomMath.} are in the
122 you use libtool to link your application against the shared object.
252 function per source file and often I use a ``middle-road'' approach where I don't cut corners for an extra 2\% speed
258 So you may be thinking ``should I use LibTomMath?'' and the answer is a definite maybe. Let me tabulate what I think
289 Essentially the only time you wouldn't use LibTomMath is when blazing speed is the primary concern. However,
296 In order to use LibTomMath you must include ``tommath.h'' and link against the appropriate library file (typically
323 to a string use the following function.
350 All LTM functions that use the mp\_int type will expect a pointer to mp\_int structure. You must allocate memory to
352 done to use an mp\_int is that it must be initialized.
400 /* use th
[all...]
/macosx-10.10.1/gnutar-453/gnutar/doc/
H A Dtexinfo.tex28 % a Texinfo source document, you may use the result without
43 % To process a Texinfo manual with TeX, it's most reliable to use the
74 % For @tex, we can use \tabalign.
156 % In some macros, we cannot use the `\? notation---the left quote is
305 \escapechar = `\\ % use backslash in output files.
425 % We cannot use \next here, as it holds the macro to run;
452 % Actually, I use \csname\string\foo\endcsname, ie. \\foo, as it is my
556 % and you can use @w{...} around a quote to suppress ligatures.
615 % latex.ltx, since we use a different font for the raised A; it's most
616 % convenient for us to use a
[all...]
/macosx-10.10.1/groff-38/groff/doc/
H A Dtexinfo.tex28 % a Texinfo source document, you may use the result without
43 % To process a Texinfo manual with TeX, it's most reliable to use the
74 % For @tex, we can use \tabalign.
156 % In some macros, we cannot use the `\? notation---the left quote is
305 \escapechar = `\\ % use backslash in output files.
425 % We cannot use \next here, as it holds the macro to run;
452 % Actually, I use \csname\string\foo\endcsname, ie. \\foo, as it is my
556 % and you can use @w{...} around a quote to suppress ligatures.
615 % latex.ltx, since we use a different font for the raised A; it's most
616 % convenient for us to use a
[all...]
/macosx-10.10.1/libxml2-26/libxml2/
H A Dxmlschemas.c15 * - if we don't intend to use the schema for schemas, we
325 * use pointer comparison for those values.
519 xmlSchemaAttributeUsePtr next; /* The next attr. use. */
602 xmlSchemaPtr schema; /* The main schema in use */
950 xmlSchemaAttributeUsePtr use; /* the attribute use */ member in struct:_xmlSchemaAttrInfo
971 xmlSchemaPtr schema; /* The schema in use */
1129 return(BAD_CAST "attribute use");
1160 return(BAD_CAST "[helper component] attribute use prohibition");
1644 *buf = xmlStrdup(BAD_CAST "attribute use ");
3753 xmlSchemaFreeAttributeUse(xmlSchemaAttributeUsePtr use) argument
4359 xmlSchemaAttributeUsePtr use; local
7107 xmlSchemaAttributeUsePtr use = NULL; local
14415 xmlSchemaAttributeUsePtr use; local
15923 xmlSchemaAttributeUsePtr use, tmp; local
19163 xmlSchemaAttributeUsePtr use; local
19367 xmlSchemaAttributeUsePtr use, tmp; local
20204 xmlSchemaCheckAttrUsePropsCorrect(xmlSchemaParserCtxtPtr ctxt, xmlSchemaAttributeUsePtr use) argument
[all...]

Completed in 189 milliseconds

1234567891011>>