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

1 2 3 4 5 6 7 891011>>

  /frameworks/base/tests/CoreTests/
run_junit.sh 1 # runs unit tests over adb shell using dalvikvm. The value added is setting the classpath for you
  /hardware/libhardware/tests/keymaster/
Android.mk 1 # Build the keymaster unit tests
  /system/core/toolbox/
df.c 11 char unit = 'K'; local
18 unit = 'M';
23 unit = 'G';
27 printf("%4lld.%1lld%c", t/10, t%10, unit);
  /cts/tools/signature-tools/test/signature/converter/dex/
DexTestConverter.java 39 for (CompilationUnit unit : units) {
40 sources.add(new JavaSource(unit.getName(), unit.getSource()));
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-recognizers.rb 5 require 'test/unit'
10 class TestTokenSource < Test::Unit::TestCase
37 class TestLexer < Test::Unit::TestCase
  /external/guava/guava/src/com/google/common/util/concurrent/
Uninterruptibles.java 71 * await(timeout, unit)} uninterruptibly.
74 long timeout, TimeUnit unit) {
77 long remainingNanos = unit.toNanos(timeout);
146 * {@code future.}{@link Future#get(long, TimeUnit) get(timeout, unit)}
154 Future<V> future, long timeout, TimeUnit unit)
158 long remainingNanos = unit.toNanos(timeout);
179 * {@code unit.}{@link TimeUnit#timedJoin(Thread, long)
183 long timeout, TimeUnit unit) {
187 long remainingNanos = unit.toNanos(timeout);
250 * Invokes {@code unit.}{@link TimeUnit#sleep(long) sleep(sleepFor)
    [all...]
  /external/guava/guava-bootstrap/src/java/util/concurrent/
ExecutorService.java 25 boolean awaitTermination(long timeout, TimeUnit unit)
38 Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit)
45 Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit)
  /external/icu4c/i18n/unicode/
measunit.h 22 * \brief C++ API: A unit for measuring a quantity.
28 * A unit such as length, mass, volume, currency, etc. A unit is
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/llvm/test/
CMakeLists.txt 6 ${CMAKE_CURRENT_SOURCE_DIR}/Unit/lit.site.cfg.in
7 ${CMAKE_CURRENT_BINARY_DIR}/Unit/lit.site.cfg
42 llvm_unit_site_config=${CMAKE_CURRENT_BINARY_DIR}/Unit/lit.site.cfg
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
ConnectivityManagerUnitTestRunner.java 23 import com.android.connectivitymanagertest.unit.WifiClientTest;
24 import com.android.connectivitymanagertest.unit.WifiSoftAPTest;
29 * Instrumentation Test Runner for all unit tests
  /libcore/luni/src/main/java/java/util/concurrent/
ScheduledExecutorService.java 73 * @param unit the time unit of the delay parameter
82 long delay, TimeUnit unit);
90 * @param unit the time unit of the delay parameter
97 long delay, TimeUnit unit);
115 * @param unit the time unit of the initialDelay and period parameters
127 TimeUnit unit);
142 * @param unit the time unit of the initialDelay and delay parameter
    [all...]
  /external/icu4c/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/linux-tools-perf/util/
util.c 96 unsigned long convert_unit(unsigned long value, char *unit)
98 *unit = ' ';
102 *unit = 'K';
107 *unit = 'M';
112 *unit = 'G';
  /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.
  /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/icu4c/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/webkit/Source/WebCore/css/
MediaQueryExp.cpp 50 else if (value->unit == CSSPrimitiveValue::CSS_STRING)
51 m_value = CSSPrimitiveValue::create(value->string, (CSSPrimitiveValue::UnitTypes) value->unit);
52 else if (value->unit >= CSSPrimitiveValue::CSS_NUMBER &&
53 value->unit <= CSSPrimitiveValue::CSS_KHZ)
54 m_value = CSSPrimitiveValue::create(value->fValue, (CSSPrimitiveValue::UnitTypes) value->unit);
66 if (value->unit == CSSParserValue::Operator && value->iValue == '/')
68 else if (value->unit == CSSPrimitiveValue::CSS_NUMBER)
  /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
  /frameworks/av/media/libstagefright/rtsp/
AAVCAssembler.cpp 155 sp<ABuffer> unit = new ABuffer(nalSize); local
156 memcpy(unit->data(), &data[2], nalSize);
158 CopyTimes(unit, buffer);
160 addSingleNALUnit(unit);
274 // We found all the fragments that make up the complete NAL unit.
280 sp<ABuffer> unit = new ABuffer(totalSize); local
281 CopyTimes(unit, *queue->begin());
283 unit->data()[0] = (nri << 5) | nalType;
295 memcpy(unit->data() + offset, buffer->data() + 2, buffer->size() - 2);
301 unit->setRange(0, totalSize)
    [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...]
  /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 410 milliseconds

1 2 3 4 5 6 7 891011>>