HomeSort by relevance Sort by last modified time
    Searched full:placement (Results 101 - 125 of 574) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
GridResolvedPosition.cpp 47 // We must handle the placement error handling code here instead of in the StyleAdjuster because we don't want to
97 // FIXME: Implement properly "stack" value in auto-placement algorithm.
101 // We can't get our grid positions without running the auto placement algorithm.
189 // line to the grid item?s placement.
199 // item?s placement.
  /external/llvm/include/llvm/MC/
MCContext.h 436 /// @brief Placement new for using the MCContext's allocator.
438 /// This placement form of operator new uses the MCContext's allocator for
462 /// @brief Placement delete companion to the new above.
466 /// is called implicitly by the compiler if a placement new expression using
473 /// This placement form of operator new[] uses the MCContext's allocator for
497 /// @brief Placement delete[] companion to the new[] above.
501 /// is called implicitly by the compiler if a placement new[] expression using
  /external/llvm/lib/CodeGen/
MachineBlockPlacement.cpp 10 // This file implements basic block placement transformations using the CFG
64 ExitBlockBias("block-placement-exit-block-bias",
255 "Branch Probability Basic Block Placement", false, false)
260 "Branch Probability Basic Block Placement", false, false)
304 // placement. No subsequent placement of this block will violate the CFG
305 // shape, so we get to use heuristics to choose a favorable placement.
524 // Place this block, updating the datastructures to reflect its placement.
    [all...]
SpillPlacement.cpp 1 //===-- SpillPlacement.cpp - Optimal Spill Code Placement -----------------===//
10 // This file implements the spill code placement analysis.
46 INITIALIZE_PASS_BEGIN(SpillPlacement, "spill-code-placement",
47 "Spill Code Placement Analysis", true, true)
50 INITIALIZE_PASS_END(SpillPlacement, "spill-code-placement",
51 "Spill Code Placement Analysis", true, true)
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether/0.9.0.M3/
aether-0.9.0.M3.pom 305 <placement>a</placement>
310 <placement>a</placement>
315 <placement>a</placement>
320 <placement>a</placement>
325 <placement>a</placement>
    [all...]
  /external/chromium_org/base/
lazy_instance.h 38 #include <new> // For placement new.
65 << ": Bad boy, the buffer passed to placement new is not aligned!\n"
68 // Use placement new to initialize our instance in our preallocated space.
  /external/jsoncpp/src/lib_json/
json_internalarray.inl 91 new (array) ValueInternalArray(); // placement new
98 new (array) ValueInternalArray( other ); // placement new
393 new (value) Value(); // Construct a default value using placement new
  /frameworks/support/v4/java/android/support/v4/view/
GravityCompat.java 116 * @param gravity The desired placement of the object, as defined by the
138 * @param gravity The desired placement of the object, as defined by the
174 * @param gravity Gravity constants to modify the placement within the
  /dalvik/dx/src/com/android/dx/ssa/
SsaConverter.java 56 * or phi placement since no actual control flows to it.
97 * phi placement run.
302 // Bit set of registers vs block index "phi placement sites"
340 * For each register, compute all locations for phi placement
  /external/chromium_org/chrome/browser/prefs/
browser_ui_prefs_migrator.cc 49 // Apps used to have their window placement preferences registered as
  /external/chromium_org/chrome/browser/ui/panels/
detached_panel_collection.h 91 // Used to save the placement information for a panel.
panel_collection.h 133 // Saves/restores/discards the placement information of |panel|. This is
135 // when the drag is cancelled. After the placement information is saved,
  /external/chromium_org/chrome/browser/ui/views/frame/
desktop_browser_frame_aura.cc 94 // The placement can always be stored.
opaque_browser_frame_view_layout_delegate.h 16 // Controls the visual placement of the window icon/title in non-tabstrip
browser_frame.h 82 // Returns true when the window placement should be saved.
85 // Retrieves the window placement (show state and bounds) for restoring.
  /external/chromium_org/content/public/browser/
render_widget_host_view_mac_delegate.h 46 // It is used in conjunction with gestures to determine finger placement
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaConverter.java 57 * or phi placement since no actual control flows to it.
98 * phi placement run.
303 // Bit set of registers vs block index "phi placement sites"
341 * For each register, compute all locations for phi placement
  /external/kernel-headers/original/uapi/mtd/
mtd-abi.h 113 /* Obsolete ECC byte placement modes (used with obsolete MEMGETOOBSEL) */
115 #define MTD_NANDECC_PLACE 1 // Use the given placement in the structure (YAFFS1 legacy mode)
116 #define MTD_NANDECC_AUTOPLACE 2 // Use the default placement scheme
117 #define MTD_NANDECC_PLACEONLY 3 // Use the given placement in the structure (Do not store ecc result on read)
  /external/skia/src/gpu/
GrAtlas.h 24 // or more GrPlots. The GrPlots keep track of subimage placement via their GrRectanizer. Once a
  /external/strace/linux/
mtd-abi.h 113 /* Obsolete ECC byte placement modes (used with obsolete MEMGETOOBSEL) */
115 #define MTD_NANDECC_PLACE 1 // Use the given placement in the structure (YAFFS1 legacy mode)
116 #define MTD_NANDECC_AUTOPLACE 2 // Use the default placement scheme
117 #define MTD_NANDECC_PLACEONLY 3 // Use the given placement in the structure (Do not store ecc result on read)
  /frameworks/wilhelm/src/itf/
IAcousticEchoCancellation.c 118 // placement new (explicit constructor)
IAutomaticGainControl.c 115 // placement new (explicit constructor)
INoiseSuppression.c 113 // placement new (explicit constructor)
IPresetReverb.c 110 // placement new (explicit constructor)
  /external/antlr/antlr-3.4/runtime/C/doxygen/
atsections.dox 7 /// the placement of their contents within the generated code at defined points
68 /// unfortunate, but was already used in the Java target to allow the placement of \c imports statements

Completed in 702 milliseconds

1 2 3 45 6 7 8 91011>>