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

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DClassLoaderTest.java45 Class<?> a = new Ldr().define();
160 assertEquals("Both threads tried to define class", 1, cl.numFindClassCalled);
260 public Class<?> define() throws Exception { method in class:Ldr
/external/clang/lib/ARCMigrate/
H A DARCMT.cpp124 /// \brief Parse the simulator version define:
129 static bool GetVersionFromSimulatorDefine(StringRef define, argument
132 assert(define.startswith(SimulatorVersionDefineName()));
134 llvm::tie(name, version) = define.split('=');
156 StringRef define = origCI.getPreprocessorOpts().Macros[i].first; local
160 if (!define.startswith(SimulatorVersionDefineName()))
163 if (GetVersionFromSimulatorDefine(define, Major, Minor, Micro) &&
191 std::string define = getARCMTMacroName(); local
192 define += '=';
193 CInvok->getPreprocessorOpts().addMacroDef(define);
[all...]
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp469 // If this builtin takes an immediate argument, we need to #define it rather
494 bool define = UseMacro(proto); local
501 if (define) {
608 bool define = UseMacro(proto); local
612 if (!define) {
894 bool define = UseMacro(proto); local
905 if (define) {
994 if (define)
1032 bool define = UseMacro(proto); local
1036 if (define)
[all...]
/external/mksh/src/
H A Dexec.c28 #define MKSH_DEFAULT_EXECSHELL "/bin/sh"
356 rv = define(t->str, t);
839 * define function. Returns 1 if function is being undefined (t == 0) and
843 define(const char *name, struct op *t) function
/external/clang/lib/Driver/
H A DToolChains.cpp463 /// \brief Parse the simulator version define:
468 static bool GetVersionFromSimulatorDefine(StringRef define, argument
471 assert(define.startswith(SimulatorVersionDefineName()));
473 llvm::tie(name, version) = define.split('=');
499 // define passed in command-line.
503 StringRef define = (*it)->getValue(Args); local
504 if (define.startswith(SimulatorVersionDefineName())) {
506 if (GetVersionFromSimulatorDefine(define, Major, Minor, Micro) &&
/external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
H A Dprocess.js352 define: function(name) {
372 function define(name) {
373 return current_scope.define(name);
381 return [ this[0], define(name), args, with_new_scope(function(){
382 MAP(args, define);
397 MAP(defs, function(d){ define(d[0]) });
400 MAP(defs, function(d){ define(d[0]) });
406 [ define(c[0]), MAP(c[1], walk) ],
416 if (has_var) define(name);
427 // are marked with uses_eval, unless they define th
[all...]
/external/libxml2/
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
216 const xmlChar *define; /* the current define scope */ member in struct:_xmlRelaxNGParserCtxt
967 xmlRelaxNGFreeDefine(xmlRelaxNGDefinePtr define) argument
3337 xmlRelaxNGIsNullable(xmlRelaxNGDefinePtr define) argument
5615 xmlRelaxNGCheckCombine(xmlRelaxNGDefinePtr define, xmlRelaxNGParserCtxtPtr ctxt, const xmlChar * name) argument
7573 xmlRelaxNGDumpDefine(FILE * output, xmlRelaxNGDefinePtr define) argument
7800 xmlRelaxNGDefinePtr define = (xmlRelaxNGDefinePtr) transdata; local
8013 xmlRelaxNGDefinePtr define = (xmlRelaxNGDefinePtr) transdata; local
8169 xmlRelaxNGDefinePtr define; local
8454 xmlRelaxNGValidateDatatype(xmlRelaxNGValidCtxtPtr ctxt, const xmlChar * value, xmlRelaxNGDefinePtr define, xmlNodePtr node) argument
8580 xmlRelaxNGValidateValue(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGDefinePtr define) argument
8862 xmlRelaxNGAttributeMatch(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGDefinePtr define, xmlAttrPtr prop) argument
8911 xmlRelaxNGValidateAttribute(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGDefinePtr define) argument
9104 xmlRelaxNGValidateInterleave(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGDefinePtr define) argument
9428 xmlRelaxNGElementMatch(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGDefinePtr define, xmlNodePtr elem) argument
9647 xmlRelaxNGValidateState(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGDefinePtr define) argument
10424 xmlRelaxNGValidateDefinition(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGDefinePtr define) argument
[all...]

Completed in 1940 milliseconds