OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unit
(Results
126 - 150
of
4500
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/stlport/
README
13
bin - installation directory for STLport
unit
tests;
18
build/test/
unit
- build directory for regression (
unit
) tests
27
test/
unit
-
unit
(regression) tests
/ndk/sources/cxx-stl/stlport/
README.original
13
bin - installation directory for STLport
unit
tests;
18
build/test/
unit
- build directory for regression (
unit
) tests
27
test/
unit
-
unit
(regression) tests
/prebuilts/ndk/5/sources/cxx-stl/stlport/
README.original
13
bin - installation directory for STLport
unit
tests;
18
build/test/
unit
- build directory for regression (
unit
) tests
27
test/
unit
-
unit
(regression) tests
/prebuilts/ndk/6/sources/cxx-stl/stlport/
README.original
13
bin - installation directory for STLport
unit
tests;
18
build/test/
unit
- build directory for regression (
unit
) tests
27
test/
unit
-
unit
(regression) tests
/prebuilts/ndk/7/sources/cxx-stl/stlport/
README.original
13
bin - installation directory for STLport
unit
tests;
18
build/test/
unit
- build directory for regression (
unit
) tests
27
test/
unit
-
unit
(regression) tests
/prebuilts/ndk/8/sources/cxx-stl/stlport/
README.original
13
bin - installation directory for STLport
unit
tests;
18
build/test/
unit
- build directory for regression (
unit
) tests
27
test/
unit
-
unit
(regression) tests
/external/icu4c/i18n/
tmunit.cpp
26
* But Measure (which is an existing API) does not expect it's "
unit
" member
27
* as singleton. Meaure takes ownership of the "
unit
" member.
28
* In its constructor, it does not take a const "
unit
" pointer.
29
* Also, Measure can clone and destruct the "
unit
" pointer.
30
* In order to preserve the old behavior and let Measure handle singleton "
unit
",
32
* 2. a new constructor which takes const "
unit
" as parameter need to be added,
35
* to handle the "
unit
".
45
* time
unit
but different number, for example,
48
* although all are the same time
unit
, will be created in heap and deleted.
/external/guava/guava-tests/test/com/google/common/cache/
CacheBuilderFactory.java
165
builder.expireAfterWrite(expireAfterWrite.duration, expireAfterWrite.
unit
);
168
builder.expireAfterAccess(expireAfterAccess.duration, expireAfterAccess.
unit
);
171
builder.refreshAfterWrite(refresh.duration, refresh.
unit
);
184
private final TimeUnit
unit
;
186
private DurationSpec(long duration, TimeUnit
unit
) {
188
this.
unit
=
unit
;
191
public static DurationSpec of(long duration, TimeUnit
unit
) {
192
return new DurationSpec(duration,
unit
);
197
return Objects.hashCode(duration,
unit
);
[
all
...]
/external/oprofile/libop/
op_xml_events.c
63
int has_nested = strcmp(event->
unit
->name, "zero");
83
init_xml_int_attr(HELP_DEFAULT_MASK, event->
unit
->default_mask,
85
switch (event->
unit
->unit_type_mask){
98
for (i = 0; i < event->
unit
->num; i++) {
101
event->
unit
->um[i].value,
104
event->
unit
->um[i].desc,
/dalvik/dx/tests/029-unit-Bits/
run
17
dx --junit com.android.dx.util._tests._Bits >
unit
-out.txt
22
cat
unit
-out.txt
/dalvik/dx/tests/033-unit-IntList/
run
17
dx --junit com.android.dx.util._tests._IntList >
unit
-out.txt
22
cat
unit
-out.txt
/development/ndk/platforms/android-3/include/linux/
ftape.h
32
#define FTAPE_SEL(
unit
) ((
unit
) & FTAPE_SEL_MASK)
/external/compiler-rt/lib/asan/lit_tests/
CMakeLists.txt
10
${CMAKE_CURRENT_SOURCE_DIR}/
Unit
/lit.site.cfg.in
11
${CMAKE_CURRENT_BINARY_DIR}/
Unit
/lit.site.cfg
/external/compiler-rt/lib/msan/lit_tests/
CMakeLists.txt
10
${CMAKE_CURRENT_SOURCE_DIR}/
Unit
/lit.site.cfg.in
11
${CMAKE_CURRENT_BINARY_DIR}/
Unit
/lit.site.cfg
/external/llvm/test/CodeGen/MBlaze/
mul64.ll
2
; multiplier
unit
is not available in the hardware and that function calls
3
; are not used when the 64-bit multiplier
unit
is available in the hardware.
/external/marisa-trie/tests/
Makefile.am
5
unit
-test \
16
unit_test_SOURCES =
unit
-test.cc
/external/marisa-trie/v0_1_5/tests/
Makefile.am
5
unit
-test \
16
unit_test_SOURCES =
unit
-test.cc
/external/oprofile/events/i386/core/
unit_masks
1
# Core Solo / Core Duo possible
unit
masks
4
0x0 No
unit
mask
6
0x1 No
unit
mask
8
0x2 No
unit
mask
10
0xf No
unit
mask
12
0x20 No
unit
mask
14
0x40 No
unit
mask
16
0xc0 No
unit
mask
/frameworks/base/libs/androidfw/tests/
Android.mk
1
# Build the
unit
tests.
5
# Build the
unit
tests.
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaFrameworkUnitTestRunner.java
21
import com.android.mediaframeworktest.
unit
.*;
26
* Instrumentation Test Runner for all media framework
unit
tests.
32
* Example on running all
unit
tests for a single class:
34
* com.android.mediaframeworktest.
unit
.MediaMetadataRetrieverUnitTest \
37
* Example on running all
unit
tests for the media framework:
59
// Running all
unit
tests checking the state machine may be time-consuming.
64
// Running all
unit
tests checking the state machine may be time-consuming.
76
// Running all
unit
tests checking the state machine may be time-consuming.
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerMethodUnderTest.java
17
package com.android.mediaframeworktest.
unit
;
22
* All MediaPlayer method
unit
test subclass must implement this interface.
MediaRecorderMethodUnderTest.java
17
package com.android.mediaframeworktest.
unit
;
22
* All MediaRecorder method
unit
test subclass must implement this interface.
/frameworks/base/services/input/tests/
Android.mk
1
# Build the
unit
tests.
5
# Build the
unit
tests.
/packages/apps/Camera/tests/src/com/android/camera/
UnitTests.java
25
* TestSuite for all Camera
unit
tests.
32
.named("Camera
Unit
Tests")
/packages/apps/Gallery2/tests_camera/src/com/android/camera/
UnitTests.java
25
* TestSuite for all Camera
unit
tests.
32
.named("Camera
Unit
Tests")
Completed in 786 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>