OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:similar
(Results
676 - 700
of
5113
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/dalvik/dx/src/com/android/dx/rop/code/
Rop.java
73
/** whether this is a function/method call op or
similar
*/
91
* @param isCallLike whether the op is a function/method call or
similar
354
* Gets whether this opcode is a function/method call or
similar
.
/development/samples/ApiDemos/src/com/example/android/apis/view/
_index.html
47
<dd>Demonstrates a longer scrolling screen
similar
to ScrollView1. </dd>
68
<dd>
Similar
to example 5, but with an additional "checked" column. </dd>
71
<dd>
Similar
to example 6, but now with buttons on the bottom of the screen that enable you dynamically hide or show columns. </dd>
/external/chromium_org/chrome/browser/resources/file_manager/js/
background.js
81
* Gets
similar
windows, it means with the same initial url.
82
* @return {Array.<AppWindow>} List of
similar
windows.
115
// Get
similar
windows, it means with the same initial url, eg. different
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_inlines.h
118
*
Similar
to pipe_surface_reference() but always set the pointer to NULL
156
*
Similar
to pipe_sampler_view_reference() but always set the pointer to
242
buffer.format = PIPE_FORMAT_R8_UNORM; /* want TYPELESS or
similar
*/
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
Rop.java
73
/** whether this is a function/method call op or
similar
*/
91
* @param isCallLike whether the op is a function/method call or
similar
354
* Gets whether this opcode is a function/method call or
similar
.
/external/elfutils/libebl/
libebl.h
72
/*
Similar
but without underlying ELF file. */
74
/*
Similar
but with emulation name given. */
224
DW_TAG_subprogram, DW_TAG_subroutine_type, or
similar
DIE describing
/external/mesa3d/src/gallium/auxiliary/util/
u_inlines.h
118
*
Similar
to pipe_surface_reference() but always set the pointer to NULL
156
*
Similar
to pipe_sampler_view_reference() but always set the pointer to
242
buffer.format = PIPE_FORMAT_R8_UNORM; /* want TYPELESS or
similar
*/
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
pitch_filter.c
66
* iSAC has 4 different pitch-filter which are very
similar
in their structure.
73
* kPitchFilterPreLa : This is, in structure,
similar
to pre-filtering but
76
* kPitchFilterPreGain : This is, in structure,
similar
to pre-filtering but
/frameworks/base/core/java/android/hardware/
Sensor.java
128
*
Similar
to {@link #TYPE_MAGNETIC_FIELD} but the hard iron calibration (device calibration
164
* <p>
Similar
to {@link #TYPE_GYROSCOPE} but no gyro-drift compensation has been performed
216
*
Similar
to {@link #TYPE_ROTATION_VECTOR}, but using a magnetometer instead of using a
/libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/
Cache.java
57
* generated on the base of the encoding with the
SIMILAR
prefix or not.
82
// the
similar
hash codes.
160
*
similar
encoding or not (by means of <code>contains(long)</code> method),
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
string.h
71
/* Search in S for C. This is
similar
to `memchr' but there is no
175
/* This function is
similar
to `strchr'. But it returns a pointer to
216
/*
Similar
to `strstr' but this function ignores the case of both strings. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
string.h
71
/* Search in S for C. This is
similar
to `memchr' but there is no
175
/* This function is
similar
to `strchr'. But it returns a pointer to
216
/*
Similar
to `strstr' but this function ignores the case of both strings. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
string.h
71
/* Search in S for C. This is
similar
to `memchr' but there is no
175
/* This function is
similar
to `strchr'. But it returns a pointer to
216
/*
Similar
to `strstr' but this function ignores the case of both strings. */
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strtod.py
197
# test values close to 2**-1075, the underflow boundary;
similar
302
# demonstrate
similar
problem to issue 7632 bug1: crash
314
# And another,
similar
, failing halfway case
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strtod.py
197
# test values close to 2**-1075, the underflow boundary;
similar
302
# demonstrate
similar
problem to issue 7632 bug1: crash
314
# And another,
similar
, failing halfway case
/art/compiler/dex/quick/
gen_loadstore.cc
106
*
Similar
to LoadValueDirect, but clobbers and allocates the target
137
*
Similar
to LoadValueDirect, but clobbers and allocates the target
/external/apache-http/src/org/apache/commons/codec/language/
Metaphone.java
66
* Find the metaphone value of a String. This is
similar
to the
67
* soundex algorithm, but better at finding
similar
sounding words.
/external/bison/m4/
locale-fr.m4
83
# and
similar
.
211
# and
similar
.
/external/ceres-solver/internal/ceres/
line_search_direction.cc
187
// iteratively updated so that it is of
similar
'size' to the true
201
//
similar
scale to the true inverse Hessian. This technique is widely
/external/chromium/base/
message_pump_mac.h
6
// used directly, it can be used as the driving force behind the
similar
17
// MessagePumpCFRunLoop. For an NSRunLoop, the
similar
MessagePumpNSRunLoop
/external/chromium/chrome/browser/debugger/
extension_ports_remote_service.cc
71
//
similar
: with the message port ID in the destination field, but no
93
// makes it more
similar
to the remote debugger protocol, which should
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
grid.js
11
*
similar
elements placed in multiple columns. It's pretty
similar
to the list,
/external/chromium/testing/gtest/samples/
sample6_unittest.cc
99
//
similar
to TEST_F.
170
//
similar
to what you do with TEST_F.
/external/chromium_org/ash/display/
screen_position_controller_unittest.cc
187
//
Similar
to above but the point is out of the all root windows.
189
//
Similar
to above but the point is on the secondary display.
/external/chromium_org/base/message_loop/
message_pump_mac.h
6
// used directly, it can be used as the driving force behind the
similar
17
// MessagePumpCFRunLoop. For an NSRunLoop, the
similar
MessagePumpNSRunLoop
Completed in 1915 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>