HomeSort by relevance Sort by last modified time
    Searched defs:segments (Results 76 - 100 of 994) sorted by null

1 2 34 5 6 7 8 91011>>

  /libcore/ojluni/src/main/java/java/text/
MessageFormat.java 427 StringBuilder[] segments = new StringBuilder[4]; local
428 // Allocate only segments[SEG_RAW] here. The rest are
430 segments[SEG_RAW] = new StringBuilder();
443 segments[part].append(ch); // handle doubles
450 if (segments[SEG_INDEX] == null) {
451 segments[SEG_INDEX] = new StringBuilder();
454 segments[part].append(ch);
458 segments[part].append(ch);
466 if (segments[++part] == null) {
467 segments[part] = new StringBuilder()
1423 String[] segments = new String[textSegments.length]; local
    [all...]
  /packages/apps/Gallery2/src/com/android/photos/data/
PhotoProvider.java 381 List<String> segments = uri.getPathSegments(); local
383 segments.get(1),
384 segments.get(2),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategy.java 559 String[] segments = resourceFolder.split("-"); //$NON-NLS-1$ local
560 ResourceType type = ResourceType.getEnum(segments[0]);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionManager.java 191 ArrayList<Object> segments = new ArrayList<Object>(); local
193 segments.add(0, viewInfo);
197 return new TreePath(segments.toArray());
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiTreeBlock.java 620 LinkedList<UiElementNode> segments = new LinkedList<UiElementNode>(); local
623 segments.add(0, ui_node);
625 if (segments.size() > 0) {
626 mTreeViewer.setSelection(new TreeSelection(new TreePath(segments.toArray())));
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/util/
FileUtil.java 712 String[] segments = remoteFilePath.split("/"); local
714 String remoteFileName = segments[segments.length - 1];
744 * @param pathSegments the relative path segments to use
755 * @param pathSegments the relative path segments to use
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/reporting/maven-reporting-impl/2.0.5/
maven-reporting-impl-2.0.5.jar 
  /external/freetype/src/autofit/
aflatin.c 44 /* needed for computation of round vs. flat segments */
57 /* Find segments and links, compute all stem widths, and initialize */
64 /* scan the array of segments in each direction */
199 seg = axhints->segments;
206 /* we only consider stem segments there! */
307 /* Find all blue zones. Flat segments give the reference points, */
308 /* round segments the overshoot positions. */
846 /* only use flat segments for a neutral blue zone */
1852 AF_Segment segments = axis->segments; local
1912 AF_Segment segments = axis->segments; local
2062 AF_Segment segments = axis->segments; local
    [all...]
aflatin2.c 70 /* scan the array of segments in each direction */
128 seg = axhints->segments;
135 /* we only consider stem segments there! */
901 /* now slightly increase the height of segments when this makes */
904 AF_Segment segments = axis->segments; local
905 AF_Segment segments_end = segments + axis->num_segments;
908 for ( segment = segments; segment < segments_end; segment++ )
945 /* place all segments with a negative direction to the start
949 AF_Segment segments = axis->segments local
990 AF_Segment segments = axis->segments; local
1092 AF_Segment segments = axis->segments; local
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
CollisionSystem.java 26 * world. This version is based on a collision world of line segments, organized into an array of
30 * This class also provides a system for runtime-generated collision segments. These temporary
31 * segments are cleared each frame, and consequently must be constantly re-submitted if they are
32 * intended to persist. Temporary segments are useful for dynamic solid objects, such as moving
37 * implementations to executeRay. Provided is TileTestVisitor, a visitor that compares the segments
100 * @param movementDirection If set, only segments with normals that oppose this direction will
101 * be counted as valid intersections. If null, all intersecting segments will be
206 boolean hit = testBoxAgainstList(mCollisionTiles[tileIndex].segments,
220 // temporary segments
258 // frame execution order. So each frame we queue up inserted segments and then swap the
842 public FixedSizeArray<LineSegment> segments; field in class:CollisionSystem.CollisionTile
    [all...]
  /external/robolectric/v1/src/main/java/android/net/
Uri__FromAndroid.java 297 * Gets the decoded path segments.
299 * @return decoded path segments, each without a leading or trailing '/'
920 final String[] segments; field in class:Uri__FromAndroid.PathSegments
923 PathSegments(String[] segments, int size) {
924 this.segments = segments;
933 return segments[index];
946 String[] segments; field in class:Uri__FromAndroid.PathSegmentsBuilder
950 if (segments == null) {
951 segments = new String[4]
984 List<String> segments = getPathSegments(); local
    [all...]
  /external/skia/src/core/
SkAAClip.cpp 87 int segments = 0; local
89 segments += 1;
93 return segments * 2; // each segment is row[0] + row[1] (n + alpha)
    [all...]
SkPath.cpp 128 1. If we encounter degenerate segments, remove them
426 Several colinear line segments composing a rectangle side.
1445 int segments = SkScalarCeilToInt(SkScalarAbs(thetaArc \/ (SK_ScalarPI \/ 2))); local
1448 int segments = SkScalarCeilToInt(SkScalarAbs(thetaArc \/ (2 * SK_ScalarPI \/ 3))); local
    [all...]
  /external/skqp/src/core/
SkAAClip.cpp 87 int segments = 0; local
89 segments += 1;
93 return segments * 2; // each segment is row[0] + row[1] (n + alpha)
    [all...]
SkPath.cpp 127 1. If we encounter degenerate segments, remove them
425 Several colinear line segments composing a rectangle side.
1417 int segments = SkScalarCeilToInt(SkScalarAbs(thetaArc \/ (SK_ScalarPI \/ 2))); local
1420 int segments = SkScalarCeilToInt(SkScalarAbs(thetaArc \/ (2 * SK_ScalarPI \/ 3))); local
    [all...]
  /frameworks/av/media/libaudioclient/include/media/
ToneGenerator.h 233 static const unsigned int TONEGEN_MAX_SEGMENTS = 12; // Maximun number of segments in a tone descriptor
243 // - The array segments[] is used to generate the tone pulses. A segment is a period of time
244 // during which the tone is ON or OFF. Segments with even index (starting from 0)
245 // correspond to tone ON state and segments with odd index to OFF state.
246 // The data stored in segments[] is the duration of the corresponding period in ms.
250 // - repeatCnt indicates the number of times the sequence described by segments[] array must be repeated.
266 ToneSegment segments[TONEGEN_MAX_SEGMENTS+1]; member in class:android::ToneGenerator::ToneDescriptor
282 unsigned short mCurSegment; // Current segment index in ToneDescriptor segments[]
  /frameworks/base/core/java/android/net/
Uri.java 323 * Gets the decoded path segments.
325 * @return decoded path segments, each without a leading or trailing '/'
1002 final String[] segments; field in class:Uri.PathSegments
1005 PathSegments(String[] segments, int size) {
1006 this.segments = segments;
1015 return segments[index];
1028 String[] segments; field in class:Uri.PathSegmentsBuilder
1032 if (segments == null) {
1033 segments = new String[4]
1066 List<String> segments = getPathSegments(); local
    [all...]
  /packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
TelephonyBackupAgentTest.java 915 List<String> segments = uri.getPathSegments(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerBuilder.java 610 // The application package name does not contain 2+ segments!
612 "Application package '%1$s' must have a minimum of 2 segments.",
1374 String[] segments = javaPackageName.split(AdtConstants.RE_DOT); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchController.java 1314 String[] segments = config.mEmulatorCommandLine.split("\\\\s+"); \/\/$NON-NLS-1\$ local
    [all...]
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java 99 * The basic strategy is to subdivide the table among Segments, each of which itself is a
101 * across different segments.
133 /** The maximum number of segments to allow; used to bound constructor arguments. */
160 * Mask value for indexing into segments. The upper bits of a key's hash code are used to choose
166 * Shift value for indexing within segments. Helps prevent entries that end up in the same segment
171 /** The segments, each of which is a specialized hash table. */
172 final Segment<K, V>[] segments; field in class:LocalCache
221 * Accumulates global cache statistics. Note that there are also per-segments stats counters
269 // happens per segment instead of globally, so too many segments compared to the maximum size
281 this.segments = newSegmentArray(segmentCount)
    [all...]
  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java 75 * The basic strategy is to subdivide the table among Segments, each of which itself is a
77 * across different segments.
109 /** The maximum number of segments to allow; used to bound constructor arguments. */
138 * Mask value for indexing into segments. The upper bits of a key's hash code are used to choose
144 * Shift value for indexing within segments. Helps prevent entries that end up in the same segment
149 /** The segments, each of which is a specialized hash table. */
150 final transient Segment<K, V>[] segments; field in class:MapMakerInternalMap
234 this.segments = newSegmentArray(segmentCount);
250 for (int i = 0; i < this.segments.length; ++i) {
254 this.segments[i]
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-solaris.c 5801 UInt segments = 0; \/* loadable segments *\/ local
    [all...]
  /hardware/intel/img/psb_video/src/
vsp_fw.h 597 uint32_t segments; member in struct:VssVp8encEncodedFrame
  /libcore/ojluni/src/main/java/java/util/concurrent/
ConcurrentHashMap.java 601 * @serialField segments Segment[]
602 * The segments, each of which is a specialized hash table.
604 * Mask value for indexing into segments. The upper bits of a
607 * Shift value for indexing within segments.
610 new ObjectStreamField("segments", Segment[].class),
1415 Segment<K,V>[] segments = (Segment<K,V>[]) local
    [all...]

Completed in 1266 milliseconds

1 2 34 5 6 7 8 91011>>