/external/slf4j/slf4j-site/src/site/pages/ |
mailing-lists.html | 95 <a href="http://news.gmane.org/gmane.comp.java.slf4j.user">Gmane</a> | 119 <a href="http://news.gmane.org/gmane.comp.java.slf4j.devel">Gmane</a> |
|
/external/squashfs-tools/squashfs-tools/ |
read_fs.c | 87 res = compressor_uncompress(comp, block, buffer, c_byte, 91 comp->name, error); 541 comp = lookup_compressor_id(sBlk->compression); 542 if(!comp->supported) { 544 "unsupported by this version\n", source, comp->name); 576 res = compressor_extract_options(comp, sBlk->block_size, buffer, bytes); 584 printf("\tCompression used %s\n", comp->name); 617 return comp;
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
fastquant.cpp | 151 Int dctMode, Int comp, Int dummy, UChar shortHeader) 166 OSCL_UNUSED_ARG(comp); 271 Int dctMode, Int comp, Int dc_scaler, UChar shortHeader) 285 OSCL_UNUSED_ARG(comp); 546 Int dctMode, Int comp, Int dc_scaler) 559 OSCL_UNUSED_ARG(comp); 675 Int dctMode, Int comp, Int dc_scaler) 690 OSCL_UNUSED_ARG(comp);
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/build/android/ |
shared.mk | 17 COMP ?= $(CROSS)gcc 112 $(COMP) $(ANDROID_INCLUDES) $(KERNEL_INCLUDES) $(INV_INCLUDES) $(CFLAGS) -o $@ -c $<
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_uevents.cpp | 130 //hwc comp could be on 148 Locker::Autolock _l(ctx->mExtSetLock); //hwc comp could be on
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
parallelism | 119 foo.d: comp 122 comp: mod_a.o mod_b.o; @:
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
LocalAlbumSet.java | 148 Comparator<MediaItem> comp = DataManager.sDateTakenComparator; local 149 return new LocalMergeAlbum(path, comp, new MediaSet[] {
|
/packages/apps/Settings/src/com/android/settings/voice/ |
VoiceInputHelper.java | 159 ComponentName comp = new ComponentName(resolveInfo.serviceInfo.packageName, local 161 if (interactorRecognizers.contains(comp)) {
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_setcomps.py | 87 Another way to test that the iteration variable is local to the list comp 94 And confirm that a closure can jump over the list comp scope
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_setcomps.py | 87 Another way to test that the iteration variable is local to the list comp 94 And confirm that a closure can jump over the list comp scope
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_setcomps.py | 87 Another way to test that the iteration variable is local to the list comp 94 And confirm that a closure can jump over the list comp scope
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_setcomps.py | 87 Another way to test that the iteration variable is local to the list comp 94 And confirm that a closure can jump over the list comp scope
|
/external/deqp/framework/randomshaders/ |
rsgVariableValue.hpp | 187 for (int comp = 0; comp < 4; comp++) 188 component(comp).asFloat() = vec.getPtr()[comp];
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
idct.h | 59 void idctrow0_intra(int16 *blk, PIXEL *comp, int width); 60 void idctrow1_intra(int16 *blk, PIXEL *comp, int width); 61 void idctrow2_intra(int16 *blk, PIXEL *comp, int width); 62 void idctrow3_intra(int16 *blk, PIXEL *comp, int width); 63 void idctrow4_intra(int16 *blk, PIXEL *comp, int width);
|
/libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/ |
LambdaTestHelpers.java | 228 public static<T> void assertSorted(Iterator<T> i, Comparator<? super T> comp) { 240 assertTrue(comp.compare(last, t) <= 0); 241 assertTrue(comp.compare(t, last) >= 0); 250 public static<T> void assertSorted(Iterable<T> iter, Comparator<? super T> comp) { 251 assertSorted(iter.iterator(), comp); local
|
/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/ |
LambdaTestHelpers.java | 229 public static<T> void assertSorted(Iterator<T> i, Comparator<? super T> comp) { 241 assertTrue(comp.compare(last, t) <= 0); 242 assertTrue(comp.compare(t, last) >= 0); 251 public static<T> void assertSorted(Iterable<T> iter, Comparator<? super T> comp) { 252 assertSorted(iter.iterator(), comp); local
|
/system/bt/stack/btm/ |
btm_ble_addr.c | 221 UINT8 comp[3]; local 224 comp[0] = p_mgnt_cb->random_bda[5]; 225 comp[1] = p_mgnt_cb->random_bda[4]; 226 comp[2] = p_mgnt_cb->random_bda[3]; 230 if (!memcmp(p->param_buf, &comp[0], 3))
|
/art/compiler/optimizing/ |
code_generator_mips64.cc | [all...] |
/external/libxml2/ |
runsuite.c | 241 xmlXPathCompExprPtr comp; local 247 comp = xmlXPathCompile(BAD_CAST xpath); 248 if (comp == NULL) { 252 res = xmlXPathCompiledEval(comp, ctxtXPath); 253 xmlXPathFreeCompExpr(comp); 269 xmlXPathCompExprPtr comp; local 275 comp = xmlXPathCompile(BAD_CAST xpath); 276 if (comp == NULL) { 280 res = xmlXPathCompiledEval(comp, ctxtXPath); 281 xmlXPathFreeCompExpr(comp); [all...] |
/hardware/qcom/display/msm8909/libhwcomposer/ |
hwc_mdpcomp.cpp | 479 ALOGD_IF(isDebug(),"%s: MDP Comp. not enabled.", __FUNCTION__); 487 ALOGD_IF(isDebug(),"%s: MDP Comp. video transition padding round", 502 whether to fall back to full GPU comp or video only comp 736 /* Checks for conditions where all the layers marked for MDP comp cannot be 784 // Disable MDP comp on Secondary when the primary is highres panel and 785 // the secondary is a normal 1080p, because, MDP comp on secondary under 787 // a quality mismatch when there will be a fallback to GPU comp 812 //For 8x26 with panel width>1k, if RGB layer needs HFLIP fail mdp comp 824 //If all above hard conditions are met we can do full or partial MDP comp [all...] |
/hardware/qcom/display/msm8994/libhwcomposer/ |
hwc_mdpcomp.cpp | 483 ALOGD_IF(isDebug(),"%s: MDP Comp. not enabled.", __FUNCTION__); 491 ALOGD_IF(isDebug(),"%s: MDP Comp. video transition padding round", 498 whether to fall back to full GPU comp or video only comp 777 /* Checks for conditions where all the layers marked for MDP comp cannot be 838 //For 8x26 with panel width>1k, if RGB layer needs HFLIP fail mdp comp 851 //If all above hard conditions are met we can do full or partial MDP comp. [all...] |
/frameworks/native/include/media/openmax/ |
OMX_Core.h | 106 * @ingroup comp 300 /** @ingroup comp */ 487 /** @ingroup comp */ 495 /** @ingroup comp */ [all...] |
/hardware/qcom/media/msm8974/mm-core/inc/ |
OMX_Core.h | 89 * @ingroup comp 283 /** @ingroup comp */ 479 /** @ingroup comp */ 487 /** @ingroup comp */ [all...] |
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/ |
OMX_Core.h | 89 * @ingroup comp 283 /** @ingroup comp */ 470 /** @ingroup comp */ 478 /** @ingroup comp */ 682 @ingroup comp [all...] |
/hardware/qcom/media/msm8996/mm-core/inc/ |
OMX_Core.h | 89 * @ingroup comp 283 /** @ingroup comp */ 479 /** @ingroup comp */ 487 /** @ingroup comp */ [all...] |