Searched refs:Assignments (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/IOFireWireFamily-455.4.0/
H A Dpbxbuild.sh16 Assignments=
50 if [ -z ${Assignments} ]; then
51 Assignments="${1}"
53 Assignments="${Assignments}${IFS}${1}"
84 echo jam -d2 ${Action} JAMFILE=\"${TargetPath}/Jamfile.jam\" JAMBASE=pbxbuild.data/ProjectBuilderJambase TARGETNAME=\"${Target}\" BUILD_STYLE="${BuildStyle}" ACTION=${Action} OS=darwin NATIVE_ARCH=`arch` SRCROOT=\"`pwd`\" OBJROOT=\"`pwd`/obj\" SYMROOT=\"`pwd`/sym\" DSTROOT=\"`pwd`/dst\" ${Assignments}
85 /Developer/Private/jam -d2 ${Action} JAMFILE="${TargetPath}/Jamfile.jam" JAMBASE=pbxbuild.data/ProjectBuilderJambase TARGETNAME="${Target}" BUILD_STYLE="${BuildStyle}" ACTION=${Action} OS=darwin NATIVE_ARCH=`arch` SRCROOT="`pwd`" OBJROOT="`pwd`/obj" SYMROOT="`pwd`/sym" DSTROOT="`pwd`/dst" ${Assignments}
/macosx-10.9.5/IOSerialFamily-64.1.1/
H A Dpbxbuild.sh16 Assignments=
50 if [ -z ${Assignments} ]; then
51 Assignments="${1}"
53 Assignments="${Assignments}${IFS}${1}"
84 echo jam -d2 ${Action} JAMFILE=\"${TargetPath}/Jamfile.jam\" JAMBASE=pbxbuild.data/ProjectBuilderJambase TARGETNAME=\"${Target}\" BUILD_STYLE="${BuildStyle}" ACTION=${Action} OS=darwin NATIVE_ARCH=`arch` SRCROOT=\"`pwd`\" OBJROOT=\"`pwd`/obj\" SYMROOT=\"`pwd`/sym\" DSTROOT=\"`pwd`/dst\" ${Assignments}
85 jam -d2 ${Action} JAMFILE="${TargetPath}/Jamfile.jam" JAMBASE=pbxbuild.data/ProjectBuilderJambase TARGETNAME="${Target}" BUILD_STYLE="${BuildStyle}" ACTION=${Action} OS=darwin NATIVE_ARCH=`arch` SRCROOT="`pwd`" OBJROOT="`pwd`/obj" SYMROOT="`pwd`/sym" DSTROOT="`pwd`/dst" ${Assignments}
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DStackSlotColoring.cpp77 // Assignments - Color to intervals mapping.
78 SmallVector<SmallVector<LiveInterval*,4>, 16> Assignments; member in class:__anon10222::StackSlotColoring
172 Assignments.resize(LastFI);
200 const SmallVector<LiveInterval*,4> &OtherLIs = Assignments[Color];
237 Assignments[Color].push_back(li);
429 for (unsigned i = 0, e = Assignments.size(); i != e; ++i)
430 Assignments[i].clear();
431 Assignments.clear();
H A DRegisterCoalescer.cpp1210 SmallVector<int, 8> Assignments; member in class:__anon10192::JoinVals
1296 Assignments(LI.getNumValNums(), -1), Vals(LI.getNumValNums())
1320 const int *getAssignments() const { return Assignments.data(); }
1556 assert(Assignments[ValNo] != -1 && "Bad recursion?");
1565 Assignments[ValNo] = Other.Assignments[V.OtherVNI->id];
1570 << NewVNInfo[Assignments[ValNo]]->def << '\n');
1580 Assignments[ValNo] = NewVNInfo.size();
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dtexmf.vim32 " Assignments
H A Ddcl.vim88 " Assignments and Operators
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DConfig.pm955 Assignments need to be on a single line. However, you can break the
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DConfig.pm992 Assignments need to be on a single line. However, you can break the
/macosx-10.9.5/CPANInternal-140/Net-Telnet/lib/Net/
H A DTelnet.pm4966 =item TELNET Option Assignments
/macosx-10.9.5/CPANInternal-140/Net-Telnet-3.03/lib/Net/
H A DTelnet.pm4966 =item TELNET Option Assignments
/macosx-10.9.5/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex2579 % Assignments have to be global since we are inside the implicit group
/macosx-10.9.5/gnutar-452/gnutar/doc/
H A Dtexinfo.tex2690 % Assignments have to be global since we are inside the implicit group
/macosx-10.9.5/groff-38/groff/doc/
H A Dtexinfo.tex2690 % Assignments have to be global since we are inside the implicit group
/macosx-10.9.5/emacs-92/emacs/man/
H A Dtexinfo.tex3278 % Assignments have to be global since we are inside the implicit group
/macosx-10.9.5/gnutar-452/gnutar/build-aux/
H A Dtexinfo.tex3278 % Assignments have to be global since we are inside the implicit group

Completed in 323 milliseconds