HomeSort by relevance Sort by last modified time
    Searched refs:before (Results 126 - 150 of 2911) sorted by null

1 2 3 4 56 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
gregbza1.s 3 # before the other relocs for that insn.
gregget1.s 3 # before the other relocs for that insn.
gregget2.s 2 # The "GETA" will be expanded, and the reloc for b must be resolved before
gregpsj1.s 3 # before the other relocs for that insn.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
reloc.d 1 # Test that orphan reloc sections are placed before .rela.plt even when
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
defined3.d 7 # Check that DEFINED matches only symbols defined before its location.
  /cts/tests/openglperf2/jni/graphics/
PerspectiveProgram.h 28 virtual void before(Matrix& model, Matrix& view, Matrix& projection);
ProgramNode.h 27 virtual void before(Program& program, Matrix& model, Matrix& view, Matrix& projection);
SceneGraphNode.h 27 virtual void before(Program& program, Matrix& model, Matrix& view, Matrix& projection) = 0;
TransformationNode.cpp 24 void TransformationNode::before(Program& program, Matrix& model, Matrix& view, function in class:TransformationNode
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
count.h 7 #error must include "stringlib/fastsearch.h" before including this module
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
count.h 7 #error must include "stringlib/fastsearch.h" before including this module
  /external/clang/test/PCH/
cxx-typeid.h 16 bool before(const type_info& rhs) const;
  /external/linux-kselftest/tools/testing/selftests/intel_pstate/
aperf.c 22 struct timeb before, after; local
55 ftime(&before);
73 start = before.time*1000 + before.millitm;
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/bytecode/
ClassCacheTest.java 37 long before = System.currentTimeMillis(); local
41 Assert.assertEquals(1, (after - before) / timeToWait);
76 long before = System.currentTimeMillis(); local
80 Assert.assertEquals(1, (after - before) / timeToWait);
  /external/valgrind/memcheck/tests/
badaddrvalue.stderr.exp 4 Address 0x........ is 1 bytes before a block of size 8 alloc'd
12 Address 0x........ is 1 bytes before a block of size 8 alloc'd
badrw.stderr.exp 3 Address 0x........ is 4 bytes before a block of size 10 alloc'd
9 Address 0x........ is 4 bytes before a block of size 10 alloc'd
15 Address 0x........ is 4 bytes before a block of size 10 alloc'd
21 Address 0x........ is 4 bytes before a block of size 10 alloc'd
27 Address 0x........ is 1 bytes before a block of size 10 alloc'd
33 Address 0x........ is 1 bytes before a block of size 10 alloc'd
  /libcore/ojluni/src/test/java/time/tck/java/time/zone/serial/
TCKZoneOffsetTransitionSerialization.java 99 LocalDateTime before = LocalDateTime.of(2010, 3, 31, 1, 0); local
101 ZoneOffsetTransition test = ZoneOffsetTransition.of(before, OFFSET_0200, OFFSET_0300);
107 LocalDateTime before = LocalDateTime.of(2010, 10, 31, 1, 0); local
109 ZoneOffsetTransition test = ZoneOffsetTransition.of(before, OFFSET_0300, OFFSET_0200);
  /packages/experimental/RpcPerformance/
rpcperftest.cpp 80 struct timespec before, after; local
81 clock_gettime(CLOCK_MONOTONIC, &before);
91 double seconds = (after.tv_sec - before.tv_sec);
92 seconds += (after.tv_nsec - before.tv_nsec) / 1000000000.0;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.rtti/type.info/
type_info.pass.cpp 23 assert(!t1.before(t2));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/language.support/support.rtti/type.info/
type_info.pass.cpp 23 assert(!t1.before(t2));
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
farcall-group4.s 2 @ and that a large input section forces stub insertion before its
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
combinerefs.py 98 before = 0
103 before += 1
124 print "%d objects before, %d after" % (before, after)
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
httpresponse.go 18 defer res.Body.Close() // ERROR "using res before checking for errors"
26 defer res.Body.Close() // ERROR "using res before checking for errors"
44 defer resp.Body.Close() // ERROR "using resp before checking for errors"
53 defer resp.Body.Close() // ERROR "using resp before checking for errors"
67 defer resp.Body.Close() // ERROR "using resp before checking for errors"
81 defer resp.Body.Close() // ERROR "using resp before checking for errors"
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
httpresponse.go 18 defer res.Body.Close() // ERROR "using res before checking for errors"
26 defer res.Body.Close() // ERROR "using res before checking for errors"
44 defer resp.Body.Close() // ERROR "using resp before checking for errors"
53 defer resp.Body.Close() // ERROR "using resp before checking for errors"
67 defer resp.Body.Close() // ERROR "using resp before checking for errors"
81 defer resp.Body.Close() // ERROR "using resp before checking for errors"

Completed in 591 milliseconds

1 2 3 4 56 7 8 91011>>