HomeSort by relevance Sort by last modified time
    Searched full:unit (Results 376 - 400 of 7958) sorted by null

<<11121314151617181920>>

  /pdk/apps/CameraITS/pymodules/its/
dng.py 29 tags respectively. These values have both golden module and per-unit
32 This function is used to take the per-unit gains, ccm, and calibration
37 saved by the same unit, but will differ unit-to-unit.
43 cal: Per-unit calibration matrix, as a list of 9 floats.
95 # Per-unit matrices.
97 # The per-unit calibration matrix for the given illuminant.
122 a given unit. The AsShotNeutral depends on the scene white balance
128 per-unit calibration matrix
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
uchriter.h 136 * Sets the iterator to refer to the first code unit in its
137 * iteration range, and returns that code unit.
139 * @return the first code unit in its iteration range.
145 * Sets the iterator to refer to the first code unit in its
146 * iteration range, returns that code unit, and moves the position
147 * to the second code unit. This is an alternative to setToStart()
149 * @return the first code unit in its iteration range
156 * iteration range, and returns that code unit,
176 * Sets the iterator to refer to the last code unit in its
177 * iteration range, and returns that code unit
    [all...]
  /external/icu/icu4c/source/common/unicode/
uchriter.h 136 * Sets the iterator to refer to the first code unit in its
137 * iteration range, and returns that code unit.
139 * @return the first code unit in its iteration range.
145 * Sets the iterator to refer to the first code unit in its
146 * iteration range, returns that code unit, and moves the position
147 * to the second code unit. This is an alternative to setToStart()
149 * @return the first code unit in its iteration range
156 * iteration range, and returns that code unit,
176 * Sets the iterator to refer to the last code unit in its
177 * iteration range, and returns that code unit
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
tmunit.h 14 * \brief C++ API: time unit object
25 * Measurement unit for time units.
49 * @param timeUnitField time unit field based on which the instance
113 * Get time unit field.
114 * @return time unit field.
  /external/proguard/src/proguard/evaluation/
BasicBranchUnit.java 28 * This BranchUnit remembers the branch unit commands that are invoked on it.
41 * Resets the flag that tells whether any of the branch unit commands was
50 * Sets the flag that tells whether any of the branch unit commands was
59 * Returns whether any of the branch unit commands was called.
69 * methods of the branch unit are called.
  /external/qemu/
android-rebuild.sh 90 echo "WARNING: Wine is not installed on this machine!! Unit tests will be ignored!!"
96 echo "Running 32-bit unit test suite."
104 echo "Running 64-bit unit test suite."
112 panic "Unit test failures: $FAILURES"
115 echo "Ignoring unit tests suite."
  /frameworks/base/media/java/android/mtp/
MtpStorage.java 23 * This class represents a storage unit on an MTP device.
48 * Returns the storage ID for the storage unit
69 * Returns the file path for the storage unit's storage in the file system
78 * Returns the description string for the storage unit
80 * @return the storage unit description
  /external/llvm/lib/Target/PowerPC/
