Searched refs:step (Results 76 - 100 of 819) sorted by relevance

1234567891011>>

/external/clang/test/SemaCXX/
H A Dfor-range-examples.cpp30 T it, step; member in class:value_range_detail::value_range_step_iter
32 value_range_step_iter(const T &it, const T &step) : it(it), step(step) {} argument
35 value_range_step_iter &operator++() { it += step; return *this; }
40 T it, step, end_; member in class:value_range_detail::value_range_step
42 value_range_step(const T &it, const T &end, const T &step) : argument
43 it(it), end_(end), step(step) {}
45 iterator begin() const { return iterator(it, step); }
54 range(const T &a, const T &b, const T &step) argument
[all...]
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivetv3_crypto_provider.h19 // step.
22 // set the step response.
45 // Get the next handshake command. |step| is the step number to send,
46 // |package| is a base64-encoded package to send with the step. Return
48 virtual HandshakeState GetNextStep(int* step, std::string* package) = 0;
50 // Input the response to the handshake command. |step| is the received step
53 virtual HandshakeState SetStepResponse(int step,
/external/chromium_org/media/base/
H A Dfake_audio_render_callback.cc14 FakeAudioRenderCallback::FakeAudioRenderCallback(double step) argument
16 step_(step),
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
H A DSQLiteStatement.h50 int step();
53 int prepareAndStep() { if (int error = prepare()) return error; return step(); }
56 // returns true if all 3 steps succeed with step() returning SQLITE_DONE
60 // Returns -1 on last-step failing. Otherwise, returns number of rows
61 // returned in the last step()
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DLoopInfo.h28 void step() { mCurrentValue += mIncrementValue; } function in class:TLoopIndexInfo
64 void step();
/external/opencv/otherlibs/highgui/
H A Dgrfmt_bmp.h64 bool ReadData( uchar* data, int step, int color );
86 bool WriteImage( const uchar* data, int step,
H A Dgrfmt_png.h60 bool ReadData( uchar* data, int step, int color );
82 bool WriteImage( const uchar* data, int step,
H A Dgrfmt_pxm.h57 bool ReadData( uchar* data, int step, int color );
81 bool WriteImage( const uchar* data, int step,
H A Dgrfmt_sunras.h70 bool ReadData( uchar* data, int step, int color );
93 bool WriteImage( const uchar* data, int step,
/external/ceres-solver/internal/ceres/
H A Dtrust_region_minimizer.h58 const double* step) const;
H A Ddogleg_strategy.h40 // Dogleg step computation and trust region sizing strategy based on
47 // Gauss-Newton step, we compute a regularized version of it. This is
64 double* step);
88 void ComputeTraditionalDoglegStep(double* step);
90 void ComputeSubspaceDoglegStep(double* step);
107 // reports an invalid step, the value of mu_ is increased so that
110 // If a successful step is reported, then the value of mu_ is
144 // problem with the step computed in the last call to ComputeStep,
/external/chromium_org/chrome/browser/ui/translate/
H A Dtranslate_bubble_model_impl.cc12 translate::TranslateStep step,
15 view_state_transition_(TranslateStepToViewState(step)) {
24 translate::TranslateStep step) {
25 switch (step) {
11 TranslateBubbleModelImpl( translate::TranslateStep step, scoped_ptr<translate::TranslateUIDelegate> ui_delegate) argument
23 TranslateStepToViewState( translate::TranslateStep step) argument
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DDateTimeChooserAndroid.java43 double min, double max, double step,
45 mInputDialogContainer.showDialog(dialogType, dialogValue, min, max, step, suggestions);
53 double min, double max, double step,
59 chooser.showDialog(dialogType, dialogValue, min, max, step, suggestions);
42 showDialog(int dialogType, double dialogValue, double min, double max, double step, DateTimeSuggestion[] suggestions) argument
49 createDateTimeChooser( ContentViewCore contentViewCore, long nativeDateTimeChooserAndroid, int dialogType, double dialogValue, double min, double max, double step, DateTimeSuggestion[] suggestions) argument
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DDateTimeNumericFieldElement.h49 Step(int step = 1, int stepBase = 0) : step(step), stepBase(stepBase) { }
50 int step; member in struct:blink::DateTimeNumericFieldElement::Step
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.h125 LLVMValueRef step);
130 LLVMValueRef step,
144 LLVMValueRef step; member in struct:lp_build_for_loop_state
156 LLVMValueRef step);
/external/chromium_org/third_party/skia/tests/
H A DPathOpsCubicLineIntersectionIdeas.cpp54 static double binary_search(const SkDCubic& cubic, double step, const SkDPoint& pt, double t, argument
56 double firstStep = step;
66 if (step == 0) {
67 SkDebugf("binary search failed: step=%1.9g cubic=", firstStep);
74 double lastStep = step;
75 step /= 2;
80 // use larger x/y difference to choose step
82 t -= step;
92 t += step;
205 double step
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.h125 LLVMValueRef step);
130 LLVMValueRef step,
144 LLVMValueRef step; member in struct:lp_build_for_loop_state
156 LLVMValueRef step);
/external/skia/tests/
H A DPathOpsCubicLineIntersectionIdeas.cpp54 static double binary_search(const SkDCubic& cubic, double step, const SkDPoint& pt, double t, argument
56 double firstStep = step;
66 if (step == 0) {
67 SkDebugf("binary search failed: step=%1.9g cubic=", firstStep);
74 double lastStep = step;
75 step /= 2;
80 // use larger x/y difference to choose step
82 t -= step;
92 t += step;
205 double step
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Doobe_screen_terms_of_service.css15 #terms-of-service .step-contents {
74 .step.tos-loading #tos-content {
78 .step.tos-loading #tos-loading {
82 .step.error #tos-content,
83 .step.error #tos-accept-button {
87 .step.error #tos-error {
/external/chromium_org/components/copresence/
H A Dcopresence_manager_impl.cc84 const std::string& step, bool success) {
86 LOG(ERROR) << step << " failed!";
90 DVLOG(3) << "Init step: " << step << " complete.";
83 InitStepComplete( const std::string& step, bool success) argument
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/arm64/
H A DarmSP_FFT_CToC_FC32_Radix2_fs_s.S66 #define step x9 define
97 rsb step, pointStep, #8
104 LD1 {dX1},[pSrc],step // step = -pointStep + 8
112 // dstStep = step = -pointStep + 8
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/armv7/
H A DarmSP_FFTInv_CCSToR_F32_preTwiddleRadix2_unsafe_s.S73 #define step r3 define
121 MOV step,size,LSL #3 @// step = N/2 * 8 bytes
124 ADD pOut1,pOut,step @// pOut1 = pOut+ N/2*8 bytes
126 SUB twStep,step,size,LSL #1
139 add pSrc, step @// step = N/2*8 bytes
140 vldm.f32 pSrc, {x1r, x1i} @// {x1r, x1i} = [pSrc, step]
141 sub pSrc, step
168 SUB step,ste
[all...]
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
H A DarmSP_FFT_CToC_FC32_Radix2_fs_unsafe_s.S65 #define step r8 define
95 RSB step,pointStep,#8
103 VLD1 dX1,[pSrc],step @// step = -pointStep + 8
110 @// dstStep = step = -pointStep + 8
/external/chromium_org/third_party/skia/experimental/pixman/
H A Djunk.cpp18 bool DrawPixman(SkCanvas* canvas, int step, bool useOld);
97 bool DrawPixman(SkCanvas* c, int step, bool usePixman) { argument
99 switch(step) {
/external/deqp/framework/randomshaders/
H A DrsgUtils.hpp53 inline float getQuantizedFloat (de::Random& rnd, float min, float max, float step) argument
55 int numSteps = (int)((max-min)/step);
56 return min + step*rnd.getInt(0, numSteps);

Completed in 620 milliseconds

1234567891011>>