HomeSort by relevance Sort by last modified time
    Searched refs:segment (Results 176 - 200 of 1112) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/asm/
desc_defs.h 44 u16 segment; member in struct:gate_struct
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/asm/
desc_defs.h 44 u16 segment; member in struct:gate_struct
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/asm/
desc_defs.h 44 u16 segment; member in struct:gate_struct
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/asm/
desc_defs.h 44 u16 segment; member in struct:gate_struct
  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/asm/
desc_defs.h 44 u16 segment; member in struct:gate_struct
  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/asm/
desc_defs.h 44 u16 segment; member in struct:gate_struct
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/asm/
desc_defs.h 44 u16 segment; member in struct:gate_struct
  /toolchain/binutils/binutils-2.25/gas/config/
tc-fr30.c 157 md_section_align (segT segment, valueT size)
159 int align = bfd_get_section_alignment (stdoutput, segment);
213 md_estimate_size_before_relax (fragS * fragP, segT segment)
216 current segment. They may be undefined or in a different segment in
221 if (S_GET_SEGMENT (fragP->fr_symbol) != segment)
223 /* The symbol is undefined in this segment.
tc-frv.h 52 #define md_relax_frag(segment, fragP, stretch) frv_relax_frag(fragP, stretch)
tc-nios2.h 84 extern long nios2_relax_frag (segT segment, fragS * fragP, long stretch);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-nios2/
relax_call26_boundary.s 7 # a 256MB memory segment boundary.
  /external/sfntly/cpp/src/sfntly/table/core/
cmap_table.h 327 // CMapTable::CMapFormat4::Builder::Segment
328 class Segment : public RefCounted<Segment> {
330 Segment();
331 explicit Segment(Segment* other);
332 Segment(int32_t start_count,
336 ~Segment();
356 std::vector<Ptr<Segment> >*
357 DeepCopy(std::vector<Ptr<Segment> >* original)
    [all...]
  /external/skia/src/pathops/
SkOpSpan.h 127 const SkOpSegment* segment() const;
128 SkOpSegment* segment();
272 SkOpSegment* segment() const { function in class:SkOpSpanBase
309 SkASSERT(this->segment() == end->segment());
316 SkASSERT(this->segment() == end->segment());
362 SkOpSegment* fSegment; // segment that contains this span
  /external/v8/src/
date.cc 45 void DateCache::ClearSegment(DST* segment) {
46 segment->start_sec = kMaxEpochTimeInSec;
47 segment->end_sec = -kMaxEpochTimeInSec;
48 segment->offset_ms = 0;
49 segment->last_used = 0;
196 // Extend the after_ segment.
199 // The after_ segment is either invalid or starts too late.
201 // If the after_ segment is valid, replace it with a new segment.
256 // If the before_ segment ends too early, then jus
    [all...]
  /external/freetype/src/autofit/
aflatin2.c 292 /* segment; we first need to find in which contour the extremum */
336 /* now, set the `round' flag depending on the segment's kind */
713 AF_Segment segment = NULL; local
774 else /* otherwise, find first segment start, if any */
792 /* we're at the start of a new segment */
819 /* record new segment */
820 error = af_axis_hints_new_segment( axis, memory, &segment );
824 segment[0] = seg0;
825 segment->dir = first->out_dir;
826 segment->first = first
    [all...]
  /external/v8/src/wasm/
