/external/icu4c/test/cintltst/ |
sprpdata.c | 189 /* figure out the real length */ 244 // get the real data from the folded lead/trail units
|
/external/iproute2/include/linux/ |
pkt_sched.h | 7 Every scheduler will map them to real traffic classes, if it has 328 __u64 rtwork; /* work done by real-time criteria */
|
/external/kernel-headers/original/linux/ |
pkt_sched.h | 7 Every scheduler will map them to real traffic classes, if it has 328 __u64 rtwork; /* work done by real-time criteria */
|
/external/libpcap/ |
fad-getad.c | 228 * a real interface on Linux, so an entry for a logical 230 * real interface; we do that by stripping off the ":"
|
/external/opencore/engines/player/test/config/android/ |
test_pv_player_engine_config.h | 96 // Set to 1 to enable Real audio file test cases, 0 to disable 99 // Real audio files to test. Needs to be defined if RUN_REALAUDIO_FILE_TESTCASES is set to 1
|
/external/stlport/test/unit/ |
num_facets_test.cpp | 226 // On platform without real localization support we should rely on the "C" facet. 260 // On platform without real localization support we should rely on the "C" locale facet.
|
/external/webkit/WebCore/dom/ |
ScriptElement.cpp | 62 data.evaluateScript(ScriptSourceCode(data.scriptContent(), data.element()->document()->url())); // FIXME: Provide a real starting line number here. 82 data.evaluateScript(ScriptSourceCode(data.scriptContent(), element->document()->url())); // FIXME: Provide a real starting line number here
|
/frameworks/base/docs/html/guide/developing/ |
device.jd | 27 real device before releasing it to users. This page describes how to set up your development 51 on configurations that are not equivalent to those of your real device. Although the emulator
|
/frameworks/base/docs/html/guide/topics/location/ |
index.jd | 53 <p>However, during initial development in the emulator, you may not have access to real 54 data from a real location provider (Network or GPS). In that case, it may be necessary to
|
/frameworks/policies/base/phone/com/android/internal/policy/impl/ |
PasswordUnlockScreen.java | 170 // real password. This may require some tweaking. 234 // Don't show the soft keyboard when the real keyboard is open
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
perf_rt.c | 60 /* if we don't support this component, we don't create the real-time 392 /* get real-time private structure */ 456 /* get real-time private structure */ 772 /* get real-time private structure */ 782 /* get real-time private structure */ 793 /* get real-time private structure */ 803 /* get real-time private structure */ 812 /* get real-time private structure */ [all...] |
/ndk/build/platforms/android-3/arch-arm/usr/include/netinet/ |
ip.h | 194 * This is the real IPv4 pseudo header, used for computing the TCP and UDP 196 * For stronger checksums, the real thing must be used.
|
/ndk/build/platforms/android-4/arch-arm/usr/include/netinet/ |
ip.h | 194 * This is the real IPv4 pseudo header, used for computing the TCP and UDP 196 * For stronger checksums, the real thing must be used.
|
/ndk/build/platforms/android-5/arch-arm/usr/include/netinet/ |
ip.h | 194 * This is the real IPv4 pseudo header, used for computing the TCP and UDP 196 * For stronger checksums, the real thing must be used.
|
/ndk/build/platforms/android-5/arch-x86/usr/include/netinet/ |
ip.h | 194 * This is the real IPv4 pseudo header, used for computing the TCP and UDP 196 * For stronger checksums, the real thing must be used.
|
/ndk/build/platforms/android-8/arch-arm/usr/include/netinet/ |
ip.h | 194 * This is the real IPv4 pseudo header, used for computing the TCP and UDP 196 * For stronger checksums, the real thing must be used.
|
/ndk/build/platforms/android-8/arch-x86/usr/include/netinet/ |
ip.h | 194 * This is the real IPv4 pseudo header, used for computing the TCP and UDP 196 * For stronger checksums, the real thing must be used.
|
/packages/apps/Email/tests/src/com/android/exchange/ |
SyncManagerAccountTests.java | 74 // *real* accounts here (not in the mock provider) 100 * Note, there is some inherent risk in this test, as it creates *real* accounts in the
|
/device/htc/passion-common/libsensors/ |
sensors.c | 338 LOGV("(before) akm sensors = %08x, real = %08x", 369 LOGV("(after) akm sensors = %08x, real = %08x", 426 LOGV("(before) cm sensors = %08x, real = %08x", 438 LOGV("(after) cm sensors = %08x, real = %08x", 492 LOGV("(before) ls sensors = %08x, real = %08x", 504 LOGV("(after) ls sensors = %08x, real = %08x", [all...] |
/external/opencore/codecs_v2/audio/aac/dec/src/ |
ps_hybrid_synthesis.cpp | 159 Int32 real; local 170 real = *(ptr_mHybrid_Re++); 171 real += *(ptr_mHybrid_Re++); 177 real += *(ptr_mHybrid_Re++); 178 real += *(ptr_mHybrid_Re++); 183 *(ptr_mQmfReal++) = real;
|
tns_decode_coef.cpp | 150 Real iqfac, iqfac_m; 151 Real lpc_fp[TNS_MAX_ORDER+1]; 152 Real sin_result_fp[TNS_MAX_ORDER+1], b[TNS_MAX_ORDER+1]; 155 iqfac = (Real)(((1 << (coef_res-1)) - 0.5) / (PI/2.0)); 156 iqfac_m = (Real)(((1 << (coef_res-1)) + 0.5) / (PI/2.0)); 161 (Real)sin( coef[i] / ((coef[i] >= 0) ? iqfac : iqfac_m) );
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
ps_hybrid_synthesis.cpp | 159 Int32 real; local 170 real = *(ptr_mHybrid_Re++); 171 real += *(ptr_mHybrid_Re++); 177 real += *(ptr_mHybrid_Re++); 178 real += *(ptr_mHybrid_Re++); 183 *(ptr_mQmfReal++) = real;
|
tns_decode_coef.cpp | 150 Real iqfac, iqfac_m; 151 Real lpc_fp[TNS_MAX_ORDER+1]; 152 Real sin_result_fp[TNS_MAX_ORDER+1], b[TNS_MAX_ORDER+1]; 155 iqfac = (Real)(((1 << (coef_res-1)) - 0.5) / (PI/2.0)); 156 iqfac_m = (Real)(((1 << (coef_res-1)) + 0.5) / (PI/2.0)); 161 (Real)sin( coef[i] / ((coef[i] >= 0) ? iqfac : iqfac_m) );
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
RulesEngine.java | 395 // Try to find a rule matching the "real" FQCN. If we find it, we're done. 417 * The real FQCN is the actual groovy filename we're loading, e.g. "android.view.View.groovy" 419 * the real FQCN or might be a derived class, e.g. "android.widget.TextView". 470 // Memorize in the cache that we couldn't find a rule for this real FQCN 482 * The real FQCN is the actual groovy filename we're loading, e.g. "android.view.View.groovy" 484 * the real FQCN or might be a derived class, e.g. "android.widget.TextView".
|
/external/opencore/extern_libs_v2/khronos/openmax/include/ |
OMX_Video.h | 85 OMX_VIDEO_CodingRV, /**< all versions of Real Video */ 596 * - Advanced Real Time Simple Profiles, Levels 1-4 725 * Real Video Version 729 OMX_VIDEO_RVFormat8, /**< Real Video format 8 */ 730 OMX_VIDEO_RVFormat9, /**< Real Video format 9 */ 731 OMX_VIDEO_RVFormatG2, /**< Real Video Format G2 */ 739 * Real Video Params [all...] |