HomeSort by relevance Sort by last modified time
    Searched refs:segment (Results 26 - 50 of 175) sorted by null

12 3 4 5 6 7

  /external/webkit/Source/JavaScriptCore/wtf/url/api/
ParsedURL.h 54 inline String segment(const URLComponent&) const;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
system_32.h 16 #include <asm/segment.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
system_32.h 16 #include <asm/segment.h>
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
system_32.h 16 #include <asm/segment.h>
  /external/icu4c/common/unicode/
caniter.h 182 // we have a segment, in NFD. Find all the strings that are canonically equivalent to it.
183 UnicodeString *getEquivalents(const UnicodeString &segment, int32_t &result_len, UErrorCode &status); //private String[] getEquivalents(String segment)
185 //Set getEquivalents2(String segment);
186 Hashtable *getEquivalents2(Hashtable *fillinResult, const UChar *segment, int32_t segLen, UErrorCode &status);
187 //Hashtable *getEquivalents2(const UnicodeString &segment, int32_t segLen, UErrorCode &status);
190 * See if the decomposition of cp2 is at segment starting at segmentPos
194 //Set extract(int comp, String segment, int segmentPos, StringBuffer buffer);
195 Hashtable *extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);
196 //Hashtable *extract(UChar32 comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status)
    [all...]
  /external/valgrind/main/drd/
drd_segment.h 31 * Segments and segment lists. A segment represents information about
33 * clock associated with each segment.
43 typedef struct segment struct
46 struct segment* next;
47 struct segment* prev;
49 /** Reference count: number of pointers that point to this segment. */
51 /** Stack trace of the first instruction of the segment. */
53 /** Vector clock associated with the segment. */
57 * with the segment
    [all...]
  /external/icu4c/i18n/