wasm-module.cc 170 for (const WasmDataSegment& segment : *module->data_segments) {
171 if (!segment.init) continue;
172 CHECK_LT(segment.dest_addr, mem_size);
173 CHECK_LE(segment.source_size, mem_size);
174 CHECK_LE(segment.dest_addr + segment.source_size, mem_size);
175 byte* addr = mem_addr + segment.dest_addr;
176 memcpy(addr, module->module_start + segment.source_offset,
177 segment.source_size);
  /external/icu/icu4c/source/common/
normlzr.cpp 481 UnicodeString segment(text->next32PostInc());
488 segment.append(c);
492 fNorm2->normalize(segment, buffer, errorCode);
504 UnicodeString segment; local
507 segment.insert(0, c);
514 fNorm2->normalize(segment, buffer, errorCode);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
CachedPathIteratorFactory.java 36 * Coordinates or coords arrays store segment coordinates. They use the same format as
104 // We convert a SEG_CLOSE segment to a SEG_LINETO so we do not have to worry
152 // http://stackoverflow.com/questions/11703283/cubic-bezier-curve-segment
183 * Returns the end point of a given segment
185 * @param type the segment type
186 * @param coords the segment coordinates array
191 // start index of the end point for the segment type
198 * Returns the number of points stored in a coordinates array for the given segment type.
215 * segment that is not {@link PathIterator#SEG_CLOSE}, {@link PathIterator#SEG_MOVETO} or {@link
219 float segment[] = new float[6] local
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
CollisionSystem.java 95 * The first intersecting segment that is found is returned; in the case where more than one
96 * segment is found, the segment closest to the start point is returned.
429 * returns the closest intersecting segment, if any exists.
443 LineSegment segment = (LineSegment)segmentArray[x]; local
448 movementDirection.dot(segment.mNormal) : -1.0f;
451 (excludeObject == null || segment.owner != excludeObject) &&
452 segment.calculateIntersection(startPoint, endPoint, hitPoint)) {
458 normalX = segment.mNormal.x;
459 normalY = segment.mNormal.y
490 LineSegment segment = (LineSegment)segmentArray[x]; local
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/
firmware_log.py 623 """Compute extended validator weight from validator weight and segment
664 base_name, segment = val.get_base_name_and_segment(v)
665 if segment is None:
677 # Append this segment name so that we know all segments for
679 split_validator[base_name].append(segment)
684 weight_list = [self.segment_weights[segment]
685 for segment in split_validator[base_name]]
687 for segment in split_validator[base_name]:
688 derived_name = val.get_derived_name(name, segment)
689 adjusted_weight = (self.segment_weights[segment] / weight_sum
    [all...]
  /external/eigen/Eigen/src/Eigenvalues/
EigenSolver.h 452 norm += m_matT.row(j).segment((std::max)(j-1,Index(0)), size-(std::max)(j-1,Index(0))).cwiseAbs().sum();
476 Scalar r = m_matT.row(i).segment(l,n-l+1).dot(m_matT.col(n).segment(l, n-l+1));
534 Scalar ra = m_matT.row(i).segment(l, n-l+1).dot(m_matT.col(n-1).segment(l, n-l+1));
535 Scalar sa = m_matT.row(i).segment(l, n-l+1).dot(m_matT.col(n).segment(l, n-l+1));
600 m_tmp.noalias() = m_eivec.leftCols(j+1) * m_matT.col(j).segment(0, j+1);
  /external/eigen/Eigen/src/SparseLU/
SparseLU_Memory.h 77 old_vec = vec.segment(0,nbElts);
131 vec.segment(0, nbElts) = old_vec;
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java 103 * If a maximum size is specified, a best-effort bounding is performed per segment, using a
108 * ordering of writes to a segment is sequentially consistent. An update to the map and recording
114 * This implementation uses a per-segment queue to record a memento of the additions, removals,
120 * operates per-segment rather than globally for increased implementation simplicity. We expect
140 * Number of cache access operations that can be buffered per segment before the cache's recency
161 * the segment.
166 * Shift value for indexing within segments. Helps prevent entries that end up in the same segment
172 final Segment<K, V>[] segments;
267 // maximumSize/Weight is specified in which case ensure that each segment gets at least 10
269 // happens per segment instead of globally, so too many segments compared to the maximum siz
1809 Segment<K, V> segment = segmentFor(hash); local
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetDialogs.py 299 self.segment = None
359 InfoMsg("Start/End", "The segment starting and ending times are illogical.")
363 InfoMsg("Segment Name", "The segment must have a name.")
367 InfoMsg("MIDI File", "The segment must have a midi file selected.")
383 """ Builds the segment info for graphing """
386 segment = JetSegment(self.GetValue(JetDefs.F_SEGNAME),
401 segment = JetSegment(self.GetValue(JetDefs.F_SEGNAME),
414 return segment
423 """ Play the segment button pressed """
1017 segment = JetSegment("Test Segment Name", 'C:\/_Data\/JetCreator\/JetDemo1\/jenn_Burning Line.mid', variable
    [all...]
  /frameworks/base/core/tests/coretests/src/android/app/activity/
LocalProvider.java 137 String segment = url.getPathSegments().get(1); local
138 rowId = Long.parseLong(segment);

Completed in 1665 milliseconds

1 2 3 4 5 6 78 91011>>