Searched refs:position (Results 176 - 200 of 2231) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dsearch.h43 * <tt>SearchIterator</tt> maintain a current position and scans over the
102 * Sets the index to point to the given position, and clears any state
105 * This method takes the argument index and sets the position in the text
108 * @param position within the text to be set. If position is less
114 virtual void setOffset(int32_t position, UErrorCode &status) = 0;
296 * returned by <tt>getOffset</tt>) is the match position if one
309 * Returns the first index equal or greater than <tt>position</tt> at which the
312 * match position if one was found.
315 * @param position wher
[all...]
/external/chromium_org/third_party/polymer/components/paper-tabs/
H A Dpaper-tabs.css12 position: relative;
20 position: absolute;
29 position: absolute;
/external/chromium_org/third_party/polymer/components-chromium/paper-tabs/
H A Dpaper-tabs.css12 position: relative;
20 position: absolute;
29 position: absolute;
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DPositionList.java23 * List of source position entries. This class includes a utility
31 * constant for {@link #make} to indicate that no actual position
43 * constant for {@link #make} to indicate that only "important" position
50 * Extracts and returns the source position information out of an
146 * Entry in a position list.
152 /** {@code non-null;} corresponding source position information */
153 private final SourcePosition position; field in class:PositionList.Entry
159 * @param position {@code non-null;} corresponding source position information
161 public Entry (int address, SourcePosition position) { argument
[all...]
H A DSimpleInsn.java32 * @param position {@code non-null;} source position
37 public SimpleInsn(Dop opcode, SourcePosition position, argument
39 super(opcode, position, registers);
H A DVariableSizeInsn.java30 * @param position {@code non-null;} source position
33 public VariableSizeInsn(SourcePosition position, argument
35 super(Dops.SPECIAL_FORMAT, position, registers);
/external/icu/icu4c/source/i18n/
H A Dudateintervalformat.cpp71 UFieldPosition* position,
88 if (position != 0) {
89 fp.setField(position->field);
97 if (position != 0) {
98 position->beginIndex = fp.getBeginIndex();
99 position->endIndex = fp.getEndIndex();
66 udtitvfmt_format(const UDateIntervalFormat* formatter, UDate fromDate, UDate toDate, UChar* result, int32_t resultCapacity, UFieldPosition* position, UErrorCode* status) argument
/external/icu/icu4c/source/i18n/unicode/
H A Dsearch.h43 * <tt>SearchIterator</tt> maintain a current position and scans over the
102 * Sets the index to point to the given position, and clears any state
105 * This method takes the argument index and sets the position in the text
108 * @param position within the text to be set. If position is less
114 virtual void setOffset(int32_t position, UErrorCode &status) = 0;
296 * returned by <tt>getOffset</tt>) is the match position if one
309 * Returns the first index equal or greater than <tt>position</tt> at which the
312 * match position if one was found.
315 * @param position wher
[all...]
/external/ceres-solver/internal/ceres/
H A Dblock_jacobi_preconditioner.cc81 ConstMatrixRef m(values + cells[c].position,
107 const int position = block_structure_.cols[c].position; local
112 ConstVectorRef(D + position, size).array().square().matrix();
126 const int position = block_structure_.cols[c].position; local
128 ConstVectorRef x_block(x + position, size);
129 VectorRef y_block(y + position, size);
/external/chromium_org/chrome/browser/resources/print_preview/common/
H A Dsearch_bubble.css10 position: absolute;
11 top: -1000px; /* Minor hack: position off-screen by default. */
35 position: absolute;
53 position: absolute;
60 position: relative;
/external/chromium_org/chrome/browser/resources/
H A Dprofile_signin_confirmation.css9 position: absolute;
/external/chromium_org/chrome/utility/media_galleries/
H A Dipc_data_source.cc28 void IPCDataSource::Read(int64 position, int size, uint8* data, argument
34 position, size, data, read_cb));
70 void IPCDataSource::ReadOnUtilityThread(int64 position, int size, uint8* data, argument
74 CHECK_GE(position, 0);
77 // Cap position and size within bounds.
78 position = std::min(position, total_size_);
80 std::min(static_cast<int64>(size), total_size_ - position);
90 request_id, position, clamped_size));
/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Dbounds_checker.h34 bool ClaimMemory(const void* position, uint32_t num_bytes);
45 bool IsValidRange(const void* position, uint32_t num_bytes) const;
/external/chromium_org/ppapi/api/
H A Dpp_touch_point.idl8 * This file defines the API to create a touch point or position where fingers
14 * single touch point, such as position, id, rotation angle, and pressure.
29 * This value represents the x and y pixel position of this TouchPoint
32 PP_FloatPoint position;
/external/chromium_org/remoting/webapp/
H A Dconnection_stats.css15 position: fixed;
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DMoveSelectionCommand.h37 static PassRefPtrWillBeRawPtr<MoveSelectionCommand> create(PassRefPtrWillBeRawPtr<DocumentFragment> fragment, const Position& position, bool smartInsert = false, bool smartDelete = false) argument
39 return adoptRefWillBeNoop(new MoveSelectionCommand(fragment, position, smartInsert, smartDelete));
H A DRenderedPosition.cpp41 static inline RenderObject* rendererFromPosition(const Position& position) argument
43 ASSERT(position.isNotNull());
45 switch (position.anchorType()) {
47 rendererNode = position.computeNodeAfterPosition();
49 rendererNode = position.anchorNode()->lastChild();
57 rendererNode = position.anchorNode()->firstChild();
60 rendererNode = position.anchorNode()->lastChild();
64 rendererNode = position.anchorNode();
68 RenderedPosition::RenderedPosition(const VisiblePosition& position) argument
75 if (position
84 RenderedPosition(const Position& position, EAffinity affinity) argument
251 renderObjectContainsPosition(RenderObject* target, const Position& position) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DLineBreaker.cpp33 while (!resolver.position().atEnd() && !requiresLineBox(resolver.position(), lineInfo, LeadingWhitespace)) {
34 RenderObject* object = resolver.position().object();
48 resolver.position().increment(&resolver);
66 ASSERT(resolver.position().root() == m_block);
68 bool appliedStartWidth = resolver.position().offset() > 0;
74 if (resolver.position().atEnd())
75 return resolver.position();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DscreencastView.css39 position: relative;
70 background-position-x: -1px;
74 background-position-x: -18px;
78 background-position-x: -37px;
98 position: absolute;
118 position: relative;
130 position: relative;
138 position: absolute;
158 position: absolute;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebGeolocationPosition.cpp48 WebGeolocationPosition& WebGeolocationPosition::operator=(GeolocationPosition* position) argument
50 m_private = position;
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/shaders/compiled/
H A Dbuffertotexture11_gs.h26 dcl_input_siv v[1][0].xyzw, position
31 dcl_output_siv o0.xyzw, position
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
H A Dd3d11gears.hlsl39 float4 position : POSITION;
45 float4 position : SV_POSITION;
55 float3 view = mul((float3x4)modelview, input.position);
56 result.position = mul((float4x4)proj, float4(view, 1));
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
H A Dd3d11tex.hlsl34 float4 position : POSITION;
40 float4 position : SV_POSITION;
48 result.position = input.position;
/external/chromium_org/third_party/polymer/components/core-icon/
H A Dcore-icon.css13 position: relative;
/external/chromium_org/third_party/polymer/components-chromium/core-icon/
H A Dcore-icon.css13 position: relative;

Completed in 2527 milliseconds

1234567891011>>