HomeSort by relevance Sort by last modified time
    Searched defs:by (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/clang/test/Modules/Inputs/include_next/y/
b.h 1 enum { by = 4 }; enumerator in enum:__anon15291
  /external/lzma/CPP/7zip/UI/FileManager/
ComboDialog.cpp 46 int bx1, bx2, by; local
47 GetItemSizes(IDCANCEL, bx1, by);
48 GetItemSizes(IDOK, bx2, by);
49 int y = ySize - my - by;
54 MoveItem(IDCANCEL, x, y, bx1, by);
55 MoveItem(IDOK, x - mx - bx2, y, bx2, by);
BrowseDialog.cpp 320 int bx1, bx2, by; local
321 GetItemSizes(IDCANCEL, bx1, by);
322 GetItemSizes(IDOK, bx2, by);
323 int y = ySize - my - by;
325 MoveItem(IDCANCEL, x, y, bx1, by);
326 MoveItem(IDOK, x - mx - bx2, y, bx2, by);
  /prebuilts/go/darwin-x86/test/ken/
slicearray.go 4 // Use of this source code is governed by a BSD-style
12 var by []byte var
21 by = bx[0:]
32 by = bx[lb:hb]
34 by = bx[lb:10]
36 by = bx[lb:]
38 by = bx[:hb]
40 by = bx[0:hb]
42 by = bx[0:10]
44 by = bx[0:
    [all...]
sliceslice.go 4 // Use of this source code is governed by a BSD-style
12 var by []byte var
23 by = bx[lb:hb]
25 by = bx[lb:10]
27 by = bx[lb:]
29 by = bx[:hb]
31 by = bx[0:hb]
33 by = bx[0:10]
35 by = bx[0:]
37 by = bx[:10
    [all...]
  /prebuilts/go/linux-x86/test/ken/
slicearray.go 4 // Use of this source code is governed by a BSD-style
12 var by []byte var
21 by = bx[0:]
32 by = bx[lb:hb]
34 by = bx[lb:10]
36 by = bx[lb:]
38 by = bx[:hb]
40 by = bx[0:hb]
42 by = bx[0:10]
44 by = bx[0:
    [all...]
sliceslice.go 4 // Use of this source code is governed by a BSD-style
12 var by []byte var
23 by = bx[lb:hb]
25 by = bx[lb:10]
27 by = bx[lb:]
29 by = bx[:hb]
31 by = bx[0:hb]
33 by = bx[0:10]
35 by = bx[0:]
37 by = bx[:10
    [all...]
  /external/skia/tests/
PathOpsSimplifyDegenerateThreadedTest.cpp 4 * Use of this source code is governed by a BSD-style license that can be
17 int by = state.fB >> 2; local
37 path.lineTo(SkIntToScalar(bx), SkIntToScalar(by));
46 pathStr.appendf(" path.lineTo(%d, %d);\n", bx, by);
74 int by = b >> 2; local
78 bool abcIsATriangle = (bx - ax) * (cy - ay) != (by - ay) * (cx - ax);
PathOpsSimplifyTrianglesThreadedTest.cpp 4 * Use of this source code is governed by a BSD-style license that can be
18 int by = state.fB >> 2; local
40 path.lineTo(SkIntToScalar(bx), SkIntToScalar(by));
49 pathStr.appendf(" path.lineTo(%d, %d);\n", bx, by);
79 int by = b >> 2; local
86 if ((bx - ax) * (cy - ay) == (by - ay) * (cx - ax)) {
PathOpsSimplifyQuadThreadedTest.cpp 4 * Use of this source code is governed by a BSD-style license that can be
21 int by = state.fB >> 2; local
41 path.quadTo(SkIntToScalar(bx), SkIntToScalar(by),
55 pathStr.appendf(" path.quadTo(%d, %d, %d, %d);\n", bx, by, cx, cy);
PathOpsSimplifyQuadralateralsThreadedTest.cpp 4 * Use of this source code is governed by a BSD-style license that can be
21 int by = state.fB >> 2; local
41 path.lineTo(SkIntToScalar(bx), SkIntToScalar(by));
55 pathStr.appendf(" path.lineTo(%d, %d);\n", bx, by);
PathOpsQuadLineIntersectionThreadedTest.cpp 4 * Use of this source code is governed by a BSD-style license that can be
68 // find a point on a quad by choosing a t from 0 to 1
80 int by = state.fB >> 2; local
83 QuadPts q = {{{(double) ax, (double) ay}, {(double) bx, (double) by},
WritePixelsTest.cpp 4 * Use of this source code is governed by a BSD-style license that can be
220 int by = cy - writeY; local
221 uint32_t bmpColor8888 = get_bitmap_color(bx, by, bitmap.width(),
  /external/skia/src/pathops/
SkPathOpsConic.cpp 4 * Use of this source code is governed by a BSD-style license that can be
157 double by = 2 * dy - (ay + cy) / 2; local
159 SkDConic dst = {{{{ax / az, ay / az}, {bx / bz, by / bz}, {cx / cz, cy / cz}}
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
HermiteInterpolator.java 10 * Unless required by applicable law or agreed to in writing, software
96 // B(bx,by) is the slope vector of the tangent at p2.
98 final float by = (mYCoords[p3] - mP1Y) / 2.0f; local
99 final float crossProdAB = ax * by - ay * bx;
100 final float dotProdAB = ax * bx + ay * by;
120 // B(bx,by) is the slope vector of the tangent at p1.
122 final float by = (mP2Y - mYCoords[p0]) / 2.0f; local
123 final float crossProdAB = ax * by - ay * bx;
124 final float dotProdAB = ax * bx + ay * by;
142 * can be defined by
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
YuvTest.java 10 * Unless required by applicable law or agreed to in writing, software
25 byte [] by; field in class:YuvTest
62 by = new byte[w*h];
66 for (int i=0; i < by.length; i++) {
67 by[i] = (byte)r.nextInt(256);
81 ay.copyFrom(by);
105 tmp[i++] = by[j];
156 tmp[i++] = by[j];
207 tmp[i++] = by[j];
259 tmp[i++] = by[j]
    [all...]
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSYuvTest.java 10 * Unless required by applicable law or agreed to in writing, software
33 byte [] by; field in class:RSYuvTest
52 by = new byte[w*h];
56 for (int i=0; i < by.length; i++) {
57 by[i] = (byte)r.nextInt(256);
71 ay.copyFrom(by);
91 tmp[i++] = by[j];
130 tmp[i++] = by[j];
169 tmp[i++] = by[j];
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
test_rendering.c 147 int mbx, mby, bx, by; local
213 for (by = 0; by < MACROBLOCK_HEIGHT_IN_BLOCKS; ++by)
230 for (by = 0; by < MACROBLOCK_HEIGHT_IN_BLOCKS / 2; ++by)
  /external/pdfium/third_party/libopenjpeg20/
mct.c 27 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS `AS IS'
222 const __m128i by = _mm_set1_epi32(934); local
260 lo = _mm_mul_epi32(lo, by);
261 hi = _mm_mul_epi32(hi, by);
  /external/v8/src/regexp/
interpreter-irregexp.cc 2 // Use of this source code is governed by a BSD-style license that can be
127 // A simple abstraction over the backtracking stack used by the interpreter.
129 // the memory held by the stack is released or remembered in a cache if the
572 int by = static_cast<uint32_t>(insn) >> BYTECODE_SHIFT; local
573 if (subject.length() - current > by) {
574 current = subject.length() - by;
  /external/opencv/cv/src/
cvrotcalipers.cpp 5 // By downloading, copying, installing or using the software you agree to this license.
29 // This software is provided by the copyright holders and contributors "as is" and
107 /* this is a first base bector (a,b) initialized by (1,0) */
156 double by = vect[i].y; local
158 double convexity = ax * by - ay * bx;
166 ay = by;
181 /* all of edges will be checked while rotating calipers by 90 degrees */
cvconvhull.cpp 5 // By downloading, copying, installing or using the software you agree to this license.
29 // This software is provided by the copyright holders and contributors "as is" and
71 int by = nexty - cury; local
73 if( CV_SIGN(by) != nsign )
78 int convexity = ay*bx - ax*by;/* if >0 then convex angle */
144 float by = nexty - cury; local
146 if( CV_SIGN( by ) != nsign )
151 float convexity = ay*bx - ax*by;/* if >0 then convex angle */
344 // sort the point set by x-coordinate, find min and max y
  /external/v8/src/heap/
spaces-inl.h 2 // Use of this source code is governed by a BSD-style license that can be
224 void MemoryChunk::IncrementLiveBytesFromGC(HeapObject* object, int by) {
225 MemoryChunk::FromAddress(object->address())->IncrementLiveBytes(by);
236 void MemoryChunk::IncrementLiveBytes(int by) {
240 static_cast<void*>(this), by, live_byte_count_, live_byte_count_ + by); local
242 live_byte_count_ += by;
247 void MemoryChunk::IncrementLiveBytesFromMutator(HeapObject* object, int by) {
250 static_cast<PagedSpace*>(chunk->owner())->Allocate(by);
252 chunk->IncrementLiveBytes(by);
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_image_homography.cpp 10 * Unless required by applicable law or agreed to in writing, software
30 /*Compute the linear constraint on H obtained by requiring that the
42 /*Compute two constraints on H generated by the correspondence (Xp,X),
52 each constraint is generated by considering the ratio between a
111 generated by a rotation with a common unknown focal length. No specific normalization
116 double m,ax,ay,apx,apy,bx,by,bpx,bpy; local
137 by=x2[1]*m;
143 by dividing out the root l=0 from the equation
144 (l(ax*bx+ay*by)+1)^2*(l(apx^2+apy^2)+1)*(l(bpx^2+bpy^2)+1)=
145 (l(apx*bpx+apy*bpy)+1)^2*(l(ax^2+ay^2)+1)*(l(bx^2+by^2)+1)*
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_bytes.py 150 def by(s): function in function:BaseBytesTest.test_getslice
152 b = by("Hello, world")
154 self.assertEqual(b[:5], by("Hello"))
155 self.assertEqual(b[1:5], by("ello"))
156 self.assertEqual(b[5:7], by(", "))
157 self.assertEqual(b[7:], by("world"))
158 self.assertEqual(b[7:12], by("world"))
159 self.assertEqual(b[7:100], by("world"))
161 self.assertEqual(b[:-7], by("Hello"))
162 self.assertEqual(b[-11:-7], by("ello"))
568 def by(s): function in function:ByteArrayTest.test_regexps
    [all...]

Completed in 484 milliseconds

1 2 3