HomeSort by relevance Sort by last modified time
    Searched refs:NEAR (Results 1 - 15 of 15) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnls32.h 31 } IMEPROA,*PIMEPROA,NEAR *NPIMEPROA,*LPIMEPROA;
40 } IMEPROW,*PIMEPROW,NEAR *NPIMEPROW,*LPIMEPROW;
windef.h 69 #undef near macro
73 #define near macro
93 #undef NEAR
95 #define NEAR
mmsystem.h 58 } MMTIME,*PMMTIME,NEAR *NPMMTIME,*LPMMTIME;
174 } DRVCONFIGINFOEX,*PDRVCONFIGINFOEX,NEAR *NPDRVCONFIGINFOEX,*LPDRVCONFIGINFOEX;
196 } DRVCONFIGINFO,*PDRVCONFIGINFO,NEAR *NPDRVCONFIGINFO,*LPDRVCONFIGINFO;
315 } WAVEHDR,*PWAVEHDR,NEAR *NPWAVEHDR,*LPWAVEHDR;
480 } WAVEFORMAT,*PWAVEFORMAT,NEAR *NPWAVEFORMAT,*LPWAVEFORMAT;
487 } PCMWAVEFORMAT,*PPCMWAVEFORMAT,NEAR *NPPCMWAVEFORMAT,*LPPCMWAVEFORMAT;
501 } WAVEFORMATEX,*PWAVEFORMATEX,NEAR *NPWAVEFORMATEX,*LPWAVEFORMATEX;
744 } MIDIHDR,*PMIDIHDR,NEAR *NPMIDIHDR,*LPMIDIHDR;
    [all...]
commctrl.h 734 } TBBUTTON,NEAR *PTBBUTTON,*LPTBBUTTON;
    [all...]
vfw.h     [all...]
  /packages/apps/Dialer/src/com/android/dialer/
ProximitySensorManager.java 34 * This interface abstracts two possible states for the proximity sensor, near and far.
39 /** Called when the proximity sensor transitions from the far to the near state. */
41 /** Called when the proximity sensor transitions from the near to the far state. */
46 NEAR, FAR
67 * {@link State#NEAR} state.
106 // Convert the sensor into a NEAR/FAR state.
120 case NEAR:
137 // Determine if the current value corresponds to the NEAR or FAR state.
140 return (value > FAR_THRESHOLD || value == mMaxValue) ? State.FAR : State.NEAR;
169 // transition when the sensor gets into the NEAR state
    [all...]
  /external/chromium_org/tools/traceline/traceline/
stubs.asm 89 je NEAR blah2
90 jo NEAR blah2
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
tri.c 30 #define NEAR 30
177 float half_depth = ((float)FAR - (float)NEAR) / 2.0f;
quad-tex.c 30 #define NEAR 30
236 float half_depth = ((float)FAR - (float)NEAR) / 2.0f;
  /external/mesa3d/src/gallium/tests/trivial/
tri.c 30 #define NEAR 30
177 float half_depth = ((float)FAR - (float)NEAR) / 2.0f;
quad-tex.c 30 #define NEAR 30
236 float half_depth = ((float)FAR - (float)NEAR) / 2.0f;
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h     [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h     [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/perlasm/
x86masm.pl 154 { push(@out, "EXTERN\t".&::LABEL($_,$nmdecor.$_).":NEAR\n"); }
182 EXTERN $f:NEAR
  /external/openssl/crypto/perlasm/
x86masm.pl 154 { push(@out, "EXTERN\t".&::LABEL($_,$nmdecor.$_).":NEAR\n"); }
182 EXTERN $f:NEAR

Completed in 291 milliseconds