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

1 2 3 45 6 7

  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
desc_32.h 16 #include <asm/segment.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
desc_32.h 16 #include <asm/segment.h>
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
desc_32.h 16 #include <asm/segment.h>
  /development/samples/JetBoy/src/com/example/android/jetboy/
JetBoyView.java 105 public JetGameEvent(JetPlayer player, short segment, byte track, byte channel,
108 this.segment = segment;
116 public short segment; field in class:JetBoyView.JetGameEvent
452 // JET info: in this example, the game uses segment 0 for the duration of the game play,
453 // JET info: and plays segment 1 several times as the "outro" music, so we're going to
458 // JET info: it is located at segment 0
733 processJetEvent(jetEvent.player, jetEvent.segment, jetEvent.track,
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
SegmentedVector.h 87 SegmentedVectorIterator(SegmentedVector<T, SegmentSize>& vector, size_t segment, size_t index)
89 , m_segment(segment)
148 m_segments.append(new Segment);
193 typedef Vector<T, SegmentSize> Segment;
197 // Skip the first segment, because it's our inline segment, which was
208 Segment* segmentFor(size_t index)
223 segmentCount = std::max<size_t>(segmentCount, 1); // We always have at least our inline segment.
234 // Grow segment N to accomodate the remainder.
242 m_segments.append(new Segment);
    [all...]
  /frameworks/base/media/libstagefright/codecs/g711/dec/
SoftG711.cpp 284 int32_t segment = exponent + 1; local
287 int32_t step = 4 << segment;
  /external/elfutils/libebl/
libebl.h 52 /* Return symbolic representation of segment type. */
143 /* Return segment type name. */
144 extern const char *ebl_segment_type_name (Ebl *ebl, int segment,
  /external/grub/grub/
asmstub.c 279 chain_stage1 (unsigned long segment, unsigned long offset,
287 chain_stage2 (unsigned long segment, unsigned long offset, int second_sector)
929 int sector, int nsec, int segment)
962 buf = (char *) (segment << 4);
  /sdk/ide_common/src/com/android/ide/common/resources/configuration/
FolderConfiguration.java 78 // available qualifier. If the segment doesn't match we try with the next qualifier.
80 // after each successful segment.
567 String segment = qualifier.getFolderSegment(); local
568 if (segment != null && segment.length() > 0) {
570 result.append(segment);
  /external/elfutils/src/
ldgeneric.c 2759 struct output_segment *segment = ld_state.output_segments->next; local
5558 struct output_segment *segment; local
    [all...]
ld.c 1379 struct output_segment *segment = ld_state.output_segments->next; local
    [all...]
  /external/grub/netboot/
pci.c 89 unsigned short segment; member in struct:__anon5933
95 unsigned short segment; member in struct:__anon5934
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DataManager.java 181 public MediaSet[] getMediaSetsFromString(String segment) {
182 String[] seq = Path.splitSequence(segment);
  /external/tremolo/Tremolo/
bitwiseARM.s 51 BLT look_slow @ Not enough bits in this segment for
167 BLE adv_slow @ segment? If so, do it slowly
241 BLT read_slow @ Not enough bits in this segment for
314 @ r2 = -number of bits to go from this segment
340 LDR r14,[r11,#8] @ r14= length of segment just done
348 @ r2 = -number of bits to go from this segment
  /external/webkit/Source/WebCore/inspector/front-end/
NetworkPanel.js     [all...]
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 1953 int segment = 0; local
    [all...]
  /external/grub/stage2/
shared.h 726 void chain_stage1 (unsigned long segment, unsigned long offset,
729 void chain_stage2 (unsigned long segment, unsigned long offset,
810 int sector, int nsec, int segment);
  /external/oprofile/events/i386/nehalem/
events 91 event:0xD4 counters:0,1,2,3 um:one minimum:6000 name:SEG_RENAME_STALLS : Counts the number of stall cycles due to the lack of renaming resources for the ES, DS, FS, and GS segment registers. If a segment is renamed but not retired and a second update to the same segment occurs, a stall occurs in the front-end of the pipeline until the renamed segment retires.
92 event:0xD5 counters:0,1,2,3 um:one minimum:6000 name:ES_REG_RENAMES : Counts the number of times the ES segment register is renamed.
106 event:0xF8 counters:0,1,2,3 um:one minimum:6000 name:SEGMENT_REG_LOADS : Counts number of segment register loads
  /external/webp/src/enc/
iterator.c 306 void VP8SetSegment(const VP8EncIterator* const it, int segment) {
307 it->mb_->segment_ = segment;
  /bionic/libc/kernel/arch-x86/asm/
processor_32.h 17 #include <asm/segment.h>
  /development/ndk/platforms/android-9/arch-x86/include/asm/
processor_32.h 17 #include <asm/segment.h>
  /external/bluetooth/glib/glib/
gstring.c 467 gchar *segment; local
474 segment = NULL;
477 segment = string->str;
481 return segment;
    [all...]
  /external/freetype/src/autofit/
afhints.c 24 /* Get new segment for given axis. */
32 AF_Segment segment = NULL; local
39 FT_Int big_max = (FT_Int)( FT_INT_MAX / sizeof ( *segment ) );
58 segment = axis->segments + axis->num_segments++;
61 *asegment = segment;
526 * note that we don't need to free the segment and edge
1157 /* PASS 1: Move segment points to edge positions */
  /external/kernel-headers/original/asm-x86/
desc_32.h 5 #include <asm/segment.h>
222 * GET_DESC_BASE reads the descriptor base of the specified segment.
  /frameworks/base/media/java/android/media/
JetPlayer.java 39 * segment can be dynamically affected by two mechanisms:
41 * <li>tracks in a segment can be muted or unmuted at any moment, individually or through
43 * <li>parts of tracks in a segment can be played at predefined points in the segment, in order
44 * to maintain synchronization with the other tracks in the segment. This is achieved through
87 private static final int JET_EVENT_SEG_MASK = 0xff000000; // mask for segment ID
91 private static final int JET_EVENT_SEG_SHIFT = 24; // shift to get segment ID to bit 0
243 * Starts playing the JET segment queue.
252 * Pauses the playback of the JET segment queue.
261 * Queues the specified segment in the JET queue
    [all...]

Completed in 2350 milliseconds

1 2 3 45 6 7