Home
last modified time | relevance | path

Searched defs:by (Results 1 – 25 of 61) sorted by relevance

123

/external/icu/icu4c/source/test/intltest/
Dsimpleformattertest.cpp349 UnicodeString by("by"); in TestFormatReplaceNoOptimization() local
379 UnicodeString by("by"); in TestFormatReplaceNoOptimizationLeadingText() local
409 UnicodeString by("by"); in TestFormatReplaceOptimization() local
439 UnicodeString by("by"); in TestFormatReplaceNoOptimizationLeadingArgumentUsedTwice() local
468 UnicodeString by("by"); in TestFormatReplaceOptimizationNoOffsets() local
/external/skia/tests/
DPathOpsSimplifyTrianglesThreadedTest.cpp18 int by = state.fB >> 2; in testSimplifyTrianglesMain() local
79 int by = b >> 2; in DEF_TEST() local
DPathOpsSimplifyDegenerateThreadedTest.cpp17 int by = state.fB >> 2; in testSimplifyDegeneratesMain() local
74 int by = b >> 2; in DEF_TEST() local
DPathOpsSimplifyQuadralateralsThreadedTest.cpp21 int by = state.fB >> 2; in testSimplifyQuadralateralsMain() local
DPathOpsSimplifyQuadThreadedTest.cpp21 int by = state.fB >> 2; in testSimplifyQuadsMain() local
DPathOpsQuadLineIntersectionThreadedTest.cpp80 int by = state.fB >> 2; in testQuadLineIntersectMain() local
DReadPixelsTest.cpp198 for (int by = 0; by < bh; ++by) { in check_read() local
225 for (int by = 0; by < bh; ++by) { in check_read() local
/external/clang/test/Modules/Inputs/include_next/y/
Db.h1 enum { by = 4 }; enumerator
/external/skia/experimental/
DSkSetPoly3To3_A.cpp43 static SkDScalar ddot(SkScalar ax, SkScalar ay, SkScalar bx, SkScalar by) { in ddot()
47 static SkScalar dot(SkScalar ax, SkScalar ay, SkScalar bx, SkScalar by) { in dot()
DSkSetPoly3To3.cpp30 static SkScalar dot(SkScalar ax, SkScalar ay, SkScalar bx, SkScalar by) { in dot()
DSkSetPoly3To3_D.cpp50 static SkScalar dot(SkScalar ax, SkScalar ay, SkScalar bx, SkScalar by) { in dot()
/external/lzma/CPP/7zip/UI/FileManager/
DComboDialog.cpp46 int bx1, bx2, by; in OnSize() local
/external/v8/src/regexp/
Dregexp-macro-assembler-irregexp.cc127 void RegExpMacroAssemblerIrregexp::SetCurrentPositionFromEnd(int by) { in SetCurrentPositionFromEnd()
141 void RegExpMacroAssemblerIrregexp::AdvanceRegister(int register_index, int by) { in AdvanceRegister()
196 void RegExpMacroAssemblerIrregexp::AdvanceCurrentPosition(int by) { in AdvanceCurrentPosition()
Dregexp-macro-assembler-tracer.cc46 void RegExpMacroAssemblerTracer::AdvanceCurrentPosition(int by) { in AdvanceCurrentPosition()
117 void RegExpMacroAssemblerTracer::AdvanceRegister(int reg, int by) { in AdvanceRegister()
123 void RegExpMacroAssemblerTracer::SetCurrentPositionFromEnd(int by) { in SetCurrentPositionFromEnd()
/external/libgsm/inc/
Dprivate.h53 #define SASR(x, by) ((x) >> (by)) argument
55 #define SASR(x, by) ((x) >= 0 ? (x) >> (by) : (~(-((x) + 1) >> (by)))) argument
/external/v8/src/snapshot/
Dsnapshot-source-sink.h39 void Advance(int by) { position_ += by; } in Advance()
/external/v8/src/heap/
Dspaces-inl.h224 void MemoryChunk::IncrementLiveBytesFromGC(HeapObject* object, int by) { in IncrementLiveBytesFromGC()
236 void MemoryChunk::IncrementLiveBytes(int by) { in IncrementLiveBytes()
247 void MemoryChunk::IncrementLiveBytesFromMutator(HeapObject* object, int by) { in IncrementLiveBytesFromMutator()
/external/pdfium/third_party/agg23/
Dagg_math.h49 AGG_INLINE bool calc_intersection(FX_FLOAT ax, FX_FLOAT ay, FX_FLOAT bx, FX_FLOAT by, in calc_intersection()
/external/svox/pico/lib/
Dpicoos.c1202 picoos_bool picoos_ReadByte(picoos_File f, picoos_uint8 * by) in picoos_ReadByte()
1241 picoos_uint8 picoos_WriteByte(picoos_File f, picoos_char by) in picoos_WriteByte()
2038 picoos_uint8 by[2]; in picoos_read_le_uint16() local
2057 picoos_uint8 by[4]; in picoos_read_le_uint32() local
2097 picoos_uint8 * by = data + *pos; in picoos_read_mem_pi_uint16() local
2107 picoos_uint8 * by = data + *pos; in picoos_read_mem_pi_uint32() local
2122 picoos_uint8 by[2]; in picoos_write_le_uint16() local
2131 picoos_uint8 by[4]; in picoos_write_le_uint32() local
2143 picoos_uint8 * by = data + *pos; in picoos_write_mem_pi_uint16() local
/external/opencv/cv/src/
Dcvconvhull.cpp71 int by = nexty - cury; in icvSklansky_32s() local
144 float by = nexty - cury; in icvSklansky_32f() local
Dcvrotcalipers.cpp156 double by = vect[i].y; in icvRotatingCalipers() local
/external/skia/src/pathops/
DSkPathOpsConic.cpp157 double by = 2 * dy - (ay + cy) / 2; in subDivide() local
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
Dtest_rendering.c147 int mbx, mby, bx, by; in main() local
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_inlines.h362 bool BasicBlock::reachableBy(const BasicBlock *by, const BasicBlock *term) in reachableBy()
/external/skia/src/utils/
DSkInterpolator.cpp232 SkScalar SkUnitCubicInterp(SkScalar value, SkScalar bx, SkScalar by, in SkUnitCubicInterp()

123