Searched refs:obj (Results 1 - 25 of 2249) sorted by relevance

1234567891011>>

/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dmakefile.bcc10 OBJECTS=bncore.obj bn_mp_init.obj bn_mp_clear.obj bn_mp_exch.obj bn_mp_grow.obj bn_mp_shrink.obj \
11 bn_mp_clamp.obj bn_mp_zero.obj bn_mp_set.obj bn_mp_set_int.obj bn_mp_init_siz
[all...]
H A DNTMakefile42 $(OBJ)\bncore.obj \
43 $(OBJ)\bn_mp_init.obj \
44 $(OBJ)\bn_mp_clear.obj \
45 $(OBJ)\bn_mp_exch.obj \
46 $(OBJ)\bn_mp_grow.obj \
47 $(OBJ)\bn_mp_shrink.obj \
48 $(OBJ)\bn_mp_clamp.obj \
49 $(OBJ)\bn_mp_zero.obj \
50 $(OBJ)\bn_mp_zero_multi.obj \
51 $(OBJ)\bn_mp_set.obj \
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma_3/Object/
H A Dregress-79129-001.js47 obj={};
48 obj.a = obj.b = obj.c = 1;
49 delete obj.a;
50 delete obj.b;
51 delete obj.c;
52 obj.d = obj.e = 1;
53 obj
[all...]
H A Dshell.js24 * Suppose obj is an instance of a native type, e.g. Number.
25 * Then obj.toString() invokes Number.prototype.toString().
28 * The difference is this: suppose obj = new Number(7).
33 * The getJSClass() function returns 'Number', the [[Class]] property of obj.
43 function getJSType(obj)
45 if (isObject(obj))
46 return findType(obj);
52 function getJSClass(obj)
54 if (isObject(obj))
55 return findClass(findType(obj));
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma_3/Function/
H A Dregress-104584.js27 * on the second call to obj.toString() or print(obj) below -
39 function F(obj)
41 if(!obj)
42 obj = {};
43 obj.toString();
45 obj.toString();
49 function G(obj)
51 if(!obj)
52 obj
[all...]
/macosx-10.10.1/ruby-106/ruby/benchmark/
H A Dbm_vm2_method_missing.rb6 obj = C.new
11 obj.m; obj.m; obj.m; obj.m; obj.m; obj.m; obj.m; obj.m;
H A Dbm_vm1_not.rb2 obj = Object.new
6 !obj
/macosx-10.10.1/CPANInternal-159.1/Class-Std-0.011/demo/
H A Ddemo_unclass.pl6 $obj = Foo->new();
7 $obj = Bar->new();
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Duhash_us.cpp19 uhash_deleteHashtable(void *obj) { argument
21 delete (Hashtable*) obj;
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclGet.c47 Tcl_Obj obj;
50 obj.refCount = 1;
51 obj.bytes = (char *) src;
52 obj.length = strlen(src);
53 obj.typePtr = NULL;
55 code = Tcl_GetIntFromObj(interp, &obj, intPtr);
56 if (obj.refCount > 1) {
93 Tcl_Obj obj;
96 obj.refCount = 1;
97 obj
46 Tcl_Obj obj; local
91 Tcl_Obj obj; local
134 Tcl_Obj obj; local
177 Tcl_Obj obj; local
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dmakefile.vms10 OBJS=bcopy.obj,bcmp.obj,getopt.obj,obstack.obj,xexit.obj,xmalloc.obj,hex.obj,\
11 getopt1.obj,cplus-dem.obj,strncasecmp.obj,strcasecm
[all...]
H A Dpex-common.c56 struct pex_obj *obj; local
58 obj = XNEW (struct pex_obj);
59 obj->flags = flags;
60 obj->pname = pname;
61 obj->tempbase = tempbase;
62 obj->next_input = STDIN_FILE_NO;
63 obj->next_input_name = NULL;
64 obj->next_input_name_allocated = 0;
65 obj->stderr_pipe = -1;
66 obj
84 pex_add_remove(struct pex_obj *obj, const char *name, int allocated) argument
103 temp_file(struct pex_obj *obj, int flags, char *name) argument
152 pex_run_in_environment(struct pex_obj *obj, int flags, const char *executable, char * const * argv, char * const * env, const char *orig_outname, const char *errname, int *err) argument
368 pex_run(struct pex_obj *obj, int flags, const char *executable, char * const * argv, const char *orig_outname, const char *errname, int *err) argument
379 pex_input_file(struct pex_obj *obj, int flags, const char *in_name) argument
415 pex_input_pipe(struct pex_obj *obj, int binary) argument
461 pex_read_output(struct pex_obj *obj, int binary) argument
500 pex_read_err(struct pex_obj *obj, int binary) argument
515 pex_get_status_and_time(struct pex_obj *obj, int done, const char **errmsg, int *err) argument
544 pex_get_status(struct pex_obj *obj, int count, int *vector) argument
569 pex_get_times(struct pex_obj *obj, int count, struct pex_time *vector) argument
598 pex_free(struct pex_obj *obj) argument
[all...]
/macosx-10.10.1/AppleUSBIrDA-145.2.4/IrDA/Utils/
H A DCListIterator.cpp23 CListIterator *obj; local
24 obj = new CListIterator();
25 if (obj && !obj->init()) {
26 obj->release();
27 obj = nil;
29 return obj;
39 CListIterator *obj; local
40 obj = new CListIterator();
41 if (obj
55 CListIterator *obj; local
72 CListIterator *obj; local
[all...]
/macosx-10.10.1/zlib-55/zlib/watcom/
H A Dwatcom_l.mak12 OBJS = adler32.obj compress.obj crc32.obj deflate.obj &
13 gzclose.obj gzlib.obj gzread.obj gzwrite.obj &
14 infback.obj inffast.obj inflat
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/des/
H A Dmakefile.bc13 .c.obj:
16 .obj.exe:
17 $(CC) $(LFLAGS) -e$*.exe $*.obj libdes.lib
21 # "make clean": use a directory containing only libdes .exe and .obj files...
24 del *.obj
28 OBJS= cbc_cksm.obj cbc_enc.obj ecb_enc.obj pcbc_enc.obj \
29 qud_cksm.obj rand_ke
[all...]
/macosx-10.10.1/apr-32/apr/apr/
H A Dapr.mak46 -@erase "$(INTDIR)\apr_atomic.obj"
47 -@erase "$(INTDIR)\apr_cpystrn.obj"
48 -@erase "$(INTDIR)\apr_fnmatch.obj"
49 -@erase "$(INTDIR)\apr_getpass.obj"
50 -@erase "$(INTDIR)\apr_hash.obj"
51 -@erase "$(INTDIR)\apr_pools.obj"
52 -@erase "$(INTDIR)\apr_random.obj"
53 -@erase "$(INTDIR)\apr_snprintf.obj"
54 -@erase "$(INTDIR)\apr_strings.obj"
55 -@erase "$(INTDIR)\apr_strnatcmp.obj"
[all...]
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCValidation.h33 isA_CFType(CFTypeRef obj, CFTypeID type) argument
35 if (obj == NULL)
38 if (CFGetTypeID(obj) != type)
41 return (obj);
45 isA_CFArray(CFTypeRef obj) argument
47 return (isA_CFType(obj, CFArrayGetTypeID()));
51 isA_CFBoolean(CFTypeRef obj) argument
53 return (isA_CFType(obj, CFBooleanGetTypeID()));
57 isA_CFData(CFTypeRef obj) argument
59 return (isA_CFType(obj, CFDataGetTypeI
63 isA_CFDate(CFTypeRef obj) argument
69 isA_CFDictionary(CFTypeRef obj) argument
75 isA_CFNumber(CFTypeRef obj) argument
81 isA_CFPropertyList(CFTypeRef obj) argument
103 isA_CFString(CFTypeRef obj) argument
[all...]
/macosx-10.10.1/ruby-106/ruby/test/win32ole/
H A Dtest_win32ole_variant.rb20 obj = WIN32OLE_VARIANT.new('foo')
21 assert_instance_of(WIN32OLE_VARIANT, obj)
33 obj = WIN32OLE_VARIANT.new
44 obj = WIN32OLE_VARIANT.new('foo')
52 obj = WIN32OLE_VARIANT.new(nil, WIN32OLE::VARIANT::VT_I2)
53 assert_equal(0, obj.value)
54 assert_equal(WIN32OLE::VARIANT::VT_I2, obj.vartype)
56 obj = WIN32OLE_VARIANT.new(nil, WIN32OLE::VARIANT::VT_I4)
57 assert_equal(0, obj.value)
58 assert_equal(WIN32OLE::VARIANT::VT_I4, obj
[all...]
/macosx-10.10.1/vim-55/src/
H A DMake_djg.mak22 obj/blowfish.o \
23 obj/buffer.o \
24 obj/charset.o \
25 obj/diff.o \
26 obj/digraph.o \
27 obj/edit.o \
28 obj/eval.o \
29 obj/ex_cmds.o \
30 obj/ex_cmds2.o \
31 obj/ex_docm
[all...]
/macosx-10.10.1/zlib-55/zlib/contrib/delphi/
H A Dzlibd32.mak21 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj
22 OBJ2 = gzwrite.obj infback.obj inffast.obj inflat
[all...]
/macosx-10.10.1/zlib-55/zlib/contrib/pascal/
H A Dzlibd32.mak21 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj
22 OBJ2 = gzwrite.obj infback.obj inffast.obj inflat
[all...]
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DAccessibleImage.cpp35 AccessibleImage::AccessibleImage(AccessibilityObject* obj, HWND window) argument
36 : AccessibleBase(obj, window)
38 ASSERT_ARG(obj, obj->isImage());
39 ASSERT_ARG(obj, obj->isAccessibilityRenderObject());
47 AccessibilityRenderObject* obj = toAccessibilityRenderObject(m_object);
49 String ariaLabel = obj->ariaLabeledByAttribute();
53 const AtomicString& altText = obj->getAttribute(HTMLNames::altAttr);
/macosx-10.10.1/emacs-93/emacs/src/
H A Dpuresize.h64 #define CHECK_IMPURE(obj) \
65 { if (PURE_P (obj)) \
79 #define PURE_P(obj) \
80 ((PNTR_COMPARISON_TYPE) XPNTR (obj) < (PNTR_COMPARISON_TYPE) ((char *) pure + PURESIZE) \
81 && (PNTR_COMPARISON_TYPE) XPNTR (obj) >= (PNTR_COMPARISON_TYPE) pure)
89 #define PURE_P(obj) \
90 ((PNTR_COMPARISON_TYPE) XPNTR (obj) < (PNTR_COMPARISON_TYPE) my_edata)
96 #define PURE_P(obj) \
97 (XPNTR (obj) < (unsigned int) my_edata)
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/js1_5/Regress/
H A Dregress-44009.js23 * SUMMARY: Testing that we don't crash on obj.toSource()
27 var summary = "Testing that we don't crash on obj.toSource()";
58 function testThis(obj)
60 sToSource = obj.toSource();
61 obj.prop = obj;
62 sToSource = obj.toSource();
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsmachport.py8 obj = Foundation.NSMachPort.alloc()
9 self.assert_(obj is not None)
11 obj = obj.init()
12 self.assert_(obj is not None)

Completed in 383 milliseconds

1234567891011>>