/external/chromium_org/third_party/skia/experimental/Intersection/ |
EdgeDemo.h | 3 bool DrawEdgeDemo(SkCanvas* canvas, int step, bool useOld);
|
/external/chromium_org/chrome/browser/resources/chromeos/first_run/ |
step.css | 7 .step { 13 .step h1 { 18 .step p { 22 .step button.blue-button { 26 .step button.white-button { 30 .step .controls button { 34 .step .controls button:first-of-type { 38 .step .controls button:last-of-type {
|
step_bubble.css | 7 .step.bubble { 16 .step.bubble h1 { 24 .step.bubble p { 30 .step.bubble p + p { 34 .step.bubble .controls { 42 .step.bubble .controls button { 49 .step.bubble.hidden {
|
/development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/ |
GL2JNILib.java | 32 public static native void step(); method in class:GL2JNILib
|
/external/libvpx/libvpx/test/ |
dct16x16_test.cc | 84 double step[16]; local 88 // step 1 89 step[ 0] = input[0] + input[15]; 90 step[ 1] = input[1] + input[14]; 91 step[ 2] = input[2] + input[13]; 92 step[ 3] = input[3] + input[12]; 93 step[ 4] = input[4] + input[11]; 94 step[ 5] = input[5] + input[10]; 95 step[ 6] = input[6] + input[ 9]; 96 step[ 7] = input[7] + input[ 8] [all...] |
/development/ndk/platforms/android-18/samples/gles3jni/src/com/android/gles3jni/ |
GLES3JNILib.java | 29 public static native void step(); method in class:GLES3JNILib
|
/external/chromium_org/third_party/skia/src/animator/ |
SkAnimateProperties.h | 17 SK_PROPERTY(step),
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderVTTCue.cpp | 69 bool RenderVTTCue::initializeLayoutParameters(InlineFlowBox* firstLineBox, LayoutUnit& step, LayoutUnit& position) 75 // 1. Horizontal: Let step be the height of the first line box in boxes. 76 // Vertical: Let step be the width of the first line box in boxes. 77 step = m_cue->getWritingDirection() == VTTCue::Horizontal ? firstLineBox->height() : firstLineBox->width(); 79 // 2. If step is zero, then jump to the step labeled done positioning below. 80 if (!step) 90 // 5. Let position be the result of multiplying step and line position. 91 position = step * linePosition; 94 // bounding box of the boxes in boxes, then increase position by step 216 LayoutUnit step; local [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
vp9_dct.c | 30 tran_high_t step[4]; local 33 step[0] = input[0] + input[3]; 34 step[1] = input[1] + input[2]; 35 step[2] = input[1] - input[2]; 36 step[3] = input[0] - input[3]; 38 temp1 = (step[0] + step[1]) * cospi_16_64; 39 temp2 = (step[0] - step[1]) * cospi_16_64; 42 temp1 = step[2] * cospi_24_64 + step[3] * cospi_8_64 75 tran_high_t step[4]; \/\/ canbe16 local 1053 tran_high_t step[32]; local [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_dct.c | 28 int16_t step[4]; local 31 step[0] = input[0] + input[3]; 32 step[1] = input[1] + input[2]; 33 step[2] = input[1] - input[2]; 34 step[3] = input[0] - input[3]; 36 temp1 = (step[0] + step[1]) * cospi_16_64; 37 temp2 = (step[0] - step[1]) * cospi_16_64; 40 temp1 = step[2] * cospi_24_64 + step[3] * cospi_8_64 61 \/*canbe16*\/ int step[4]; local 1010 int step[32]; local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
UndoStack.cpp | 55 void UndoStack::registerUndoStep(PassRefPtrWillBeRawPtr<UndoStep> step) 61 m_undoStack.append(step); 64 void UndoStack::registerRedoStep(PassRefPtrWillBeRawPtr<UndoStep> step) 66 m_redoStack.append(step); 80 UndoStep* step = stack.first().get(); local 81 if (!step->belongsTo(frame)) 82 newStack.append(step); 102 RefPtrWillBeRawPtr<UndoStep> step(back->get()); 104 step->unapply(); 113 RefPtrWillBeRawPtr<UndoStep> step(back->get()) [all...] |
/dalvik/dx/tests/083-ssa-phi-placement/ |
run | 18 dx --dump --ssa-blocks --ssa-step=phi-placement Blort.class
|
/dalvik/dx/tests/086-ssa-edge-split/ |
run | 18 dx --dump --width=1000 --ssa-blocks --ssa-step=edge-split Blort.class
|
/external/chromium_org/build/android/buildbot/ |
bb_annotations.py | 8 """Adds a link with name |label| linking to |url| to current buildbot step. 18 """Appends |msg| to the current buildbot step text. 36 """Marks the current step as failed.""" 41 """Marks the current step with a warning.""" 45 def PrintNamedStep(step): 46 print '@@@BUILD_STEP %s@@@' % step
|
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/ |
CustomElementSyncMicrotaskQueue.cpp | 10 void CustomElementSyncMicrotaskQueue::enqueue(PassOwnPtrWillBeRawPtr<CustomElementMicrotaskStep> step) 12 m_queue.append(step);
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebDateTimeChooserParams.h | 60 // Step value represented in milliseconds for non-month types, and 62 double step; member in struct:blink::WebDateTimeChooserParams 63 // Step-base value represeted in milliseconds, or months. 73 , step(0)
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
TestStep.rs | 26 return step(inEdge, inV); 31 return step(inEdge, inV); 36 return step(inEdge, inV); 41 return step(inEdge, inV); 46 return step(inEdge, inV); 51 return step(inEdge, inV); 56 return step(inEdge, inV); 61 return step(inEdge, inV); 66 return step(inEdge, inV); 71 return step(inEdge, inV) [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/first_run/app/ |
style.css | 12 .step.dialog { 21 .step.dialog h1 { 27 .step.dialog p { 33 .step.dialog .controls { 38 .step.dialog .controls button { 45 .step.dialog .window-header { 54 .step.dialog .topbutton-bar { 59 .step.dialog .topbutton-wrapper { 65 .step.dialog .topbutton-bar button { 71 .step.dialog .greeting-image [all...] |
/external/chromium_org/chrome/browser/ui/translate/ |
translate_bubble_factory.cc | 14 translate::TranslateStep step, 19 window->ShowTranslateBubble(web_contents, step, error_type, false); 30 translate::TranslateStep step, 34 window, web_contents, step, error_type); 38 ShowDefault(window, web_contents, step, error_type);
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
oobe_screen.css | 8 .step { 13 .step.animated:not(.faded) { 19 .step.hidden { 29 .step.right { 33 .step.left { 37 .step.fullscreen { 45 .step-controls { 51 padding-right: 34px; /* Double the padding of .step */ 56 html[dir=rtl] .step-controls { 61 .animation .step-controls button [all...] |
/external/chromium_org/third_party/libwebp/dsp/ |
dec_mips32.c | 28 static WEBP_INLINE void do_filter2(uint8_t* p, int step) { 29 const int p1 = p[-2 * step], p0 = p[-step], q0 = p[0], q1 = p[step]; 33 p[-step] = VP8kclip1[p0 + a2]; 38 static WEBP_INLINE void do_filter4(uint8_t* p, int step) { 39 const int p1 = p[-2 * step], p0 = p[-step], q0 = p[0], q1 = p[step]; 44 p[-2 * step] = VP8kclip1[p1 + a3] [all...] |
/cts/tests/tests/opengl/src/android/opengl/cts/ |
GL2JniLibOne.java | 25 public static native void step(); method in class:GL2JniLibOne
|
/external/chromium_org/third_party/WebKit/Source/core/html/forms/ |
StepRange.cpp | 53 StepRange::StepRange(const Decimal& stepBase, const Decimal& minimum, const Decimal& maximum, const Decimal& step, const StepDescription& stepDescription) 56 , m_step(step.isFinite() ? step : 1) 59 , m_hasStep(step.isFinite()) 88 // Rounds inRangeValue to stepBase + N * step. 112 Decimal step = parseToDecimalForNumberType(stepString); local 113 if (!step.isFinite() || step <= 0) 118 step *= stepDescription.stepScaleFactor; 122 step = std::max(step.round(), Decimal(1)) [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/ |
xcorr_coef.h | 35 int16_t step /* (i) +1 or -1 */
|
/external/javasqlite/src/main/java/SQLite/ |
Function.java | 43 * Callback for one step in aggregate function. 49 public void step(FunctionContext fc, String args[]); method in interface:Function 52 * Callback for final step in aggregate function.
|