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

<<21222324252627282930>>

  /external/chromium_org/components/storage_monitor/
media_transfer_protocol_device_observer_linux.h 51 // Only used in unit tests.
58 // Exposed for unit tests.
82 // handler for unit testing.
  /external/chromium_org/content/public/test/
test_browser_thread_bundle.h 6 // TestBrowserThreads in unit tests. For most tests, it is sufficient to
17 // Unit tests should use base::RunLoop (e.g., base::RunLoop().RunUntilIdle()).
50 // threads. The UI thread is always the main thread in a unit test.
  /external/chromium_org/content/renderer/media/
webrtc_uma_histograms.h 61 // Protected so that unit tests can test without this being a
65 // Overridable by unit tests.
69 // private so that unit tests can call it.
  /external/chromium_org/ppapi/shared_impl/
ppb_gamepad_shared.h 25 // This must match the definition of blink::Gamepad. The GamepadHost unit test
59 // This must match the definition of blink::Gamepads. The GamepadHost unit
72 // content/common/gamepad_hardware_buffer.h. The GamepadHost unit test has
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen7_disable.c 36 /* Disable the Geometry Shader (GS) Unit */
67 /* Disable the HS Unit */
101 /* Disable the DS Unit */
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_tcl.h 53 #define RADEON_TCL_FALLBACK_TEXGEN_0 0x10 /* texgen, unit 0 */
54 #define RADEON_TCL_FALLBACK_TEXGEN_1 0x20 /* texgen, unit 1 */
55 #define RADEON_TCL_FALLBACK_TEXGEN_2 0x40 /* texgen, unit 2 */
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
attrib.c 320 attr->Texture[i] = ctx->Texture.Unit[i].Enabled;
321 attr->TexGen[i] = ctx->Texture.Unit[i].TexGenEnabled;
440 ctx->Texture.Unit[u].CurrentTex[tex]);
448 ctx->Texture.Unit[u].CurrentTex[tex]);
630 /* texture unit enables */
635 if (ctx->Texture.Unit[i].Enabled != enabled) {
657 if (ctx->Texture.Unit[i].TexGenEnabled != genEnabled) {
681 const struct gl_texture_unit *unit = &texstate->Texture.Unit[u]; local
685 _mesa_set_enable(ctx, GL_TEXTURE_1D, !!(unit->Enabled & TEXTURE_1D_BIT))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_execute.h 33 GLfloat lambda, GLuint unit, GLfloat color[4]);
39 GLuint unit, GLfloat color[4]);
70 const GLubyte *Samplers; /** Array mapping sampler var to tex unit */
  /external/chromium_org/tools/perf/metrics/
media.py 58 def AddOneResult(metric, unit):
66 results.current_page, trace_name, unit,
71 results.current_page, trace_name, unit, value=float(metrics[m]),
  /external/cmockery/cmockery_0_1_2/packages/rpm/
rpm.spec 11 Summary: Lightweight C unit testing framework.
26 process of writing unit tests for C applications.
29 Summary: Lightweight C unit testing framework.
  /external/llvm/bindings/ocaml/transforms/vectorize/
vectorize_ocaml.c 22 /* [<Llvm.PassManager.any] Llvm.PassManager.t -> unit */
28 /* [<Llvm.PassManager.any] Llvm.PassManager.t -> unit */
34 /* [<Llvm.PassManager.any] Llvm.PassManager.t -> unit */
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_disable.c 36 /* Disable the Geometry Shader (GS) Unit */
67 /* Disable the HS Unit */
101 /* Disable the DS Unit */
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tcl.h 53 #define RADEON_TCL_FALLBACK_TEXGEN_0 0x10 /* texgen, unit 0 */
54 #define RADEON_TCL_FALLBACK_TEXGEN_1 0x20 /* texgen, unit 1 */
55 #define RADEON_TCL_FALLBACK_TEXGEN_2 0x40 /* texgen, unit 2 */
  /external/mesa3d/src/mesa/main/
