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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
CSSPreloadScanner.cpp 39 : m_state(Initial)
50 m_state = Initial;
86 case Initial:
100 m_state = Initial;
110 m_state = Initial;
121 m_state = Initial;
127 m_state = Initial;
135 m_state = Initial;
160 m_state = Initial;
224 m_state = Initial;
    [all...]
CSSPreloadScanner.h 52 Initial,
  /external/llvm/include/llvm/MC/
SubtargetFeature.h 75 explicit SubtargetFeatures(const StringRef Initial = "");
  /external/blktrace/
btrace.spec 55 - Initial version
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
SVGGlyph.h 49 Initial,
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.h 55 void splitSPAdjustments(uint64_t Total, uint64_t &Initial,
AArch64FrameLowering.cpp 33 uint64_t &Initial,
39 Initial = Total;
42 Initial = 0x1f0;
43 Residual = Total - Initial;
64 // sub sp, sp, #initial
79 // must be tacked onto Initial for correctness.
153 // already noted the FP and initial SP moves so we're left with the prologue's
204 // Initial and residual are named for consitency with the prologue. Note that
  /external/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp 70 // From the initial state (currentState = 0x00), if we add instruction class
450 State *Initial = new State;
451 Initial->isInitial = true;
452 Initial->stateInfo.insert(0x0);
453 D.addState(Initial);
457 WorkList.push_back(Initial);
462 // Begin with initial node in worklist. Initial node does not have
  /external/chromium_org/third_party/mesa/src/docs/
MESA_window_pos.spec 124 * Revision 1.0 - Initial specification
MESA_swap_control.spec 115 Get Value Get Command Type Initial Value
128 1.0, 3/17/03 Initial version based on GLX_SGI_swap_control and
MESA_resize_buffers.spec 81 * Revision 1.0 - Initial specification
MESA_shader_debug.spec 261 Initial draft. (Michal Krol)
MESA_ycbcr_texture.spec 199 20 September 2002 - Initial draft
  /external/mesa3d/docs/
MESA_window_pos.spec 124 * Revision 1.0 - Initial specification
MESA_swap_control.spec 115 Get Value Get Command Type Initial Value
128 1.0, 3/17/03 Initial version based on GLX_SGI_swap_control and
MESA_resize_buffers.spec 81 * Revision 1.0 - Initial specification
MESA_shader_debug.spec 261 Initial draft. (Michal Krol)
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
WebVTTParser.h 64 Initial,
WebVTTParser.cpp 117 , m_state(Initial)
142 // 1-3 - Initial setup.
149 case Initial:
400 // 1-4 - Initial checks, let most significant units be minutes.
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGlyphElement.cpp 82 if (value == "initial")
83 return SVGGlyph::Initial;
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_program_debug.spec 280 Initial
301 Initial draft. (Brian Paul)
  /external/mesa3d/docs/OLD/
MESA_program_debug.spec 280 Initial
301 Initial draft. (Brian Paul)
  /external/llvm/lib/MC/
SubtargetFeature.cpp 178 SubtargetFeatures::SubtargetFeatures(const StringRef Initial) {
180 Split(Features, Initial);
  /external/ceres-solver/scripts/
ceres-solver.spec 135 - Initial creation
  /external/chromium_org/chrome/browser/resources/backloader/scripts/
background.js 29 // Initial delay.

Completed in 764 milliseconds

1 2