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

12

/external/ImageMagick/Magick++/
H A DAndroid.mk17 define define-magick++-vars
50 $(call define-magick++-vars)
59 $(call define-magick++-vars)
/external/mesa3d/src/compiler/glsl/glcpp/
H A Dglcpp-parse.y248 define: label
278 HASH_TOKEN DEFINE_TOKEN define
291 * #define and #undef functionality are defined as is
447 glcpp_error (& @1, parser, "#define without macro name");
2091 /* We define pre-defined macros before we've started parsing the actual
2326 * fragment shader, so we always define this macro in ES2/ES3.
2347 #define IMPLICIT_GLSL_VERSION 110
2350 #define IMPLICIT_GLSL_ES_VERSION 100
/external/testng/src/main/java/org/testng/xml/
H A DXmlGroups.java21 @Tag(name = "define")
22 public void addDefine(XmlDefine define) { argument
23 getDefines().add(define);
/external/mockito/src/main/java/org/mockito/internal/util/concurrent/
H A DDetachedThreadLocal.java97 public void define(Thread thread, T value) { method in class:DetachedThreadLocal
/external/ImageMagick/MagickWand/
H A Dstream.c111 "-define format:option",
112 " define one or more image format options",
166 #define DestroyStream() \
174 #define ThrowStreamException(asperity,tag,option) \
181 #define ThrowStreamInvalidArgumentException(option,argument) \
406 if (LocaleCompare("define",option+1) == 0)
414 *define;
416 define=GetImageOption(image_info,argv[i]);
417 if (define == (const char *) NULL)
412 *define; local
H A Danimate.c141 "-define format:option",
142 " define one or more image format options",
235 #define DestroyAnimate() \
249 #define ThrowAnimateException(asperity,tag,option) \
256 #define ThrowAnimateInvalidArgumentException(option,argument) \
683 if (LocaleCompare("define",option+1) == 0)
691 *define;
693 define=GetImageOption(image_info,argv[i]);
694 if (define == (const char *) NULL)
689 *define; local
H A Dcompare.c110 "-define format:option",
111 " define one or more image format options",
180 #define CompareEpsilon (1.0e-06)
181 #define DefaultDissimilarityThreshold 0.31830988618379067154
182 #define DefaultSimilarityThreshold (-1.0)
183 #define DestroyCompare() \
194 #define ThrowCompareException(asperity,tag,option) \
202 #define ThrowCompareInvalidArgumentException(option,argument) \
482 if (LocaleCompare("define",option+1) == 0)
490 *define;
488 *define; local
[all...]
H A Ddisplay.c169 "-define format:option",
170 " define one or more image format options",
270 #define DestroyDisplay() \
287 #define ThrowDisplayException(asperity,tag,option) \
294 #define ThrowDisplayInvalidArgumentException(option,argument) \
913 if (LocaleCompare("define",option+1) == 0)
921 *define;
923 define=GetImageOption(image_info,argv[i]);
924 if (define == (const char *) NULL)
919 *define; local
H A Didentify.c129 "-define format:option",
130 " define one or more image format options",
192 #define DestroyIdentify() \
199 #define ThrowIdentifyException(asperity,tag,option) \
206 #define ThrowIdentifyInvalidArgumentException(option,argument) \
491 if (LocaleCompare("define",option+1) == 0)
499 *define;
501 define=GetImageOption(image_info,argv[i]);
502 if (define == (const char *) NULL)
497 *define; local
H A Dimport.c141 "-define format:option",
142 " define one or more image format options",
219 #define DestroyImport() \
234 #define ThrowImportException(asperity,tag,option) \
241 #define ThrowImportInvalidArgumentException(option,argument) \
634 if (LocaleCompare("define",option+1) == 0)
642 *define;
644 define=GetImageOption(image_info,argv[i]);
645 if (define == (char *) NULL)
640 *define; local
H A Dmontage.c148 "-define format:option",
149 " define one or more image format options",
268 #define DestroyMontage() \
277 #define ThrowMontageException(asperity,tag,option) \
284 #define ThrowMontageInvalidArgumentException(option,argument) \
769 if (LocaleCompare("define",option+1) == 0)
777 *define;
779 define=GetImageOption(image_info,argv[i]);
780 if (define == (const char *) NULL)
775 *define; local
H A Dcomposite.c294 "-define format:option",
295 " define one or more image format options",
395 #define NotInitialized (unsigned int) (~0)
396 #define DestroyComposite() \
404 #define ThrowCompositeException(asperity,tag,option) \
411 #define ThrowCompositeInvalidArgumentException(option,argument) \
787 if (LocaleCompare("define",option+1) == 0)
795 *define;
797 define=GetImageOption(image_info,argv[i]);
798 if (define
792 *define; local
[all...]
H A Dconvert.c54 #define ThrowFileException(exception,severity,tag,context) \
388 "-define format:option",
389 " define one or more image format options",
516 #define NotInitialized (unsigned int) (~0)
517 #define DestroyConvert() \
524 #define ThrowConvertException(asperity,tag,option) \
531 #define ThrowConvertInvalidArgumentException(option,argument) \
1263 if (LocaleCompare("define",option+1) == 0)
1271 *define;
1273 define
1269 *define; local
[all...]
H A Dmogrify.c75 #define UndefinedCompressionQuality 0UL
3701 "-define format:option=value",
3702 " define one or more image format options",
3827 #define DestroyMogrify() \
3838 #define ThrowMogrifyException(asperity,tag,option) \
3845 #define ThrowMogrifyInvalidArgumentException(option,argument) \
4580 if (LocaleCompare("define",option+1) == 0)
4588 *define;
4590 define=GetImageOption(image_info,argv[i]);
4591 if (define
4582 *define; local
[all...]
/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/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DModuleWriter.java50 public void writeHeader(String define, String[] includeFiles) argument
52 writeHeader(define, includeFiles, null);
55 public void writeHeader(String define, String[] includeFiles, String brief) argument
62 if (define != null) {
65 output.println(define);
67 output.print("#define ");
68 output.println(define);
/external/swiftshader/src/Renderer/
H A DStream.hpp16 #define sw_Stream_hpp
61 Stream &define(StreamType type, unsigned int count, bool normalized = false) function in struct:sw::Stream
70 Stream &define(const void *buffer, StreamType type, unsigned int count, bool normalized = false) function in struct:sw::Stream
/external/ply/ply/ply/
H A Dcpp.py172 self.define("__DATE__ \"%s\"" % time.strftime("%b %d %Y",tm))
173 self.define("__TIME__ \"%s\"" % time.strftime("%H:%M:%S",tm))
339 # define new arguments.
622 self.define("__FILE__ \"%s\"" % source)
649 if name == 'define':
654 self.define(args)
788 # define()
793 def define(self,tokens): member in class:Preprocessor
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
H A Dapiviewer.js175 (function(){var m="toString",k=".",j="default",h="Object",g='"',f="Array",e="()",d="String",c="Function",b=".prototype",L="function",K="Boolean",J="Error",I="constructor",H="warn",G="hasOwnProperty",F="string",E="toLocaleString",D="RegExp",C='\", "',t="info",u="BROKEN_IE",r="isPrototypeOf",s="Date",p="",q="qx.Bootstrap",n="]",o="Class",v="error",w="[Class ",y="valueOf",x="Number",A="count",z="debug",B="ES5";if(!window.qx){window.qx={};}qx.Bootstrap={genericToString:function(){return w+this.classname+n;},createNamespace:function(name,M){var O=name.split(k);var parent=window;var N=O[0];for(var i=0,P=O.length-1;i<P;i++,N=O[i]){if(!parent[N]){parent=parent[N]={};}else{parent=parent[N];}}parent[N]=M;return N;},setDisplayName:function(Q,R,name){Q.displayName=R+k+name+e;},setDisplayNames:function(S,T){for(var name in S){var U=S[name];if(U instanceof Function){U.displayName=T+k+name+e;}}},define:function(name,V){if(!V){var V={statics:{}};}var bb;var Y=null;qx.Bootstrap.setDisplayNames(V.statics,name);if(V.members||V.extend){qx.Bootstrap.setDisplayNames(V.members,name+b);bb=V.construct||new Function;if(V.extend){this.extendClass(bb,bb,V.extend,name,ba);}var W=V.statics||{};for(var i=0,bc=qx.Bootstrap.getKeys(W),l=bc.length;i<l;i++){var bd=bc[i];bb[bd]=W[bd];}Y=bb.prototype;var X=V.members||{};for(var i=0,bc=qx.Bootstrap.getKeys(X),l=bc.length;i<l;i++){var bd=bc[i];Y[bd]=X[bd];}}else{bb=V.statics||{};}var ba=this.createNamespace(name,bb);bb.name=bb.classname=name;bb.basename=ba;bb.$$type=o;if(!bb.hasOwnProperty(m)){bb.toString=this.genericToString;}if(V.defer){V.defer(bb,Y);}qx.Bootstrap.$$registry[name]=V.statics;return bb;}};qx.Bootstrap.define(q,{statics:{LOADSTART:qx.$$start||new Date(),createNamespace:qx.Bootstrap.createNamespace,define:qx.Bootstrap.define,setDisplayName:qx.Bootstrap.setDisplayName,setDisplayNames:qx.Bootstrap.setDisplayNames,genericToString:qx.Bootstrap.genericToString,extendClass:function(be,bf,bg,name,bh){var bk=bg.prototype;var bj=new Function;bj.prototype=bk;var bi=new bj;be.prototype=bi;bi.name=bi.classname=name;bi.basename=bh;bf.base=be.superclass=bg;bf.self=be.constructor=bi.constructor=be;},getByName:function(name){return qx.Bootstrap.$$registry[name];},$$registry:{},objectGetLength:({"count":function(bl){return bl.__count__;},"default":function(bm){var length=0;for(var bn in bm){length++;}return length;}})[(({}).__count__==0)?A:j],objectMergeWith:function(bo,bp,bq){if(bq===undefined){bq=true;}for(var br in bp){if(bq||bo[br]===undefined){bo[br]=bp[br];}}return bo;},__id:[r,G,E,m,y,I],getKeys:({"ES5":Object.keys,"BROKEN_IE":function(bs){var bt=[];var bv=Object.prototype.hasOwnProperty;for(var bw in bs){if(bv.call(bs,bw)){bt.push(bw);}}var bu=qx.Bootstrap.__id;for(var i=0,a=bu,l=a.length;i<l;i++){if(bv.call(bs,a[i])){bt.push(a[i]);}}return bt;},"default":function(bx){var by=[];var bz=Object.prototype.hasOwnProperty;for(var bA in bx){if(bz.call(bx,bA)){by.push(bA);}}return by;}})[typeof (Object.keys)==L?B:(function(){for(var bB in {toString:1}){return bB;}})()!==m?u:j],getKeysAsString:function(bC){var bD=qx.Bootstrap.getKeys(bC);if(bD.length==0){return p;}return g+bD.join(C)+g;},__ie:{"[object String]":d,"[object Array]":f,"[object Object]":h,"[object RegExp]":D,"[object Number]":x,"[object Boolean]":K,"[object Date]":s,"[object Function]":c,"[object Error]":J},bind:function(bE,self,bF){var bG=Array.prototype.slice.call(arguments,2,arguments.length);return function(){var bH=Array.prototype.slice.call(arguments,0,arguments.length);return bE.apply(self,bG.concat(bH));};},firstUp:function(bI){return bI.charAt(0).toUpperCase()+bI.substr(1);},firstLow:function(bJ){return bJ.charAt(0).toLowerCase()+bJ.substr(1);},getClass:function(bK){var bL=Object.prototype.toString.call(bK);return (qx.Bootstrap.__ie[bL]||bL.slice(8,-1));},isString:function(bM){return (bM!==null&&(typeof bM===F||qx.Bootstrap.getClass(bM)==d||bM instanceof String||(!!bM&&!!bM.$$isString)));},isArray:function(bN){return (bN!==null&&(bN instanceof Array||(bN&&qx.data&&qx.data.IListData&&qx.Bootstrap.hasInterface(bN.constructor,qx.data.IListData))||qx.Bootstrap.getClass(bN)==f||(!!bN&&!!bN.$$isArray)));},isObject:function(bO){return (bO!==undefined&&bO!==null&&qx.Bootstrap.getClass(bO)==h);},isFunction:function(bP){return qx.Bootstrap.getClass(bP)==c;},classIsDefined:function(name){return qx.Bootstrap.getByName(name)!==undefined;},getPropertyDefinition:function(bQ,name){while(bQ){if(bQ.$$properties&&bQ.$$properties[name]){return bQ.$$properties[name];}bQ=bQ.superclass;}return null;},hasProperty:function(bR,name){return !!qx.Bootstrap.getPropertyDefinition(bR,name);},getEventType:function(bS,name){var bS=bS.constructor;while(bS.superclass){if(bS.$$events&&bS.$$events[name]!==undefined){return bS.$$events[name];}bS=bS.superclass;}return null;},supportsEvent:function(bT,name){return !!qx.Bootstrap.getEventType(bT,name);},getByInterface:function(bU,bV){var bW,i,l;while(bU){if(bU.$$implements){bW=bU.$$flatImplements;for(i=0,l=bW.length;i<l;i++){if(bW[i]===bV){return bU;}}}bU=bU.superclass;}return null;},hasInterface:function(bX,bY){return !!qx.Bootstrap.getByInterface(bX,bY);},getMixins:function(ca){var cb=[];while(ca){if(ca.$$includes){cb.push.apply(cb,ca.$$flatIncludes);}ca=ca.superclass;}return cb;},$$logs:[],debug:function(cc,cd){qx.Bootstrap.$$logs.push([z,arguments]);},info:function(ce,cf){qx.Bootstrap.$$logs.push([t,arguments]);},warn:function(cg,ch){qx.Bootstrap.$$logs.push([H,arguments]);},error:function(ci,cj){qx.Bootstrap.$$logs.push([v,arguments]);},trace:function(ck){}}});})();(function(){var g="qx.Mixin",f=".prototype",e="constructor",d="[Mixin ",c="]",b="destruct",a="Mixin";qx.Bootstrap.define(g,{statics:{define:function(name,h){if(h){if(h.include&&!(h.include instanceof Array)){h.include=[h.include];}{};var k=h.statics?h.statics:{};qx.Bootstrap.setDisplayNames(k,name);for(var j in k){if(k[j] instanceof Function){k[j].$$mixin=k;}}if(h.construct){k.$$constructor=h.construct;qx.Bootstrap.setDisplayName(h.construct,name,e);}if(h.include){k.$$includes=h.include;}if(h.properties){k.$$properties=h.properties;}if(h.members){k.$$members=h.members;qx.Bootstrap.setDisplayNames(h.members,name+f);}for(var j in k.$$members){if(k.$$members[j] instanceof Function){k.$$members[j].$$mixin=k;}}if(h.events){k.$$events=h.events;}if(h.destruct){k.$$destructor=h.destruct;qx.Bootstrap.setDisplayName(h.destruct,name,b);}}else{var k={};}k.$$type=a;k.name=name;k.toString=this.genericToString;k.basename=qx.Bootstrap.createNamespace(name,k);this.$$registry[name]=k;return k;},checkCompatibility:function(m){var p=this.flatten(m);var q=p.length;if(q<2){return true;}var t={};var s={};var r={};var o;for(var i=0;i<q;i++){o=p[i];for(var n in o.events){if(r[n]){throw new Error('Conflict between mixin "'+o.name+'" and "'+r[n]+'" in member "'+n+'"!');}r[n]=o.name;}for(var n in o.properties){if(t[n]){throw new Error('Conflict between mixin "'+o.name+'" and "'+t[n]+'" in property "'+n+'"!');}t[n]=o.name;}for(var n in o.members){if(s[n]){throw new Error('Conflict between mixin "'+o.name+'" and "'+s[n]+'" in member "'+n+'"!');}s[n]=o.name;}}return true;},isCompatible:function(u,v){var w=qx.Bootstrap.getMixins(v);w.push(u);return qx.Mixin.checkCompatibility(w);},getByName:function(name){return this.$$registry[name];},isDefined:function(name){return this.getByName(name)!==undefined;},getTotalNumber:function(){return qx.Bootstrap.objectGetLength(this.$$registry);},flatten:function(x){if(!x){return [];}var y=x.concat();for(var i=0,l=x.length;i<l;i++){if(x[i].$$includes){y.push.apply(y,this.flatten(x[i].$$includes));}}return y;},genericToString:function(){return d+this.name+c;},$$registry:{},__er:null,__es:function(){}}});})();(function(){var h="qx.allowUrlSettings",g="&",f="qx.core.Setting",e="qx.allowUrlVariants",d="qx.propertyDebugLevel",c="qxsetting",b=":",a=".";qx.Bootstrap.define(f,{statics:{__eu:{},define:function(j,k){if(k===undefined){throw new Error('Default value of setting "'+j+'" must be defined!');}if(!this.__eu[j]){this.__eu[j]={};}else if(this.__eu[j].defaultValue!==undefined){throw new Error('Setting "'+j+'" is already defined!');}this.__eu[j].defaultValue=k;},get:function(l){var m=this.__eu[l];if(m===undefined){throw new Error('Setting "'+l+'" is not defined.');}if(m.value!==undefined){return m.value;}return m.defaultValue;},set:function(n,o){if((n.split(a)).length<2){throw new Error('Malformed settings key "'+n+'". Must be following the schema "namespace.key".');}if(!this.__eu[n]){this.__eu[n]={};}this.__eu[n].value=o;},__ev:function(){if(window.qxsettings){for(var p in window.qxsettings){this.set(p,window.qxsettings[p]);}window.qxsettings=undefined;try{delete window.qxsettings;}catch(q){}this.__ew();}},__ew:function(){if(this.get(h)!=true){return;}var s=document.location.search.slice(1).split(g);for(var i=0;i<s.length;i++){var r=s[i].split(b);if(r.length!=3||r[0]!=c){continue;}this.set(r[1],decodeURIComponent(r[2]));}}},defer:function(t){t.define(h,false);t.define(
[all...]
/external/clang/lib/ARCMigrate/
H A DARCMT.cpp194 std::string define = getARCMTMacroName(); local
195 define += '=';
196 CInvok->getPreprocessorOpts().addMacroDef(define);
/external/libxml2/
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 Drngparser.c21 #define TODO \
26 #define MAX_TOKEN 10
142 #define CUR_CHAR(l) xmlXPathCurrentChar(ctxt, &l)
152 #define IS_BLANK(c) (((c) == 0x20) || ((c) == 0x09) || ((c) == 0xA) || \
155 #define IS_SEPARATOR(c) (((c) == 0x20) || ((c) == 0x09) || ((c) == 0xA) || \
158 #define CRNG_ERROR0(X) \
160 #define CRNG_ERROR(X) \
163 #define CRNG_MEM_ERROR0() \
165 #define CRNG_MEM_ERROR() \
168 #define ERRO
1138 xmlNodePtr define; local
[all...]
/external/mksh/src/
H A Dexec.c29 #define MKSH_DEFAULT_EXECSHELL MKSH_UNIXROOT "/bin/sh"
416 rv = define(t->str, t);
1057 * define function. Returns 1 if function is being undefined (t == 0) and
1061 define(const char *name, struct op *t) function
1305 #define search_access(fn, mode) access_ex((search_access), (fn), (mode))
1307 #define search_access(fn, mode) (search_access)((fn), (mode))
/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp2966 int define; member in struct:deqp::egl::GLES2ThreadedSharingTest::TestConfig
3174 if (m_config.define)
3262 if (m_config.define == 1)
3270 if (m_config.define == 2)
3372 if (m_config.define == 1)
3380 if (m_config.define == 2)
3395 DE_ASSERT(m_config.define != 1);
3405 DE_ASSERT(m_config.define != 1);
3415 DE_ASSERT(m_config.define != 1);
3425 DE_ASSERT(m_config.define !
[all...]

Completed in 1282 milliseconds

12