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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.6.0/
okio-1.6.0.jar 
  /external/chromium-trace/catapult/third_party/Paste/paste/
request.py 271 Splits off the first segment of the path. Returns (first_part,
290 'Pops' off the next segment of PATH_INFO, pushing it onto
291 SCRIPT_NAME, and returning that segment.
323 segment, path = path.split('/', 1)
325 environ['SCRIPT_NAME'] += segment
326 return segment
  /external/elfutils/libdwfl/
segment.c 169 /* Module starts below any segment. Insert a low one. */
177 /* The module starts in the middle of this segment. Split it. */
186 /* The module starts past the end of this segment.
197 /* The module ends in the middle of this segment. Split it. */
213 mod->segment = idx;
215 /* Put MOD in the table for each segment that's inside it. */
220 assert (dwfl->lookup_module[mod->segment] == mod);
235 dwfl->lookup_module[idx]->segment = idx;
263 /* If this segment does not have a module, but the address is
264 the upper boundary of the previous segment's module, use that. *
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
NormalizerBuilder.java 171 String segment = line.substring(start, end); local
172 boolean compat = segment.charAt(0) == '<';
174 String decomp = fromHex(segment);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
NormalizerBuilder.java 170 String segment = line.substring(start, end); local
171 boolean compat = segment.charAt(0) == '<';
173 String decomp = fromHex(segment);
  /external/mesa3d/src/mesa/swrast/
s_aalinetemp.h 109 GLfloat tStart, tEnd; /* segment start, end along line length */
201 /* start new segment */
206 /* still in the segment, extend it */
213 /* draw the segment */
214 segment(ctx, &line, NAME(plot), tStart, tEnd);
225 /* draw the final segment of the line */
226 segment(ctx, &line, NAME(plot), tStart, 1.0F);
231 segment(ctx, &line, NAME(plot), 0.0, 1.0);
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mt.c 334 md_section_align (segT segment, valueT size)
336 int align = bfd_get_section_alignment (stdoutput, segment);
350 segT segment ATTRIBUTE_UNUSED)
tc-xstormy16.c 280 md_section_align (segT segment, valueT size)
282 int align = bfd_get_section_alignment (stdoutput, segment);
307 segT segment ATTRIBUTE_UNUSED)
  /development/ndk/platforms/android-9/arch-x86/include/asm/
desc_32.h 22 #include <asm/segment.h>
  /external/eigen/test/eigen2/
eigen2_sum.cpp 52 VERIFY_IS_APPROX(s, v.segment(i, size-2*i).sum());
  /external/eigen/test/
product_extra.cpp 216 r1.segment(o,m).noalias() = M * v1;
217 VERIFY_IS_APPROX(r1.segment(o,m), M * MatrixXf(v1));
218 r2.segment(o,n).noalias() = v2 * M;
219 VERIFY_IS_APPROX(r2.segment(o,n), MatrixXf(v2) * M);
redux.cpp 118 VERIFY_IS_MUCH_SMALLER_THAN(abs(s - v.segment(i, size-2*i).sum()), Scalar(1));
119 VERIFY_IS_APPROX(p, v_for_prod.segment(i, size-2*i).prod());
120 VERIFY_IS_APPROX(minc, v.real().segment(i, size-2*i).minCoeff());
121 VERIFY_IS_APPROX(maxc, v.real().segment(i, size-2*i).maxCoeff());
  /external/mesa3d/src/gallium/state_trackers/vega/
path.h 43 VGubyte segment; member in struct:path_for_each_data
44 /* all coords are absolute, even if segment is relative */
  /external/skia/src/pathops/
SkOpAngle.h 99 SkOpSegment* segment() const;
  /external/valgrind/drd/
drd_clientobj.h 73 struct segment* last_locked_segment;
112 XArray* last_sem_post_seg; // array of Segment*, used as a stack.
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMessageListing.java 120 public void segment(int count, int offset) { method in class:BluetoothMapMessageListing
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppProvider.java 396 String segment = uri.getPathSegments().get(1); local
397 rowId = Long.parseLong(segment);
437 String segment = uri.getPathSegments().get(1); local
438 long rowId = Long.parseLong(segment);
  /packages/apps/Calendar/src/com/android/calendar/
Utils.java 1258 DNASegment segment = new DNASegment(); local
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm/
desc_32.h 22 #include <asm/segment.h>
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/asm/
desc_32.h 22 #include <asm/segment.h>
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/asm/
desc_32.h 22 #include <asm/segment.h>
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/asm/
desc_32.h 22 #include <asm/segment.h>
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/asm/
desc_32.h 22 #include <asm/segment.h>
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/asm/
desc_32.h 22 #include <asm/segment.h>
  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/asm/
desc_32.h 22 #include <asm/segment.h>

Completed in 1912 milliseconds

1 2 3 4 5 6 7 8 91011>>