OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unit
(Results
151 - 175
of
3644
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/linux/
ftape.h
32
#define FTAPE_SEL(
unit
) ((
unit
) & FTAPE_SEL_MASK)
/prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/linux/
ftape.h
32
#define FTAPE_SEL(
unit
) ((
unit
) & FTAPE_SEL_MASK)
/prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/linux/
ftape.h
32
#define FTAPE_SEL(
unit
) ((
unit
) & FTAPE_SEL_MASK)
/prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/linux/
ftape.h
32
#define FTAPE_SEL(
unit
) ((
unit
) & FTAPE_SEL_MASK)
/prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/linux/
ftape.h
32
#define FTAPE_SEL(
unit
) ((
unit
) & FTAPE_SEL_MASK)
/prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/
ftape.h
32
#define FTAPE_SEL(
unit
) ((
unit
) & FTAPE_SEL_MASK)
/prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
ftape.h
32
#define FTAPE_SEL(
unit
) ((
unit
) & FTAPE_SEL_MASK)
/prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
ftape.h
32
#define FTAPE_SEL(
unit
) ((
unit
) & FTAPE_SEL_MASK)
/prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
ftape.h
32
#define FTAPE_SEL(
unit
) ((
unit
) & FTAPE_SEL_MASK)
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion1-expected-completion4.txt
2
50dp : <b>Density-independent Pixels</b> - an abstract
unit
that is based on the physical density of the screen.
3
50sp : <b>Scale-independent Pixels</b> - this is like the dp
unit
, but it is also scaled by the user's font size preference.
completionvalues1-expected-completion24.txt
2
17dp : <b>Density-independent Pixels</b> - an abstract
unit
that is based on the physical density of the screen.
3
17sp : <b>Scale-independent Pixels</b> - this is like the dp
unit
, but it is also scaled by the user's font size preference.
completionvalues1-expected-completion66.txt
2
17dp : <b>Density-independent Pixels</b> - an abstract
unit
that is based on the physical density of the screen.
3
17sp : <b>Scale-independent Pixels</b> - this is like the dp
unit
, but it is also scaled by the user's font size preference.
completionvalues1-expected-completion67.txt
2
17dp : <b>Density-independent Pixels</b> - an abstract
unit
that is based on the physical density of the screen.
3
17sp : <b>Scale-independent Pixels</b> - this is like the dp
unit
, but it is also scaled by the user's font size preference.
/external/chromium/chrome/browser/autofill/
autofill_common_test.h
27
// A
unit
testing utility that is common to a number of the Autofill
unit
44
// A
unit
testing utility that is common to a number of the Autofill
unit
/external/clang/test/CodeGen/
2008-05-19-AlwaysInline.c
1
// RUN: %clang_cc1 %s -emit-llvm -fno-
unit
-at-a-time -O0 -o - | not grep sabrina
/external/clang/test/Index/
crash-recovery.c
3
// CHECK-LOAD-SOURCE-CRASH: Unable to load translation
unit
/external/valgrind/main/massif/tests/
basic.vgtest
2
vgopts: --stacks=no --time-
unit
=B --massif-out-file=massif.out
culling1.vgtest
2
vgopts: -v -v --stats=yes --stacks=no --time-
unit
=B --heap-admin=16 --massif-out-file=massif.out
culling2.vgtest
2
vgopts: -v -v --stats=yes --stacks=no --time-
unit
=B --heap-admin=16 --massif-out-file=massif.out
ignoring.vgtest
2
vgopts: --stacks=no --time-
unit
=B --massif-out-file=massif.out
null.vgtest
2
vgopts: --stacks=no --time-
unit
=B --massif-out-file=massif.out
/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
/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/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
/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
Completed in 990 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>