Searched defs:define (Results 1 - 25 of 25) sorted by relevance

/external/lldb/utils/vim-lldb/python-vim-lldb/
H A Dvim_signs.py12 # unique sign id (for ':[sign/highlight] define)
27 name = self.define(sign_text, highlight_colour)
34 def define(self, sign_text, highlight_colour): member in class:VimSign
38 vim.command("sign define %s text=%s" % (sign_name, sign_text))
44 vim.command("sign define %s text=%s linehl=%s texthl=%s" % (sign_name,
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElement.cpp95 void CustomElement::define(Element* element, PassRefPtr<CustomElementDefinition> passDefinition) function in class:blink::CustomElement
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtask.rb21 ANTLR3::CompileTask.define(
41 def self.define( *grammar_files ) singleton method in class:ANTLR3.CompileTask
44 lib.define
93 def define method in class:ANTLR3.CompileTask
H A Dtemplate.rb145 Context.define( self, name, parameters ) do | tclass |
228 def define( group, name, parameters ) method in class:Context
/external/chromium_org/ui/webui/resources/js/
H A Dcr.js70 * The kind of property to define in {@code defineProperty}.
191 * @param {!Object} obj The object to define the property for.
254 * named by |name|. For example, cr.define('cr.ui', function() {
271 function define(name, fun) { function
318 define: define,
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DStructureHLSL.cpp145 return define(structure, useHLSLRowMajorPacking, useStd140Packing, &padHelper);
149 return define(structure, useHLSLRowMajorPacking, useStd140Packing, NULL);
155 return define(structure, false, false, NULL);
158 TString StructureHLSL::define(const TStructure &structure, bool useHLSLRowMajorPacking, function in class:sh::StructureHLSL
/external/chromium_org/third_party/libxml/src/
H A Dgentest.py417 define = 0
420 define = 1
422 #define gen_nb_%s 1
429 if define == 1:
480 if line[0:15] == "#define gen_nb_":
547 define = 0 variable
566 define = 1 variable
567 test.write("#define gen_nb_%s %d\n" % (name, len(vals)))
584 if define == 0 and modules_defines.has_key(module):
586 define variable
744 define = 0 variable
747 define = 1 variable
[all...]
H A Drelaxng.c16 #define IN_LIBXML
42 #define IS_RELAXNG(node, type) \
49 #define DEBUG 1
51 #define DEBUG_GRAMMAR 1
53 #define DEBUG_CONTENT 1
55 #define DEBUG_TYPE 1
57 #define DEBUG_VALID 1
59 #define DEBUG_INTERLEAVE 1
61 #define DEBUG_LIST 1
63 #define DEBUG_INCLUD
217 const xmlChar *define; /* the current define scope */ member in struct:_xmlRelaxNGParserCtxt
969 xmlRelaxNGFreeDefine(xmlRelaxNGDefinePtr define) argument
3368 xmlRelaxNGIsNullable(xmlRelaxNGDefinePtr define) argument
5724 xmlRelaxNGCheckCombine(xmlRelaxNGDefinePtr define, xmlRelaxNGParserCtxtPtr ctxt, const xmlChar * name) argument
7697 xmlRelaxNGDumpDefine(FILE * output, xmlRelaxNGDefinePtr define) argument
7924 xmlRelaxNGDefinePtr define = (xmlRelaxNGDefinePtr) transdata; local
8137 xmlRelaxNGDefinePtr define = (xmlRelaxNGDefinePtr) transdata; local
8293 xmlRelaxNGDefinePtr define; local
8578 xmlRelaxNGValidateDatatype(xmlRelaxNGValidCtxtPtr ctxt, const xmlChar * value, xmlRelaxNGDefinePtr define, xmlNodePtr node) argument
8704 xmlRelaxNGValidateValue(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGDefinePtr define) argument
8989 xmlRelaxNGAttributeMatch(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGDefinePtr define, xmlAttrPtr prop) argument
9038 xmlRelaxNGValidateAttribute(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGDefinePtr define) argument
9231 xmlRelaxNGValidateInterleave(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGDefinePtr define) argument
9561 xmlRelaxNGElementMatch(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGDefinePtr define, xmlNodePtr elem) argument
9780 xmlRelaxNGValidateState(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGDefinePtr define) argument
10548 xmlRelaxNGValidateDefinition(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGDefinePtr define) argument
[all...]
/external/clang/lib/ARCMigrate/
H A DARCMT.cpp190 std::string define = getARCMTMacroName(); local
191 define += '=';
192 CInvok->getPreprocessorOpts().addMacroDef(define);
/external/chromium_org/chrome/third_party/chromevox/
H A DchromeVoxChromePageScript.js1 var goog=goog||{};goog.global=this;goog.isDef=function(a){return void 0!==a};goog.exportPath_=function(a,b,c){a=a.split(".");c=c||goog.global;a[0]in c||!c.execScript||c.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)!a.length&&goog.isDef(b)?c[d]=b:c=c[d]?c[d]:c[d]={}};goog.define=function(a,b){var c=b;goog.exportPath_(a,c)};goog.DEBUG=!1;goog.LOCALE="en";goog.TRUSTED_SITE=!0;goog.STRICT_MODE_COMPATIBLE=!1;goog.provide=function(a){goog.exportPath_(a)};
H A DchromeVoxKbExplorerScript.js1 var goog=goog||{};goog.global=this;goog.isDef=function(a){return void 0!==a};goog.exportPath_=function(a,b,c){a=a.split(".");c=c||goog.global;a[0]in c||!c.execScript||c.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)!a.length&&goog.isDef(b)?c[d]=b:c=c[d]?c[d]:c[d]={}};goog.define=function(a,b){var c=b;goog.exportPath_(a,c)};goog.DEBUG=!1;goog.LOCALE="en";goog.TRUSTED_SITE=!0;goog.STRICT_MODE_COMPATIBLE=!1;goog.provide=function(a){goog.exportPath_(a)};
H A DchromeVoxChromeBackgroundScript.js1 var goog=goog||{};goog.global=this;goog.isDef=function(a){return void 0!==a};goog.exportPath_=function(a,b,c){a=a.split(".");c=c||goog.global;a[0]in c||!c.execScript||c.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)!a.length&&goog.isDef(b)?c[d]=b:c=c[d]?c[d]:c[d]={}};goog.define=function(a,b){var c=b;goog.exportPath_(a,c)};goog.DEBUG=!1;goog.LOCALE="en";goog.TRUSTED_SITE=!0;goog.STRICT_MODE_COMPATIBLE=!1;goog.provide=function(a){goog.exportPath_(a)};
H A DchromeVoxChromeOptionsScript.js1 var goog=goog||{};goog.global=this;goog.isDef=function(a){return void 0!==a};goog.exportPath_=function(a,b,c){a=a.split(".");c=c||goog.global;a[0]in c||!c.execScript||c.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)!a.length&&goog.isDef(b)?c[d]=b:c=c[d]?c[d]:c[d]={}};goog.define=function(a,b){var c=b;goog.exportPath_(a,c)};goog.DEBUG=!1;goog.LOCALE="en";goog.TRUSTED_SITE=!0;goog.STRICT_MODE_COMPATIBLE=!1;goog.provide=function(a){goog.exportPath_(a)};
/external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/
H A Dbase.js28 * @define {boolean} Overridden to true by the compiler when --closure_pass
51 * A hook for overriding the define values in uncompiled mode.
55 * {@code goog.define} will use the value instead of the default value. This
57 * accomplished with the compiler's "define" flag).
70 * A hook for overriding the define values in uncompiled or compiled mode,
77 * While any @define value may be set, only those set with goog.define will be
156 goog.define = function(name, defaultValue) {
174 * @define {boolean} DEBUG is provided as a convenience so that debugging code
176 * by specifying --define goo
[all...]
/external/mksh/src/
H A Dexec.c29 #define MKSH_DEFAULT_EXECSHELL "/bin/sh"
431 rv = define(t->str, t);
984 * define function. Returns 1 if function is being undefined (t == 0) and
988 define(const char *name, struct op *t) function
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.commands_3.6.0.I20100512-1500.jar ... .core.commands.ICategoryListener categoryListener public final void define (java.lang.String, java.lang.String ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp50 #define EGL_KHR_wait_sync 1
2948 int define; member in struct:deqp::egl::GLES2ThreadedSharingTest::TestConfig
3156 if (m_config.define)
3244 if (m_config.define == 1)
3252 if (m_config.define == 2)
3354 if (m_config.define == 1)
3362 if (m_config.define == 2)
3377 DE_ASSERT(m_config.define != 1);
3387 DE_ASSERT(m_config.define != 1);
3397 DE_ASSERT(m_config.define !
[all...]
/external/libxml2/
H A Drelaxng.c16 #define IN_LIBXML
42 #define IS_RELAXNG(node, typ) \
50 #define DEBUG 1
52 #define DEBUG_GRAMMAR 1
54 #define DEBUG_CONTENT 1
56 #define DEBUG_TYPE 1
58 #define DEBUG_VALID 1
60 #define DEBUG_INTERLEAVE 1
62 #define DEBUG_LIST 1
64 #define DEBUG_INCLUD
218 const xmlChar *define; /* the current define scope */ member in struct:_xmlRelaxNGParserCtxt
970 xmlRelaxNGFreeDefine(xmlRelaxNGDefinePtr define) argument
3369 xmlRelaxNGIsNullable(xmlRelaxNGDefinePtr define) argument
5725 xmlRelaxNGCheckCombine(xmlRelaxNGDefinePtr define, xmlRelaxNGParserCtxtPtr ctxt, const xmlChar * name) argument
7698 xmlRelaxNGDumpDefine(FILE * output, xmlRelaxNGDefinePtr define) argument
7925 xmlRelaxNGDefinePtr define = (xmlRelaxNGDefinePtr) transdata; local
8138 xmlRelaxNGDefinePtr define = (xmlRelaxNGDefinePtr) transdata; local
8294 xmlRelaxNGDefinePtr define; local
8579 xmlRelaxNGValidateDatatype(xmlRelaxNGValidCtxtPtr ctxt, const xmlChar * value, xmlRelaxNGDefinePtr define, xmlNodePtr node) argument
8705 xmlRelaxNGValidateValue(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGDefinePtr define) argument
9019 xmlRelaxNGAttributeMatch(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGDefinePtr define, xmlAttrPtr prop) argument
9068 xmlRelaxNGValidateAttribute(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGDefinePtr define) argument
9261 xmlRelaxNGValidateInterleave(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGDefinePtr define) argument
9591 xmlRelaxNGElementMatch(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGDefinePtr define, xmlNodePtr elem) argument
9810 xmlRelaxNGValidateState(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGDefinePtr define) argument
10578 xmlRelaxNGValidateDefinition(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGDefinePtr define) argument
[all...]
/external/chromium_org/third_party/accessibility-audit/
H A Daxs_testing.js36 goog.define = function(a, b) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 2227 milliseconds