OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:assume
(Results
201 - 225
of
8170
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/include/llvm/Analysis/
CodeMetrics.h
94
/// \brief Collect a loop's ephemeral values (those used only by an
assume
100
///
assume
or similar intrinsics in the function).
/external/minijail/
elfparse.c
89
* The binary is not an ELF. We
assume
it's a
103
* We
assume
it's a short script. See above for
/external/opencv3/3rdparty/ffmpeg/
build_win32.txt
15
Let's
assume
, it's installed in C:\MSYS32.
17
Let's
assume
, it's installed in C:\MSYS64
/external/opencv3/3rdparty/libjpeg/
jinclude.h
54
* NOTE: we
assume
the size parameters to these functions are of type size_t.
64
#else /* not BSD,
assume
ANSI/SysV string lib */
/external/opencv3/doc/tutorials/introduction/load_save_image/
load_save_image.markdown
5
We
assume
that by now you know how to load an image using @ref cv::imread and to display it in a
59
For this example,
assume
you are loading a BGR image.
/external/pdfium/third_party/libjpeg/
jinclude.h
66
* NOTE: we
assume
the size parameters to these functions are of type size_t.
76
#else /* not BSD,
assume
ANSI/SysV string lib */
/external/proguard/docs/manual/
limitations.html
31
<li>For best results, ProGuard's optimization algorithms
assume
that the
42
<li>ProGuard's optimization algorithms currently also
assume
that the
/external/tlsdate/src/common/
fmemopen-funopen.c
97
/*
Assume
two's-complement arithmetic. */
108
/*
Assume
two's-complement arithmetic. */
/external/tpm2/
PP.c
49
//
Assume
command is implemented. It should be checked before this
72
//
Assume
command is implemented. It should be checked before this
/external/v8/src/compiler/
loop-analysis.h
17
// TODO(titzer): don't
assume
entry edges have a particular index.
18
static const int kAssumedLoopEntryIndex = 0; //
assume
loops are entered here.
/external/v8/test/mjsunit/
for-in-special-cases.js
76
// We do not
assume
that for-in enumerates elements in order.
102
// We do not
assume
that for-in enumerates elements in order.
/external/v8/test/mjsunit/harmony/
reflect-enumerate-special-cases.js
43
// We do not
assume
that enumerate enumerates elements in order.
69
// We do not
assume
that enumerate enumerates elements in order.
/external/wpa_supplicant_8/src/drivers/
driver_common.c
115
* The driver did not indicate whether it supports HT.
Assume
133
* The driver did not indicate whether it supports VHT.
Assume
/frameworks/av/services/audioflinger/tests/
resampler_tests.cpp
315
// in this test we
assume
a maximum transition band between 12kHz and 20kHz.
322
// in this test we
assume
a maximum transition band between 7kHz and 15kHz.
343
// in this test we
assume
a maximum transition band between 12kHz and 20kHz.
350
// in this test we
assume
a maximum transition band between 7kHz and 15kHz.
371
// in this test we
assume
a maximum transition band between 12kHz and 20kHz.
378
// in this test we
assume
a maximum transition band between 7kHz and 15kHz.
399
// in this test we
assume
a maximum transition band between 12kHz and 20kHz.
406
// in this test we
assume
a maximum transition band between 7kHz and 15kHz.
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/
limitations.html
29
<li>For best results, ProGuard's optimization algorithms
assume
that the
40
<li>ProGuard's optimization algorithms currently also
assume
that the
/system/security/keystore/
keystore_keymaster_enforcement.h
76
//
Assume
the token has not timed out, because AuthTokenTable would not have returned it if
83
// signing key.
Assume
the token is good.
/system/update_engine/update_manager/
real_updater_provider.h
32
// We
assume
that any other object handle we get from the system state is
35
// during testing. We further
assume
that, by the time Init() is called, the
/art/runtime/interpreter/mterp/
Makefile_mterp
36
#
assume
it's a dependency.
/art/test/530-checker-regression-reftype-final/src/
Main.java
29
// Reference type propagation (RTP) used to
assume
that if a class is final,
/bionic/libc/bionic/
mremap.cpp
49
// so we
assume
it's not present otherwise.
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
BaseDeviceOwnerTest.java
32
*
assume
these are done. The admin component can be accessed through
RemoteBugreportTest.java
30
*
assume
these are done. The admin component can be accessed through
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
CustomManagedProfileTest.java
39
// Since we
assume
, in ManagedProfileTest, provisioning has to be successful,
/cts/tests/tests/os/src/android/os/cts/
NoExecutePermissionTest.java
64
// TODO: handle other processors. For now,
assume
those processors
/developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/midiscope/
LoggingReceiver.java
27
*
Assume
that messages have been aligned using a MidiFramer.
Completed in 1847 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>