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

<<21222324252627282930>>

  /packages/apps/Gallery/tests/src/com/android/camera/
UnitTests.java 25 * TestSuite for all Camera unit tests.
33 .named("Camera Unit Tests")
  /packages/providers/ContactsProvider/
Android.mk 15 # The Emma tool analyzes code coverage when running unit tests on the
22 # The Emma tool analyzes code coverage when running unit tests on the
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
if_ppp.h 138 #define PPPIOCGUNIT _IOR('t', 86, int) /* get ppp unit number */
141 #define PPPIOCGMRU _IOR('t', 83, int) /* get max receive unit */
142 #define PPPIOCSMRU _IOW('t', 82, int) /* set max receive unit */
146 #define PPPIOCXFERUNIT _IO('t', 78) /* transfer PPP unit */
155 #define PPPIOCNEWUNIT _IOWR('t', 62, int) /* create new ppp unit */
156 #define PPPIOCATTACH _IOW('t', 61, int) /* attach to ppp unit */
157 #define PPPIOCDETACH _IOW('t', 60, int) /* detach from ppp unit/chan */
159 #define PPPIOCCONNECT _IOW('t', 58, int) /* connect channel to unit */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
if_ppp.h 138 #define PPPIOCGUNIT _IOR('t', 86, int) /* get ppp unit number */
141 #define PPPIOCGMRU _IOR('t', 83, int) /* get max receive unit */
142 #define PPPIOCSMRU _IOW('t', 82, int) /* set max receive unit */
146 #define PPPIOCXFERUNIT _IO('t', 78) /* transfer PPP unit */
155 #define PPPIOCNEWUNIT _IOWR('t', 62, int) /* create new ppp unit */
156 #define PPPIOCATTACH _IOW('t', 61, int) /* attach to ppp unit */
157 #define PPPIOCDETACH _IOW('t', 60, int) /* detach from ppp unit/chan */
159 #define PPPIOCCONNECT _IOW('t', 58, int) /* connect channel to unit */
  /system/core/libnativebridge/tests/
Android.mk 1 # Build the unit tests.
5 # Build the unit tests.
  /system/core/logd/
event.logtags 16 # (<name>|data type[|data unit])
25 # The data unit is a number taken from the following list:
  /external/ppp/pppd/
lcp.c 336 lcp_init(unit)
337 int unit;
339 fsm *f = &lcp_fsm[unit];
340 lcp_options *wo = &lcp_wantoptions[unit];
341 lcp_options *ao = &lcp_allowoptions[unit];
343 f->unit = unit;
376 lcp_open(unit)
377 int unit;
379 fsm *f = &lcp_fsm[unit];
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
selfmts.cpp 41 * Unit tests of SelectFormat class.
113 dataerrln("ERROR: SelectFormat Unit Test constructor failed in unit tests.- exitting");
118 logln("SelectFormat Unit Test : Testing SelectFormat pattern syntax.");
125 errln("\nERROR: Unexpected result - SelectFormat Unit Test failed to detect syntax error with pattern: "+checkSyntaxData[i]+" and expected status="+ u_errorName(expErrorCodes[i]) + " and resulted status="+u_errorName(status));
132 logln("SelectFormat Unit Test : Creating format object for Testing applying various patterns");
137 errln("ERROR: SelectFormat Unit Test constructor failed in unit tests.- exitting");
142 logln("SelectFormat Unit test: Testing applyPattern() and format() ...");
150 errln("ERROR: SelectFormat Unit Test failed to apply pattern- "+patternTestData[i] )
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_fragprog.c 80 GLuint unit, GLfloat color[4] )
82 const struct gl_texture_object *texObj = ctx->Texture.Unit[unit]._Current;
87 const struct gl_sampler_object *samp = _mesa_get_samplerobj(ctx, unit);
91 swrast->TextureSample[unit](ctx, samp, ctx->Texture.Unit[unit]._Current,
112 GLfloat lodBias, GLuint unit, GLfloat color[4] )
115 const struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
    [all...]
  /external/icu/icu4c/source/test/intltest/
