/prebuilts/go/linux-x86/src/crypto/x509/ |
root_plan9.go | 11 // Possible certificate files; stop after finding one.
|
/prebuilts/go/linux-x86/src/go/parser/ |
example_test.go | 17 // but stop after processing the imports.
|
/prebuilts/go/linux-x86/src/math/ |
pow10.go | 8 // In that case, truncate it after 1.0e38.
|
/prebuilts/go/linux-x86/src/runtime/cgo/ |
signal_darwin_armx.go | 17 // runtime has finished loading, which may be after its use.
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug159.go | 29 // happens after assigning to b.
|
bug446.go | 18 // dummy1 and dummy2 must be initialized after a and b.
|
issue10135.go | 10 // with nil pointer dereference because after append, s is a
|
issue7405.go | 8 // embedded fields became more complex after fixing issue 7366,
|
/cts/tests/openglperf2/jni/graphics/ |
PerspectiveMeshNode.cpp | 64 void PerspectiveMeshNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) { function in class:PerspectiveMeshNode
|
/cts/tests/openglperf2/jni/reference/scene/glowing/ |
BlurMeshNode.cpp | 55 void BlurMeshNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) { function in class:BlurMeshNode
|
/developers/build/prebuilts/gradle/CardEmulation/Application/src/main/java/com/example/android/cardemulation/ |
CardEmulationFragment.java | 55 public void beforeTextChanged(CharSequence s, int start, int count, int after) {
|
/developers/samples/android/connectivity/nfc/CardEmulation/Application/src/main/java/com/example/android/cardemulation/ |
CardEmulationFragment.java | 55 public void beforeTextChanged(CharSequence s, int start, int count, int after) {
|
/development/samples/browseable/CardEmulation/src/com.example.android.cardemulation/ |
CardEmulationFragment.java | 55 public void beforeTextChanged(CharSequence s, int start, int count, int after) {
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/ |
visitor.rb | 45 +post_action+ is defined, a node is yielded to the block after all of its 71 after = post_action || @post_action 78 tree = after.call( tree ) unless after.nil? or flat
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/ |
via-parser.rb | 13 @after {
|
/external/eigen/blas/ |
Android.mk | 47 # Will be removed after we understand it better. 61 # Will be removed after we understand it better.
|
/external/icu/icu4c/source/i18n/unicode/ |
dtrule.h | 41 DOW_GEQ_DOM, /**< The first occurence of the day of week on or after the day of monnth, 42 for example, first Sunday on or after March 8. */ 92 * on or after/before the day of month and the time rule. The date rule 99 * @param after true if the rule date is on or after the day of month. 105 DateTimeRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, UBool after,
|
/external/jacoco/org.jacoco.examples.test/src/org/jacoco/examples/ |
ConsoleOutput.java | 45 protected void after() { method in class:ConsoleOutput
|
/external/jemalloc/test/unit/ |
quarantine.c | 41 * until after this loop completes. 62 arena_redzone_corruption_replacement(void *ptr, size_t usize, bool after,
|
/external/junit/src/org/junit/rules/ |
TemporaryFolder.java | 36 protected void after() { method in class:TemporaryFolder
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
ActionTest.java | 52 img.addAction(Actions.after(Actions.scaleTo(2, 2, 2)));
|
/external/libunwind/src/arm/ |
getcontext.S | 48 @ point lr to instruction after call site's stack adjustment
|
/external/testng/src/test/java/test/inject/ |
InjectBeforeAndAfterMethodsWithTestResultSampleTest.java | 44 public void after(Method m, ITestResult r) { method in class:InjectBeforeAndAfterMethodsWithTestResultSampleTest
|
/external/v8/test/mjsunit/harmony/ |
reflect-enumerate-opt.js | 71 // Test lazy deopt after GetPropertyNamesFast 75 // Test lazy deopt after FILTER_KEY
|
/external/v8/test/webkit/ |
property-iteration.js | 39 var after = Object.getOwnPropertyNames(Math); 41 shouldBeTrue('arrayEqual(before, after)');
|