OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:over
(Results
476 - 500
of
13432
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/llvm/lib/Transforms/Utils/
CloneModule.cpp
28
// Create the value map that maps things from the old module
over
to the new
49
// Loop
over
all of the global variables, making corresponding globals in the
66
// Loop
over
the functions in the module, making external functions as before
75
// Loop
over
the aliases in the module
108
//
over
... We also set the attributes on the global now.
122
// Similarly, copy
over
function bodies now...
/external/v8/src/crankshaft/
hydrogen-flow-engine.h
52
//
over
a graph of basic blocks, either one block at a time (local analysis)
53
// or
over
the entire graph (global analysis). The flow engine is parameterized
54
// by the type of the state and the effects collected while walking
over
the
57
// The "State" collects which facts are known while passing
over
instructions
81
// Local analysis. Iterates
over
the instructions in the given block.
90
// Global analysis. Iterates
over
all blocks that are dominated by the given
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-ssa-operands.h
147
/* This macro executes a loop
over
the operands of STMT specified in FLAG,
155
/* This macro executes a loop
over
the operands of STMT specified in FLAG,
163
/* This macro executes a loop
over
the operands of STMT specified in FLAG,
171
/* This macro will execute a loop
over
all the arguments of a PHI which
180
/* This macro will execute a loop
over
a stmt, regardless of whether it is
189
/* This macro will execute a loop
over
a stmt, regardless of whether it is
/system/update_engine/
connection_manager.cc
89
LOG(INFO) << "Disabling updates
over
cellular networks as there's no "
98
LOG(INFO) << "Disabling updates
over
cellular connection as it's not "
103
LOG(INFO) << "Allowing updates
over
cellular per device policy.";
111
LOG(INFO) << "Disabling updates
over
cellular connection as there's "
123
LOG(INFO) << "Disabling updates
over
cellular connection per user "
127
LOG(INFO) << "Allowing updates
over
cellular per user setting.";
/toolchain/binutils/binutils-2.25/cpu/
xc16x.opc
56
/* Handle '#' prefixes (i.e. skip
over
them). */
72
/* Handle '.' prefixes (i.e. skip
over
them). */
88
/* Handle 'pof:' prefixes (i.e. skip
over
them). */
104
/* Handle 'pag:' prefixes (i.e. skip
over
them). */
120
/* Handle 'sof' prefixes (i.e. skip
over
them). */
136
/* Handle 'seg' prefixes (i.e. skip
over
them). */
/art/runtime/lambda/
leaking_allocator.h
32
// (b) Not be allocated
over
and
over
again if it was already allocated once (immutable data).
/developers/build/prebuilts/gradle/BeamLargeFiles/
README.md
6
handshake
over
NFC, file transfer will take place
over
a secondary high-speed
/external/autotest/client/site_tests/desktopui_Respawn/
desktopui_Respawn.py
13
ensure that these values remain the same
over
time. The values are
15
over
-constraint.
/external/ceres-solver/internal/ceres/
dynamic_compressed_row_jacobian_writer.h
58
// entries are copied
over
to the larger jacobian in `Write`.
70
// This method is thread-safe
over
residual blocks (each `residual_id`).
/external/chromium-trace/catapult/dashboard/dashboard/
stored_object_test.py
60
# chris_account object should be stored
over
3 PartEntity entities.
63
# Stored
over
4 caches here, one extra for the head cache.
/external/chromium-trace/catapult/third_party/coverage/coverage/
bytecode.py
32
"""Iterator
over
byte codes in `code`.
75
"""Iterate
over
all the code objects in `code`."""
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
setup.py
27
Supports HTTP 1.1 Keep-Alive, keeping the socket open and performing multiple requests
over
the same connection if possible.
31
The following three types of HTTP Authentication are supported. These can be used
over
both HTTP and HTTPS.
/external/chromium-trace/catapult/third_party/polymer/components/paper-tooltip/
README.md
7
Edit those files, and our readme bot will duplicate them
over
here!
25
hovers
over
an element with the cursor or with the keyboard. It will be centered
/external/chromium-trace/catapult/tracing/tracing/model/
counter_series.html
18
* A container holding all samples of a given measurement
over
time.
21
*
over
a USB connection, with each sample representing the instantaneous
/external/clang/test/CodeGenCXX/
optnone-def-decl.cpp
6
//
over
alwaysinline, in all cases.)
45
// Check that optnone wins
over
always_inline.
/external/curl/docs/
RESOURCES
71
RFC 2818 - HTTP
Over
TLS (TLS is the successor to SSL)
79
RFC 3207 - SMTP
over
TLS
/external/curl/docs/libcurl/
curl_easy_send.3
25
curl_easy_send - sends raw data
over
an "easy" connection
33
This function sends arbitrary data
over
the established connection. You may
/external/curl/lib/
content_encoding.c
194
/* Skip
over
the gzip header */
219
/* Skip
over
time, xflags, OS code and all previous bytes */
239
/* Skip
over
NUL-terminated file name */
247
/* Skip
over
the NUL */
253
/* Skip
over
NUL-terminated comment */
261
/* Skip
over
the NUL */
321
* enough data passed in to skip
over
the gzip header. If that happens, we
331
/* Skip
over
gzip header? */
/external/e2fsprogs/lib/et/test_cases/
imap_err.et
36
"
Over
quota"
103
"Mailbox is
over
quota"
/external/eigen/unsupported/Eigen/src/BVH/
KdBVH.h
82
/** Given an iterator range
over
\a Object references, constructs the BVH. Requires that bounding_box(Object) return a Volume. */
85
/** Given an iterator range
over
\a Object references and an iterator range
over
their bounding boxes, constructs the BVH */
88
/** Given an iterator range
over
\a Object references, constructs the BVH, overwriting whatever is in there currently.
92
/** Given an iterator range
over
\a Object references and an iterator range
over
their bounding boxes,
130
/** Given an \a index of a node, on exit, \a outVBegin and \a outVEnd range
over
the indices of the volume children of the node
131
* and \a outOBegin and \a outOEnd range
over
the object children of the node */
/external/guice/extensions/persist/src/com/google/inject/persist/
UnitOfWork.java
20
* This interface is used to gain manual control
over
the unit of work. This is mostly to do
21
* work in non-request, non-transactional threads. Or where more fine-grained control
over
the unit
/external/icu/icu4c/source/common/
patternprops.h
59
* Skips
over
Pattern_White_Space starting at s.
77
* Skips
over
a "pattern identifier" starting at index s.
/external/iproute2/man/man8/
tc-bfifo.8
27
pfifo or bfifo
over
the default.
57
In this example, the queue length is 100 packets, 45894 bytes were sent
over
681 packets.
/external/kernel-headers/original/uapi/asm-x86/asm/
e820.h
39
* persist
over
a reboot. The kernel will ignore their special capabilities
52
* any memory that BIOS might alter
over
the S3 transition
/external/libnfc-nci/src/udrv/include/
uipc.h
110
** Description Called to transmit a message
over
UIPC.
122
** Description Called to transmit a message
over
UIPC.
Completed in 1206 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>