selfmts.cpp 42 * Unit tests of SelectFormat class.
99 dataerrln("ERROR: SelectFormat Unit Test constructor failed in unit tests.- exitting");
104 logln("SelectFormat Unit Test : Testing SelectFormat pattern syntax.");
111 errln("\nERROR: Unexpected result - SelectFormat Unit Test failed to detect syntax error with pattern: "+checkSyntaxData[i]);
130 logln("SelectFormat Unit Test : Creating format object for Testing applying various patterns");
135 errln("ERROR: SelectFormat Unit Test constructor failed in unit tests.- exitting");
140 logln("SelectFormat Unit test: Testing applyPattern() and format() ...");
148 errln("ERROR: SelectFormat Unit Test failed to apply pattern- "+patternTestData[i] )
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_fragprog.c 80 GLuint unit, GLfloat color[4] )
82 const struct gl_texture_object *texObj = ctx->Texture.Unit[unit]._Current;
87 const struct gl_sampler_object *samp = _mesa_get_samplerobj(ctx, unit);
91 swrast->TextureSample[unit](ctx, samp, ctx->Texture.Unit[unit]._Current,
112 GLfloat lodBias, GLuint unit, GLfloat color[4] )
115 const struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
AAVCAssembler.cpp 162 sp<ABuffer> unit = new ABuffer(nalSize); local
163 memcpy(unit->data(), &data[2], nalSize);
165 CopyTimes(unit, buffer);
167 addSingleNALUnit(unit);
281 // We found all the fragments that make up the complete NAL unit.
287 sp<ABuffer> unit = new ABuffer(totalSize); local
288 CopyTimes(unit, *queue->begin());
290 unit->data()[0] = (nri << 5) | nalType;
302 memcpy(unit->data() + offset, buffer->data() + 2, buffer->size() - 2);
308 unit->setRange(0, totalSize)
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_test_utils.h 24 // manually (e.g., in unit tests within Autofill core code). The returned
65 // A unit testing utility that is common to a number of the Autofill unit
82 // A unit testing utility that is common to a number of the Autofill unit
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
codeunit.py 1 """Code unit (module) handling for Coverage."""
38 """Code unit: a filename or module.
42 `name` is a human-readable name for this code unit.
88 """A base for a flat filename to correspond to this code unit.
104 """Return an open file for reading the source of the code unit."""
  /external/clang/test/Frontend/
mfpmath.c 11 // CHECK-XYZ: error: unknown FP unit 'xyz'
15 // CHECK-NO-387: error: the '387' unit is not supported with this instruction set
19 // CHECK-NO-SSE: error: the 'sse' unit is not supported with this instruction set
35 // CHECK-FOO: unknown FP unit 'foo'
43 // CHECK-NO-NEON: error: the 'neon' unit is not supported with this instruction set
  /external/llvm/lib/CodeGen/AsmPrinter/
