HomeSort by relevance Sort by last modified time
    Searched full:unit (Results 251 - 275 of 3644) sorted by null

<<11121314151617181920>>

  /external/kernel-headers/original/linux/
if_ppp.h 124 #define PPPIOCGUNIT _IOR('t', 86, int) /* get ppp unit number */
127 #define PPPIOCGMRU _IOR('t', 83, int) /* get max receive unit */
128 #define PPPIOCSMRU _IOW('t', 82, int) /* set max receive unit */
132 #define PPPIOCXFERUNIT _IO('t', 78) /* transfer PPP unit */
141 #define PPPIOCNEWUNIT _IOWR('t', 62, int) /* create new ppp unit */
142 #define PPPIOCATTACH _IOW('t', 61, int) /* attach to ppp unit */
143 #define PPPIOCDETACH _IOW('t', 60, int) /* detach from ppp unit/chan */
145 #define PPPIOCCONNECT _IOW('t', 58, int) /* connect channel to unit */
  /external/libnl-headers/netlink/
utils.h 41 /* unit pretty-printing */
46 /* generic unit translations */
  /external/llvm/test/CodeGen/MBlaze/
mul.ll 2 ; unit is not available in the hardware and that function calls are not used
3 ; when the multiplier unit is available in the hardware.
  /external/oprofile/events/i386/pii/
unit_masks 1 # Pentium II possible unit masks
4 0x0 No unit mask
  /external/oprofile/events/i386/piii/
unit_masks 1 # Pentium III possible unit masks
4 0x0 No unit mask
  /external/oprofile/events/x86-64/family12h/
unit_masks 1 # AMD Generic unit masks
16 0x0 No unit mask
  /external/oprofile/events/x86-64/family14h/
unit_masks 1 # AMD Generic unit masks
16 0x0 No unit mask
  /external/qemu/
blockdev.h 27 int unit; member in struct:DriveInfo
37 extern DriveInfo *drive_get(BlockInterfaceType type, int bus, int unit);
  /external/webkit/Source/WebCore/tests/
Android.mk 1 # Build the unit tests.
5 # Build the unit tests.
  /frameworks/base/core/tests/overlaytests/
README 0 Unit tests for runtime resource overlay
7 regular unit tests (triggered via development/testrunner/runtest.py)
  /frameworks/base/keystore/tests/src/android/security/
KeyStoreTestRunner.java 25 * Instrumentation Test Runner for all KeyStore unit tests.
29 * runtest keystore-unit
  /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
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/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 */
  /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/icu4c/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...]
  /build/tools/droiddoc/templates-pdk/
customizations.cs 7 <div class="g-unit g-first side-nav-resizable" id="side-nav">
21 <div class="g-unit g-first side-nav-resizable" id="side-nav">
35 <div class="g-unit g-first side-nav-resizable" id="side-nav">
49 <div class="g-unit g-first side-nav-resizable" id="side-nav">
63 <div class="g-unit g-first side-nav-resizable" id="side-nav">
  /external/llvm/test/
CMakeLists.txt 71 MAKE_DIRECTORY(${CMAKE_CURRENT_BINARY_DIR}/Unit)
73 # Configuration-time: See Unit/lit.site.cfg.in
95 ${CMAKE_CURRENT_SOURCE_DIR}/Unit/lit.site.cfg.in
96 ${CMAKE_CURRENT_BINARY_DIR}/Unit/lit.site.cfg
103 --param llvm_unit_site_config=${CMAKE_CURRENT_BINARY_DIR}/Unit/lit.site.cfg
  /dalvik/dx/src/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/qemu/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...]
  /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...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 53 /// These are the various PPC970 execution unit pipelines. Each instruction
56 PPC970_FXU = 1 << PPC970_Shift, // Fixed Point (aka Integer/ALU) Unit
57 PPC970_LSU = 2 << PPC970_Shift, // Load Store Unit
58 PPC970_FPU = 3 << PPC970_Shift, // Floating Point Unit
59 PPC970_CRU = 4 << PPC970_Shift, // Control Register Unit
61 PPC970_VPERM = 6 << PPC970_Shift, // Vector Permute Unit
62 PPC970_BRU = 7 << PPC970_Shift // Branch Unit
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.css 1150 .g-tpl-240 .g-unit,
1151 .g-unit .g-tpl-240 .g-unit,
1152 .g-unit .g-unit .g-tpl-240 .g-unit {
1158 .g-unit .g-unit .g-tpl-240 .g-first,
1159 .g-unit .g-tpl-240 .g-first,
1167 .g-tpl-240-alt .g-unit,
    [all...]
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.css 1007 .g-tpl-240 .g-unit,
1008 .g-unit .g-tpl-240 .g-unit,
1009 .g-unit .g-unit .g-tpl-240 .g-unit {
1015 .g-unit .g-unit .g-tpl-240 .g-first,
1016 .g-unit .g-tpl-240 .g-first,
1024 .g-tpl-240-alt .g-unit,
    [all...]
  /external/icu4c/i18n/unicode/
tmutfmt.h 15 * \brief C++ API: Format and parse duration in single time unit
45 * // create time unit amount instance - a combination of Number and time unit
48 * // create time unit format instance
50 * // format a time unit amount
171 * If the formattable object is not a time unit amount object,
172 * or the number in time unit amount is not a double type or long type
253 // get time unit name, such as "year", from time unit field enum, such as

Completed in 2616 milliseconds

<<11121314151617181920>>