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

  /external/chromium_org/third_party/skia/src/animator/
SkDump.cpp 28 SK_MEMBER(posts, Boolean),
36 SkDump::SkDump() : displayList(-1), eventList(-1), events(-1), groups(-1), posts(-1) {
45 if (posts > 0)
120 SK_PROPERTY(posts),
130 SK_MEMBER_PROPERTY(posts, Boolean),
147 return index <= SK_PROPERTY(posts);
SkDump.h 32 SkBool posts; member in class:SkDump
  /external/skia/src/animator/
SkDump.cpp 28 SK_MEMBER(posts, Boolean),
36 SkDump::SkDump() : displayList(-1), eventList(-1), events(-1), groups(-1), posts(-1) {
45 if (posts > 0)
120 SK_PROPERTY(posts),
130 SK_MEMBER_PROPERTY(posts, Boolean),
147 return index <= SK_PROPERTY(posts);
SkDump.h 32 SkBool posts; member in class:SkDump
  /external/libvorbis/lib/
floor1.c 217 look->posts=n;
597 long posts=look->posts; local
608 for(i=0;i<posts;i++)fit_valueA[i]=-200; /* mark all unused */
609 for(i=0;i<posts;i++)fit_valueB[i]=-200; /* mark all unused */
610 for(i=0;i<posts;i++)loneighbor[i]=0; /* 0 for the implicit 0 post */
611 for(i=0;i<posts;i++)hineighbor[i]=1; /* 1 for the implicit post at n */
612 for(i=0;i<posts;i++)memo[i]=-1; /* no neighbor yet */
616 if(posts==0){
619 for(i=0;i<posts-1;i++
751 long posts=look->posts; local
774 long posts=look->posts; local
    [all...]
codec_internal.h 145 int posts; member in struct:__anon28543
psy.c 394 const float *posts,*curve; local
399 posts=curves[choice];
400 curve=posts+2;
401 post1=(int)posts[1];
402 seedptr=oc+(posts[0]-EHMER_OFFSET)*linesper-(linesper>>1);
404 for(i=posts[0];i<post1;i++){
    [all...]
  /external/tremolo/Tremolo/
floor1.c 166 info->posts=count+2;
169 for(j=0;j<info->posts;j++)info->forward_index[j]=j;
170 mergesort(info->forward_index,info->postlist,info->posts);
174 for(j=0;j<info->posts-2;j++){
283 return info->posts;
332 for(i=2;i<info->posts;i++){
387 for(j=1;j<info->posts;j++){
codec_internal.h 124 int posts; member in struct:__anon35292
  /external/chromium_org/chrome/third_party/chromevox/chromevox/injected/
mathjax.js 112 * Constructs a callback that posts a string with the MathML representation of
  /external/chromium_org/remoting/webapp/
host_it2me_native_messaging.js 122 * Attaches a new ID to the supplied message, and posts it to the Native
host_native_messaging.js 92 * Attaches a new ID to the supplied message, and posts it to the Native
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/liblouis_nacl/
liblouis.js 223 * Invoked when the Native Client instance posts a message.
  /external/chromium_org/native_client_sdk/src/resources/
common.js 186 * "message" event is sent when the naclModule posts a message using

Completed in 449 milliseconds