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

<<11121314151617181920>>

  /external/clang/test/
CMakeLists.txt 48 ${CMAKE_CURRENT_SOURCE_DIR}/Unit/lit.site.cfg.in
49 ${CMAKE_CURRENT_BINARY_DIR}/Unit/lit.site.cfg
83 --param clang_unit_site_config=${CMAKE_CURRENT_BINARY_DIR}/Unit/lit.site.cfg
  /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...]
  /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...]
  /cts/tests/ApiDemosReferenceTest/src/android/apidemos/cts/
AllTests.java 25 * Finds all instrumentation and unit tests for this application.
  /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 129 * Gets the opcode, as a code unit.
140 * Gets the index, as a code unit.
166 * address, as a code unit. This will throw if the value is out of
167 * the range of a signed code unit.
213 * Gets the literal value, as a code unit. This will throw if the
214 * value is out of the range of a signed code unit.
271 * Gets the register count, as a code unit. This will throw if the
272 * value is out of the range of an unsigned code unit.
286 * Gets the A register number, as a code unit. This will throw if the
287 * 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/test/
Test.h 18 * Internal unit tests.
  /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.
  /external/chromium/chrome/browser/importer/
firefox_importer_unittest_messages_internal.h 9 // Messages definitions for messages sent between the unit test binary and
  /external/chromium/chrome/browser/ui/cocoa/
animation_utils.h 11 // This class is a stack-based helper useful for unit testing of Cocoa UI,
  /external/chromium/chrome/browser/ui/webui/chromeos/login/
login_ui_helpers.h 22 // modularity. Since we don't currently unit the class that this code is related
  /external/chromium/chrome/browser/userfeedback/proto/
annotations.proto 20 // One unit corresponds to one pixel.
  /external/chromium/net/base/
net_export.h 10 // be exported to consumers, and NET_EXPORT_PRIVATE that allows unit tests to
  /external/chromium/testing/
platform_test.h 18 // operations across unit tests. For example, on the Mac, it creates and
  /external/chromium/third_party/libjingle/source/talk/session/phone/
v4llookup.h 7 * the purpose of unit testing.
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 50 /// Returns the node associated with the worklist unit.
53 /// Returns the block counter map associated with the worklist unit.
56 /// Returns the CFGblock associated with the worklist unit.
59 /// Return the index within the CFGBlock for the worklist unit.
  /external/clang/test/CXX/basic/basic.def.odr/
p1-var.cpp 4 // No translation unit shall contain more than one definition of any
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.unnamed/
p1.cpp 26 // Test that all anonymous namespaces in a translation unit are
  /external/clang/test/CXX/temp/temp.res/temp.dep.res/temp.point/
p1.cpp 5 // at the end of the translation unit, so argument-dependent lookup
  /external/clang/test/CodeGenObjC/
instance-method-metadata.m 7 /** The problem looks like clang getting confused when a single translation unit
  /external/clang/test/Index/
crash-recovery-reparse.c 7 // CHECK-REPARSE-SOURCE-CRASH: Unable to reparse translation unit
  /external/guava/src/com/google/common/util/concurrent/
AbstractCheckedFuture.java 76 public V checkedGet(long timeout, TimeUnit unit) throws TimeoutException, E {
78 return get(timeout, unit);
107 public V get(long timeout, TimeUnit unit) throws InterruptedException,
109 return delegate.get(timeout, unit);

Completed in 1404 milliseconds

<<11121314151617181920>>