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

1 2 3 45 6 7 8 91011>>

  /external/oprofile/events/x86-64/family15h/
unit_masks 1 # AMD Generic unit masks
16 0x0 No unit mask
  /frameworks/base/media/java/android/mtp/
MtpStorageInfo.java 20 * This class encapsulates information about a storage unit on an MTP device.
37 * Returns the storage ID for the storage unit.
38 * The storage ID uniquely identifies the storage unit on the MTP device.
47 * Returns the maximum storage capacity for the storage unit in bytes
56 * Returns the amount of free space in the storage unit in bytes
65 * Returns the description string for the storage unit.
69 * @return the storage unit description
76 * Returns the volume identifier for the storage unit
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
sound.h 33 extern int register_sound_special(const struct file_operations *fops, int unit);
34 extern int register_sound_special_device(const struct file_operations *fops, int unit, struct device *dev);
39 extern void unregister_sound_special(int unit);
40 extern void unregister_sound_mixer(int unit);
41 extern void unregister_sound_midi(int unit);
42 extern void unregister_sound_dsp(int unit);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sound.h 33 extern int register_sound_special(const struct file_operations *fops, int unit);
34 extern int register_sound_special_device(const struct file_operations *fops, int unit, struct device *dev);
39 extern void unregister_sound_special(int unit);
40 extern void unregister_sound_mixer(int unit);
41 extern void unregister_sound_midi(int unit);
42 extern void unregister_sound_dsp(int unit);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sound.h 33 extern int register_sound_special(const struct file_operations *fops, int unit);
34 extern int register_sound_special_device(const struct file_operations *fops, int unit, struct device *dev);
39 extern void unregister_sound_special(int unit);
40 extern void unregister_sound_mixer(int unit);
41 extern void unregister_sound_midi(int unit);
42 extern void unregister_sound_dsp(int unit);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_texstate.c 260 * Texture unit state management
263 static GLboolean radeonUpdateTextureEnv( struct gl_context *ctx, int unit )
266 const struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
276 /* texUnit->_Current can be NULL if and only if the texture unit is
283 fprintf( stderr, "%s( %p, %d )\n", __FUNCTION__, (void *)ctx, unit );
295 rmesa->state.texture.unit[unit].format = 0;
296 rmesa->state.texture.unit[unit].envMode = 0
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texstate.c 260 * Texture unit state management
263 static GLboolean radeonUpdateTextureEnv( struct gl_context *ctx, int unit )
266 const struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
276 /* texUnit->_Current can be NULL if and only if the texture unit is
283 fprintf( stderr, "%s( %p, %d )\n", __FUNCTION__, (void *)ctx, unit );
295 rmesa->state.texture.unit[unit].format = 0;
296 rmesa->state.texture.unit[unit].envMode = 0
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
samplerobj.h 32 _mesa_get_samplerobj(struct gl_context *ctx, GLuint unit)
34 if (ctx->Texture.Unit[unit].Sampler)
35 return ctx->Texture.Unit[unit].Sampler;
36 else if (ctx->Texture.Unit[unit]._Current)
37 return &ctx->Texture.Unit[unit]._Current->Sampler;
83 _mesa_BindSampler(GLuint unit, GLuint sampler)
    [all...]
texstate.c 79 /* per-unit state */
81 dst->Texture.Unit[u].Enabled = src->Texture.Unit[u].Enabled;
82 dst->Texture.Unit[u].EnvMode = src->Texture.Unit[u].EnvMode;
83 COPY_4V(dst->Texture.Unit[u].EnvColor, src->Texture.Unit[u].EnvColor);
84 dst->Texture.Unit[u].TexGenEnabled = src->Texture.Unit[u].TexGenEnabled;
85 dst->Texture.Unit[u].GenS = src->Texture.Unit[u].GenS
495 GLuint unit; local
    [all...]
  /external/mesa3d/src/mesa/main/
samplerobj.h 32 _mesa_get_samplerobj(struct gl_context *ctx, GLuint unit)
34 if (ctx->Texture.Unit[unit].Sampler)
35 return ctx->Texture.Unit[unit].Sampler;
36 else if (ctx->Texture.Unit[unit]._Current)
37 return &ctx->Texture.Unit[unit]._Current->Sampler;
83 _mesa_BindSampler(GLuint unit, GLuint sampler)
    [all...]
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.ml 13 external register_exns: exn -> unit
65 external dispose: t -> unit
67 external add_module: Llvm.llmodule -> t -> unit
76 external run_static_ctors: t -> unit
78 external run_static_dtors: t -> unit
83 external free_machine_code: Llvm.llvalue -> t -> unit
92 add_global_mapping: llvalue -> llgenericvalue -> t -> unit
93 clear_all_global_mappings: t -> unit
94 update_global_mapping: llvalue -> llgenericvalue -> t -> unit
100 store_value_to_memory: llgenericvalue -> llgenericvalue -> lltype -> unit
    [all...]
  /external/llvm/bindings/ocaml/transforms/ipo/
