OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:upto
(Results
26 - 50
of
209
) sorted by null
1
2
3
4
5
6
7
8
9
/external/openssl/crypto/des/
README
50
library can vary by
upto
%10 due to the positioning of files after application
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
SaveRestoreStateTest.java
74
private void setServerResponseAndLoad(TestVars vars, int
upto
) throws Throwable {
75
for (int i = 0; i <
upto
; ++i) {
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h
70
@param n Source
upto
bits_per_digit (actually meant for very small constants)
76
@param a Number to read, only fetches
upto
bits_per_digit from the number
103
@param b The right side integer (
upto
bits_per_digit)
179
@param b The second source integer (single digit of
upto
bits_per_digit in length)
195
@param b The second source integer (single digit of
upto
bits_per_digit in length)
203
@param b The second source integer (single digit of
upto
bits_per_digit in length)
211
@param b The second source integer (single digit of
upto
bits_per_digit in length)
242
@param b The modulus (
upto
bits_per_digit in length)
/external/chromium-trace/trace-viewer/src/tracing/trace_model/
slice_group.js
286
var closeOpenSlices = function(
upTo
) {
293
if ((startA === undefined || startA <
upTo
) &&
294
(startB === undefined || startB <
upTo
)) {
/external/chromium_org/chrome/browser/sync/test/integration/
retry_verifier.cc
34
// Fills the table with the maximum and minimum values for each retry,
upto
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
diff.rb
110
start_in_old.
upto
(end_in_old - 1) do |index_in_old|
/external/dropbear/libtomcrypt/src/misc/pkcs5/
pkcs_5_2.c
103
/* now emit
upto
x bytes of buf[1] to output */
/external/dropbear/libtomcrypt/src/pk/asn1/der/integer/
der_encode_integer.c
21
/* Exports a positive bignum as DER format (
upto
2^32 bytes in size) */
/external/dropbear/libtomcrypt/src/pk/asn1/der/object_identifier/
der_encode_object_identifier.c
21
@param words The words to encode (
upto
32-bits each)
/external/dropbear/libtomcrypt/src/pk/asn1/der/utctime/
der_decode_utctime.c
84
So let's do a trivial decode
upto
[including] mm
/external/eigen/test/
eigensolver_complex.cpp
16
/* Check that two column vectors are approximately equal
upto
permutations,
/external/iproute2/examples/diffserv/
Edge2
39
# size of # 1.5 KB) in the long run and
upto
about 6 packets in the
/external/kernel-headers/original/asm-x86/
ptrace.h
78
/* arguments: non interrupts/non tracing syscalls only save
upto
here*/
/hardware/qcom/display/msm8960/libqdutils/
profiler.h
76
/* current frame, will go
upto
period, and then reset */
/hardware/qcom/display/msm8974/libqdutils/
profiler.h
76
/* current frame, will go
upto
period, and then reset */
/hardware/qcom/display/msm8x26/libqdutils/
profiler.h
76
/* current frame, will go
upto
period, and then reset */
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/format/
GLAPISpec.java
123
// everything
upto
the last space is the type
/external/guava/guava/src/com/google/common/collect/
Ranges.java
62
* <dd>{@link #
upTo
}
167
public static <C extends Comparable<?>> Range<C>
upTo
(
/external/iptables/extensions/
libxt_hashlimit.c
67
" --hashlimit-
upto
<avg> max average match rate\n"
113
{.name = "hashlimit-
upto
", .id = O_UPTO, .excl = F_ABOVE,
253
"--hashlimit-
upto
", cb->arg);
281
"--hashlimit-
upto
", cb->arg);
453
fputs(" --hashlimit-
upto
", stdout);
/ndk/sources/host-tools/make-3.81/
vmsify.c
54
copy 'from' to 'to' up to but not including '
upto
'
56
return 1 if
upto
found
66
copyto (char **to, char **from, char
upto
, int as_dir)
74
if (**from ==
upto
)
80
while (**from ==
upto
);
/external/aac/libAACdec/src/
aacdecoder.h
183
AUDIO_CHANNEL_TYPE channelType[(6)]; /*!< Audio channel type of each output audio channel (from 0
upto
numChannels). */
184
UCHAR channelIndices[(6)]; /*!< Audio channel index for each output audio channel (from 0
upto
numChannels). */
/external/ceres-solver/internal/ceres/
dogleg_strategy.h
106
// out with mu = min_mu, and tries values
upto
max_mu. If the user
schur_complement_solver.h
88
// be used for problems with
upto
a few hundred cameras.
/external/chromium_org/third_party/WebKit/Source/wtf/
ArrayBuffer.h
56
// ranging from |begin|
upto
but not including |end|.
/external/chromium_org/third_party/mesa/src/src/glsl/
lower_vector.cpp
150
/* Generate
upto
four assignments to that variable. Try to group component
Completed in 1073 milliseconds
1
2
3
4
5
6
7
8
9