HomeSort by relevance Sort by last modified time
    Searched refs:pos (Results 2551 - 2575 of 4804) sorted by null

<<101102103104105106107108109110>>

  /external/wpa_supplicant_8/src/ap/
wpa_auth_glue.c 211 struct hostapd_sta_wpa_psk_short *pos; local
213 for (pos = sta->psk; pos; pos = pos->next) {
214 if (pos->psk == prev_psk) {
215 psk = pos->next ? pos->next->psk : NULL;
  /external/zlib/src/contrib/minizip/
ioapi.h 190 //#define ZSEEK64(filefunc,filestream,pos,mode) ((*((filefunc).zseek64_file)) ((filefunc).opaque,filestream,pos,mode))
202 #define ZSEEK64(filefunc,filestream,pos,mode) (call_zseek64((&(filefunc)),(filestream),(pos),(mode)))
  /frameworks/av/media/libstagefright/
XINGSeeker.cpp 46 bool XINGSeeker::getOffsetForTime(int64_t *timeUs, off64_t *pos) {
73 *pos = (int)((1.0f/256.0f)*fx*mSizeBytes) + mFirstFramePos;
  /frameworks/native/cmds/flatland/
Renderers.cpp 84 const float pos[] = { local
101 glVertexAttribPointer(mPosAttribLoc, 2, GL_FLOAT, GL_FALSE, 0, pos);
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Blend.java 52 public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) {
53 currentIntrinsic = pos;
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Blend.java 45 public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) {
46 currentIntrinsic = pos;
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Blend.java 53 public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) {
54 currentIntrinsic = pos;
  /packages/apps/Camera/src/com/android/camera/ui/
RenderOverlay.java 69 public void addRenderer(int pos, Renderer renderer) {
70 mClients.add(pos, renderer);
  /packages/apps/Camera2/src/com/android/camera/ui/
RenderOverlay.java 75 public void addRenderer(int pos, Renderer renderer) {
76 mClients.add(pos, renderer);
  /packages/apps/Settings/src/com/android/settings/inputmethod/
UserDictionaryAddWordFragment.java 136 public void onItemSelected(final AdapterView<?> parent, final View view, final int pos,
138 final LocaleRenderer locale = (LocaleRenderer)parent.getItemAtPosition(pos);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionaryAddWordFragment.java 154 public void onItemSelected(final AdapterView<?> parent, final View view, final int pos,
156 final LocaleRenderer locale = (LocaleRenderer)parent.getItemAtPosition(pos);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/session/
dic_traverse_session.h 91 void setPrevWordPos(int pos) { mPrevWordPos = pos; }
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactLookupKey.java 83 int pos = lookupKey.length(); local
86 lookupKey.setCharAt(pos, 'e');
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
info.h 54 unsigned long count, unsigned long pos);
57 unsigned long count, unsigned long pos);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
info.h 54 unsigned long count, unsigned long pos);
57 unsigned long count, unsigned long pos);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
netrc.py 46 pos = len(tt) + 1
47 lexer.instream.seek(-pos, 1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
netrc.py 46 pos = len(tt) + 1
47 lexer.instream.seek(-pos, 1)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
BasePullParser.java 97 public String getNamespacePrefix(int pos) throws XmlPullParserException {
117 public String getNamespaceUri(int pos) throws XmlPullParserException {
  /development/ndk/platforms/android-14/samples/native-media/src/com/example/nativemedia/
NativeMedia.java 152 public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) {
153 mSourceString = parent.getItemAtPosition(pos).toString();
172 public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) {
173 mSinkString = parent.getItemAtPosition(pos).toString();
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
RendererES2.cpp 24 "attribute vec2 pos;\n"
28 " gl_Position = vec4(scaleRot*pos + offset, 0.0, 1.0);\n"
88 mPosAttrib = glGetAttribLocation(mProgram, "pos");
132 glVertexAttribPointer(mPosAttrib, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), (const GLvoid*)offsetof(Vertex, pos));
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
BlankDebugEventListener.cs 69 public virtual void Location(int line, int pos) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
BlankDebugEventListener.cs 80 public virtual void Location( int line, int pos )
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRDebugEventListener.h 118 * the parser whenever it hits this line/pos.
120 - (void) locationLine:(NSInteger)line column:(NSInteger)pos;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRDebugEventListener.h 118 * the parser whenever it hits this line/pos.
120 - (void) locationLine:(NSInteger)line column:(NSInteger)pos;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRDebugEventListener.h 118 * the parser whenever it hits this line/pos.
120 - (void) locationLine:(NSInteger)line column:(NSInteger)pos;

Completed in 1569 milliseconds

<<101102103104105106107108109110>>