nortrans.cpp 134 UnicodeString segment; local
141 segment.remove();
143 segment.append(c);
153 fNorm2.normalize(segment, normalized, errorCode);
157 if(segment != normalized) {
  /external/webkit/Source/WebCore/platform/
SharedBuffer.cpp 135 char* segment; local
137 segment = allocateSegment();
138 m_segments.append(segment);
140 segment = m_segments.last() + positionInSegment;
146 memcpy(segment, data, bytesToCopy);
152 segment = allocateSegment();
153 m_segments.append(segment);
240 unsigned segment = segmentIndex(position); local
241 ASSERT(segment < segments);
244 someData = m_segments[segment] + positionInSegment
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactLookupKey.java 112 // If the lookup key is for the profile, just return a segment list indicating that. The
144 // Parse segment type
245 LookupKeySegment segment = new LookupKeySegment(); local
246 segment.accountHashCode = hashCode;
247 segment.lookupType = lookupType;
248 segment.rawContactId = rawContactId;
249 segment.key = key;
250 segment.contactId = -1;
251 list.add(segment);
  /cts/tests/src/android/content/cts/
MockContentProvider.java 85 String segment; local
97 segment = uri.getPathSegments().get(1);
98 count = db.delete("TestTable1", "_id=" + segment +
106 segment = uri.getPathSegments().get(1);
107 count = db.delete("TestTable2", "_id=" + segment +
225 String segment; local
234 segment = uri.getPathSegments().get(1);
235 count = db.update("TestTable1", values, "_id=" + segment +
245 segment = uri.getPathSegments().get(1);
246 count = db.update("TestTable2", values, "_id=" + segment
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
Path.java 34 private Path(Path parent, String segment) {
36 mSegment = segment;
39 public Path getChild(String segment) {
44 Path p = mChildren.get(segment);
48 Path p = new Path(this, segment);
49 mChildren.put(segment, p);
60 public Path getChild(int segment) {
61 return getChild(String.valueOf(segment));
64 public Path getChild(long segment) {
65 return getChild(String.valueOf(segment));
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCGWin.cpp 77 LPTTPOLYCURVE segment = reinterpret_cast<LPTTPOLYCURVE>(reinterpret_cast<UInt8*>(subpath) + subpathOffset); local
78 switch (segment->wType) {
80 for (unsigned i = 0; i < segment->cpfx; i++)
81 CGPathAddLineToPoint(path, 0, toCGFloat(segment->apfx[i].x), toCGFloat(segment->apfx[i].y));
85 for (unsigned i = 0; i < segment->cpfx; i++) {
86 CGFloat x = toCGFloat(segment->apfx[i].x);
87 CGFloat y = toCGFloat(segment->apfx[i].y);
91 if (i == segment->cpfx - 2) {
92 cpx = toCGFloat(segment->apfx[i + 1].x)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnPathProcessor.cpp 64 using LoopBlinnPathProcessorImplementation::Segment;
90 class Segment;
113 struct ValueToString<LoopBlinnPathProcessorImplementation::Segment*> {
114 static String string(LoopBlinnPathProcessorImplementation::Segment* const& value)
124 // Segment
127 // Describes a segment of the path: either a cubic or a line segment.
131 class Segment {
132 WTF_MAKE_NONCOPYABLE(Segment);
140 Segment()
645 Segment* segment = m_arena->allocateObject<Segment>(); local
669 Segment* segment = m_arena->allocateObject<Segment>(); local
681 Segment* segment = m_arena->allocateObject<Segment>(); local
692 Segment* segment = m_arena->allocateObject<Segment>(); local
878 Segment* segment; member in struct:WebCore::__anon13391::SweepData
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmProvider.java 106 String segment = url.getPathSegments().get(1); local
107 rowId = Long.parseLong(segment);
141 String segment = url.getPathSegments().get(1); local
142 rowId = Long.parseLong(segment);
144 where = "_id=" + segment;
146 where = "_id=" + segment + " AND (" + where + ")";
  /bionic/libc/kernel/arch-sh/asm/
processor.h 16 #include <asm/segment.h>
  /external/webkit/Source/WebCore/svg/
SVGPointList.cpp 61 FloatPoint segment = FloatPoint(adjustAnimatedValue(from.x(), to.x(), progress), local
63 resultList.append(segment);
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
TranslationDetector.java 164 for (String segment : segments) {
166 if (language == null && segment.length() == 2
167 && languagePattern.matcher(segment).matches()) {
168 language = segment;
172 if (language != null && segment.length() == 3
173 && regionPattern.matcher(segment).matches()) {
174 language = language + '-' + segment;
  /external/icu4c/common/
caniter.cpp 227 // allocate the arrays, and find the strings that are CE to each segment
241 // for each segment, get all the combinations that can produce
244 //if (PROGRESS) printf("SEGMENT\n");
340 // we have a segment, in NFD. Find all the strings that are canonically equivalent to it.
341 UnicodeString* CanonicalIterator::getEquivalents(const UnicodeString &segment, int32_t &result_len, UErrorCode &status) {
353 int32_t segLen = segment.extract(USeg, 256, status);
383 // TODO: check if operator == is semanticaly the same as attempt.equals(segment)
384 if (attempt==segment) {
429 Hashtable *CanonicalIterator::getEquivalents2(Hashtable *fillinResult, const UChar *segment, int32_t segLen, UErrorCode &status) {
435 //if (PROGRESS) printf("Adding: %s\n", UToS(Tr(segment)));
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetCreator.py 302 for segment in self.jet_file.GetSegments():
303 index = self.segList.InsertStringItem(sys.maxint, StrNoneChk(segment.segname))
304 self.segList.SetStringItem(index, 1, FileJustName(StrNoneChk(segment.filename)))
305 self.segList.SetStringItem(index, 2, FileJustName(StrNoneChk(segment.dlsfile)))
306 self.segList.SetStringItem(index, 3, mbtFct(segment.start, 1))
307 self.segList.SetStringItem(index, 4, mbtFct(segment.end, 1))
308 self.segList.SetStringItem(index, 5, StrNoneChk(segment.quantize))
309 self.segList.SetStringItem(index, 6, StrNoneChk(segment.transpose))
310 self.segList.SetStringItem(index, 7, StrNoneChk(segment.repeat))
311 self.segList.SetStringItem(index, 8, StrNoneChk(segment.mute_flags))
    [all...]
  /external/libxml2/
uri.c 505 * @empty: allow an empty segment
507 * Parse a segment and fills in the appropriate fields
510 * segment = *pchar
511 * segment-nz = 1*pchar
512 * segment-nz-nc = 1*( unreserved / pct-encoded / sub-delims / "@" )
513 * ; non-zero-length segment without any colon ":"
542 * path-abempty = *( "/" segment )
578 * path-absolute = "/" [ segment-nz *( "/" segment ) ]
620 * path-rootless = segment-nz *( "/" segment
1805 xmlChar *ret, *segment = NULL; local
    [all...]
  /external/webkit/Source/WebCore/platform/audio/
HRTFPanner.cpp 169 for (unsigned segment = 0; segment < numberOfSegments; ++segment) {
175 // Each segment renders with an azimuth index closer by one to the desired azimuth index.
208 // Calculate the source and destination pointers for the current segment.
209 unsigned offset = segment * framesPerSegment;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
XmlFormatStyle.java 100 String parentName = path.segment(path.segmentCount() - 1);
  /external/elfutils/libebl/
ia64_symbol.c 145 ia64_segment_type_name (int segment, char *buf, size_t len)
147 switch (segment)
  /frameworks/base/libs/hwui/
Patch.cpp 160 const float segment = stepY - previousStepY; local
163 y2 = y1 + floorf(segment * stretchY + 0.5f);
165 y2 = y1 + segment;
168 float vOffset = y1 == y2 ? 0.0f : 0.5 - (0.5 * segment / (y2 - y1));
225 const float segment = stepX - previousStepX; local
228 x2 = x1 + floorf(segment * stretchX + 0.5f);
230 x2 = x1 + segment;
233 float uOffset = x1 == x2 ? 0.0f : 0.5 - (0.5 * segment / (x2 - x1));
  /sdk/ide_common/src/com/android/ide/common/resources/configuration/
CountryCodeQualifier.java 36 * Creates and returns a qualifier from the given folder segment. If the segment is incorrect,
38 * @param segment the folder segment from which to create a qualifier.
41 public static CountryCodeQualifier getQualifier(String segment) {
42 Matcher m = sCountryCodePattern.matcher(segment);
62 * Returns the folder name segment for the given value. This is equivalent to calling

Completed in 2380 milliseconds

12 3 4 5 6 7