HomeSort by relevance Sort by last modified time
    Searched full:units (Results 101 - 125 of 934) sorted by null

1 2 3 45 6 7 8 91011>>

  /cts/tools/signature-tools/test/signature/converter/doclet/
DocletTestConverter.java 56 public IApi convert(Visibility visibility, Set<CompilationUnit> units) throws IOException {
59 for(CompilationUnit u : units){
  /dalvik/dx/src/com/android/dx/dex/cf/
CodeStatistics.java 55 * units) added/removed in SSA form by the optimizer. Only valid
62 * units) processed
  /dalvik/dx/src/com/android/dx/dex/code/
InsnFormat.java 97 * size is a number of 16-bit code units, not bytes. This should
100 * @return {@code >= 0;} the instruction length in 16-bit code units
150 * Writes the code units for the given instruction to the given
496 * Writes two code units to the given output destination.
508 * Writes three code units to the given output destination.
523 * Writes four code units to the given output destination.
540 * Writes five code units to the given output destination.
559 * Writes six code units to the given output destination.
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/dom3/
DOMOutputImpl.java 100 * represents a writable stream to which 16-bit units can be output. The
112 * represents a writable stream to which 16-bit units can be output. The
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/ls/
LSOutput.java 52 * a writable stream to which 16-bit units can be output.
57 * a writable stream to which 16-bit units can be output.
  /external/emma/ant/ant14/com/vladium/emma/report/
reportTask.java 126 public void setUnits (final UnitsTypeAttribute units)
128 m_reportCfg.setUnits (units);
  /external/freetype/src/autofit/
afhints.h 112 FT_Short fx, fy; /* original, unscaled position (font units) */
149 FT_Short fpos; /* original, unscaled position (font units) */
  /external/icu4c/common/unicode/
stringpiece.h 138 * Removes the first n string units.
153 * Removes the last n string units.
urep.h 54 * Function pointer that returns the number of UChar code units in
64 * Function pointer that returns a UChar code units at the given
rep.h 81 * Returns the number of 16-bit code units in the text.
82 * @return number of 16-bit code units in text
98 * the text. This assumes the text is stored as 16-bit code units
  /external/icu4c/samples/layout/
ScriptCompositeFontInstance.h 144 // Can't get units per EM without knowing which sub-font, so
145 // return a value that will make units == points
  /external/iproute2/man/man8/
tc-tbf.8 70 for how to specify the units of these values.
103 for units.
  /external/opencore/nodes/common/include/
pvmf_mp4_progdownload_support_extension.h 110 * Returns the length of the entire presentation in the units of the movie timescale.
112 * @return - movie duration in units of the movie timescale.
  /frameworks/base/core/java/android/hardware/
SensorEvent.java 97 * All values are in SI units (m/s^2) and measure the acceleration applied
124 * <p>values[0]: Ambient light level in SI lux units
  /frameworks/base/libs/audioflinger/
AudioMixer.h 50 // track units (32 units)
  /frameworks/base/opengl/tools/glgen/specs/gles11/
GLES10.spec 78 void glPolygonOffset ( GLfloat factor, GLfloat units )
79 void glPolygonOffsetx ( GLfixed factor, GLfixed units )
  /frameworks/base/opengl/tools/glgen/specs/jsr239/
glspec-1.0 78 void glPolygonOffset ( GLfloat factor, GLfloat units )
79 void glPolygonOffsetx ( GLfixed factor, GLfixed units )
  /frameworks/base/telephony/java/android/telephony/cdma/
CdmaCellLocation.java 35 * It is represented in units of 0.25 seconds and ranges from -1296000
43 * It is represented in units of 0.25 seconds and ranges from -2592000
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
PowerMgr.h 144 * beacon frames. the value is expressed in units of
148 * dtim frames. the value is expressed in units of
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/PowerMgr/
PowerMgr.h 151 * beacon frames. the value is expressed in units of
155 * dtim frames. the value is expressed in units of
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
PowerMgr.h 144 * beacon frames. the value is expressed in units of
148 * dtim frames. the value is expressed in units of
  /external/opencore/oscl/oscl/osclbase/src/
oscl_time.h 201 //! Create a TimeValue representing an interval of tv units.
203 \param tv The number of units in the interval to be represented by this TimeValue.
204 \param units The units of the tv argument. Must be in the enumeration TimeUnits.
206 OSCL_COND_IMPORT_REF TimeValue(long tv, TimeUnits units);
  /external/neven/Embedded/common/src/b_BasicEm/
Context.h 188 uint32 sizeA, /* size of memory segment in 16 bit units */
202 /** Returns allocated memory in selected exclusive segment in units of 16bits */
205 /** Returns allocated memory in selected exclusive segment in units of 16bits
  /external/opencore/protocols/rtp_payload_parser/rfc_3640/src/
rfc3640_payload_parser.cpp 187 //Loop through all of the access units in the packet.
258 // increment the size field to span all access units. The decoder is still
260 // This only works for non-interleaved access units & can only be a temporary solution
  /external/opencore/protocols/rtp_payload_parser/rfc_3984/include/
h264_payload_parser.h 100 * Parse RTP payload for interleaved mode. To implement the interleaved mode is to re-order NAL units from
107 * After the priority queue queues up to srop-interleaving-depth + 1 NAL units during the initial buffering,
111 * NAL units after the initial buffering.

Completed in 1591 milliseconds

1 2 3 45 6 7 8 91011>>