HomeSort by relevance Sort by last modified time
    Searched full:unit (Results 451 - 475 of 4500) sorted by null

<<11121314151617181920>>

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerStartStateUnitTest.java 17 package com.android.mediaframeworktest.unit;
24 * Unit test class to test the set of valid and invalid states that
MediaPlayerStopStateUnitTest.java 17 package com.android.mediaframeworktest.unit;
24 * Unit test class to test the set of valid and invalid states that
MediaRecorderPrepareStateUnitTest.java 17 package com.android.mediaframeworktest.unit;
26 * Unit test class to test the set of valid and invalid states that
MediaRecorderResetStateUnitTest.java 17 package com.android.mediaframeworktest.unit;
25 * Unit test class to test the set of valid and invalid states that
MediaRecorderSetAudioEncoderStateUnitTest.java 17 package com.android.mediaframeworktest.unit;
25 * Unit test class to test the set of valid and invalid states that
MediaRecorderSetAudioSourceStateUnitTest.java 17 package com.android.mediaframeworktest.unit;
25 * Unit test class to test the set of valid and invalid states that
MediaRecorderSetOutputFileStateUnitTest.java 17 package com.android.mediaframeworktest.unit;
25 * Unit test class to test the set of valid and invalid states that
MediaRecorderSetOutputFormatStateUnitTest.java 17 package com.android.mediaframeworktest.unit;
25 * Unit test class to test the set of valid and invalid states that
MediaRecorderStartStateUnitTest.java 17 package com.android.mediaframeworktest.unit;
25 * Unit test class to test the set of valid and invalid states that
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
Log.java 62 /** for unit testing */
67 /** for unit testing */
  /frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
