/external/chromium_org/courgette/ |
adjustment_method_2.cc | 47 similar. (A different assumption might be that S1 and S2 are dissimilar except 52 occurrences of U in S2 which appear in similar contexts to A in S1. 160 // make the sequence of indexes similar to a 'model' program 'm'. Labels [all...] |
/external/chromium_org/net/base/ |
mime_sniffer.cc | 151 MAGIC_NUMBER("text/plain", "%!") // Script, similar to PS 407 // We adopt a strategy similar to that used by Mozilla to sniff HTML tags, 587 // TODO(evanm): this is similar but more conservative than what Safari does, [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
uset.h | 102 * Argument values for whether span() and similar functions continue while 913 * Similar to the strspn() C library function. [all...] |
/external/chromium_org/third_party/libwebp/enc/ |
quant.c | 246 // On average, the WebP output size will be roughly similar to that of a 272 for (s1 = 1; s1 < num_segments; ++s1) { // find similar segments 275 // check if we already have similar segment [all...] |
/external/guava/guava/src/com/google/common/collect/ |
MapMaker.java | 76 * <p>The returned map is implemented as a hash table with similar performance characteristics to 444 * evicted immediately. This has a very similar effect to invoking {@link #maximumSize 492 * evicted immediately. This has a very similar effect to invoking {@link #maximumSize [all...] |
/external/icu4c/common/unicode/ |
uset.h | 96 * Argument values for whether span() and similar functions continue while 917 * Similar to the strspn() C library function. [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/scene/ |
Mesh.java | 118 * Similar to {@link #Triangles}, the first 3 vertices 125 * Similar to {@link #Triangles}, the first 3 vertices [all...] |
/external/libusb-compat/ |
aclocal.m4 | 69 # Check to see whether a particular set of modules exists. Similar 73 # Similar to PKG_CHECK_MODULES, make sure that the first instance of 246 # So we could use something similar to $top_srcdir/$ac_aux_dir/missing, [all...] |
/external/openssh/ |
sshd.8 | 446 something similar to: 522 Certificates may encode access restrictions similar to these key options. 921 Similar to
|
/external/webp/src/enc/ |
quant.c | 246 // On average, the WebP output size will be roughly similar to that of a 272 for (s1 = 1; s1 < num_segments; ++s1) { // find similar segments 275 // check if we already have similar segment [all...] |
/external/wpa_supplicant_8/src/wps/ |
wps_upnp.c | 144 * messages, which give similar information as the UDP NOTIFY packets. 164 * The POST of a GetDeviceInfo gets information similar to what might be 271 * solution would be to use the "ares" library or similar with more state [all...] |
/frameworks/base/docs/html/about/versions/ |
android-3.1.jd | 236 android.view.MotionEvent}, similar to how it defines key codes on {@link 311 go to the {@link android.view.View} under the pointer, similar to how touch 346 <p>To support audio conferencing and similar usages, an application instantiates [all...] |
/frameworks/base/docs/html/guide/topics/graphics/ |
opengl.jd | 78 The specific API provided by the Android framework is similar to the J2ME JSR239 OpenGL ES API, 99 OpenGL API calls and is similar in function to a {@link android.view.SurfaceView}. You can use [all...] |
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
unicodeobject.h | 469 /* Similar to PyUnicode_FromUnicode(), but u points to Latin-1 encoded bytes */ 475 /* Similar to PyUnicode_FromUnicode(), but u points to null-terminated 635 The codecs all use a similar interface. Only deviation from the [all...] |
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
unicodeobject.h | 469 /* Similar to PyUnicode_FromUnicode(), but u points to Latin-1 encoded bytes */ 475 /* Similar to PyUnicode_FromUnicode(), but u points to null-terminated 635 The codecs all use a similar interface. Only deviation from the [all...] |
/art/compiler/dex/quick/ |
local_optimizations.cc | 315 /* Similar as above, but just check for pure register dependency */
|
/art/runtime/base/ |
mutex.h | 204 // A ReaderWriterMutex is used to achieve mutual exclusion between threads, similar to a Mutex.
|
/art/runtime/ |
indirect_reference_table.h | 181 * stale references aren't possible (though we may be able to get similar
|
/build/core/combo/ |
TARGET_linux-arm.mk | 23 # makefile variable definitions similar to the preprocessor
|
/build/tools/droiddoc/templates-ds/assets/ |
GPL-LICENSE.txt | 239 be similar in spirit to the present version, but may differ in detail to
|
/build/tools/droiddoc/templates-sac/assets/ |
GPL-LICENSE.txt | 239 be similar in spirit to the present version, but may differ in detail to
|
/build/tools/droiddoc/templates-sdk/assets/ |
GPL-LICENSE.txt | 239 be similar in spirit to the present version, but may differ in detail to
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
BitmapFactoryTest.java | 198 // image and should have same similar (within some error-tolerance) Bitmap data.
|
/dalvik/vm/ |
IndirectRefTable.h | 176 * stale references aren't possible (though we may be able to get similar
|
/dalvik/vm/compiler/codegen/arm/ |
LocalOptimizations.cpp | 309 /* Similar as above, but just check for pure register dependency */
|