/build/tools/droiddoc/templates-sdk/assets/ |
android-developer-docs.css | [all...] |
/external/guava/guava/src/com/google/common/base/ |
Stopwatch.java | 150 * in the desired time unit, with any fraction rounded down. 180 * appropriate unit and using the specified number of significant figures. 188 TimeUnit unit = chooseUnit(nanos); local 189 double value = (double) nanos / NANOSECONDS.convert(1, unit); 193 value, abbreviate(unit)); 209 private static String abbreviate(TimeUnit unit) { 210 switch (unit) {
|
/external/linux-tools-perf/util/ |
string.c | 13 s64 length = -1, unit = 1; local 32 unit = K; 43 unit = K * K; 54 unit = K * K * K; 65 unit = K * K * K * K; 68 unit = 1; 77 length = atoll(str) * unit;
|
/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
|
/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 56 * // create time unit amount instance - a combination of Number and time unit 59 * // create time unit format instance 61 * // format a time unit amount 169 * If the formattable object is not a time unit amount object, 170 * or the number in time unit amount is not a double type or long type 252 // get time unit name, such as "year", from time unit field enum, such as
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
Antlr.Runtime.Collections.Tests.pas | 0 unit Antlr.Runtime.Collections.Tests; 6 This unit contains a skeleton test case class generated by the Test Case Wizard. 7 Modify the generated code to correctly setup and call the methods from the unit
|
/external/clang/test/ |
CMakeLists.txt | 16 ${CMAKE_CURRENT_SOURCE_DIR}/Unit/lit.site.cfg.in 17 ${CMAKE_CURRENT_BINARY_DIR}/Unit/lit.site.cfg 41 clang_unit_site_config=${CMAKE_CURRENT_BINARY_DIR}/Unit/lit.site.cfg
|
/external/eigen/blas/ |
level2_impl.h | 92 func[NOTR | (UP << 2) | (UNIT << 3)] = (internal::triangular_solve_vector<Scalar,Scalar,int,OnTheLeft, Upper|UnitDiag,false,ColMajor>::run); 93 func[TR | (UP << 2) | (UNIT << 3)] = (internal::triangular_solve_vector<Scalar,Scalar,int,OnTheLeft, Lower|UnitDiag,false,RowMajor>::run); 94 func[ADJ | (UP << 2) | (UNIT << 3)] = (internal::triangular_solve_vector<Scalar,Scalar,int,OnTheLeft, Lower|UnitDiag,Conj, RowMajor>::run); 96 func[NOTR | (LO << 2) | (UNIT << 3)] = (internal::triangular_solve_vector<Scalar,Scalar,int,OnTheLeft, Lower|UnitDiag,false,ColMajor>::run); 97 func[TR | (LO << 2) | (UNIT << 3)] = (internal::triangular_solve_vector<Scalar,Scalar,int,OnTheLeft, Upper|UnitDiag,false,RowMajor>::run); 98 func[ADJ | (LO << 2) | (UNIT << 3)] = (internal::triangular_solve_vector<Scalar,Scalar,int,OnTheLeft, Upper|UnitDiag,Conj, RowMajor>::run); 147 func[NOTR | (UP << 2) | (UNIT << 3)] = (internal::triangular_matrix_vector_product<int,Upper|UnitDiag,Scalar,false,Scalar,false,ColMajor>::run); 148 func[TR | (UP << 2) | (UNIT << 3)] = (internal::triangular_matrix_vector_product<int,Lower|UnitDiag,Scalar,false,Scalar,false,RowMajor>::run); 149 func[ADJ | (UP << 2) | (UNIT << 3)] = (internal::triangular_matrix_vector_product<int,Lower|UnitDiag,Scalar,Conj, Scalar,false,RowMajor>::run); 151 func[NOTR | (LO << 2) | (UNIT << 3)] = (internal::triangular_matrix_vector_product<int,Lower|UnitDiag,Scalar,false,Scalar,false (…) [all...] |
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
download_unittest.py | 92 expected_stderr = "Updating working directory\nBuilding WebKit\nRunning Python unit tests\nRunning Perl unit tests\nRunning JavaScriptCore tests\nRunning run-webkit-tests\n" 110 expected_stderr = "Building WebKit\nRunning Python unit tests\nRunning Perl unit tests\nRunning JavaScriptCore tests\nRunning run-webkit-tests\nCommitted r49824: <http://trac.webkit.org/changeset/49824>\nUpdating bug 42\n" 120 expected_stderr = '\nWARNING: Builders ["Builder2"] are red, please watch your commit carefully.\nSee http://dummy_buildbot_host/console?category=core\n\nBuilding WebKit\nRunning Python unit tests\nRunning Perl unit tests\nRunning JavaScriptCore tests\nRunning run-webkit-tests\nCommitted r49824: <http://trac.webkit.org/changeset/49824>\nUpdating bug 42\n' 144 Running Python unit tests 145 Running Perl unit tests 160 Running Python unit tests 161 Running Perl unit test [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
TexturePropertyAccessor.java | 26 * texture unit ({@link GLStateType#ACTIVE_TEXTURE_UNIT}), and then identifying the texture 27 * that is bound to that unit. 53 // identify the texture that is bound in the current active texture unit
|
/external/grub/lib/ |
device.c | 282 get_floppy_disk_name (char *name, int unit) 287 sprintf (name, "/dev/floppy/%d", unit); 289 sprintf (name, "/dev/fd%d", unit); 292 sprintf (name, "/dev/fd%d", unit); 296 sprintf (name, "/dev/fd%d", unit); 298 sprintf (name, "/dev/rfd%d", unit); 302 sprintf (name, "/dev/rfd%da", unit); 305 sprintf (name, "/dev/rfd%dc", unit); 308 sprintf (name, "/dev/fd%d", unit); 317 get_ide_disk_name (char *name, int unit) [all...] |
/hardware/ti/wlan/mac80211/ti-utils/ini_files/127x/ |
RFMD_S_3.5.ini | 8 TXBiPFEMAutoDetect = 00 # Length: 1; Unit: Options (0: Manual Mode, 1: Automatic mode); Format: Unsigned; Source: Customer; Comment: This parameter is used by the FW to decide if the front-end is determined automatically or manually 9 TXBiPFEMManufacturer = 00 # Length: 1; Unit: Bit_Options; Format: Unsigned; Source: Customer; Comment: Bit1,0: used to determine which FEM vendor type is used on the platform (0: RFMD, 1: TQS, 2:SKW, 3:HP), Bit3,2: unused, Bit7-4:External/internal load (4-SKW SB, 5-SKW HB, 6-HP SB, 7-HP HB) 10 RefClk = 02 # Length: 1; Unit: Bit_Options; Format: Unsigned; Source: Customer; Comment: Bit 0,1,2-0:19.2MHz,1:26MHz,2:38.4MHz[Default],3:52MHz,4:38.4MHz XTAL,5:26MHz XTAL, Bit 3-CLK_REQ type, 0=wired-OR, 1=push-pull, Bit 4-CLK_REQ polarity 11 SettlingTime = 05 # Length: 1; Unit: ms (0-15); Format: Unsigned; Source: Customer; Comment: The time from asserting CLK_REQ (low to high) to valid FREF clock on the device inputs 12 ClockValidOnWakeup = 00 # Length: 1; Unit: Options (0: Reference clock not valid, 1: Reference clock is valid and stable); Format: Unsigned; Source: Customer; Comment: This parameter indicates whether the FREF clock is valid on wakeup 13 DC2DCMode = 00 # Length: 1; Unit: Bit_Options; Format: Unsigned, Source: Customer; Comment: Bit0 - DC2DC mode (0: btSPI is not used;1: btSPI used mux DC2DC to BT_FUNC2), Bit1- Level shifter support (0: No LS, 1: With LS) 14 Single_Dual_Band_Solution = 00 # Length: 1; Unit: Options (0: Single band, 1: Dual band); Format: Unsigned; Source: Customer; Comment: This parameter indicates if the solution is single band (2.4GHz only) or dual band (2.4GHz & 5GHz) 15 Settings = 01 # Length: 1; Unit: Bit_Options; Format: Unsigned; Source: Customer; Comment: Bit0-NBI(0:Off,1:On),Bit1-Telec ch14(0:Off,1:On),Bit2-FEM0-LB,Bit3-FEM0-HB,Bit4-FEM1-LB,Bit5-FEM1-HB-TX BiP load(0:Int.,1:Ext.),Bit6-LPD LB,Bit7-LPD HB 16 SRState = 00 # Length: 1; Unit: Options (0: Disabled, 1: Enabled); Format: Decimal; Source: TI; Comment: Smart Reflax (proprietary mechanism of TI that identify the silicon process specific params) state 17 SRF1 = 09 04 18 10 08 00 F7 EF E7 DF 00 00 00 00 0F 3F # Length: 16; Unit: SRF1 values; Format: Signed; Source: TI; Comment: The table holds the specific parameters for usi (…) [all...] |
TQS_S_2.5.ini | 8 TXBiPFEMAutoDetect = 00 # Length: 1; Unit: Options (0: Manual Mode, 1: Automatic mode); Format: Unsigned; Source: Customer; Comment: This parameter is used by the FW to decide if the front-end is determined automatically or manually 9 TXBiPFEMManufacturer = 01 # Length: 1; Unit: Bit_Options; Format: Unsigned; Source: Customer; Comment: Bit1,0: used to determine which FEM vendor type is used on the platform (0: RFMD, 1: TQS, 2:SKW, 3:HP), Bit3,2: unused, Bit7-4:External/internal load (4-SKW SB, 5-SKW HB, 6-HP SB, 7-HP HB) 10 RefClk = 02 # Length: 1; Unit: Bit_Options; Format: Unsigned; Source: Customer; Comment: Bit 0,1,2-0:19.2MHz,1:26MHz,2:38.4MHz[Default],3:52MHz,4:38.4MHz XTAL,5:26MHz XTAL, Bit 3-CLK_REQ type, 0=wired-OR, 1=push-pull, Bit 4-CLK_REQ polarity 11 SettlingTime = 05 # Length: 1; Unit: ms (0-15); Format: Unsigned; Source: Customer; Comment: The time from asserting CLK_REQ (low to high) to valid FREF clock on the device inputs 12 ClockValidOnWakeup = 00 # Length: 1; Unit: Options (0: Reference clock not valid, 1: Reference clock is valid and stable); Format: Unsigned; Source: Customer; Comment: This parameter indicates whether the FREF clock is valid on wakeup 13 DC2DCMode = 00 # Length: 1; Unit: Bit_Options; Format: Unsigned, Source: Customer; Comment: Bit0 - DC2DC mode (0: btSPI is not used;1: btSPI used mux DC2DC to BT_FUNC2), Bit1- Level shifter support (0: No LS, 1: With LS) 14 Single_Dual_Band_Solution = 00 # Length: 1; Unit: Options (0: Single band, 1: Dual band); Format: Unsigned; Source: Customer; Comment: This parameter indicates if the solution is single band (2.4GHz only) or dual band (2.4GHz & 5GHz) 15 Settings = 01 # Length: 1; Unit: Bit_Options; Format: Unsigned; Source: Customer; Comment: Bit0-NBI(0:Off,1:On),Bit1-Telec ch14(0:Off,1:On),Bit2-FEM0-LB,Bit3-FEM0-HB,Bit4-FEM1-LB,Bit5-FEM1-HB-TX BiP load(0:Int.,1:Ext.),Bit6-LPD LB,Bit7-LPD HB 16 SRState = 00 # Length: 1; Unit: Options (0: Disabled, 1: Enabled); Format: Decimal; Source: TI; Comment: Smart Reflax (proprietary mechanism of TI that identify the silicon process specific params) state 17 SRF1 = 09 04 18 10 08 00 F7 EF E7 DF 00 00 00 00 0F 3F # Length: 16; Unit: SRF1 values; Format: Signed; Source: TI; Comment: The table holds the specific parameters for usi (…) [all...] |
TQS_S_2.6.ini | 8 TXBiPFEMAutoDetect = 00 # Length: 1; Unit: Options (0: Manual Mode, 1: Automatic mode); Format: Unsigned; Source: Customer; Comment: This parameter is used by the FW to decide if the front-end is determined automatically or manually 9 TXBiPFEMManufacturer = 01 # Length: 1; Unit: Bit_Options; Format: Unsigned; Source: Customer; Comment: Bit1,0: used to determine which FEM vendor type is used on the platform (0: RFMD, 1: TQS, 2:SKW, 3:HP), Bit3,2: unused, Bit7-4:External/internal load (4-SKW SB, 5-SKW HB, 6-HP SB, 7-HP HB) 10 RefClk = 02 # Length: 1; Unit: Bit_Options; Format: Unsigned; Source: Customer; Comment: Bit 0,1,2-0:19.2MHz,1:26MHz,2:38.4MHz[Default],3:52MHz,4:38.4MHz XTAL,5:26MHz XTAL, Bit 3-CLK_REQ type, 0=wired-OR, 1=push-pull, Bit 4-CLK_REQ polarity 11 SettlingTime = 05 # Length: 1; Unit: ms (0-15); Format: Unsigned; Source: Customer; Comment: The time from asserting CLK_REQ (low to high) to valid FREF clock on the device inputs 12 ClockValidOnWakeup = 00 # Length: 1; Unit: Options (0: Reference clock not valid, 1: Reference clock is valid and stable); Format: Unsigned; Source: Customer; Comment: This parameter indicates whether the FREF clock is valid on wakeup 13 DC2DCMode = 00 # Length: 1; Unit: Bit_Options; Format: Unsigned, Source: Customer; Comment: Bit0 - DC2DC mode (0: btSPI is not used;1: btSPI used mux DC2DC to BT_FUNC2), Bit1- Level shifter support (0: No LS, 1: With LS) 14 Single_Dual_Band_Solution = 00 # Length: 1; Unit: Options (0: Single band, 1: Dual band); Format: Unsigned; Source: Customer; Comment: This parameter indicates if the solution is single band (2.4GHz only) or dual band (2.4GHz & 5GHz) 15 Settings = 01 # Length: 1; Unit: Bit_Options; Format: Unsigned; Source: Customer; Comment: Bit0-NBI(0:Off,1:On),Bit1-Telec ch14(0:Off,1:On),Bit2-FEM0-LB,Bit3-FEM0-HB,Bit4-FEM1-LB,Bit5-FEM1-HB-TX BiP load(0:Int.,1:Ext.),Bit6-LPD LB,Bit7-LPD HB 16 SRState = 00 # Length: 1; Unit: Options (0: Disabled, 1: Enabled); Format: Decimal; Source: TI; Comment: Smart Reflax (proprietary mechanism of TI that identify the silicon process specific params) state 17 SRF1 = 09 04 18 10 08 00 F7 EF E7 DF 00 00 00 00 0F 3F # Length: 16; Unit: SRF1 values; Format: Signed; Source: TI; Comment: The table holds the specific parameters for usi (…) [all...] |
/cts/tests/SignatureTest/tests/src/android/tests/sigtest/tests/ |
AllTests.java | 25 * Finds all instrumentation and unit tests for this application.
|
/dalvik/dx/src/com/android/dx/io/instructions/ |
DecodedInstruction.java | 128 * Gets the opcode, as a code unit. 139 * Gets the index, as a code unit. 165 * address, as a code unit. This will throw if the value is out of 166 * the range of a signed code unit. 212 * Gets the literal value, as a code unit. This will throw if the 213 * value is out of the range of a signed code unit. 270 * Gets the register count, as a code unit. This will throw if the 271 * value is out of the range of an unsigned code unit. 285 * Gets the A register number, as a code unit. This will throw if the 286 * value is out of the range of an unsigned code unit [all...] |
/dalvik/vm/mterp/armv5te/ |
OP_GOTO.S | 6 * The branch distance is a signed code-unit offset, which we need to
|
/dalvik/vm/mterp/mips/ |
OP_GOTO.S | 6 * The branch distance is a signed code-unit offset, which we need to
|
/dalvik/vm/test/ |
Test.h | 18 * Internal unit tests.
|
/external/antlr/antlr-3.4/gunit/ |
README.txt | 18 http://www.antlr.org/wiki/display/ANTLR3/gUnit+-+Grammar+Unit+Testing 41 http://www.antlr.org/wiki/display/ANTLR3/gUnit+-+Grammar+Unit+Testing 47 gUnit is an unit testing framework for ANTLR grammars. It provides a 49 similar to what jUnit does for unit testing.
|
/external/bluetooth/bluedroid/stack/include/ |
port_ext.h | 21 * This file contains external definitions of Port Emulation entity unit
|
/external/chromium/base/ |
resource_util.h | 20 // resources are optional, especially in unit tests, so this returns false
|
/external/chromium/base/third_party/icu/ |
icu_utf.h | 120 * Does this code unit (byte) encode a code point by itself (US-ASCII 0..0x7f)? 121 * @param c 8-bit code unit (byte) 128 * Is this code unit (byte) a UTF-8 lead byte? 129 * @param c 8-bit code unit (byte) 136 * Is this code unit (byte) a UTF-8 trail byte? 137 * @param c 8-bit code unit (byte) 239 * Does this code unit alone encode a code point (BMP, not a surrogate)? 240 * @param c 16-bit code unit 247 * Is this code unit a lead surrogate (U+d800..U+dbff)? 248 * @param c 16-bit code unit [all...] |
/external/chromium/chrome/browser/history/ |
history_unittest_base.h | 12 // A base class for a history unit test. It provides the common test methods.
|