HomeSort by relevance Sort by last modified time
    Searched full:before (Results 651 - 675 of 30609) sorted by null

<<21222324252627282930>>

  /external/autotest/frontend/
setup_test_environment.py 5 # we need to set DATABASE_ENGINE now, at import time, before the Django database
8 # from it before we set stuff on it.
61 """Run setup before test starts.
  /external/bison/lib/
mbswidth.h 20 in UnixWare 7.1.1 <wchar.h>. We need this #include before the #define
23 - Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
25 - BSD/OS 4.1 has a bug: <stdio.h> and <time.h> must be included before
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/documentation/
Contributing.md 8 googlegroups.com for advice on your change before starting.
27 Before we can use your code you have to sign the [Google Individual
36 it, but you will have to do it before we can put your code into our
  /external/clang/test/SemaCXX/
cxx0x-compat.cpp 50 auto init_capture = [a(0)] {}; // expected-warning {{initialized lambda captures are incompatible with C++ standards before C++14}}
51 static_assert(true); // expected-warning {{incompatible with C++ standards before C++1z}}
53 template<int ...N> int f() { return (N + ...); } // expected-warning {{incompatible with C++ standards before C++1z}}
  /external/dagger2/
CONTRIBUTING.md 20 http://travis-ci.org to validate your branches before you even put them into
22 and must pass before being merged.
33 Before your code can be accepted into the project you must sign the
  /external/deqp/doc/testspecs/GL3/
functional.fragment_out_location.txt 29 - Before attaching shaders
30 - Before linking
44 Tests create program, bind locations at different times before and after
  /external/icu/icu4c/source/common/unicode/
uclean.h 58 * items (collators, resource bundles, converters, etc.) must be closed before
60 * (e.g. close your converters and resource bundles before calling this
61 * function). Generally, this function should be called once just before
64 * just before the library unload.
68 * This has the effect of restoring ICU to its initial condition, before
76 * before calling this function.
84 * thread before allowing other threads call u_init(). All threads existing
86 * u_init() themselves before continuing with other ICU operations.
88 * The use of u_cleanup() just before an application terminates is optional,
137 * This function can only be used when ICU is in an initial, unused state, before
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
writesrc.h 45 * printed before and after the array contents.
67 * printed before and after the array contents.
84 * printed before and after the array contents.
  /external/llvm/include/llvm/IR/
AssemblyAnnotationWriter.h 32 /// emitFunctionAnnot - This may be implemented to emit a string right before
38 /// after the basic block label, but before the first instruction in the
51 /// before an instruction is emitted.
  /external/llvm/lib/CodeGen/
PHIEliminationUtils.cpp 19 // SrcReg, but before any subsequent point where control flow might jump out of
28 // Usually, we just want to insert the copy before the first terminator
30 // the copy before the call/invoke instruction.
  /external/llvm/test/Transforms/SimplifyCFG/
trapping-load-unreachable.ll 46 ; Check store before unreachable.
60 ; Check cmpxchg before unreachable.
74 ; Check atomicrmw before unreachable.
  /external/llvm/test/tools/llvm-cov/
showTemplateInstantiations.cpp 4 // before coverage // WHOLE-FILE: | [[@LINE]]|// before
5 // FILTER-NOT: | [[@LINE-1]]|// before
  /external/mockito/src/org/mockito/
Mock.java 34 * &#064;Before public void setup() {
41 * &#064;Before public void initMocks() {
49 * In above example, <code>initMocks()</code> is called in &#064;Before (JUnit4) method of test's base class.
  /external/skia/src/gpu/batches/
GrVertexBatch.h 35 /** Returns the allocated storage for the vertices. The caller should populate the before
36 vertices before calling issueDraws(). */
55 and on sucess a pointer to the vertex data that the caller should populate before
  /external/testng/src/main/java/org/testng/annotations/
AfterClass.java 22 * invoked before this method. Furthermore, if any of these
31 * are guaranteed that all these methods will be run before the test method
42 * For before methods (beforeSuite, beforeTest, beforeTestClass and
AfterMethod.java 22 * invoked before this method. Furthermore, if any of these
31 * are guaranteed that all these methods will be run before the test method
42 * For before methods (beforeSuite, beforeTest, beforeTestClass and
AfterSuite.java 22 * invoked before this method. Furthermore, if any of these
31 * are guaranteed that all these methods will be run before the test method
42 * For before methods (beforeSuite, beforeTest, beforeTestClass and
AfterTest.java 22 * invoked before this method. Furthermore, if any of these
31 * are guaranteed that all these methods will be run before the test method
42 * For before methods (beforeSuite, beforeTest, beforeTestClass and
BeforeClass.java 22 * invoked before this method. Furthermore, if any of these
31 * are guaranteed that all these methods will be run before the test method
42 * For before methods (beforeSuite, beforeTest, beforeTestClass and
BeforeSuite.java 22 * invoked before this method. Furthermore, if any of these
31 * are guaranteed that all these methods will be run before the test method
42 * For before methods (beforeSuite, beforeTest, beforeTestClass and
BeforeTest.java 22 * invoked before this method. Furthermore, if any of these
31 * are guaranteed that all these methods will be run before the test method
42 * For before methods (beforeSuite, beforeTest, beforeTestClass and
  /external/vboot_reference/firmware/2lib/include/
2secdata.h 64 * This may be called before vb2_context_init().
79 * This may be called before vb2_context_init().
86 * This must be called before vb2_secdata_get() or vb2_secdata_set().
  /frameworks/data-binding/baseLibrary/src/main/java/android/databinding/
InverseBindingListener.java 48 * public static void setTextWatcher(TextView view, final BeforeTextChanged before,
54 * public void onTextChanged(CharSequence s, int start, int before, int count) {
56 * on.onTextChanged(s, start, before, count);
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
BinderUtilTest.java 26 import org.junit.Before;
39 * Sets up the test harness before running a test.
41 @Before
  /packages/apps/TV/tests/unit/src/com/android/tv/util/
ImageCacheTest.java 54 assertSame("before", INFO_50, mImageCache.get(KEY));
62 assertSame("before", INFO_50, mImageCache.get(KEY));
71 assertSame("before", INFO_100, mImageCache.get(KEY));

Completed in 3456 milliseconds

<<21222324252627282930>>