HomeSort by relevance Sort by last modified time
    Searched refs:Destination (Results 1 - 25 of 28) sorted by null

1 2

  /external/llvm/include/llvm/MC/
MachineLocation.h 82 MachineLocation Destination, Source;
88 : Label(label), Destination(D), Source(S) {}
92 const MachineLocation &getDestination() const { return Destination; }
MCDwarf.h 275 MachineLocation Destination;
284 : Operation(Op), Label(L), Destination(Register) {
289 : Operation(Move), Label(L), Destination(D), Source(S) {
293 : Operation(Op), Label(L), Destination(D), Source(S) {
302 const MachineLocation &getDestination() const { return Destination; }
  /tools/motodev/src/plugins/packaging.ui/src/com/motorola/studio/android/packaging/ui/i18n/
messages.properties 9 PACKAGE_EXPORT_WIZARD_AREA_DESCRIPTION = Specify which packages should be created by selecting their projects.\nThe default destination is the "dist" folder for each project.
14 PACKAGE_EXPORT_WIZARD_AREA_DESTINATION_LABEL = Package Destination
15 PACKAGE_EXPORT_WIZARD_PACKAGE_DESTINATION_LABEL = Destination:
19 PACKAGE_EXPORT_WIZARD_USE_DEFAULT_DESTINATION = Use the default destination
20 PACKAGE_EXPORT_WIZARD_AREA_READONLY_MESSAGE = One or more packages could not be exported.\nMake sure you have permission to write to the destination directory.\nMake sure the files inside the destination directory are writable.
31 PACKAGE_EXPORT_WIZARD_AREA_ERROR_DESTINATION_CHECK = Error checking destination folder. Make sure you have the right permissions and enough disk space.
35 SELECTOR_MESSAGE_LOCATION_ERROR_INVALID = Destination directory is invalid
36 SELECTOR_MESSAGE_LOCATION_ERROR_NOT_DIRECTORY = Destination is not a directory
  /external/stlport/stlport/stl/config/
_watcom.h 138 long __stl_InterlockedExchange( long *Destination, long Value );
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 138 long __stl_InterlockedExchange( long *Destination, long Value );
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 138 long __stl_InterlockedExchange( long *Destination, long Value );
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 138 long __stl_InterlockedExchange( long *Destination, long Value );
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 138 long __stl_InterlockedExchange( long *Destination, long Value );
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 138 long __stl_InterlockedExchange( long *Destination, long Value );
  /external/clang/lib/CodeGen/
CGCleanup.cpp 242 BranchFixups.back().Destination == 0)
278 // Skip this fixup if its destination isn't set.
280 if (Fixup.Destination == 0) continue;
283 // still pointing directly to its destination; forward it to the
298 if (!CasesAdded.insert(Fixup.Destination)) continue;
301 Fixup.Destination);
312 // destination is its original target.
340 // Skip this fixup if its destination doesn't match.
342 if (Fixup.Destination != Block) continue;
344 Fixup.Destination = 0
    [all...]
CodeGenFunction.h 90 /// If null, LatestBranch points directly to the destination.
93 /// The ultimate destination of the branch.
97 llvm::BasicBlock *Destination;
99 /// The destination index value.
337 /// switch statement. The use points to the final destination.
540 /// A jump destination is an abstract label, branching to which may
901 /// specified destination obviously has no cleanups to run. 'false' is always
    [all...]
  /ndk/build/tools/
builder-funcs.sh 275 panic "Destination directory not set"
293 panic "Destination directory not set"
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_atomic_msvc.h 28 void *volatile *Destination,
  /external/v8/src/arm/
code-stubs-arm.h 711 enum Destination {
718 // floating point registers. Depending on the destination the values ends up
719 // either d7 and d6 or in r2/r3 and r0/r1 respectively. If the destination is
723 Destination destination,
728 // floating point registers. Depending on the destination the values ends up
729 // either d7 and d6 or in r2/r3 and r0/r1 respectively. If the destination is
735 FloatingPointHelper::Destination destination,
756 // |destination|
    [all...]
code-stubs-arm.cc 468 // Move sign bit from source to destination. This works because the sign bit
519 FloatingPointHelper::Destination destination,
530 if (destination == kCoreRegisters) {
535 ASSERT(destination == kCoreRegisters);
552 FloatingPointHelper::Destination destination,
559 LoadNumber(masm, destination,
563 LoadNumber(masm, destination,
569 Destination destination
2444 FloatingPointHelper::Destination destination = local
2761 FloatingPointHelper::Destination destination = local
    [all...]
stub-cache-arm.cc 3778 FloatingPointHelper::Destination destination; local
    [all...]
macro-assembler-arm.cc 396 void MacroAssembler::LoadRoot(Register destination,
399 ldr(destination, MemOperand(kRootRegister, index << kPointerSizeLog2), cond);
    [all...]
  /external/v8/src/mips/
code-stubs-mips.h 711 enum Destination {
718 // floating point registers. Depending on the destination the values ends up
719 // either f14 and f12 or in a2/a3 and a0/a1 respectively. If the destination
723 Destination destination,
728 // floating point registers. Depending on the destination the values ends up
729 // either f14 and f12 or in a2/a3 and a0/a1 respectively. If the destination
735 FloatingPointHelper::Destination destination,
756 // |destination|
    [all...]
code-stubs-mips.cc 469 // Move sign bit from source to destination. This works because the sign bit
519 FloatingPointHelper::Destination destination,
530 if (destination == kCoreRegisters) {
535 ASSERT(destination == kCoreRegisters);
552 FloatingPointHelper::Destination destination,
559 LoadNumber(masm, destination,
563 LoadNumber(masm, destination,
569 Destination destination
2558 FloatingPointHelper::Destination destination = local
2876 FloatingPointHelper::Destination destination = local
    [all...]
stub-cache-mips.cc 3802 FloatingPointHelper::Destination destination; local
    [all...]
  /tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/i18n/
emulatorNLS.properties 27 UI_SrcDestComposite_DestinationRunningEmulatorLabel=Destination Android Emulator :
29 UI_SrcDestComposite_DestinationPhoneNumberLabel=Destination Phone # :
  /external/llvm/lib/Transforms/Utils/
Local.cpp 50 /// destination. This is a nontrivial operation because the successors of this
69 BasicBlock *Destination = Cond->getZExtValue() ? Dest1 : Dest2;
81 Builder.CreateBr(Destination);
132 // Otherwise, check to see if the switch only branches to one destination.
144 // If we found a single destination that we can fold the switch into, do so
171 // instruction if it has only one non-default destination.
211 // If we didn't find our destination in the IBI successor list, then we
    [all...]
  /external/icu4c/data/
makedata.mak 116 # Destination directory for the common data DLL file.
133 # The destination directory for the built test data .dat file
573 # move the .dll and .lib files to their final destination afterwards.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 1501 milliseconds

1 2