/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/js/ |
D | effect.js | 69 {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 …]
|
D | animation-constructor.js | 33 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/ |
D | ComparisonChain.java | 118 @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/ |
D | intrapred.c | 22 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/ |
D | intrapred_neon.c | 22 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/ |
D | number-handler.js | 30 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/ |
D | SkTSort.h | 121 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/ |
D | intrapred_msa.c | 265 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/ |
D | Pair.java | 22 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/ |
D | QuickSelect.java | 35 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/ |
D | CanvasStateHelpers.cpp | 16 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/ |
D | StateCluster.java | 34 public NFAState left; field in StateCluster 37 public StateCluster(NFAState left, NFAState right) { in StateCluster()
|
/external/webrtc/webrtc/modules/video_render/mac/ |
D | video_render_mac_carbon_impl.cc | 121 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/ |
D | NFAFactory.java | 119 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/ |
D | Equals.java | 45 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/ |
D | video_render_external_impl.cc | 44 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/ |
D | lossless.c | 116 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 …]
|
D | lossless_mips_dsp_r2.c | 190 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/ |
D | lithium-mips64.h | 638 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/ |
D | video_render_windows_impl.cc | 90 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/ |
D | lithium-arm64.h | 547 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/ |
D | GrSurface.cpp | 49 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/ |
D | fpdf_transformpage.cpp | 15 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/ |
D | video_render_linux_impl.cc | 83 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/ |
D | tlsv1_client_read.c | 82 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
|