OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:before
(Results
276 - 300
of
30609
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/go/darwin-x86/src/cmd/vet/testdata/
buildtag.go
12
// +build toolate // ERROR "build comment must appear
before
package clause and be followed by a blank line"
/prebuilts/go/darwin-x86/test/fixedbugs/
bug313.go
14
Before
:
/prebuilts/go/linux-x86/src/cmd/go/testdata/
example1_test.go
5
// Make sure that go test runs Example_Z
before
Example_A, preserving source order.
example2_test.go
5
// Make sure that go test runs Example_Y
before
Example_B, preserving source order.
/prebuilts/go/linux-x86/src/cmd/vet/testdata/
buildtag.go
12
// +build toolate // ERROR "build comment must appear
before
package clause and be followed by a blank line"
/prebuilts/go/linux-x86/test/fixedbugs/
bug313.go
14
Before
:
/prebuilts/misc/common/ddmlib/
PREBUILT
8
Note:
Before
dropping the ddmlib-prebuilt.jar, please run
/prebuilts/misc/common/devtools-annotations/
PREBUILT
6
Note:
Before
dropping the devtools-annotations-prebuilt.jar, please
/prebuilts/ndk/current/sources/cxx-stl/system/include/
typeinfo
22
bool
before
(type_info const & right) const;
/toolchain/binutils/binutils-2.25/ld/emulparams/
i386lynx.sh
19
# Leave room of SIZEOF_HEADERS
before
text.
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
aarch64.ld
10
*(.
before
)
relocs.ld
10
*(.
before
)
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
mips16-pic-2.nd
1
# used8 should come
before
MIPS_GOTSYM.
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
b-bend1.d
9
# This test depend on that the non-at-end condition is tested
before
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
unwind.ld
8
*(.
before
)
/prebuilts/go/darwin-x86/doc/
go_mem.html
47
<h2>Happens
Before
</h2>
60
the updated value of <code>b</code>
before
the updated value of <code>a</code>.
65
<i>happens
before
</i>, a partial order on the execution
67
before
event <span class="event">e<sub>2</sub></span>, then we say that <span class="event">e<sub>2</sub></span> happens after <span class="event">e<sub>1</sub></span>.
68
Also, if <span class="event">e<sub>1</sub></span> does not happen
before
<span class="event">e<sub>2</sub></span> and does not happen
73
Within a single goroutine, the happens-
before
order is the
83
<li><span class="event">r</span> does not happen
before
<span class="event">w</span>.</li>
85
after <span class="event">w</span> but
before
<span class="event">r</span>.</li>
96
<li><span class="event">w</span> happens
before
<span class="event">r</span>.</li>
98
either happens
before
<span class="event">w</span> or after <span class="event">r</span>.</li
[
all
...]
/prebuilts/go/linux-x86/doc/
go_mem.html
47
<h2>Happens
Before
</h2>
60
the updated value of <code>b</code>
before
the updated value of <code>a</code>.
65
<i>happens
before
</i>, a partial order on the execution
67
before
event <span class="event">e<sub>2</sub></span>, then we say that <span class="event">e<sub>2</sub></span> happens after <span class="event">e<sub>1</sub></span>.
68
Also, if <span class="event">e<sub>1</sub></span> does not happen
before
<span class="event">e<sub>2</sub></span> and does not happen
73
Within a single goroutine, the happens-
before
order is the
83
<li><span class="event">r</span> does not happen
before
<span class="event">w</span>.</li>
85
after <span class="event">w</span> but
before
<span class="event">r</span>.</li>
96
<li><span class="event">w</span> happens
before
<span class="event">r</span>.</li>
98
either happens
before
<span class="event">w</span> or after <span class="event">r</span>.</li
[
all
...]
/device/google/contexthub/firmware/inc/
osApi.h
44
#define SYSCALL_OS_LAST 2 // always last. holes are allowed, but not immediately
before
this
50
#define SYSCALL_OS_DRV_LAST 3 // always last. holes are allowed, but not immediately
before
this
61
#define SYSCALL_OS_DRV_GPIO_LAST 7 // always last. holes are allowed, but not immediately
before
this
67
#define SYSCALL_OS_DRV_I2CM_LAST 3 // always last. holes are allowed, but not immediately
before
this
75
#define SYSCALL_OS_DRV_I2CS_LAST 5 // always last. holes are allowed, but not immediately
before
this
84
#define SYSCALL_OS_MAIN_LAST 6 // always last. holes are allowed, but not immediately
before
this
93
#define SYSCALL_OS_MAIN_EVTQ_LAST 6 // always last. holes are allowed, but not immediately
before
this
97
#define SYSCALL_OS_MAIN_LOG_LAST 1 // always last. holes are allowed, but not immediately
before
this
110
#define SYSCALL_OS_MAIN_SENSOR_LAST 10 // always last. holes are allowed, but not immediately
before
this
116
#define SYSCALL_OS_MAIN_TIME_LAST 3 // always last. holes are allowed, but not immediately
before
thi
[
all
...]
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/spec/
jasmine.yml
3
# Return an array of filepaths relative to src_dir to include
before
jasmine specs.
19
# Return an array of stylesheet filepaths relative to src_dir to include
before
jasmine specs.
32
# Return an array of filepaths relative to spec_dir to include
before
jasmine specs.
/external/clang/test/Frontend/
optimization-remark-options.c
3
// CHECK: {{.*}}:9:11: remark: loop not vectorized: cannot prove it is safe to reorder floating-point operations; allow reordering by specifying '#pragma clang loop vectorize(enable)'
before
the loop or by providing the compiler option '-ffast-math'.
14
// CHECK: {{.*}}:18:13: remark: loop not vectorized: cannot prove it is safe to reorder memory operations; allow reordering by specifying '#pragma clang loop vectorize(enable)'
before
the loop. If the arrays will always be independent specify '#pragma clang loop vectorize(assume_safety)'
before
the loop or provide the '__restrict__' qualifier with the independent array arguments. Erroneous results will occur if these options are incorrectly applied!
/external/clang/test/Modules/
decldef.m
12
A *a1; // expected-error{{declaration of 'A' must be imported from module 'decldef.Def'
before
it is required}}
18
// expected-error@-4{{declaration of 'B' must be imported from module 'decldef.Decl'
before
it is required}}
29
// expected-error@-2{{definition of 'A' must be imported from module 'decldef.Def'
before
it is required}}
/external/eigen/
INSTALL
4
Explanation
before
starting
8
before
you can use it. Moreover, these header files do not depend on your
23
Before
starting, create another directory which we will call 'build_dir'.
/external/iproute2/man/man8/
tc-tcindex.8
38
field
before
use.
43
value
before
use. If a
45
has been set, masking is done
before
shifting.
/external/llvm/tools/
CMakeLists.txt
12
# Build polly
before
the tools: the tools link against polly when
33
# Add LTO, llvm-ar, llvm-config, and llvm-profdata
before
clang, ExternalProject
34
# requires targets specified in DEPENDS to exist
before
the call to
/external/pcre/dist/testdata/
grepoutput8
14
12-
Before
111
15
13-
Before
222?14-
Before
333…15:Match
Completed in 1465 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>