Searched refs:obj (Results 126 - 150 of 2249) sorted by relevance

1234567891011>>

/macosx-10.10.1/ntp-92/lib/isc/win32/
H A Dlibisc.mak116 -@erase "$(INTDIR)\app.obj"
117 -@erase "$(INTDIR)\assertions.obj"
118 -@erase "$(INTDIR)\base32.obj"
119 -@erase "$(INTDIR)\base64.obj"
120 -@erase "$(INTDIR)\bitstring.obj"
121 -@erase "$(INTDIR)\buffer.obj"
122 -@erase "$(INTDIR)\bufferlist.obj"
123 -@erase "$(INTDIR)\commandline.obj"
124 -@erase "$(INTDIR)\condition.obj"
125 -@erase "$(INTDIR)\dir.obj"
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Lib/objc/
H A D_pythonify.py11 def __new__(cls, obj, value):
13 self.__pyobjc_object__ = obj
27 def __new__(cls, obj, value):
29 self.__pyobjc_object__ = obj
50 def __new__(cls, obj, value):
52 self.__pyobjc_object__ = obj
66 def __new__(cls, obj, value):
68 self.__pyobjc_object__ = obj
90 def numberWrapper(obj):
91 if isinstance(obj, NSDecimalNumbe
[all...]
/macosx-10.10.1/swig-12/Lib/perl5/
H A Dperlprimtypes.swg11 SV *obj = sv_newmortal();
13 sv_setsv(obj, &PL_sv_yes);
15 sv_setsv(obj, &PL_sv_no);
17 return obj;
24 SWIG_AsVal_dec(bool)(SV *obj, bool* val)
26 if (obj == &PL_sv_yes) {
29 } else if (obj == &PL_sv_no) {
33 if (val) *val = SvTRUE(obj) ? true: false;
47 SV *obj = sv_newmortal();
48 sv_setiv(obj, (I
[all...]
H A Djstring.i5 SWIG_AsVal_dec(jstring)(SV *obj, jstring *val)
7 if (SvPOK(obj)) {
10 char *cstr = SvPV(obj, len);
23 SV *obj = sv_newmortal();
25 sv_setsv(obj, &PL_sv_undef);
29 sv_setsv(obj, &PL_sv_undef);
33 sv_setpvn(obj, tmp, len);
34 SvUTF8_on(obj);
38 return obj;
/macosx-10.10.1/cups-408/cups/filter/
H A Dinterpret.c81 static void error_object(_cups_ps_obj_t *obj);
87 _cups_ps_obj_t *obj);
94 static void DEBUG_object(_cups_ps_obj_t *obj);
516 _cups_ps_obj_t *obj; /* Object from top of stack */ local
547 while ((obj = scan_ps(st, &codeptr)) != NULL)
551 DEBUG_object(obj);
554 switch (obj->type)
574 if ((obj = pop_stack(st)) != NULL)
576 copy_stack(st, (int)obj->value.number);
597 if ((obj
704 _cups_ps_obj_t *obj; /* Current object on stack */ local
764 error_object(_cups_ps_obj_t *obj) argument
863 _cups_ps_obj_t *obj; /* Current object on stack */ local
938 push_stack(_cups_ps_stack_t *st, _cups_ps_obj_t *obj) argument
1046 _cups_ps_obj_t obj; /* Current object */ local
1398 _cups_ps_obj_t *obj, /* Current object */ local
1621 DEBUG_object(_cups_ps_obj_t *obj) argument
1719 _cups_ps_obj_t *obj; /* Current object on stack */ local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/sha1/
H A Dsha1c.tcl32 sha1_free_rep(Tcl_Obj* obj)
34 SHA1_CTX* mp = (SHA1_CTX*) obj->internalRep.otherValuePtr;
39 sha1_dup_rep(Tcl_Obj* obj, Tcl_Obj* dup)
41 SHA1_CTX* mp = (SHA1_CTX*) obj->internalRep.otherValuePtr;
48 sha1_string_rep(Tcl_Obj* obj)
53 SHA1_CTX dup = *(SHA1_CTX*) obj->internalRep.otherValuePtr;
61 str = Tcl_GetStringFromObj(temp, &obj->length);
62 obj->bytes = Tcl_Alloc(obj->length + 1);
63 memcpy(obj
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/python/
H A Dlibxml_wrap.h45 (((PyxmlNode_Object *)(v))->obj))
49 xmlNodePtr obj; member in struct:__anon11895
53 (((PyxmlXPathContext_Object *)(v))->obj))
57 xmlXPathContextPtr obj; member in struct:__anon11896
61 (((PyxmlXPathParserContext_Object *)(v))->obj))
65 xmlXPathParserContextPtr obj; member in struct:__anon11897
69 (((PyparserCtxt_Object *)(v))->obj))
73 xmlParserCtxtPtr obj; member in struct:__anon11898
77 (((PyValidCtxt_Object *)(v))->obj))
81 xmlValidCtxtPtr obj; member in struct:__anon11899
89 xmlCatalogPtr obj; member in struct:__anon11900
98 xmlRegexpPtr obj; member in struct:__anon11901
108 xmlTextReaderPtr obj; member in struct:__anon11902
116 xmlTextReaderLocatorPtr obj; member in struct:__anon11903
125 xmlErrorPtr obj; member in struct:__anon11904
133 xmlOutputBufferPtr obj; member in struct:__anon11905
141 xmlParserInputBufferPtr obj; member in struct:__anon11906
149 xmlURIPtr obj; member in struct:__anon11907
159 xmlRelaxNGPtr obj; member in struct:__anon11908
167 xmlRelaxNGParserCtxtPtr obj; member in struct:__anon11909
175 xmlRelaxNGValidCtxtPtr obj; member in struct:__anon11910
183 xmlSchemaPtr obj; member in struct:__anon11911
191 xmlSchemaParserCtxtPtr obj; member in struct:__anon11912
199 xmlSchemaValidCtxtPtr obj; member in struct:__anon11913
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/
H A DNTMakefile93 $(OBJ)\aes.obj \
94 $(OBJ)\bn.obj \
95 $(OBJ)\camellia.obj \
96 $(OBJ)\camellia-ntt.obj \
97 $(OBJ)\common.obj \
98 $(OBJ)\des.obj \
99 $(OBJ)\dh.obj \
100 $(OBJ)\dh-ltm.obj \
101 $(OBJ)\dh-tfm.obj \
102 $(OBJ)\dsa.obj \
[all...]
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/wsock/common/
H A Dmake.wnt55 OBJS = printf.obj dump.obj checkdll.obj encoding.obj convert.obj hook.obj
75 -del *.obj
83 printf.obj : printf.c $(HDRS)
86 dump.obj : dump.c $(HDRS)
89 checkdll.obj
[all...]
/macosx-10.10.1/tcsh-65/tcsh/win32/msg/
H A DMakefile12 stubdll.obj:stubdll.c
15 tcshgr.dll: tcshgr.res stubdll.obj
16 link -machine:$(MACHINE) -nodefaultlib $(LIBS) tcshgr.res stubdll.obj \
19 tcshfr.dll: tcshfr.res stubdll.obj
20 link -machine:$(MACHINE) -dll -nodefaultlib $(LIBS) tcshfr.res stubdll.obj \
23 tcshde.dll: tcshde.res stubdll.obj
24 link -machine:$(MACHINE) -dll -nodefaultlib $(LIBS) tcshde.res stubdll.obj \
27 tcshsp.dll: tcshsp.res stubdll.obj
28 link -machine:$(MACHINE) -dll -nodefaultlib $(LIBS) tcshsp.res stubdll.obj \
31 tcsh-it.dll: tcsh-it.res stubdll.obj
[all...]
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_blocks.py46 obj = OCTestBlock.alloc().init()
52 obj.callIntBlock_withValue_(callback, 42)
54 obj.callIntBlock_withValue_(callback, 43)
61 obj = OCTestBlock.alloc().init()
67 self.failUnlessEqual(obj.callDoubleBlock_withValue_andValue_(callback, 2.0, 3.5), 7.0)
68 self.failUnlessEqual(obj.callDoubleBlock_withValue_andValue_(callback, 2.5, 10), 25.0)
73 obj = OCTestBlock.alloc().init()
75 block = obj.getIntBlock()
84 obj = OCTestBlock.alloc().init()
86 block = obj
[all...]
H A Dtest_ivar.py112 def assertInstanceOf(self, obj, cls):
113 self.assert_(isinstance(obj, cls))
116 obj = ClassWithVariables.alloc().init()
120 cls = getter(obj, 'isa')
121 self.assert_(cls is type(obj))
123 self.assertEquals(getter(obj, 'intValue'), 42)
124 self.assertInstanceOf(getter(obj, 'intValue'), int)
126 self.assertEquals(getter(obj, 'floatValue'), -10.055)
127 self.assertInstanceOf(getter(obj, 'floatValue'), float)
129 self.assertEquals(getter(obj, 'charValu
[all...]
H A Dtest_methods.py24 - Using NSInvocation '[obj forwardInvocation:inv]'
205 obj = OC_TestClass1.new()
206 obj.reset()
207 self.assertEquals(obj.longlongFunc(), -(1L << 60))
208 self.assertEquals(obj.longlongFunc(), -42)
209 self.assertEquals(obj.longlongFunc(), 0)
210 self.assertEquals(obj.longlongFunc(), 42)
211 self.assertEquals(obj.longlongFunc(), (1L << 60))
214 obj = OC_TestClass1.new()
215 obj
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_blocks.py55 obj = OCTestBlock.alloc().init()
61 obj.callIntBlock_withValue_(callback, 42)
63 obj.callIntBlock_withValue_(callback, 43)
71 obj = OCTestBlock.alloc().init()
77 self.assertEqual(obj.callDoubleBlock_withValue_andValue_(callback, 2.0, 3.5), 7.0)
78 self.assertEqual(obj.callDoubleBlock_withValue_andValue_(callback, 2.5, 10), 25.0)
84 obj = OCTestBlock.alloc().init()
86 block = obj.getIntBlock()
96 obj = OCTestBlock.alloc().init()
98 block = obj
[all...]
H A Dtest_methods.py24 - Using NSInvocation '[obj forwardInvocation:inv]'
205 obj = OC_TestClass1.new()
206 obj.reset()
207 self.assertEquals(obj.longlongFunc(), -(1L << 60))
208 self.assertEquals(obj.longlongFunc(), -42)
209 self.assertEquals(obj.longlongFunc(), 0)
210 self.assertEquals(obj.longlongFunc(), 42)
211 self.assertEquals(obj.longlongFunc(), (1L << 60))
214 obj = OC_TestClass1.new()
215 obj
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_blocks.py55 obj = OCTestBlock.alloc().init()
61 obj.callIntBlock_withValue_(callback, 42)
63 obj.callIntBlock_withValue_(callback, 43)
71 obj = OCTestBlock.alloc().init()
77 self.assertEqual(obj.callDoubleBlock_withValue_andValue_(callback, 2.0, 3.5), 7.0)
78 self.assertEqual(obj.callDoubleBlock_withValue_andValue_(callback, 2.5, 10), 25.0)
84 obj = OCTestBlock.alloc().init()
86 block = obj.getIntBlock()
96 obj = OCTestBlock.alloc().init()
98 block = obj
[all...]
H A Dtest_methods.py24 - Using NSInvocation '[obj forwardInvocation:inv]'
211 obj = OC_TestClass1.new()
212 obj.reset()
213 self.assertEqual(obj.longlongFunc(), -(1 << 60))
214 self.assertEqual(obj.longlongFunc(), -42)
215 self.assertEqual(obj.longlongFunc(), 0)
216 self.assertEqual(obj.longlongFunc(), 42)
217 self.assertEqual(obj.longlongFunc(), (1 << 60))
220 obj = OC_TestClass1.new()
221 obj
[all...]
/macosx-10.10.1/ruby-106/ruby/test/
H A Dtest_weakref.rb7 obj = Object.new
8 str = obj.to_s
9 level.times {obj = WeakRef.new(obj)}
10 return WeakRef.new(obj), str
30 obj = Object.new
31 def obj.foo; end
32 weakrefs << WeakRef.new(obj)
49 obj = Object.new
51 WeakRef.new(obj)
[all...]
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PythonBrowser/
H A DPythonBrowser.py35 def __new__(cls, obj):
37 return cls.alloc().initWithObject_(obj)
39 def initWithObject_(self, obj):
42 self.setWindowTitleForObject_(obj)
43 self.model = PythonBrowserModel.alloc().initWithObject_(obj)
61 def setWindowTitleForObject_(self, obj):
62 if hasattr(obj, "__name__"):
63 title = "PythonBrowser -- %s: %s" % (type(obj).__name__, obj.__name__)
65 title = "PythonBrowser -- %s" % (type(obj)
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PythonBrowser/
H A DPythonBrowser.py35 def __new__(cls, obj):
37 return cls.alloc().initWithObject_(obj)
39 def initWithObject_(self, obj):
42 self.setWindowTitleForObject_(obj)
43 self.model = PythonBrowserModel.alloc().initWithObject_(obj)
61 def setWindowTitleForObject_(self, obj):
62 if hasattr(obj, "__name__"):
63 title = "PythonBrowser -- %s: %s" % (type(obj).__name__, obj.__name__)
65 title = "PythonBrowser -- %s" % (type(obj)
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/PythonBrowser/
H A DPythonBrowser.py35 def __new__(cls, obj):
37 return cls.alloc().initWithObject_(obj)
39 def initWithObject_(self, obj):
42 self.setWindowTitleForObject_(obj)
43 self.model = PythonBrowserModel.alloc().initWithObject_(obj)
61 def setWindowTitleForObject_(self, obj):
62 if hasattr(obj, "__name__"):
63 title = "PythonBrowser -- %s: %s" % (type(obj).__name__, obj.__name__)
65 title = "PythonBrowser -- %s" % (type(obj)
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/parser/
H A Druby_tools.rb10 # Adds a token listener +obj+, but you should probably use token_listener
12 def add_token_listener(obj)
14 @token_listeners << obj
47 @token_listeners.each do |obj|
48 obj.pop_token
56 @token_listeners.each do |obj|
57 obj.add_token(tk)
110 # Removes the token listener +obj+
112 def remove_token_listener(obj)
113 @token_listeners.delete(obj)
[all...]
/macosx-10.10.1/swig-12/Lib/python/
H A Dpyprimtypes.swg18 SWIG_AsVal_dec(bool)(PyObject *obj, bool *val)
20 int r = PyObject_IsTrue(obj);
37 SWIG_AsVal_dec(long)(PyObject *obj, long* val)
39 if (PyInt_Check(obj)) {
40 if (val) *val = PyInt_AsLong(obj);
42 } else if (PyLong_Check(obj)) {
43 long v = PyLong_AsLong(obj);
54 long v = PyInt_AsLong(obj);
63 int res = SWIG_AddCast(SWIG_AsVal(double)(obj,&d));
90 SWIG_AsVal_dec(unsigned long)(PyObject *obj, unsigne
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-readobj/
H A Dllvm-readobj.cpp82 void DumpSymbol(const SymbolRef &Sym, const ObjectFile *obj, bool IsDynamic) { argument
99 if (IsDynamic && obj->isELF()) {
102 GetELFSymbolVersion(obj, Sym, Version, IsDefault);
121 void DumpSymbols(const ObjectFile *obj) { argument
125 symbol_iterator it = obj->begin_symbols();
126 symbol_iterator ie = obj->end_symbols();
128 DumpSymbol(*it, obj, false);
138 void DumpDynamicSymbols(const ObjectFile *obj) { argument
142 symbol_iterator it = obj->begin_dynamic_symbols();
143 symbol_iterator ie = obj
161 DumpLibrariesNeeded(const ObjectFile *obj) argument
177 DumpHeaders(const ObjectFile *obj) argument
207 ObjectFile *obj = ObjectFile::createObjectFile(File.take()); local
[all...]
/macosx-10.10.1/apr-32/apr-util/apr-util/
H A Dlibaprutil.mak54 -@erase "$(INTDIR)\apr_base64.obj"
55 -@erase "$(INTDIR)\apr_brigade.obj"
56 -@erase "$(INTDIR)\apr_buckets.obj"
57 -@erase "$(INTDIR)\apr_buckets_alloc.obj"
58 -@erase "$(INTDIR)\apr_buckets_eos.obj"
59 -@erase "$(INTDIR)\apr_buckets_file.obj"
60 -@erase "$(INTDIR)\apr_buckets_flush.obj"
61 -@erase "$(INTDIR)\apr_buckets_heap.obj"
62 -@erase "$(INTDIR)\apr_buckets_mmap.obj"
63 -@erase "$(INTDIR)\apr_buckets_pipe.obj"
[all...]

Completed in 263 milliseconds

1234567891011>>