Searched refs:myArray (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma_3/Array/
H A D15.4.4.3-1.js27 * By ECMA3 15.4.4.3, myArray.toLocaleString() means that toLocaleString()
31 * myArray[0].toLocaleString() + ',' + myArray[1].toLocaleString() + etc.
35 * global variable. Therefore the end value of this variable should be myArray.length.
44 var myArray = [obj, obj, obj]; variable
47 myArray.toLocaleString();
/macosx-10.9.5/tcl-102/tcl_ext/tclsoap/tclsoap/cgi-bin/soap/
H A Dvalidator.tcl141 # validator1.moderateSizeArrayCheck (myArray) returns string
143 # This handler takes a single parameter named myArray, which is an
148 proc validator1.moderateSizeArrayCheck {myArray} {
149 return "[lindex $myArray 0][lindex $myArray end]"
176 proc validator1.arrayOfStructsTest {myArray} {
178 foreach itemdata $myArray {
/macosx-10.9.5/tcl-102/tcl_ext/tclsoap/tclsoap/samples/
H A Dsoap-methods-server.tcl79 proc urn:tclsoap:Test::sort {myArray} {
80 return [rpcvar "array" [lsort $myArray]]
H A Dsoap-methods-client.tcl54 -proxy $proxy -params {myArray array} ]
H A Dvalidator1.tcl71 -proxy $proxy -params {myArray array}
98 -proxy $proxy -params {myArray array}
101 -proxy $proxy -params {myArray Stooges()}
/macosx-10.9.5/configd-596.15/configd.tproj/
H A D_notifyadd.c45 CFArrayRef myArray; local
48 myArray = CFArrayCreateCopy(myAllocator, theArray);
49 CFArrayApplyFunction(myArray, CFRangeMake(0, CFArrayGetCount(myArray)), applier, context);
50 CFRelease(myArray);
/macosx-10.9.5/kext_tools-326.95.1/
H A Dsecurity.c1120 CFMutableArrayRef myArray = NULL; // must release local
1125 myArray = CFArrayCreateMutable(kCFAllocatorDefault,
1128 if (myArray) {
1129 CFArrayAppendValue(myArray, aKext);
1130 recordKextLoadListForMT(myArray);
1131 SAFE_RELEASE(myArray);
/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp9950 OSArray * myArray; local
9952 myArray = OSDynamicCast(OSArray, theObject);
9953 myIter = OSCollectionIterator::withCollection(myArray);

Completed in 92 milliseconds