Searched refs:immutable (Results 1 - 17 of 17) sorted by path

/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dsi006.tcl144 set immutable {}
150 lappend immutable $sdb2
172 $pdb $immutable $nentries keys data "Si$tnum.h"} res] != 1 } {
/macosx-10.9.5/CF-855.17/
H A DCFArray.c120 /* Only applies to immutable and mutable-deque-using arrays;
290 CFStringAppendFormat(result, NULL, CFSTR("<CFArray %p [%p]>{type = immutable, count = %lu, values = (%s"), cf, allocator, (unsigned long)cnt, cnt ? "\n" : "");
401 if (__CFOASafe) __CFSetLastAllocationEventName(memory, "CFArray (immutable)");
435 if (__CFOASafe) __CFSetLastAllocationEventName(memory, "CFArray (immutable)");
691 CFAssert1(__CFArrayGetType(array) != __kCFArrayImmutable, __kCFLogAssertion, "%s(): array is immutable", __PRETTY_FUNCTION__);
699 CFAssert1(__CFArrayGetType(array) != __kCFArrayImmutable, __kCFLogAssertion, "%s(): array is immutable", __PRETTY_FUNCTION__);
726 CFAssert1(__CFArrayGetType(array) != __kCFArrayImmutable, __kCFLogAssertion, "%s(): array is immutable", __PRETTY_FUNCTION__);
741 CFAssert1(__CFArrayGetType(array) != __kCFArrayImmutable, __kCFLogAssertion, "%s(): array is immutable", __PRETTY_FUNCTION__);
757 CFAssert1(__CFArrayGetType(array) != __kCFArrayImmutable, __kCFLogAssertion, "%s(): array is immutable", __PRETTY_FUNCTION__);
766 CFAssert1(__CFArrayGetType(array) != __kCFArrayImmutable, __kCFLogAssertion, "%s(): array is immutable", __PRETTY_FUNCTION_
1042 Boolean immutable = false; local
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/
H A DBase.pm840 content after the md5 sum also makes the classes immutable.
/macosx-10.9.5/CPANInternal-140/Time-HiRes-Value-0.07/lib/Time/HiRes/
H A DValue.pm88 object is immutable, and represents the time passed in to the C<I<$sec>> and
/macosx-10.9.5/CPANInternal-140/Time-HiRes-Value/lib/Time/HiRes/
H A DValue.pm87 object is immutable, and represents the time passed in to the C<I<$sec>> and
/macosx-10.9.5/Heimdal-323.92.1/lib/kadm5/
H A Ddelete_s.c57 if(ent.entry.flags.immutable) {
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dsimpleprefs.cpp47 #pragma mark ----- (immutable) Dictionary -----
358 * immutable from a mutable dictionary here, so caller has to tell us.
483 * Called after Dictionary reads plist from file, resulting in an immutable
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dsimpleprefs.cpp47 #pragma mark ----- (immutable) Dictionary -----
358 * immutable from a mutable dictionary here, so caller has to tell us.
483 * Called after Dictionary reads plist from file, resulting in an immutable
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dsql.el1288 "immediate" "immutable" "implicit" "in" "increment" "index" "inherits"
/macosx-10.9.5/swig-10/Lib/
H A Dswig.swg45 #define %readonly %warn "114:%readonly is deprecated. Use %immutable; " %feature("immutable");
46 #define %readwrite %warn "115:%readwrite is deprecated. Use %mutable; " %feature("immutable","");
48 #define %immutable %feature("immutable")
49 #define %noimmutable %feature("immutable","0")
50 #define %clearimmutable %feature("immutable","")
272 %define %$isimmutable "match$feature:immutable"="1" %enddef
/macosx-10.9.5/swig-10/Lib/typemaps/
H A Dattribute.swg121 immutable/primitive type in the target language. Example usage for std::string:
176 %immutable Class::AttributeName;
253 %immutable Class::AttributeName;
276 %immutable Class::AttributeName;
/macosx-10.9.5/swig-10/Source/CParse/
H A Dparser.c701 SetFlag(n,"feature:immutable");
4842 SetFlag((yyval.node),"feature:immutable");
4870 SetFlag((yyval.node),"feature:immutable");
9201 SetFlag((yyval.node),"feature:immutable");
9223 SetFlag((yyval.node),"feature:immutable");
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/python/
H A DPyRowRef.cpp110 PyRowRef::PyRowRef(const c4_RowRef &o, int immutable): PyHead(PyRowReftype), argument
112 if (immutable)
H A DPyRowRef.h27 PyRowRef(const c4_RowRef &o, int immutable = 0);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dd.vim88 syn keyword dStorageClass synchronized immutable shared const invariant lazy
H A Dgroovy.vim170 syn keyword groovyJDKMethods count tokenize asList flatten immutable intersect reverse reverseEach
H A Dsplint.vim60 syn keyword splintType contained abstract concrete mutable immutable refcounted numabstract

Completed in 300 milliseconds