ipo_ocaml.c 22 /* [`Module] Llvm.PassManager.t -> unit */
28 /* [`Module] Llvm.PassManager.t -> unit */
34 /* [`Module] Llvm.PassManager.t -> unit */
40 /* [`Module] Llvm.PassManager.t -> unit */
46 /* [`Module] Llvm.PassManager.t -> unit */
52 /* [`Module] Llvm.PassManager.t -> unit */
58 /* [`Module] Llvm.PassManager.t -> unit */
64 /* [`Module] Llvm.PassManager.t -> unit */
70 /* [`Module] Llvm.PassManager.t -> unit */
76 /* [`Module] Llvm.PassManager.t -> unit */
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/value/
value_unittest_.py 31 a = value.Value(page0, 'x', 'unit', important=False)
32 b = value.Value(page1, 'x', 'unit', important=False)
38 a = value.Value(page0, 'x', 'unit', important=False)
42 a = value.Value(page0, 'x', 'unit', important=False)
43 b = value.Value(page0, 'x', 'unit', important=True)
46 a = value.Value(page0, 'x', 'unit', important=False)
47 b = value.ScalarValue(page0, 'x', 'unit', 3, important=True)
list_of_scalar_values_unittest.py 31 page0, 'x', 'unit',
34 page0, 'x', 'unit',
42 self.assertEquals('unit', vM.units)
50 page0, 'x', 'unit',
53 page0, 'x', 'unit',
61 self.assertEquals('unit', vM.units)
69 page0, 'x', 'unit',
72 page0, 'x', 'unit',
80 self.assertEquals('unit', vM.units)
  /external/antlr/antlr-3.4/runtime/Ruby/
rakefile 18 "test/unit/test-dfa.rb",
19 "test/unit/test-tree-wizard.rb",
20 "test/unit/test-streams.rb",
21 "test/unit/test-recognizers.rb",
22 "test/unit/test-trees.rb",
23 "test/unit/test-exceptions.rb",
24 "test/unit/test-scope.rb",
25 "test/unit/test-scheme.rb",
26 "test/unit/test-template.rb",
  /external/chromium_org/third_party/skia/src/gpu/
FlingState.cpp 40 static void unit_axis_align(SkVector* unit) {
42 if (SkScalarAbs(unit->fX) < TOLERANCE) {
43 unit->fX = 0;
44 unit->fY = SkScalarSign(unit->fY);
45 } else if (SkScalarAbs(unit->fY) < TOLERANCE) {
46 unit->fX = SkScalarSign(unit->fX);
47 unit->fY = 0;
  /external/skia/src/gpu/
FlingState.cpp 40 static void unit_axis_align(SkVector* unit) {
42 if (SkScalarAbs(unit->fX) < TOLERANCE) {
43 unit->fX = 0;
44 unit->fY = SkScalarSign(unit->fY);
45 } else if (SkScalarAbs(unit->fY) < TOLERANCE) {
46 unit->fX = SkScalarSign(unit->fX);
47 unit->fY = 0;
  /external/chromium_org/chrome/browser/ui/webui/performance_monitor/
performance_monitor_ui_constants.cc 40 const UnitDetails* GetUnitDetails(Unit unit) {
41 if (unit == UNIT_UNDEFINED) {
42 LOG(ERROR) << "Request for undefined unit";
46 return &kUnitDetailsList[unit];
  /external/icu4c/test/intltest/
tufmtts.h 36 * This tests that requests for short unit names correctly fall back
37 * to long unit names for a locale where the locale data does not
38 * provide short unit names. As of CLDR 1.9, Greek is one such language.
44 * This tests that if the plural count listed in time unit format does not
46 * time unit format will be ingored and subsequently, fall back will kick in
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.util_3.2.100.v20100503.jar 
  /external/chromium_org/content/browser/indexed_db/
indexed_db_connection.h 22 // These methods are virtual to allow subclassing in unit tests.
31 // NULL in some unit tests, and after the connection is closed.
35 // May be NULL in unit tests.
  /external/chromium_org/third_party/icu/source/i18n/unicode/
measure.h 30 * An amount of a specified unit, consisting of a number and a Unit.
32 * unit, such as feet or meters. This is an abstract class.
33 * Subclasses specify a concrete Unit type.
49 * unit. After this call, the caller must not delete the given
50 * unit object.
52 * @param adoptedUnit the unit object, which must not be NULL
53 * @param ec input-output error code. If the amount or the unit
101 * Return a reference to the unit of this object.
120 * The unit of this object, e.g., "millimeter" or "JPY". This i
123 MeasureUnit* unit; member in class:Measure
    [all...]
tmutamt.h 14 * \brief C++ API: time unit amount object.
26 * Express a duration as a time unit and number. Patterned after Currency.
35 * given time unit.
37 * @param timeUnitField the time unit field of a time unit
51 * given time unit.
53 * @param timeUnitField the time unit field on which a time unit amount
141 * Get the time unit.
142 * @return time unit object
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tufmtts.h 36 * This tests that requests for short unit names correctly fall back
37 * to long unit names for a locale where the locale data does not
38 * provide short unit names. As of CLDR 1.9, Greek is one such language.
  /external/compiler-rt/lib/
lit.common.unit.configured.in 4 # Generic config options for all compiler-rt unit tests.
21 # Setup attributes common for all compiler-rt unit tests.
22 lit.load_config(config, "@COMPILER_RT_SOURCE_DIR@/lib/lit.common.unit.cfg")

Completed in 2079 milliseconds

1 2 3 45 6 7 8 91011>>