HomeSort by relevance Sort by last modified time
    Searched full:positions (Results 51 - 75 of 701) sorted by null

1 23 4 5 6 7 8 91011>>

  /dalvik/dx/tests/076-dex-synch-and-stack/
run 18 dx --debug --dex --no-optimize --positions=none --no-locals \
  /dalvik/dx/tests/078-dex-local-variable-table/
run 18 dx --debug --dex --no-optimize --positions=none --dump-method=Blort.test'*' \
  /dalvik/dx/tests/079-dex-local-variable-renumbering/
run 18 dx --debug --dex --no-optimize --positions=none --dump-method=Blort.test'*' \
  /dalvik/dx/tests/080-dex-exception-tables/
run 18 dx --debug --dex --no-optimize --positions=none --no-locals \
  /dalvik/dx/tests/081-dex-throws-list/
run 18 dx --debug --dex --positions=none --no-locals --dump-method=Blort.test'*' \
  /dalvik/dx/tests/084-dex-high-register-moves/
run 18 dx --debug --dex --no-optimize --positions=none --no-locals \
  /dalvik/dx/tests/090-dex-unify-arrays/
run 18 dx --debug --dex --no-optimize --positions=none --no-locals \
  /dalvik/dx/tests/111-use-null-as-array/
run 18 dx --debug --dex --positions=none --no-locals \
  /external/chromium/third_party/icu/source/test/letest/
letest.h 40 float *positions; member in struct:TestResult
xmlreader.cpp 151 UnicodeString result_positions = UNICODE_STRING_SIMPLE("result-positions");
180 UnicodeString text, glyphs, indices, positions; local
216 positions = element->getText(TRUE);
228 expected.positions = getFloatArray(positions, positionCount);
241 DELETE_ARRAY(expected.positions);
gendata.cpp 166 float *positions = NULL; local
261 positions = NEW_ARRAY(float, glyphCount * 2 + 2);
265 engine->getGlyphPositions(positions, leStatus);
271 dumpFloats(outputFile, "result-positions", positions, glyphCount * 2 + 2);
275 DELETE_ARRAY(positions);
cletest.c 44 float *positions = NULL; local
62 positions = NEW_ARRAY(float, glyphCount + 10);
113 le_getGlyphPositions(engine, positions, &status);
116 log_err("Calling getGlyphPositions(positions, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
119 DELETE_ARRAY(positions);
217 float positions[6 * 2 + 2]; local
238 le_getGlyphPositions(engine, positions, &status);
271 if (x != positions[glyph*2] || y != positions[glyph*2 + 1]) {
273 glyph, x, y, positions[glyph*2], positions[glyph*2 + 1])
    [all...]
  /external/icu4c/test/letest/
letest.h 40 float *positions; member in struct:TestResult
xmlreader.cpp 151 UnicodeString result_positions = UNICODE_STRING_SIMPLE("result-positions");
180 UnicodeString text, glyphs, indices, positions; local
216 positions = element->getText(TRUE);
228 expected.positions = getFloatArray(positions, positionCount);
241 DELETE_ARRAY(expected.positions);
gendata.cpp 166 float *positions = NULL; local
261 positions = NEW_ARRAY(float, glyphCount * 2 + 2);
265 engine->getGlyphPositions(positions, leStatus);
271 dumpFloats(outputFile, "result-positions", positions, glyphCount * 2 + 2);
275 DELETE_ARRAY(positions);
  /external/kernel-headers/original/linux/netfilter/
nf_conntrack_ftp.h 25 /* Valid seq positions for cmd matching after newline */
  /packages/apps/Gallery3D/src/com/cooliris/media/
LayoutInterface.java 23 // positions
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
RadialGradient_Delegate.java 58 int colors[], float positions[], int tileMode) {
60 colors, positions, Shader_Delegate.getTileMode(tileMode));
67 return nativeCreate1(x, y, radius, new int[] { color0, color1 }, null /*positions*/,
82 * @param positions May be NULL. The relative position of each corresponding
87 private RadialGradient_Delegate(float x, float y, float radius, int colors[], float positions[],
89 super(colors, positions);
100 int[] colors, float[] positions, TileMode mode) {
101 super(colors, positions, mode);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ReorderingCursorWrapper.java 33 * @param positionMap maps wrapper cursor positions to wrapped cursor positions
  /frameworks/base/core/java/android/widget/
HeaderViewListAdapter.java 147 // Header (negative positions will throw an ArrayIndexOutOfBoundsException)
163 // Footer (off-limits positions will throw an ArrayIndexOutOfBoundsException)
168 // Header (negative positions will throw an ArrayIndexOutOfBoundsException)
184 // Footer (off-limits positions will throw an ArrayIndexOutOfBoundsException)
208 // Header (negative positions will throw an ArrayIndexOutOfBoundsException)
224 // Footer (off-limits positions will throw an ArrayIndexOutOfBoundsException)
  /external/bluetooth/glib/tests/
utf8.txt 216 # Illegal code positions
282 # Other illegal code positions
  /external/icu4c/layout/
loengine.cpp 121 float positions[],
131 le->getGlyphPositions(positions, *success);
  /external/icu4c/samples/layout/
GnomeFontInstance.h 38 const float *positions, le_int32 x, le_int32 y, le_int32 width, le_int32 height);
100 void rasterizeGlyphs(cairo_t *cairo, const LEGlyphID *glyphs, le_int32 glyphCount, const float *positions,
  /external/neven/Embedded/common/src/b_BitFeatureEm/
Scanner.h 106 /* internal positions detected */
109 /* output positions detected */
112 /** Face positions buffer size (approx.: max faces * 20...60)
182 /** scan positions at current scale */
275 /** The functions below offer positions management of temporary positions needed by the detector object */
277 /** resets internal positions */
280 /** reset output positions */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
fenv.h 26 /* Define bits representing the exception. We use the bit positions
47 use again the bit positions in the FPU control word as the values

Completed in 1176 milliseconds

1 23 4 5 6 7 8 91011>>