OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inplace
(Results
1 - 10
of
10
) sorted by null
/external/eigen/unsupported/Eigen/src/FFT/
ei_fftw_impl.h
241
bool
inplace
= (dst==src);
local
243
int64_t key = ( (nfft<<3 ) | (inverse<<2) | (
inplace
<<1) | aligned ) << 1;
250
bool
inplace
= (dst==src);
local
252
int64_t key = ( ( (((int64_t)n0) << 30)|(n1<<3 ) | (inverse<<2) | (
inplace
<<1) | aligned ) << 1 ) + 1;
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout.cc
786
static const bool
inplace
= false;
member in struct:GSUBProxy
800
static const bool
inplace
= true;
member in struct:GPOSProxy
853
if (!Proxy::
inplace
)
/external/opencv/cv/src/
cvmorph.cpp
832
bool
inplace
;
local
[
all
...]
/external/opencv/cxcore/src/
cxcopy.cpp
959
int
inplace
= src->data.ptr == dst->data.ptr;
local
968
if( flip_mode < 0 && !
inplace
)
976
if( flip_mode < 0 &&
inplace
)
[
all
...]
/external/smali/dexlib/src/main/java/org/jf/dexlib/
DexFile.java
153
private boolean
inplace
= false;
field in class:DexFile
500
* If both SortAllItems and
Inplace
are true,
Inplace
takes precedence
514
* If both SortAllItems and
Inplace
are true,
Inplace
takes precedence
554
* If both SortAllItems and
Inplace
are true,
Inplace
takes precedence
559
return this.
inplace
;
593
* If both SortAllItems and
Inplace
are true,
Inplace
takes precedenc
[
all
...]
/external/chromium_org/third_party/pymock/
mock.py
1722
inplace
= ' '.join('i%s' % n for n in numerics.split())
variable
[
all
...]
/external/openssh/
ssh-keygen.c
976
int c, skip = 0,
inplace
= 0, num = 0, invalid = 0, has_unhashed = 0;
local
1008
inplace
= 1;
1029
if (
inplace
)
1133
if (
inplace
) {
1142
if (
inplace
) {
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/110/1/.cp/ant_tasks/
publisher-ant.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
Completed in 2444 milliseconds