DebugLocEntry.h 93 /// The compile unit that this location entry is referenced by.
94 const DwarfCompileUnit *Unit;
97 DebugLocEntry() : Begin(nullptr), End(nullptr), Unit(nullptr) {}
100 : Begin(B), End(E), Unit(U) {
117 const DwarfCompileUnit *getCU() const { return Unit; }
  /dalvik/dx/src/com/android/dx/dex/code/
InsnFormat.java 499 * instruction, returning it as a code unit. The opcode
504 * @return the opcode as a code unit
517 * Helper method to combine two bytes into a code unit.
536 * Helper method to combine four nibbles into a code unit.
584 * Writes one code unit to the given output destination.
587 * @param c0 code unit to write
597 * @param c0 code unit to write
598 * @param c1 code unit to write
609 * @param c0 code unit to write
610 * @param c1 code unit to writ
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
InsnFormat.java 500 * instruction, returning it as a code unit. The opcode
505 * @return the opcode as a code unit
519 * Helper method to combine two bytes into a code unit.
538 * Helper method to combine four nibbles into a code unit.
586 * Writes one code unit to the given output destination.
589 * @param c0 code unit to write
599 * @param c0 code unit to write
600 * @param c1 code unit to write
611 * @param c0 code unit to write
612 * @param c1 code unit to writ
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_memmgr.cpp 114 void* FXMEM_DefaultAlloc2(size_t size, size_t unit, int flags)
116 return g_pDefFoxitMgr->Alloc(size * unit, flags);
125 void* FXMEM_DefaultRealloc2(void* p, size_t size, size_t unit, int flags)
128 return FXMEM_DefaultAlloc2(size, unit, flags);
130 return g_pDefFoxitMgr->Realloc(p, size * unit, flags);
136 void* FXMEM_DefaultAllocDebug2(size_t size, size_t unit, int flags, FX_LPCSTR file, int line)
138 return g_pDefFoxitMgr->AllocDebug(size * unit, flags, file, line);
147 void* FXMEM_DefaultReallocDebug2(void* p, size_t size, size_t unit, int flags, FX_LPCSTR file, int line)
150 return FXMEM_DefaultAllocDebug2(size, unit, flags, file, line);
152 return g_pDefFoxitMgr->ReallocDebug(p, size * unit, flags, file, line);
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftest.py 52 def __init__(self, metric, unit=None, iterations=None):
55 self._unit = unit or self.metric_to_unit(metric)
74 def unit(self): member in class:PerfTestMetric
83 def time_unit_to_metric(unit):
84 return {'fps': 'FrameRate', 'runs/s': 'Runs', 'ms': 'Time'}[unit]
136 metric.flattened_iteration_values(), metric.unit())
141 def log_statistics(test_name, values, unit):
158 _log.info('RESULT %s= %s %s' % (test_name, mean, unit))
160 (median, unit, stdev, unit, sorted_values[0], unit, sorted_values[-1], unit)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_tex.c 302 GLuint unit = ctx->Texture.CurrentUnit; local
303 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
318 if ( rmesa->hw.tf.cmd[TF_TFACTOR_0 + unit] != envColor ) {
320 rmesa->hw.tf.cmd[TF_TFACTOR_0 + unit] = envColor;
342 if ( (rmesa->hw.tex[unit].cmd[TEX_PP_TXFORMAT_X] & R200_LOD_BIAS_MASK) != b ) {
343 R200_STATECHANGE( rmesa, tex[unit] );
344 rmesa->hw.tex[unit].cmd[TEX_PP_TXFORMAT_X] &= ~R200_LOD_BIAS_MASK;
345 rmesa->hw.tex[unit].cmd[TEX_PP_TXFORMAT_X] |= b;
353 rmesa->hw.spr.cmd[SPR_POINT_SPRITE_CNTL] |= R200_PS_GEN_TEX_0 << unit;
455 GLuint unit = ctx->Texture.CurrentUnit; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_tex.c 302 GLuint unit = ctx->Texture.CurrentUnit; local
303 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
318 if ( rmesa->hw.tf.cmd[TF_TFACTOR_0 + unit] != envColor ) {
320 rmesa->hw.tf.cmd[TF_TFACTOR_0 + unit] = envColor;
342 if ( (rmesa->hw.tex[unit].cmd[TEX_PP_TXFORMAT_X] & R200_LOD_BIAS_MASK) != b ) {
343 R200_STATECHANGE( rmesa, tex[unit] );
344 rmesa->hw.tex[unit].cmd[TEX_PP_TXFORMAT_X] &= ~R200_LOD_BIAS_MASK;
345 rmesa->hw.tex[unit].cmd[TEX_PP_TXFORMAT_X] |= b;
353 rmesa->hw.spr.cmd[SPR_POINT_SPRITE_CNTL] |= R200_PS_GEN_TEX_0 << unit;
455 GLuint unit = ctx->Texture.CurrentUnit; local
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
RationalTest.java 17 package com.android.mediaframeworktest.unit;
36 * -e class 'com.android.mediaframeworktest.unit.RationalTest' \
43 private static final Rational UNIT = new Rational(1, 1);
200 // unit is equal to itself
201 assertCompareEquals(UNIT, new Rational(1, 1));
205 assertGreaterThan(NaN, UNIT);
212 assertGreaterThan(POSITIVE_INFINITY, UNIT);
218 assertLessThan(NEGATIVE_INFINITY, UNIT);
242 assertFinite(UNIT, true);
249 assertInfinite(UNIT, false)
    [all...]
  /external/chromium_org/media/formats/mp2t/
es_parser_h264_unittest.cc 49 // Get the offset of the start of each access unit.
50 // This function assumes there is only one slice per access unit.
51 // This is a very simplified access unit segmenter that is good
52 // enough for unit tests.
83 // We assume there is only one slice per access unit.
94 // Append an AUD NALU at the beginning of each access unit
182 // of an H264 access unit.
248 // access unit and some bytes of the current access unit
249 // (487 bytes in this unit test but no more than the current access uni
    [all...]
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_cu.h 15 * unit in the .debug_info section of the mapped ELF file.
39 /* STMTL header cached by compilation unit. This header is contained in
43 * unit, not including the unit_length field itself. */
100 * compilation unit.
107 * elf - Instance of ElfFile containing this compilation unit.
116 * elf - Instance of ElfFile containing this compilation unit.
117 * hdr - Pointer to compilation unit header inside mapped .debug_info
142 /* Dumps this compilation unit to the stdout. */
145 /* Gets instance of ElfFile containing this compilation unit. */
155 /* Gets byte size of the pointer type for this compilation unit. *
    [all...]

Completed in 491 milliseconds

<<21222324252627282930>>