Home
last modified time | relevance | path

Searched defs:left (Results 1 – 25 of 1018) sorted by relevance

12345678910>>...41

/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/js/
Deffect.js69 {left: '0px', offset: 0}, property
70 {left: '10px'}, property
71 {left: '20px'}, property
72 {left: '30px', offset: 0.6}, property
73 {left: '40px'}, property
74 {left: '50px'} property
96 {left: '0px'}, property
97 {left: '10px'}, property
98 {left: '20px'}, property
99 {left: '30px'}, property
[all …]
Danimation-constructor.js33 var animation1 = new Animation(target1, [{left: '0px'}, {left: '50px'}], 1000); property
34 …var animation2 = new Animation(target2, [{left: '0px'}, {left: '50px'}], {duration: 1000, easing: … property
/external/guava/guava/src/com/google/common/collect/
DComparisonChain.java118 @Override public ComparisonChain compare( in compare()
122 @Override public <T> ComparisonChain compare(@Nullable T left, in compare()
126 @Override public ComparisonChain compare(int left, int right) { in compare()
129 @Override public ComparisonChain compare(long left, long right) { in compare()
132 @Override public ComparisonChain compare(float left, float right) { in compare()
135 @Override public ComparisonChain compare(double left, double right) { in compare()
138 @Override public ComparisonChain compareTrueFirst(boolean left, boolean right) { in compareTrueFirst()
141 @Override public ComparisonChain compareFalseFirst(boolean left, boolean right) { in compareFalseFirst()
155 Comparable<?> left, Comparable<?> right); in compare()
161 public abstract <T> ComparisonChain compare( in compare()
[all …]
/external/libvpx/libvpx/vpx_dsp/
Dintrapred.c22 const uint8_t *above, const uint8_t *left) { in d207_predictor()
48 const uint8_t *above, const uint8_t *left) { in d207e_predictor()
63 const uint8_t *above, const uint8_t *left) { in d63_predictor()
80 const uint8_t *above, const uint8_t *left) { in d63e_predictor()
94 const uint8_t *above, const uint8_t *left) { in d45_predictor()
113 const uint8_t *above, const uint8_t *left) { in d45e_predictor()
126 const uint8_t *above, const uint8_t *left) { in d117_predictor()
154 const uint8_t *above, const uint8_t *left) { in d135_predictor()
173 const uint8_t *above, const uint8_t *left) { in d153_predictor()
198 const uint8_t *above, const uint8_t *left) { in v_predictor()
[all …]
/external/libvpx/libvpx/vpx_dsp/arm/
Dintrapred_neon.c22 const uint8_t *above, const uint8_t *left, in dc_4x4()
63 const uint8_t *above, const uint8_t *left) { in vpx_dc_predictor_4x4_neon()
68 const uint8_t *above, const uint8_t *left) { in vpx_dc_left_predictor_4x4_neon()
74 const uint8_t *above, const uint8_t *left) { in vpx_dc_top_predictor_4x4_neon()
80 const uint8_t *above, const uint8_t *left) { in vpx_dc_128_predictor_4x4_neon()
91 const uint8_t *above, const uint8_t *left, in dc_8x8()
134 const uint8_t *above, const uint8_t *left) { in vpx_dc_predictor_8x8_neon()
139 const uint8_t *above, const uint8_t *left) { in vpx_dc_left_predictor_8x8_neon()
145 const uint8_t *above, const uint8_t *left) { in vpx_dc_top_predictor_8x8_neon()
151 const uint8_t *above, const uint8_t *left) { in vpx_dc_128_predictor_8x8_neon()
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Dnumber-handler.js30 function mergeNumbers(left, right) { argument
35 function mergeFlex(left, right) { argument
41 function mergePositiveIntegers(left, right) { argument
48 return function(left, right) { argument
55 function round(left, right) { argument
/external/skia/src/core/
DSkTSort.h121 template <typename T, typename C> static void SkTInsertionSort(T* left, T* right, C lessThan) { in SkTInsertionSort()
136 static T* SkTQSort_Partition(T* left, T* right, T* pivot, C lessThan) { in SkTQSort_Partition()
163 template <typename T, typename C> void SkTIntroSort(int depth, T* left, T* right, C lessThan) { in SkTIntroSort()
191 template <typename T, typename C> void SkTQSort(T* left, T* right, C lessThan) { in SkTQSort()
201 template <typename T> void SkTQSort(T* left, T* right) { in SkTQSort()
206 template <typename T> void SkTQSort(T** left, T** right) { in SkTQSort()
/external/libvpx/libvpx/vpx_dsp/mips/
Dintrapred_msa.c265 v16u8 top, left, out; in intra_predict_dc_16x16_msa() local
554 const uint8_t *above, const uint8_t *left) { in vpx_v_predictor_4x4_msa()
561 const uint8_t *above, const uint8_t *left) { in vpx_v_predictor_8x8_msa()
568 const uint8_t *above, const uint8_t *left) { in vpx_v_predictor_16x16_msa()
575 const uint8_t *above, const uint8_t *left) { in vpx_v_predictor_32x32_msa()
582 const uint8_t *above, const uint8_t *left) { in vpx_h_predictor_4x4_msa()
589 const uint8_t *above, const uint8_t *left) { in vpx_h_predictor_8x8_msa()
596 const uint8_t *above, const uint8_t *left) { in vpx_h_predictor_16x16_msa()
603 const uint8_t *above, const uint8_t *left) { in vpx_h_predictor_32x32_msa()
610 const uint8_t *above, const uint8_t *left) { in vpx_dc_predictor_4x4_msa()
[all …]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/
DPair.java22 private final L left; field in Pair
30 public Pair(L left, R right) { in Pair()
78 public static <L, R> Pair<L, R> create(L left, R right) { in create()
/external/libgdx/gdx/src/com/badlogic/gdx/utils/
DQuickSelect.java35 private int partition (int left, int right, int pivot) { in partition()
49 private int recursiveSelect (int left, int right, int k) { in recursiveSelect()
67 T left = array[leftIdx]; in medianOfThreePivot() local
93 private void swap (int left, int right) { in swap()
/external/skia/tests/
DCanvasStateHelpers.cpp16 void complex_layers_draw(SkCanvas* canvas, float left, float top, in complex_layers_draw()
29 float left, float top, float right, float bottom, int32_t spacer) { in complex_layers_draw_from_canvas_state()
39 void complex_clips_draw(SkCanvas* canvas, int32_t left, int32_t top, in complex_clips_draw()
53 int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, in complex_clips_draw_from_canvas_state()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DStateCluster.java34 public NFAState left; field in StateCluster
37 public StateCluster(NFAState left, NFAState right) { in StateCluster()
/external/webrtc/webrtc/modules/video_render/mac/
Dvideo_render_mac_carbon_impl.cc121 const float left, in AddIncomingRenderStream()
158 float& left, in GetIncomingRenderStreamProperties()
229 const float left, in SetStreamCropping()
239 const float left, in ConfigureRenderer()
258 const float left, in SetText()
269 const float left, in SetBitmap()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DNFAFactory.java119 NFAState left = newState(); in build_Atom() local
137 NFAState left = newState(); in build_Set() local
164 NFAState left = newState(); in build_Range() local
235 NFAState left = newState(); in build_RuleRef() local
247 NFAState left = newState(); in build_Epsilon() local
265 NFAState left = newState(); in build_SemanticPredicate() local
279 NFAState left = newState(); in build_Action() local
417 NFAState left = newState(); in build_AlternativeBlock() local
511 NFAState left = newState(); in build_Aplus() local
672 NFAState left = newState(); in build_Wildcard() local
/external/apache-xml/src/main/java/org/apache/xpath/operations/
DEquals.java45 public XObject operate(XObject left, XObject right) in operate()
65 XObject left = m_left.execute(xctxt, true); in bool() local
/external/webrtc/webrtc/modules/video_render/external/
Dvideo_render_external_impl.cc44 const float left, in AddIncomingRenderStream()
63 float& left, in GetIncomingRenderStreamProperties()
135 const float left, in SetStreamCropping()
147 const float left, in ConfigureRenderer()
169 const float left, in SetText()
181 const float left, in SetBitmap()
/external/webp/src/dsp/
Dlossless.c116 static uint32_t Predictor0(uint32_t left, const uint32_t* const top) { in Predictor0()
121 static uint32_t Predictor1(uint32_t left, const uint32_t* const top) { in Predictor1()
125 static uint32_t Predictor2(uint32_t left, const uint32_t* const top) { in Predictor2()
129 static uint32_t Predictor3(uint32_t left, const uint32_t* const top) { in Predictor3()
133 static uint32_t Predictor4(uint32_t left, const uint32_t* const top) { in Predictor4()
137 static uint32_t Predictor5(uint32_t left, const uint32_t* const top) { in Predictor5()
141 static uint32_t Predictor6(uint32_t left, const uint32_t* const top) { in Predictor6()
145 static uint32_t Predictor7(uint32_t left, const uint32_t* const top) { in Predictor7()
149 static uint32_t Predictor8(uint32_t left, const uint32_t* const top) { in Predictor8()
154 static uint32_t Predictor9(uint32_t left, const uint32_t* const top) { in Predictor9()
[all …]
Dlossless_mips_dsp_r2.c190 static uint32_t Predictor5(uint32_t left, const uint32_t* const top) { in Predictor5()
194 static uint32_t Predictor6(uint32_t left, const uint32_t* const top) { in Predictor6()
198 static uint32_t Predictor7(uint32_t left, const uint32_t* const top) { in Predictor7()
202 static uint32_t Predictor8(uint32_t left, const uint32_t* const top) { in Predictor8()
207 static uint32_t Predictor9(uint32_t left, const uint32_t* const top) { in Predictor9()
212 static uint32_t Predictor10(uint32_t left, const uint32_t* const top) { in Predictor10()
216 static uint32_t Predictor11(uint32_t left, const uint32_t* const top) { in Predictor11()
220 static uint32_t Predictor12(uint32_t left, const uint32_t* const top) { in Predictor12()
224 static uint32_t Predictor13(uint32_t left, const uint32_t* const top) { in Predictor13()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h638 LModI(LOperand* left, in LModI()
644 LOperand* left() { return inputs_[0]; } in left() function
761 LMulS(LOperand* left, LOperand* right) { in LMulS()
766 LOperand* left() { return inputs_[0]; } in left() function
776 LMulI(LOperand* left, LOperand* right) { in LMulI()
781 LOperand* left() { return inputs_[0]; } in left() function
815 LCompareNumericAndBranch(LOperand* left, LOperand* right) { in LCompareNumericAndBranch()
820 LOperand* left() { return inputs_[0]; } in left() function
965 LCmpObjectEqAndBranch(LOperand* left, LOperand* right) { in LCmpObjectEqAndBranch()
970 LOperand* left() { return inputs_[0]; } in left() function
[all …]
/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_windows_impl.cc90 const float left, in AddIncomingRenderStream()
128 float& left, in GetIncomingRenderStreamProperties()
238 const float left, in SetStreamCropping()
259 const float left, in ConfigureRenderer()
299 const float left, in SetText()
321 const float left, const float top, in SetBitmap()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h547 LAddE(LOperand* left, LOperand* right) { in LAddE()
552 LOperand* left() { return inputs_[0]; } in left() function
562 LAddI(LOperand* left, LOperand* right) in LAddI()
568 LAddI(LOperand* left, LOperand* right, Shift shift, LOperand* shift_amount) in LAddI()
574 LOperand* left() { return inputs_[0]; } in left() function
591 LAddS(LOperand* left, LOperand* right) { in LAddS()
596 LOperand* left() { return inputs_[0]; } in left() function
678 LOperand* left, in LArithmeticD()
686 LOperand* left() { return inputs_[0]; } in left() function
702 LOperand* left, in LArithmeticT()
[all …]
/external/skia/src/gpu/
DGrSurface.cpp49 int* left, int* top, int* width, int* height, in adjust_params()
75 int* left, int* top, int* width, int* height, in AdjustReadPixelParams()
85 int* left, int* top, int* width, int* height, in AdjustWritePixelParams()
95 bool GrSurface::writePixels(int left, int top, int width, int height, in writePixels()
107 bool GrSurface::readPixels(int left, int top, int width, int height, in readPixels()
/external/pdfium/fpdfsdk/src/
Dfpdf_transformpage.cpp15 float left, in SetBoundingBox()
30 float* left, in GetBoundingBox()
49 float left, in FPDFPage_SetMediaBox()
61 float left, in FPDFPage_SetCropBox()
73 float* left, in FPDFPage_GetMediaBox()
82 float* left, in FPDFPage_GetCropBox()
208 DLLEXPORT FPDF_CLIPPATH STDCALL FPDF_CreateClipPath(float left, in FPDF_CreateClipPath()
/external/webrtc/webrtc/modules/video_render/linux/
Dvideo_render_linux_impl.cc83 const float left, in AddIncomingRenderStream()
133 float& left, in GetIncomingRenderStreamProperties()
223 const float left, in ConfigureRenderer()
239 const float left, const float top, in SetText()
251 const float left, in SetBitmap()
/external/wpa_supplicant_8/src/tls/
Dtlsv1_client_read.c82 size_t left, len, i; in tls_process_server_hello() local
350 size_t left, len, list_len, cert_len, idx; in tls_process_certificate() local
822 size_t left, len; in tls_process_certificate_status() local
1020 size_t left, len; in tls_process_server_key_exchange() local
1117 size_t left, len; in tls_process_certificate_request() local
1181 size_t left, len; in tls_process_server_hello_done() local
1248 size_t left; in tls_process_server_change_cipher_spec() local
1318 size_t left, len, hlen; in tls_process_server_finished() local
1452 size_t left; in tls_process_application_data() local

12345678910>>...41