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

<<21222324252627282930>>

  /external/icu4c/i18n/
decNumber.c 167 /* lsu -- least significant Unit (of coefficient) */
170 /* msu -- most significant Unit (of coefficient) */
213 static const Unit uarrone[1]={1}; /* Unit array of 1, used for incrementing */
235 /* QUOT10 -- macro to return the quotient of unit u divided by 10**n */
264 static Int decGetDigits(Unit *, Int);
276 static void decReverse(Unit *, Unit *);
277 static void decSetCoeff(decNumber *, decContext *, const Unit *,
282 static Int decShiftToLeast(Unit *, Int, Int)
    [all...]
  /external/guava/guava/src/com/google/common/util/concurrent/
Monitor.java 309 public boolean enter(long time, TimeUnit unit) {
315 long timeoutNanos = unit.toNanos(time);
339 public boolean enterInterruptibly(long time, TimeUnit unit) throws InterruptedException {
340 return lock.tryLock(time, unit);
403 public boolean enterWhen(Guard guard, long time, TimeUnit unit) throws InterruptedException {
411 remainingNanos = unit.toNanos(time);
414 if (!lock.tryLock(time, unit)) {
417 remainingNanos = unit.toNanos(time) - (System.nanoTime() - startNanos);
436 public boolean enterWhenUninterruptibly(Guard guard, long time, TimeUnit unit) {
446 remainingNanos = unit.toNanos(time)
    [all...]
  /external/icu4c/common/unicode/
uiter.h 148 * return another code unit.
151 * @return boolean value for whether current() and next() can still return another code unit
162 * Check if previous() can still return another code unit.
165 * @return boolean value for whether previous() can still return another code unit
176 * Return the code unit at the current position,
180 * @return the current code unit
191 * Return the code unit at the current index and increment
196 * @return the current code unit (and post-increment the current index)
207 * Decrement the index and return the code unit from there
212 * @return the previous code unit (after pre-decrementing the current index
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
uiter.h 148 * return another code unit.
151 * @return boolean value for whether current() and next() can still return another code unit
162 * Check if previous() can still return another code unit.
165 * @return boolean value for whether previous() can still return another code unit
176 * Return the code unit at the current position,
180 * @return the current code unit
191 * Return the code unit at the current index and increment
196 * @return the current code unit (and post-increment the current index)
207 * Decrement the index and return the code unit from there
212 * @return the previous code unit (after pre-decrementing the current index
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
uiter.h 148 * return another code unit.
151 * @return boolean value for whether current() and next() can still return another code unit
162 * Check if previous() can still return another code unit.
165 * @return boolean value for whether previous() can still return another code unit
176 * Return the code unit at the current position,
180 * @return the current code unit
191 * Return the code unit at the current index and increment
196 * @return the current code unit (and post-increment the current index)
207 * Decrement the index and return the code unit from there
212 * @return the previous code unit (after pre-decrementing the current index
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
uiter.h 148 * return another code unit.
151 * @return boolean value for whether current() and next() can still return another code unit
162 * Check if previous() can still return another code unit.
165 * @return boolean value for whether previous() can still return another code unit
176 * Return the code unit at the current position,
180 * @return the current code unit
191 * Return the code unit at the current index and increment
196 * @return the current code unit (and post-increment the current index)
207 * Decrement the index and return the code unit from there
212 * @return the previous code unit (after pre-decrementing the current index
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
uiter.h 148 * return another code unit.
151 * @return boolean value for whether current() and next() can still return another code unit
162 * Check if previous() can still return another code unit.
165 * @return boolean value for whether previous() can still return another code unit
176 * Return the code unit at the current position,
180 * @return the current code unit
191 * Return the code unit at the current index and increment
196 * @return the current code unit (and post-increment the current index)
207 * Decrement the index and return the code unit from there
212 * @return the previous code unit (after pre-decrementing the current index
    [all...]
  /external/chromium/chrome/browser/chromeos/notifications/
balloon_collection_impl.cc 47 // There may be no listener in a unit test.
79 // There may be no listener in a unit test.
131 // There may be no listener in a unit test.
  /external/chromium/net/http/
http_auth_handler_ntlm.h 54 // use this are unit tests which pass in a mocked-out version of the
80 // For unit tests to override and restore the GenerateRandom and
133 // For unit tests to override the GenerateRandom and GetHostName functions.
  /external/clang/include/clang/Basic/
DiagnosticSerializationKinds.td 28 "unit is being compiled for target '%2'">;
30 "%select{AST file|current translation unit}0 was compiled with the target "
31 "feature'%1' but the %select{current translation unit is|AST file was}0 "
  /external/compiler-rt/lib/sanitizer_common/tests/
CMakeLists.txt 58 # Sanitizer_common unit tests testsuite.
127 # We assume that unit tests on Android are built in a build
140 # Add unit test to test suite.
  /external/grub/stage2/
freebsd.h 44 * adaptor (uba, mba, etc), unit number and partition number.
62 #define MAKEBOOTDEV(type, adaptor, controller, unit, partition) \
64 ((controller) << B_CONTROLLERSHIFT) | ((unit) << B_UNITSHIFT) | \
  /external/libvpx/libvpx/vpx_mem/memory_manager/include/
hmm_cnfg.h 24 ** compilation unit, undefine all preprocessor symbols that will be
47 /* Number of bytes in an Address Alignment Unit (AAU). */
52 /* Number of AAUs in a Block Alignment Unit (BAU). */
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 1 //===-- llvm/CodeGen/DwarfCompileUnit.h - Dwarf Compile Unit ---*- C++ -*--===//
10 // This file contains support for writing dwarf compile unit.
41 /// Language - The DW_AT_language of the compile unit
45 /// Die - Compile unit debug information entry.
59 /// MDNodeToDieMap - Tracks the mapping of unit level debug informaton
63 /// MDNodeToDIEEntryMap - Tracks the mapping of unit level debug informaton
67 /// GlobalNames - A map of globally visible named entities for this unit.
71 /// GlobalTypes - A map of globally visible types for this unit.
128 /// hasContent - Return true if this compile unit has something to write out.
132 /// addGlobalName - Add a new global entity to the compile unit
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFDebugRangeList.h 25 // compilation unit referencing this range list. It marks the beginning
30 // compilation unit referencing this range list. It marks the first
71 /// address. Has to be passed base address of the compile unit that
  /external/oprofile/events/i386/p4-ht/
events 9 event:0x04 counters:0 um:bpu_fetch_request minimum:6000 name:BPU_FETCH_REQUEST : instruction fetch requests from the branch predict unit
11 event:0x06 counters:2 um:memory_cancel minimum:6000 name:MEMORY_CANCEL : cancelled requesets in data cache address control unit
16 event:0x0c counters:0 um:bsq_cache_reference minimum:6000 name:BSQ_CACHE_REFERENCE : cache references seen by the bus unit
  /external/ppp/pppd/
chap-new.c 115 static void chap_init(int unit);
116 static void chap_lowerup(int unit);
117 static void chap_lowerdown(int unit);
130 static void chap_protrej(int unit);
131 static void chap_input(int unit, unsigned char *pkt, int pktlen);
142 chap_init(int unit)
170 chap_lowerup(int unit)
182 chap_lowerdown(int unit)
199 chap_auth_peer(int unit, char *our_name, int digest_code)
229 chap_auth_with_peer(int unit, char *our_name, int digest_code
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/dc/
SDL_dcevents.c 98 int port,unit; local
114 maple_raddr(addr,&port,&unit);
116 state = maple_dev_state(port,unit);
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
common_unittest.py 23 """Unit tests for common.py."""
30 # FIXME: The unit tests for the cpp, text, and common checkers should
33 # of a checker's categories are covered by the unit tests.
  /external/webkit/Tools/Scripts/webkitpy/style/
main_unittest.py 23 """Unit tests for main.py."""
41 """A mock os module for unit testing."""
63 # passes the mock_os for this unit testing class.
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
runtests.py 49 # Run the scripting unit tests first because they're quickest.
50 log("Running Python unit tests")
52 log("Running Perl unit tests")
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
VCardTestsBase.java 25 * BaseClass for vCard unit tests with utility classes.
26 * Please do not add each unit test here.
91 // We don't want to forget to call verify() as it makes unit test successful silently even
  /libcore/luni/src/main/java/java/util/concurrent/
CompletionService.java 88 * <tt>unit</tt>
89 * @param unit a <tt>TimeUnit</tt> determining how to interpret the
96 Future<V> poll(long timeout, TimeUnit unit) throws InterruptedException;
  /sdk/files/
devices.xml 46 <d:ram unit="MiB">512</d:ram>
48 <d:internal-storage unit="MiB">503</d:internal-storage>
49 <d:removable-storage unit="MiB">0</d:removable-storage>
128 <d:ram unit="KiB">351428</d:ram>
130 <d:internal-storage unit="MiB">503</d:internal-storage>
131 <d:removable-storage unit="MiB">0</d:removable-storage>
241 <d:ram unit="GiB">1</d:ram>
243 <d:internal-storage unit="GiB">16</d:internal-storage>
244 <d:removable-storage unit="KiB"></d:removable-storage>
366 <d:ram unit="GiB">1</d:ram
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 310 val create_context : unit -> llcontext
314 val dispose_context : llcontext -> unit
317 val global_context : unit -> llcontext
337 val dispose_module : llmodule -> unit
346 val set_target_triple: string -> llmodule -> unit
357 val set_data_layout: string -> llmodule -> unit
361 val dump_module : llmodule -> unit
365 val set_module_inline_asm : llmodule -> string -> unit
495 val struct_set_body : lltype -> lltype array -> bool -> unit
579 val set_value_name : string -> llvalue -> unit
    [all...]

Completed in 664 milliseconds

<<21222324252627282930>>