HomeSort by relevance Sort by last modified time
    Searched full:similar (Results 726 - 750 of 4758) sorted by null

<<21222324252627282930>>

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
dtoa.c 84 /* Arguments ndigits, decpt, sign are similar to those
97 return value similar to that of ecvt, except
100 gives a return value similar to that from fcvt,
103 4,5 ==> similar to 2 and 3, respectively, but (in
109 6-9 ==> Debugging modes similar to mode - 4: don't try
  /external/icu/icu4c/source/common/unicode/
uiter.h 341 * (protected) Pointer to string or wrapped object or similar.
348 * (protected) Length of string or similar.
355 * (protected) Start index or similar.
362 * (protected) Current index or similar.
369 * (protected) Limit index or similar.
  /external/llvm/tools/opt/
opt.cpp 120 cl::desc("Optimization level 1. Similar to clang -O1"));
124 cl::desc("Optimization level 2. Similar to clang -O2"));
128 cl::desc("Like -O2 with extra optimizations for size. Similar to clang -Os"));
132 cl::desc("Like -Os but reduces code size further. Similar to clang -Oz"));
136 cl::desc("Optimization level 3. Similar to clang -O3"));
  /dalvik/dexgen/src/com/android/dexgen/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.
  /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 &quot;checked&quot; 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/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/libxml2/doc/
xmlio.html 30 <li>Output I/O buffers are similar to the Input ones and fulfill similar
69 needed.</p><h3><a name="Output" id="Output">Output I/O handlers</a></h3><p>An Output handler <code>xmlOutputBuffer</code> is completely similar to an
  /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/pcre/dist/doc/
pcresyntax.3 383 of the newline or \eR options with similar syntax. More than one of them may
404 settings with a similar syntax.
417 setting with a similar syntax.
  /external/valgrind/
Makefile.all.am 44 # Similar to inplace-noinst_PROGRAMS
69 # Similar to install-noinst_PROGRAMS.
79 # Similar to uninstall-noinst_PROGRAMS.
  /external/valgrind/nightly/
README.txt 4 system for Valgrind, intended to be run nightly by cron or a similar
58 You could also use some invocation of 'uname' or something similar
103 depend on what shell is used by cron or any similar program).
  /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
  /libcore/luni/src/main/java/java/util/concurrent/
package-info.java 78 * similar, but additionally supports the {@link java.util.Deque}
166 * is a shorthand indicating several differences from similar
217 * {@code volatile} fields have similar memory consistency effects
  /packages/apps/Camera2/src/com/android/camera/settings/
ResolutionUtil.java 174 * Given a list of sizes of a similar aspect ratio, it tries to pick evenly
178 * @param sizes A list of Sizes that are all of a similar aspect ratio
389 // size AND similar aspect ratio. If there are no valid candidates are found
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
PersonalDictionaryLookupTest.java 221 // But similar looking words don't match.
249 // But similar looking words don't match.
274 // But similar looking words don't match.
  /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/cmdline/
README.md 231 `Result` is a typedef for `CmdlineParseResult<T>` and it acts similar to a poor version of
232 `Either<Left, Right>` in Haskell. In particular, it would be similar to `Either< int ErrorCode,
  /docs/source.android.com/src/devices/audio/
latency_contrib.jd 29 but a similar discussion applies to input latency.
161 are similar but seek to measure and control heat to avoid damage due to excess heat.
  /external/apache-http/src/org/apache/commons/codec/language/
Metaphone.java 71 * Find the metaphone value of a String. This is similar to the
72 * soundex algorithm, but better at finding similar sounding words.
Soundex.java 23 * Encodes a string into a Soundex value. Soundex is an encoding used to relate similar names, but can also be used as a
24 * general purpose scheme to find word with similar phonemes.
  /external/bison/m4/
locale-fr.m4 83 # and similar.
211 # and similar.
  /external/clang/include/clang/Basic/
VirtualFileSystem.h 113 /// \brief An input iterator over the entries in a virtual path, similar to
153 /// similar to llvm::sys::fs::recursive_directory_iterator.
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 62 // give special powers to char and certain similar types. However,
139 // TODO: Implement C++'s type "similarity" and consider dis-"similar"

Completed in 474 milliseconds

<<21222324252627282930>>