OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:similar
(Results
51 - 75
of
9701
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/valgrind/callgrind/tests/
clreq.c
2
//
Similar
to Cachegrind, check if instrumentation works in the presence
/external/valgrind/memcheck/tests/
suppfreecollision.vgtest
6
# only the last 4 calls are used to determine that two errors are
similar
/packages/apps/UnifiedEmail/unified_src/
README
4
This code should only be used for development. For shipping, this code (or something
similar
)
/prebuilts/go/darwin-x86/misc/cgo/testshared/src/depBase/
dep.go
24
// the shared library.
Similar
code in ../exe/exe.go results in
/prebuilts/go/darwin-x86/src/internal/syscall/windows/
reparse_windows.go
39
// PrintNameOffset is
similar
to SubstituteNameOffset.
41
// PrintNameLength is
similar
to SubstituteNameLength.
59
// PrintNameOffset is
similar
to SubstituteNameOffset.
61
// PrintNameLength is
similar
to SubstituteNameLength.
/prebuilts/go/linux-x86/misc/cgo/testshared/src/depBase/
dep.go
24
// the shared library.
Similar
code in ../exe/exe.go results in
/prebuilts/go/linux-x86/src/internal/syscall/windows/
reparse_windows.go
39
// PrintNameOffset is
similar
to SubstituteNameOffset.
41
// PrintNameLength is
similar
to SubstituteNameLength.
59
// PrintNameOffset is
similar
to SubstituteNameOffset.
61
// PrintNameLength is
similar
to SubstituteNameLength.
/external/libmojo/mojo/public/cpp/bindings/lib/
may_auto_lock.h
15
//
Similar
to base::AutoLock, except that it does nothing if |lock| passed into
37
//
Similar
to base::AutoUnlock, except that it does nothing if |lock| passed
/external/tensorflow/tensorflow/core/api_def/base_api/
api_def_Stage.pbtxt
37
summary: "Stage values
similar
to a lightweight Enqueue."
39
The basic functionality of this Op is
similar
to a queue with many
/frameworks/support/lifecycle/extensions/src/test/java/androidx/lifecycle/
ViewModelProvidersTest.java
31
// This is
similar
to call ViewModelProviders.of in Activity's constructor
37
// This is
similar
to call ViewModelProviders.of in Activity's constructor
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
CacheProcessing.java
154
// First, let's find how
similar
we are in our cache
157
boolean
similar
= true;
161
if (
similar
) {
162
similar
= newStep.equals(cacheStep);
164
if (
similar
) {
173
Log.v(LOGTAG, "
similar
up to index " + similarUpToIndex);
287
boolean
similar
= step.equals(newStep);
289
+ "
similar
rep ? " + (
similar
? "YES" : "NO")
/frameworks/base/graphics/java/android/graphics/
AvoidXfermode.java
46
* Tolerance near 0: avoid any colors even remotely
similar
to the op-color
50
* are
similar
to the op-color
52
* Tolerance near 255: draw on any colors even remotely
similar
to the op-color
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
Collapser.java
23
* Class used for collapsing data items into groups of
similar
items. The data items that should be
36
* Interface implemented by data types that can be collapsed into groups of
similar
data. This
37
* can be used for example to collapse
similar
contact data items into a single item.
/art/libartbase/base/unix_file/
README
3
This is intended to be lightweight and easy to use,
similar
to Java's
/bionic/libc/kernel/android/
README.TXT
13
musl libc project has a
similar
set of definitions in its scsi headers.
/build/kati/testcase/
phony.mk
20
# test5 is
similar
with test1, but foo2 has command.
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_object/d/
T_aput_object_4.java
22
/*
similar
to
/dalvik/dexdump/
Android.bp
16
// dexdump,
similar
in purpose to objdump.
/device/google/cuttlefish/shared/sepolicy/
kernel.te
11
# TODO(b/65049764): Get rid of GCE proxy and
similar
daemons started before Android init
/external/ImageMagick/Magick++/demo/
detrans.cpp
5
// background color, or to create a
similar
looking effect without
/external/autotest/client/site_tests/platform_TabletMode/
control
22
The test will fail if the laptop screenshots are not
similar
enough or if the
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
DSA.java
6
* interface for classes implementing algorithms modeled
similar
to the Digital Signature Alorithm.
/external/brotli/c/enc/
cluster.h
7
/* Functions for clustering
similar
histograms together. */
/external/chromium-trace/catapult/devil/devil/utils/
host_utils.py
10
"""Returns the disk usage in bytes of |path|.
Similar
to `du -sb |path|`."""
/external/compiler-rt/test/msan/
strlen_of_shadow.cc
3
// Check that strlen() and
similar
intercepted functions can be called on shadow
Completed in 650 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>