/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderGeometryMap.cpp | 67 // If container is the root RenderView (step 0) we want to apply its fixed position offset. 255 RenderGeometryMapStep& step = m_mapping[m_insertionPosition]; local 256 step.m_offset = offsetFromContainer; 257 step.m_offsetForFixedPosition = offsetForFixedPosition; 259 stepInserted(step); 270 RenderGeometryMapStep& step = m_mapping[m_insertionPosition]; local 271 step.m_offsetForFixedPosition = offsetForFixedPosition; 274 step.m_transform = adoptPtr(new TransformationMatrix(t)); 276 step.m_offset = LayoutSize(t.e(), t.f()); 278 stepInserted(step); [all...] |
/external/kernel-headers/original/sound/ |
tlv.h | 43 #define TLV_DB_SCALE_ITEM(min, step, mute) \ 45 (min), ((step) & TLV_DB_SCALE_MASK) | ((mute) ? TLV_DB_SCALE_MUTE : 0) 46 #define DECLARE_TLV_DB_SCALE(name, min, step, mute) \ 47 unsigned int name[] = { TLV_DB_SCALE_ITEM(min, step, mute) } 49 /* dB scale specified with min/max values instead of step */
|
/frameworks/opt/net/voip/ |
CleanSpec.mk | 17 # a file or delete some intermediate files, add a clean step to the end 22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h) 23 # $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libz_intermediates) 35 # touch step and add it to the end of the list. 41 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/voip_intermediates)
|
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/ |
DateTimeFieldElements.cpp | 122 DateTimeHourFieldElementBase::DateTimeHourFieldElementBase(Document& document, FieldOwner& fieldOwner, const Range& range, const Range& hardLimits, const Step& step) 123 : DateTimeNumericFieldElement(document, fieldOwner, range, hardLimits, "--", step) 157 DateTimeHour11FieldElement::DateTimeHour11FieldElement(Document& document, FieldOwner& fieldOwner, const Range& range, const Step& step) 158 : DateTimeHourFieldElementBase(document, fieldOwner, range, Range(0, 11), step) 162 PassRefPtr<DateTimeHour11FieldElement> DateTimeHour11FieldElement::create(Document& document, FieldOwner& fieldOwner, const Range& hour23Range, const Step& step) 175 RefPtr<DateTimeHour11FieldElement> field = adoptRef(new DateTimeHour11FieldElement(document, fieldOwner, range, step)); 198 DateTimeHour12FieldElement::DateTimeHour12FieldElement(Document& document, FieldOwner& fieldOwner, const Range& range, const Step& step [all...] |
/external/ceres-solver/internal/ceres/ |
trust_region_strategy.h | 48 // radius, which it then uses to solve for the trust region step using 54 // radius to scale the damping term, which controls the step size, but 69 // Linear solver used for actually solving the trust region step. 77 // that the Gauss-Newton step computation is of full rank. 123 // unsuccessful step), then this would be zero. 132 // Use the current radius to solve for the trust region step. 136 double* step) = 0; 138 // Inform the strategy that the current step has been accepted, and 143 // Inform the strategy that the current step has been rejected, and 148 // Inform the strategy that the current step has been rejecte [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLFontElement.cpp | 57 // Step 1 58 // Step 2 62 // Step 3 69 // Step 4 74 // Step 5 95 // Step 6 104 // Step 7 108 // Step 8 116 // Step 9 122 // Step 1 [all...] |
/external/v8/test/mjsunit/ |
debug-stepin-function-call.js | 35 // Simple debug event handler which first time will cause 'step in' action 42 // Step into f2.call: 66 // Test step into function call from a function without local variables. 73 // Test step into function call from a function with some local variables. 82 // Test step into function call which is a part of an expression. 92 // Test step into function call from a function with some local variables. 102 // Test step into function apply from a function without local variables. 109 // Test step into function apply from a function with some local variables. 118 // Test step into function apply which is a part of an expression. 128 // Test step into function apply from a function with some local variables [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/comm/src/ |
omxVCCOMM_Copy16x16_s.s | 8 ; * [in] step - distance between the starts of consecutive lines in the reference frame, in bytes; 16 ; * - step <16 or step is not a multiple of 16. 32 step RN 2 label 45 SUB Count,step,#8 ;//Count=step-8 47 LDRD X1,[pSrc],Count ;//pSrc after loading pSrc=pSrc+step
|
/external/chromium_org/third_party/libxml/src/ |
pattern.c | 89 int flags; /* properties of that step */ 111 int *states; /* the array of step indexes */ 138 int step; member in struct:_xmlStepState 338 * Add a step to an XSLT Compiled Match 460 xmlPatPushState(xmlStepStates *states, int step, xmlNodePtr node) { 476 states->states[states->nbstates].step = step; 479 fprintf(stderr, "Push: %d, %s\n", step, node->name); 496 xmlStepOpPtr step; local 503 step = &comp->steps[i] 1576 xmlStepOp step; local 1858 xmlStreamStep step; local [all...] |
/external/libxml2/ |
pattern.c | 89 int flags; /* properties of that step */ 111 int *states; /* the array of step indexes */ 138 int step; member in struct:_xmlStepState 338 * Add a step to an XSLT Compiled Match 460 xmlPatPushState(xmlStepStates *states, int step, xmlNodePtr node) { 476 states->states[states->nbstates].step = step; 479 fprintf(stderr, "Push: %d, %s\n", step, node->name); 496 xmlStepOpPtr step; local 503 step = &comp->steps[i] 1576 xmlStepOp step; local 1858 xmlStreamStep step; local [all...] |
/external/chromium_org/chrome/browser/resources/google_now/ |
utility_unittest.gtestjs | 192 // Step 1. Wrap a callback. 197 // Step 2. Invoke wrapped callback. 209 // Step 3. Check that after the callback we are again in non-instrumented 221 // Step 4. Check that there won't be errors whe the page unloads. 237 // Step 1. Register plugin factory. 242 // Step 2. Wrap a callback. 256 // Step 3. Call the wrapped callback. 275 // Step 1. Wrap a callback. 280 // Step 2. Invoke wrapped callback. 314 // Step 1. Instrument the listener [all...] |
/external/tremolo/Tremolo/ |
mdct.c | 64 STIN void presymmetry(DATA_TYPE *in,int n2,int step){ 76 XPROD31( s0, s2, T[0], T[1], &aX[0], &aX[2] ); T+=step; 82 XPROD31( s0, s2, T[1], T[0], &aX[0], &aX[2] ); T-=step; 95 XNPROD31( ro2, ro0, T[1], T[0], &aX[0], &aX[2] ); T+=step; 197 STIN void mdct_butterfly_generic(DATA_TYPE *x,int points,int step){ 209 XPROD31( s2, s3, T[0], T[1], &x2[1], &x2[3] ); T+=step; 222 XNPROD31( s3, s2, T[0], T[1], &x2[1], &x2[3] ); T-=step; 274 STIN void mdct_step7(DATA_TYPE *x,int n,int step){ 277 LOOKUP_T *T = (step>=4)?(sincos_lookup0+(step>>1)):sincos_lookup1 413 int step; local [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
OpMap.java | 204 * Given a location step position, return the end position, i.e. the 205 * beginning of the next step. 207 * @param opPos the position of a location step. 208 * @return the position of the next location step. 349 * Given a location step, get the length of that step. 351 * @param opPos Position of location step in op map. 353 * @return The length of the step. 361 * Get the first child position of a given location step. 363 * @param opPos Position of location step in the location map [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
HTMLParserIdioms.cpp | 146 // Step 3 149 // Step 4 156 // Step 5 161 // Step 6 171 // Step 7 175 // Step 8 183 // Step 9 195 // Step 1 196 // Step 2 210 // Step [all...] |
/external/opencv/cxcore/src/ |
cxminmaxloc.cpp | 52 step /= sizeof(src[0]); \ 89 icvMinMaxIndx_##flavor##_C1R,( const srctype* src, int step, CvSize size, \ 91 (src, step, size, minVal, maxVal, minLoc, maxLoc) ) \ 95 for( ; size.height--; src += step ) \ 107 icvMinMaxIndx_##flavor##_CnCR( const srctype* src, int step, \ 115 for( ; size.height--; src += step ) \ 169 step /= sizeof(src[0]); \ 171 if( width*(cn) == step && width == maskStep ) \ 177 for( y = 0; y < size.height; y++, src += step, \ 216 icvMinMaxIndx_##flavor##_C1MR,( const srctype* src, int step, \ [all...] |
/external/dropbear/libtommath/ |
bn_mp_prime_next_prime.c | 26 mp_digit res_tab[PRIME_SIZE], step, kstep; local 109 step = 0; 114 /* increase step to next candidate */ 115 step += kstep; 119 /* add the step to each residue */ 132 } while (y == 1 && step < ((((mp_digit)1)<<DIGIT_BIT) - kstep)); 134 /* add the step */ 135 if ((err = mp_add_d(a, step, a)) != MP_OKAY) { 139 /* if didn't pass sieve and step == MAX then skip test */ 140 if (y == 1 && step >= ((((mp_digit)1)<<DIGIT_BIT) - kstep)) [all...] |
/external/ceres-solver/include/ceres/ |
iteration_callback.h | 32 // after each minimizer step (if the minimizer has not converged) and 67 // Step was numerically valid, i.e., all values are finite and the 68 // step reduces the value of the linearized model. 73 // Step did not reduce the value of the objective function 81 // Whether or not the minimizer accepted this step or not. If the 88 // step and the step is declared successful. 103 // 2-norm of the size of the step computed by the optimization 116 // For the inexact step Levenberg-Marquardt algorithm, this is the 117 // relative accuracy with which the Newton(LM) step is solved. Thi [all...] |
/external/chromium_org/content/common/gpu/client/ |
gl_helper_scaling.cc | 575 " vec2 step = scaling_vector * src_subrect.zw / dst_pixelsize;\n" 576 " step /= 4.0;\n" 577 " v_texcoords.xy = texcoord + step;\n" 578 " v_texcoords.zw = texcoord - step;\n"); 595 " vec2 step = scaling_vector * src_subrect.zw / dst_pixelsize;\n" 596 " step /= 3.0;\n" 597 " v_texcoords1.xy = texcoord + step;\n" 599 " v_texcoords2 = texcoord - step;\n"); 615 " vec2 step = scaling_vector * src_subrect.zw / dst_pixelsize;\n" 616 " step /= 8.0;\n [all...] |
/external/opencv/cv/src/ |
cvcalccontrasthistogram.cpp | 45 IPCVAPI(CvStatus, icvCalcContrastHist8uC1R, ( uchar** img, int step, CvSize size, 48 IPCVAPI(CvStatus, icvCalcContrastHistMask8uC1R, ( uchar** img, int step, 62 icvCalcContrastHist8uC1R( uchar** img, int step, CvSize size, 113 for( y = 0; y < size.height; y++, data0 += step ) 131 int v1_d = MIN( data0[x], data0[x + step] ); 132 int v2_d = MAX( data0[x], data0[x + step] ); 175 icvCalcContrastHistMask8uC1R( uchar** img, int step, uchar* mask, int mask_step, 228 for( y = 0; y < size.height; y++, data0 += step, maskp += mask_step ) 255 int v1_d = MIN( data0[x], data0[x + step] ); 256 int v2_d = MAX( data0[x], data0[x + step] ); [all...] |
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/ |
oper_32b.c | 234 #define step(shift) \ macro 257 step( 0); step( 2); step( 4); step( 6); 258 step( 8); step(10); step(12); step(14); 259 step(16); step(18); step(20); step(22) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_pdb.py | 55 step 56 step 69 'Fail to step into the caller after a return') 229 ... 'step', 235 (Pdb) step 258 ... 'step', 259 ... 'step', 260 ... 'step', 261 ... 'step', 262 ... 'step', [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pdb.py | 55 step 56 step 69 'Fail to step into the caller after a return') 229 ... 'step', 235 (Pdb) step 258 ... 'step', 259 ... 'step', 260 ... 'step', 261 ... 'step', 262 ... 'step', [all...] |
/external/chromium_org/chrome_frame/ |
bho_loader.cc | 34 // Step 1: Make sure that we are in a process named iexplore.exe. 46 // Step 2: Check to see if the window is of the right class. 67 // Step 3: 92 // Step 4: 101 // Step 5: 106 // Step 6:
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/ |
SQLiteStatement.h | 54 int step(); 58 int prepareAndStep() { if (int error = prepare()) return error; return step(); } 61 // returns true if all 3 steps succeed with step() returning SQLITE_DONE 66 // returns true is step() returns SQLITE_ROW 72 // Returns -1 on last-step failing. Otherwise, returns number of rows 73 // returned in the last step()
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ |
builders.js | 47 function didFail(step) 49 if (kWebKitTestsStepNames.indexOf(step.name) != -1) { 52 return step.text.indexOf(kCrashedOrHungOutputMarker) != -1; 54 // The first item in step.results is the success of the step: 56 return step.results[0] == 2;
|