/external/icu4c/common/ |
propsvec.h | 64 * delivering special values and the beginning of delivering real ones. 124 * Then, in the second phase, the handler is called for each row of real values.
|
/external/kernel-headers/original/asm-x86/ |
vm86.h | 68 * done a translation of "SAVE_ALL" from vm86 mode. The real kernel layout 144 * hardware when a trap occurs), and the real segment descriptors are
|
/external/netcat/ |
Changelog | 83 various others; into real tree 105 960310 -- 1.09a goddamnit-I'm-gonna-release-REAL-soon
|
/external/opencore/codecs_v2/audio/aac/dec/src/ |
imdct_fxp.cpp | 157 data_quant[3n/4-1 - k ] = Real(Cy) 159 data_quant[3n/4 + k ] = Real(Cy) 170 data_quant[3n/4-1 - k ] = Real(Cy) 171 data_quant[ n/4 + k ] = - Real(Cy) 349 * Real and Imag parts have been swaped to use FFT as IFFT 368 * Real and Imag parts have been swaped to use FFT as IFFT 399 * Real and Imag parts have been swaped to use FFT as IFFT 419 * Real and Imag parts have been swaped to use FFT as IFFT
|
ps_fft_rx8.cpp | 35 Real Vector of Real components size 8 187 temp1 = *(pt_r1++); /* Real */ 188 temp2 = *(pt_r2++); /* Real */ 192 * Vector Q stores data as Real, Imag, Real, Imag,.... 247 * Vector Z stores data as Real, Imag, Real, Imag,....
|
/external/opencore/nodes/pvmp4ffcomposernode/src/ |
pvmp4ffcn_port.h | 174 // Real-time TS routines 244 // Real-time TS
|
/external/opencore/protocols/rtsp_client_engine/inc/ |
pvrtspenginenodeextensioninterface.h | 77 PVRTSP_RM_HTTP,//Real http cloaking 172 // API to pass in Real related parameters
|
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_mouse.h | 116 Button 4: Mouse wheel up (may also be a real button) 117 Button 5: Mouse wheel down (may also be a real button)
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_gamma.c | 59 /* Calculate a real gamma ramp */ 209 /* Get the real hardware gamma */
|
/external/quake/quake/src/WinQuake/ |
dos_v2.cpp | 59 void *real2ptr(unsigned int real)
62 return (void *) (real + conventional_memory);
|
/external/webkit/WebCore/dom/ |
MouseRelatedEvent.cpp | 95 // does the "real" computation. 108 // does the "real" computation.
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
imdct_fxp.cpp | 157 data_quant[3n/4-1 - k ] = Real(Cy) 159 data_quant[3n/4 + k ] = Real(Cy) 170 data_quant[3n/4-1 - k ] = Real(Cy) 171 data_quant[ n/4 + k ] = - Real(Cy) 349 * Real and Imag parts have been swaped to use FFT as IFFT 368 * Real and Imag parts have been swaped to use FFT as IFFT 399 * Real and Imag parts have been swaped to use FFT as IFFT 419 * Real and Imag parts have been swaped to use FFT as IFFT
|
ps_fft_rx8.cpp | 35 Real Vector of Real components size 8 187 temp1 = *(pt_r1++); /* Real */ 188 temp2 = *(pt_r2++); /* Real */ 192 * Vector Q stores data as Real, Imag, Real, Imag,.... 247 * Vector Z stores data as Real, Imag, Real, Imag,....
|
/frameworks/base/test-runner/src/android/test/ |
ApplicationTestCase.java | 90 // get the real context, before the individual tests have a chance to muck with it 159 * Return a real (not mocked or instrumented) system Context that can be used when generating
|
RenamingDelegatingContext.java | 209 * In order to support calls to getCacheDir(), we create a temp cache dir (inside the real 210 * one) and return it instead. This code is basically getCacheDir(), except it uses the real
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Typeface.java | 64 * Returns the underlying {@link Font} objects. The first item in the list is the real 90 * its "real" style characteristics are.
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
BridgeInflater.java | 107 // Wrap the real exception in a ClassNotFoundException, so that the calling method 128 // Wrap the real exception in an InflateException so that the calling
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
armtime | 95 /^(real|user|sys)/ { 120 if ($1 ~ /real/)
|
/packages/apps/Mms/src/com/android/mms/dom/smil/ |
SmilDocumentImpl.java | 38 * The sequential time container cannot be initialized here because the real container 219 // Initialize the real sequential time container, which is body.
|
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_mouse.h | 116 Button 4: Mouse wheel up (may also be a real button) 117 Button 5: Mouse wheel down (may also be a real button)
|
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_mouse.h | 116 Button 4: Mouse wheel up (may also be a real button) 117 Button 5: Mouse wheel down (may also be a real button)
|
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_mouse.h | 120 Button 4: Mouse wheel up (may also be a real button) 121 Button 5: Mouse wheel down (may also be a real button)
|
/prebuilt/windows/sdl/include/SDL/ |
SDL_mouse.h | 116 Button 4: Mouse wheel up (may also be a real button) 117 Button 5: Mouse wheel down (may also be a real button)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/ |
README.txt | 6 3. Run the functional tests as a full "eclipse plugin" suite (require a real SDK) 9 The functional tests are higher level tests that may require a real SDK.
|
/frameworks/base/services/java/com/android/server/ |
AppWidgetService.java | 799 File real = savedStateRealFile(); local 801 // prefer the real file. If it doesn't exist, use the temp one, and then copy it to the 802 // real one. if there is both a real file and a temp one, assume that the temp one isn't 804 if (real.exists()) { 805 readStateFromFileLocked(real); 813 temp.renameTo(real); 819 File real = savedStateRealFile(); local 821 if (!real.exists()) { 822 // If the real one doesn't exist, it's either because this is the first tim [all...] |