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

<<11121314151617181920>>

  /external/chromium/base/
pickle_unittest.cc 207 size_t unit = Pickle::kPayloadUnit; local
208 scoped_array<char> data(new char[unit]);
210 for (size_t i = 0; i < unit; i++)
213 // construct a message that will be exactly the size of one payload unit,
215 const size_t payload_size_after_header = unit - sizeof(uint32);
221 // note: we assume 'unit' is a power of 2
222 EXPECT_EQ(unit, pickle.capacity());
226 pickle.WriteData(data_ptr, static_cast<int>(unit - sizeof(uint32)));
227 cur_payload += unit;
228 EXPECT_EQ(unit * 2, pickle.capacity())
    [all...]
  /cts/suite/audio_quality/lib/include/audio/
AudioPlaybackLocal.h 41 // unit playback samples
43 // unit playback sizes
AudioRecordingLocal.h 41 // unit recording samples
43 // unit recording sizes
  /dalvik/dx/tests/077-dex-code-alignment/
run 21 # a single "return-void" code unit, and that there is an empty (0x0000)
22 # code unit between the two of them.
  /dalvik/dx/tests/116-leb128/
run 23 java -classpath $dxjar:. junit.textui.TestRunner com.android.dx.util.Leb128UtilsTest > unit-out.txt
28 cat unit-out.txt
  /dalvik/dx/tests/117-modified-utf8/
run 23 java -classpath $dxjar:. junit.textui.TestRunner com.android.dx.util.Mutf8Test > unit-out.txt
28 cat unit-out.txt
  /dalvik/dx/tests/119-merge-conflict/
run 31 junit.textui.TestRunner com.android.dx.merge.MergeConflictTest > unit-out.txt
36 cat unit-out.txt
  /development/testrunner/tests/
Android_gtestlib.mk 15 # Build the unit tests.
19 # Build the unit tests.
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-scope.rb 5 require 'test/unit'
8 class TestDFA < Test::Unit::TestCase
  /external/chromium/chrome/browser/prefs/
pref_notifier_impl.h 37 // order they are added. These should only be accessed externally for unit
47 // be mocked for unit testing.
  /external/clang/test/PCH/
empty-with-headers.c 6 // This last one should warn for -Wempty-translation-unit (C99 6.9p1).
27 // expected-error{{ISO C requires a translation unit to contain at least one declaration}}
  /external/compiler-rt/lib/asan/
README.txt 12 tests/* : ASan unit tests.
23 ASan unit and output tests work only with cmake. You may run this
  /external/compiler-rt/lib/asan/tests/
CMakeLists.txt 74 # Unit tests on Mac depend on Foundation.
78 # Unit tests require libstdc++.
112 # Link ASan unit test for a given architecture from a set
123 # Main AddressSanitizer unit tests.
125 set_target_properties(AsanUnitTests PROPERTIES FOLDER "ASan unit tests")
140 # Adds ASan unit tests and benchmarks for architecture.
186 # We assume that unit tests on Android are built in a build
202 # Add unit test to test suite.
  /external/eigen/blas/testing/
cblat3.dat 2 6 UNIT NUMBER OF SUMMARY FILE
4 -1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF .LT. 0)
dblat3.dat 2 6 UNIT NUMBER OF SUMMARY FILE
4 -1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF .LT. 0)
sblat3.dat 2 6 UNIT NUMBER OF SUMMARY FILE
4 -1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF .LT. 0)
zblat3.dat 2 6 UNIT NUMBER OF SUMMARY FILE
4 -1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF .LT. 0)
  /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);

Completed in 1064 milliseconds

<<11121314151617181920>>