attrib.c 320 attr->Texture[i] = ctx->Texture.Unit[i].Enabled;
321 attr->TexGen[i] = ctx->Texture.Unit[i].TexGenEnabled;
440 ctx->Texture.Unit[u].CurrentTex[tex]);
448 ctx->Texture.Unit[u].CurrentTex[tex]);
630 /* texture unit enables */
635 if (ctx->Texture.Unit[i].Enabled != enabled) {
657 if (ctx->Texture.Unit[i].TexGenEnabled != genEnabled) {
681 const struct gl_texture_unit *unit = &texstate->Texture.Unit[u]; local
685 _mesa_set_enable(ctx, GL_TEXTURE_1D, !!(unit->Enabled & TEXTURE_1D_BIT))
    [all...]
  /external/mesa3d/src/mesa/program/
prog_execute.h 33 GLfloat lambda, GLuint unit, GLfloat color[4]);
39 GLuint unit, GLfloat color[4]);
70 const GLubyte *Samplers; /** Array mapping sampler var to tex unit */
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
TexturePropertyAccessor.java 26 * texture unit ({@link GLStateType#ACTIVE_TEXTURE_UNIT}), and then identifying the texture
27 * that is bound to that unit.
53 // identify the texture that is bound in the current active texture unit
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 281 external register_exns : exn -> unit = "llvm_register_core_exns"
284 external install_fatal_error_handler : (string -> unit) -> unit
286 external reset_fatal_error_handler : unit -> unit
288 external enable_pretty_stacktrace : unit -> unit
300 external create_context : unit -> llcontext = "llvm_create_context"
301 external dispose_context : llcontext -> unit = "llvm_dispose_context"
302 external global_context : unit -> llcontext = "llvm_global_context
    [all...]
llvm_ocaml.c 67 CAMLprim value llvm_reset_fatal_error_handler(value Unit) {
73 CAMLprim value llvm_enable_pretty_stacktrace(value Unit) {
122 /* unit -> llcontext */
123 CAMLprim LLVMContextRef llvm_create_context(value Unit) {
127 /* llcontext -> unit */
133 /* unit -> llcontext */
134 CAMLprim LLVMContextRef llvm_global_context(value Unit) {
152 /* llmodule -> unit */
163 /* string -> llmodule -> unit */
174 /* string -> llmodule -> unit */
    [all...]
  /external/lldb/include/lldb/Symbol/
CompileUnit.h 23 /// @brief A class that describes a compilation unit.
25 /// A representation of a compilation unit, or compiled source file.
26 /// The UserID of the compile unit is specified by the SymbolFile
30 /// Each compile unit has a list of functions, global and static
45 /// Initialize the compile unit given the owning \a module, a path
50 /// The parent module that owns this compile unit. This value
57 /// The path to the source file for this compile unit.
60 /// The user ID of the compile unit. This value is supplied by
63 /// information for the compile unit.
67 /// of this compile unit
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
RationalTest.java 36 private static final Rational UNIT = new Rational(1, 1);
181 // unit is equal to itself
182 assertCompareEquals(UNIT, new Rational(1, 1));
186 assertGreaterThan(NaN, UNIT);
193 assertGreaterThan(POSITIVE_INFINITY, UNIT);
199 assertLessThan(NEGATIVE_INFINITY, UNIT);
223 assertFinite(UNIT, true);
230 assertInfinite(UNIT, false);
237 assertNaN(UNIT, false);
244 assertZero(UNIT, false)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tom.h 305 virtual HRESULT WINAPI Expand(__LONG32 Unit,__LONG32 *pDelta) = 0;
306 virtual HRESULT WINAPI GetIndex(__LONG32 Unit,__LONG32 *pIndex) = 0;
307 virtual HRESULT WINAPI SetIndex(__LONG32 Unit,__LONG32 Index,__LONG32 Extend) = 0;
313 virtual HRESULT WINAPI StartOf(__LONG32 Unit,__LONG32 Extend,__LONG32 *pDelta) = 0;
314 virtual HRESULT WINAPI EndOf(__LONG32 Unit,__LONG32 Extend,__LONG32 *pDelta) = 0;
315 virtual HRESULT WINAPI Move(__LONG32 Unit,__LONG32 Count,__LONG32 *pDelta) = 0;
316 virtual HRESULT WINAPI MoveStart(__LONG32 Unit,__LONG32 Count,__LONG32 *pDelta) = 0;
317 virtual HRESULT WINAPI MoveEnd(__LONG32 Unit,__LONG32 Count,__LONG32 *pDelta) = 0;
327 virtual HRESULT WINAPI Delete(__LONG32 Unit,__LONG32 Count,__LONG32 *pDelta) = 0;
367 HRESULT (WINAPI *Expand)(ITextRange *This,__LONG32 Unit,__LONG32 *pDelta)
    [all...]
  /cts/tests/signature-tests/src/android/signature/cts/tests/
AllTests.java 23 * Finds all instrumentation and unit tests for this application.
  /cts/tests/tests/nativemedia/sl/
Android.mk 1 # Build the unit tests.
  /cts/tests/tests/nativemedia/xa/
Android.mk 1 # Build the unit tests.
  /dalvik/dx/src/com/android/dx/io/instructions/
DecodedInstruction.java 128 * Gets the opcode, as a code unit.
139 * Gets the index, as a code unit.
165 * address, as a code unit. This will throw if the value is out of
166 * the range of a signed code unit.
212 * Gets the literal value, as a code unit. This will throw if the
213 * value is out of the range of a signed code unit.
270 * Gets the register count, as a code unit. This will throw if the
271 * value is out of the range of an unsigned code unit.
285 * Gets the A register number, as a code unit. This will throw if the
286 * value is out of the range of an unsigned code unit
    [all...]

Completed in 1088 milliseconds

<<21222324252627282930>>