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

<<11121314151617181920>>

  /art/runtime/
elf_file.cc 1311 const MemMap* segment = segments_[i]; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-hppa.c 304 /* GAS segment and subsegment associated with this subspace. */
332 /* GAS segment to which this subspace corresponds. */
424 /* Segment associated with this space. */
425 asection *segment; member in struct:default_space_dict
460 /* The segment this fixup appears in. */
461 segT segment; member in struct:hppa_fix_struct
7678 asection *segment = NULL; local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Normalizer.java 1957 StringBuilder segment=new StringBuilder().appendCodePoint(c); local
1974 StringBuilder segment=new StringBuilder(); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Normalizer.java 1898 StringBuilder segment=new StringBuilder().appendCodePoint(c); local
1915 StringBuilder segment=new StringBuilder(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /frameworks/base/core/java/android/os/
Environment.java     [all...]
  /frameworks/support/tests/java/android/support/v4/content/
FileProviderTest.java 343 for (String segment : segments) {
345 cur = new File(segment);
347 cur = new File(cur, segment);
  /frameworks/support/v4/java/android/support/v4/content/
FileProvider.java 166 * A URI path segment. To enforce security, this value hides the name of the subdirectory
175 * segment, the <code>path</code> value is an actual subdirectory name. Notice that the
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ReferenceChooserDialog.java 206 Object segment = treeSelection.getSegment(0); local
207 if (segment instanceof ResourceType) {
208 type = (ResourceType) segment;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ProjectSetupBuilder.java 337 if (path1.segment(i).equals(path2.segment(i))) {
338 result = result.append(Path.SEPARATOR + path2.segment(i));
  /development/ndk/platforms/android-21/include/linux/
vfio.h 135 __u16 segment; member in struct:vfio_pci_dependent_device
  /external/eigen/Eigen/src/Core/products/
TriangularMatrixVector.h 63 res.segment(s,r) += (alpha * cjRhs.coeff(i)) * cjLhs.col(i).segment(s,r);
131 res.coeffRef(i) += alpha * (cjLhs.row(i).segment(s,r).cwiseProduct(cjRhs.segment(s,r).transpose())).sum();
  /external/eigen/Eigen/src/SparseCore/
SparseColEtree.h 76 firstRowElt.segment(0, diagSize).setLinSpaced(diagSize, 0, diagSize-1);
  /external/eigen/Eigen/src/plugins/
BlockMethods.h 760 /** \returns a dynamic-size expression of a segment (i.e. a vector block) in *this.
764 * \param start the first coefficient in the segment
765 * \param n the number of coefficients in the segment
774 * \sa class Block, segment(Index)
776 inline SegmentReturnType segment(Index start, Index n) function
783 /** This is the const version of segment(Index,Index).*/
784 inline ConstSegmentReturnType segment(Index start, Index n) const function
794 * \param n the number of coefficients in the segment
822 * \param n the number of coefficients in the segment
846 /** \returns a fixed-size expression of a segment (i.e. a vector block) in \c *thi
863 inline typename FixedSegmentReturnType<N>::Type segment(Index start, Index n = N) function
871 inline typename ConstFixedSegmentReturnType<N>::Type segment(Index start, Index n = N) const function
    [all...]
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixSquareRoot.h 156 Scalar tmp = (sqrtT.row(i).segment(i+1,j-i-1) * sqrtT.col(j).segment(i+1,j-i-1)).value();
296 // if i = j-1, then segment has length 0 so tmp = 0
297 Scalar tmp = (result.row(i).segment(i+1,j-i-1) * result.col(j).segment(i+1,j-i-1)).value();
  /external/guava/guava-tests/test/com/google/common/cache/
LocalLoadingCacheTest.java 25 import com.google.common.cache.LocalCache.Segment;
296 Segment<Object, Object> segment = cache.localCache.segments[0]; local
301 assertTrue(segment.recencyQueue.isEmpty());
303 assertSame(one, segment.recencyQueue.peek().getKey());
305 assertFalse(segment.recencyQueue.isEmpty());
  /external/skia/src/pathops/
SkOpBuilder.cpp 56 SkOpSegment* topSegment = topSpan->segment();
  /external/v8/src/
zone.h 21 class Segment;
31 // allocation is attempted, a segment of memory will be requested
52 // small (size <= kMaximumKeptSegmentSize) segment around if it finds one.
55 // Deletes the last small segment kept around by DeleteAll(). You
104 // Creates a new segment, sets it size, and pushes it to the front
105 // of the segment chain. Returns the new segment.
106 inline Segment* NewSegment(size_t size);
108 // Deletes the given segment. Does not touch the segment chain
    [all...]
  /external/valgrind/memcheck/tests/
addressable.stderr.exp 66 Address 0x........ is in a rw- anonymous segment
71 Address 0x........ is in a r-- anonymous segment
mempool2.stderr.exp 57 Address 0x........ is in a rwx anonymous segment
77 Address 0x........ is in a rwx anonymous segment
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 490 float segment[] = new float[6]; local
495 int type = iterator.currentSegment(segment);
496 Point2D.Float currentPoint = new Point2D.Float(segment[0], segment[1]);
805 * first point of the contour, a line segment is automatically added.
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapConvoListing.java 124 public void segment(int count, int offset) { method in class:BluetoothMapConvoListing
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
vfio.h 135 __u16 segment; member in struct:vfio_pci_dependent_device
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
vfio.h 135 __u16 segment; member in struct:vfio_pci_dependent_device
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
vfio.h 135 __u16 segment; member in struct:vfio_pci_dependent_device

Completed in 1869 milliseconds

<<11121314151617181920>>