PPCScheduleG5.td 14 def G5_BPU : FuncUnit; // Branch unit
15 def G5_SLU : FuncUnit; // Store/load unit
16 def G5_SRU : FuncUnit; // special register unit
17 def G5_IU1 : FuncUnit; // integer unit 1 (simple)
18 def G5_IU2 : FuncUnit; // integer unit 2 (complex)
19 def G5_FPU1 : FuncUnit; // floating point unit 1
20 def G5_FPU2 : FuncUnit; // floating point unit 2
21 def G5_VPU : FuncUnit; // vector permutation unit
22 def G5_VIU1 : FuncUnit; // vector integer unit 1 (simple)
23 def G5_VIU2 : FuncUnit; // vector integer unit 2 (complex
    [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusFont.h 112 IN Unit unit
120 unit,
136 IN Unit unit,
151 unit,
235 inline Unit
238 Unit unit; local
239 SetStatus(DllExports::GdipGetFontUnit(nativeFont, &unit));
    [all...]
  /external/chromium_org/third_party/icu/source/test/testdata/
ra.xlf 12 <trans-unit id = "TestArray_0" translate = "yes">
16 </trans-unit>
17 <trans-unit id = "TestArray_1" restype = "x-icu-integer" translate = "yes">
21 </trans-unit>
22 <bin-unit id = "TestArray_2" mime-type = "application" restype = "x-icu-binary" translate = "yes">
28 </bin-unit>
30 <bin-unit id = "TestImpport" resname = "TestImpport" mime-type = "application" restype = "x-icu-binary" translate = "yes">
36 </bin-unit>
37 <trans-unit id = "TestInclude" resname = "TestInclude" translate = "yes">
333 </trans-unit>
    [all...]
  /external/icu/icu4c/source/test/testdata/
ra.xlf 12 <trans-unit id = "TestArray_0" translate = "yes">
16 </trans-unit>
17 <trans-unit id = "TestArray_1" restype = "x-icu-integer" translate = "yes">
21 </trans-unit>
22 <bin-unit id = "TestArray_2" mime-type = "application" restype = "x-icu-binary" translate = "yes">
28 </bin-unit>
30 <bin-unit id = "TestImpport" resname = "TestImpport" mime-type = "application" restype = "x-icu-binary" translate = "yes">
36 </bin-unit>
37 <trans-unit id = "TestInclude" resname = "TestInclude" translate = "yes">
333 </trans-unit>
    [all...]
  /external/oprofile/gui/
oprof_start.h 36 /// unit mask values if applicable
37 op_unit_mask const * unit; member in struct:op_event_descr
95 /// calculate unit mask for given event and unit mask part
97 /// calculate unit mask for given event
99 /// set the unit mask widgets for given event
108 /// hide unit mask widgets
  /external/zlib/src/contrib/dotzlib/
readme.txt 18 Unit tests:
20 The file DotZLib/UnitTests.cs contains unit tests for use with NUnit 2.1 or higher.
21 To include unit tests in the build, define nunit before building.
31 DotZLib/UnitTests.cs for instructions on how to include unit tests in the
39 nunit={true|false} to include or esclude unit tests (default=true).
47 will build a release mode version of the library without unit tests.
49 will build a debug version of the library with unit tests
  /external/chromium_org/chrome/browser/extensions/api/system_display/
system_display_apitest.cc 141 // Update the content of the |unit| obtained for |display| using
145 extensions::api::system_display::DisplayUnitInfo* unit) OVERRIDE {
147 unit->name = "DISPLAY NAME FOR " + base::Int64ToString(id);
149 unit->mirroring_source_id = "0";
150 unit->is_primary = id == 0 ? true : false;
151 unit->is_internal = id == 0 ? true : false;
152 unit->is_enabled = true;
153 unit->rotation = (90 * id) % 360;
154 unit->dpi_x = 96.0;
155 unit->dpi_y = 96.0
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_state_tss.c 58 unsigned unit; member in struct:bind_queue::__anon17750
123 queue.bind[queue.bind_count].unit = i;
145 ts[i].stage = queue.bind[i].unit;
197 queue.bind[queue.bind_count].unit = i;
216 ts[i].stage = queue.bind[i].unit;
253 #define EMIT_TS(svga, unit, val, token, fail) \
255 assert(unit < Elements(svga->state.hw_draw.ts)); \
256 assert(SVGA3D_TS_##token < Elements(svga->state.hw_draw.ts[unit])); \
257 if (svga->state.hw_draw.ts[unit][SVGA3D_TS_##token] != val) { \
258 svga_queue_tss( &queue, unit, SVGA3D_TS_##token, val );
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_maos_verts.c 315 GLuint unit; local
345 for (unit = 0; unit < ctx->Const.MaxTextureUnits; unit++) {
346 if (inputs & VERT_BIT_TEX(unit)) {
347 req |= RADEON_ST_BIT(unit);
350 if (VB->AttribPtr[_TNL_ATTRIB_TEX0 + unit]->size >= 3) {
351 req |= RADEON_Q_BIT(unit);
352 vtx |= RADEON_Q_BIT(unit);
354 if ( (ctx->Texture.Unit[unit].TexGenEnabled & (R_BIT | Q_BIT))
    [all...]
radeon_tex.c 262 GLuint unit = ctx->Texture.CurrentUnit; local
263 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
276 if ( rmesa->hw.tex[unit].cmd[TEX_PP_TFACTOR] != envColor ) {
277 RADEON_STATECHANGE( rmesa, tex[unit] );
278 rmesa->hw.tex[unit].cmd[TEX_PP_TFACTOR] = envColor;
302 if ( (rmesa->hw.tex[unit].cmd[TEX_PP_TXFILTER] & RADEON_LOD_BIAS_MASK) != b ) {
303 RADEON_STATECHANGE( rmesa, tex[unit] );
304 rmesa->hw.tex[unit].cmd[TEX_PP_TXFILTER] &= ~RADEON_LOD_BIAS_MASK;
305 rmesa->hw.tex[unit].cmd[TEX_PP_TXFILTER] |= (b & RADEON_LOD_BIAS_MASK)
398 GLuint unit = ctx->Texture.CurrentUnit; local
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_tss.c 58 unsigned unit; member in struct:bind_queue::__anon31309
123 queue.bind[queue.bind_count].unit = i;
145 ts[i].stage = queue.bind[i].unit;
197 queue.bind[queue.bind_count].unit = i;
216 ts[i].stage = queue.bind[i].unit;
253 #define EMIT_TS(svga, unit, val, token, fail) \
255 assert(unit < Elements(svga->state.hw_draw.ts)); \
256 assert(SVGA3D_TS_##token < Elements(svga->state.hw_draw.ts[unit])); \
257 if (svga->state.hw_draw.ts[unit][SVGA3D_TS_##token] != val) { \
258 svga_queue_tss( &queue, unit, SVGA3D_TS_##token, val );
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_maos_verts.c 315 GLuint unit; local
345 for (unit = 0; unit < ctx->Const.MaxTextureUnits; unit++) {
346 if (inputs & VERT_BIT_TEX(unit)) {
347 req |= RADEON_ST_BIT(unit);
350 if (VB->AttribPtr[_TNL_ATTRIB_TEX0 + unit]->size >= 3) {
351 req |= RADEON_Q_BIT(unit);
352 vtx |= RADEON_Q_BIT(unit);
354 if ( (ctx->Texture.Unit[unit].TexGenEnabled & (R_BIT | Q_BIT))
    [all...]
radeon_tex.c 262 GLuint unit = ctx->Texture.CurrentUnit; local
263 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
276 if ( rmesa->hw.tex[unit].cmd[TEX_PP_TFACTOR] != envColor ) {
277 RADEON_STATECHANGE( rmesa, tex[unit] );
278 rmesa->hw.tex[unit].cmd[TEX_PP_TFACTOR] = envColor;
302 if ( (rmesa->hw.tex[unit].cmd[TEX_PP_TXFILTER] & RADEON_LOD_BIAS_MASK) != b ) {
303 RADEON_STATECHANGE( rmesa, tex[unit] );
304 rmesa->hw.tex[unit].cmd[TEX_PP_TXFILTER] &= ~RADEON_LOD_BIAS_MASK;
305 rmesa->hw.tex[unit].cmd[TEX_PP_TXFILTER] |= (b & RADEON_LOD_BIAS_MASK)
398 GLuint unit = ctx->Texture.CurrentUnit; local
    [all...]
  /external/ppp/pppd/
ipv6cp.c 68 est une f?d?ration d'unit?s mixtes de recherche du CNRS, de l'Institut National
91 The research unit in Software, Systems, Networks (LSR) is member of IMAG.
413 ipv6cp_init(unit)
414 int unit;
416 fsm *f = &ipv6cp_fsm[unit];
417 ipv6cp_options *wo = &ipv6cp_wantoptions[unit];
418 ipv6cp_options *ao = &ipv6cp_allowoptions[unit];
420 f->unit = unit;
423 fsm_init(&ipv6cp_fsm[unit]);
    [all...]
upap.c 109 upap_state upap[NUM_PPP]; /* UPAP state; one for each unit */
121 * upap_init - Initialize a UPAP unit.
124 upap_init(unit)
125 int unit;
127 upap_state *u = &upap[unit];
129 u->us_unit = unit;
149 upap_authwithpeer(unit, user, password)
150 int unit;
153 upap_state *u = &upap[unit];
179 upap_authpeer(unit)
    [all...]
  /external/ltrace/sysdeps/linux-gnu/metag/
trace.c 38 /* unit codes */
109 /* 2-bit base unit (BU) mapping. */
118 get_regval_from_unit(enum metag_unitnum unit, unsigned int reg,
126 if ((unit == METAG_UNIT_A0) || (unit == METAG_UNIT_A1)) {
129 } else if ((unit == METAG_UNIT_D0) || (unit == METAG_UNIT_D1)) {
134 switch(unit) {
145 assert(unit != unit);
163 unsigned int unit = 0, reg; local
    [all...]
  /build/tools/droiddoc/templates-ds/assets/
android-developer-docs.css 1357 .g-tpl-240 .g-unit,
1358 .g-unit .g-tpl-240 .g-unit,
1359 .g-unit .g-unit .g-tpl-240 .g-unit {
1365 .g-unit .g-unit .g-tpl-240 .g-first,
1366 .g-unit .g-tpl-240 .g-first,
1374 .g-tpl-240-alt .g-unit,
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.css 1357 .g-tpl-240 .g-unit,
1358 .g-unit .g-tpl-240 .g-unit,
1359 .g-unit .g-unit .g-tpl-240 .g-unit {
1365 .g-unit .g-unit .g-tpl-240 .g-first,
1366 .g-unit .g-tpl-240 .g-first,
1374 .g-tpl-240-alt .g-unit,
    [all...]

Completed in 785 milliseconds

<<11121314151617181920>>