AwaitableCompletionListener.java 47 public void awaitOneCallback(long timeout, TimeUnit unit) throws InterruptedException,
49 if (mQueue.poll(timeout, unit) == null) {
AwaitableErrorListener.java 55 public void awaitOneCallback(long timeout, TimeUnit unit) throws InterruptedException,
57 if (mQueue.poll(timeout, unit) == null) {
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
InsnFormat.java 419 * Helper method to combine two bytes into a code unit.
438 * Helper method to combine four nibbles into a code unit.
486 * Writes one code unit to the given output destination.
489 * @param c0 code unit to write
499 * @param c0 code unit to write
500 * @param c1 code unit to write
511 * @param c0 code unit to write
512 * @param c1 code unit to write
513 * @param c2 code unit to write
526 * @param c0 code unit to writ
    [all...]
  /external/clang/include/clang/Basic/
LangOptions.h 127 /// \brief Describes the kind of translation unit being processed.
129 /// \brief The translation unit is a complete translation unit.
131 /// \brief The translation unit is a prefix to a translation unit, and is
134 /// \brief The translation unit is a module.
  /external/icu4c/common/
stringtriebuilder.cpp 138 // Branch on the middle unit.
139 // First, find the middle unit.
142 middleUnits[ltLength]=getElementUnit(i, unitIndex); // middle unit
149 // For each unit, find its elements array start and whether it has a final value.
155 UChar unit=getElementUnit(i++, unitIndex); local
156 i=indexOfElementWithNextUnit(i, unitIndex, unit);
179 // Write the rest of this node's unit-value pairs.
184 // Write the final value for the one string ending with this unit.
267 // Branch on the middle unit.
268 // First, find the middle unit
290 UChar unit=getElementUnit(i++, unitIndex); local
300 UChar unit=getElementUnit(start, unitIndex); local
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFContext.h 66 /// Get the compile unit at the specified index for this compile unit.
73 /// Get the compile unit at the specified index for the DWO compile units.
92 /// Get a pointer to a parsed line table corresponding to a compile unit.
129 /// Return the compile unit that includes an offset (relative to .debug_info).
132 /// Return the compile unit which contains instruction with provided
DWARFCompileUnit.cpp 78 // Require that compile unit is extracted.
95 OS << format("0x%08x", Offset) << ": Compile Unit:"
104 assert(CU && "Null Compile Unit?");
157 // next compilation unit header.
164 // We are in our compile unit, parse starting at the offset
202 break; // We are done with this compile unit!
209 // unit header).
211 fprintf(stderr, "warning: DWARF compile unit extends beyond its "
228 // Save at least the compile unit DIE
240 // in order to produce a compile unit level set of address ranges tha
    [all...]
  /external/oprofile/events/i386/p4/
events 9 event:0x04 counters:0,4 um:bpu_fetch_request minimum:3000 name:BPU_FETCH_REQUEST : instruction fetch requests from the branch predict unit
11 event:0x06 counters:2,6 um:memory_cancel minimum:3000 name:MEMORY_CANCEL : cancelled requesets in data cache address control unit
16 event:0x0c counters:0,4 um:bsq_cache_reference minimum:3000 name:BSQ_CACHE_REFERENCE : cache references seen by the bus unit
19 # FIXME the unit mask associated is known to get different behavior between cpu
22 event:0x10 counters:0 um:bsq minimum:3000 name:BSQ_ALLOCATION : allocations in the bus sequence unit
35 event:0x11 counters:4 um:bsq minimum:3000 name:BSQ_ACTIVE_ENTRIES : number of entries in the bus sequence unit which are active
  /external/webkit/Tools/Scripts/webkitpy/test/
main.py 38 """Discovers and runs webkitpy unit tests."""
41 """Return a list of paths to all unit-test files."""
97 """Run the unit tests in all *_unittest.py modules in webkitpy.
120 # Otherwise, auto-detect all unit tests.
130 # This is a sanity check to ensure that the unit-test discovery
133 raise Exception("No unit-test modules found.")
  /ndk/build/core/
definitions-tests.mk 15 # Definitions for the Android NDK build system's internal unit tests.
20 # to be an internal unit test. It will be run automatically by ndk-build
50 # End current unit test.
90 $(info ================= STARTING NDK-BUILD UNIT TESTS =================)\
101 $(info @@@@@@@@@@@ FAILED $(_test_fail_count) of $(_test_count) NDK-BUILD UNIT TESTS @@@@@@@)\
105 $(info =================== PASSED $(_test_count) NDK-BUILD UNIT TESTS =================)\
  /external/stlport/etc/
ChangeLog-5.1 61 * release-shared: build success, as library as unit tests,
62 but run unit tests fail---stalling on spinlock during library
77 * test/unit/find_test.cpp: array initialization missed.
92 * test/unit/locale_test.cpp: Add check that collate.tranform
101 * test/unit/locale_test.cpp: Add tests for collate::transform
117 * test/unit/string_test.cpp: test for problems above. Thanks
120 * unit tests: Linux 2.6.16.26 (athlon-4), gcc 4.1.1, glibc 2.3.6
125 * test/unit/rope_test.cpp, stlport/stl/_rope.h: test for
137 * test/unit/alg_test.cpp: test for problem above, thanks
142 * test/unit/strstream_buffer_read_test.cpp: Remove useles
    [all...]
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractScheduledService.java 114 * @param unit the time unit of the initialDelay and delay parameters
117 final TimeUnit unit) {
122 return executor.scheduleWithFixedDelay(task, initialDelay, delay, unit);
133 * @param unit the time unit of the initialDelay and period parameters
136 final TimeUnit unit) {
141 return executor.scheduleAtFixedRate(task, initialDelay, period, unit);
359 currentFuture = executor.schedule(this, schedule.delay, schedule.unit);
410 private final TimeUnit unit;
    [all...]
MoreExecutors.java 64 * @param timeUnit unit of time for the time parameter
95 * @param timeUnit unit of time for the time parameter
124 * @param timeUnit unit of time for the time parameter
297 public boolean awaitTermination(long timeout, TimeUnit unit)
299 long nanos = unit.toNanos(timeout);
413 public boolean awaitTermination(long timeout, TimeUnit unit)
415 return delegate.awaitTermination(timeout, unit);
455 Runnable command, long delay, TimeUnit unit) {
456 return delegate.schedule(command, delay, unit);
461 Callable<V> callable, long delay, TimeUnit unit) {
    [all...]
  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h 73 the type found in the Access Unit parsed */
429 M4_AccessUnit ReaderVideoAU; /**< Read video access unit */
430 M4_AccessUnit ReaderVideoAU1; /**< Read video access unit */
431 M4_AccessUnit ReaderVideoAU2; /**< Read video access unit */
432 M4_AccessUnit ReaderAudioAU; /**< Read audio access unit */
433 M4_AccessUnit ReaderAudioAU1; /**< Read audio access unit */
434 M4_AccessUnit ReaderAudioAU2; /**< Read audio access unit */
435 M4OSA_MemAddr8 m_pDataAddress1; /**< Temporary buffer for Access Unit */
436 M4OSA_MemAddr8 m_pDataAddress2; /**< Temporary buffer for Access Unit */
437 M4OSA_MemAddr8 m_pDataVideoAddress1; /**< Temporary buffer for Access Unit */
    [all...]
  /external/webkit/Source/WebCore/css/
CSSGrammar.y 640 PERCENTAGE { $$.id = 0; $$.isInt = false; $$.fValue = $1; $$.unit = CSSPrimitiveValue::CSS_NUMBER; }
642 $$.id = 0; $$.isInt = false; $$.unit = CSSPrimitiveValue::CSS_NUMBER;
    [all...]

Completed in 2086 milliseconds

<<11121314151617181920>>