HomeSort by relevance Sort by last modified time
    Searched defs:an (Results 1 - 12 of 12) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
AnimateDrawables.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
49 Animation an = new TranslateAnimation(0, 100, 0, 200); local
50 an.setDuration(2000);
51 an.setRepeatCount(-1);
52 an.initialize(10, 10, 10, 10);
54 mDrawable = new AnimateDrawable(dr, an);
55 an.startNow();
  /development/tools/mkstubs/tests/com/android/mkstubs/sourcer/
TestHelper.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
31 String an = actual.replaceAll( "[\\s]+", " ").trim(); local
35 en, an);
  /external/dbus/test/name-test/
test-names.c 277 const char *an; local
281 dbus_message_get_args (msg, &error, DBUS_TYPE_STRING, &n, DBUS_TYPE_STRING, &ln, DBUS_TYPE_STRING, &an, DBUS_TYPE_INVALID);
296 if ((acquired_name == NULL && strcmp (an, "") == 0)
297 || strcmp (acquired_name, an) == 0)
304 fprintf (stderr, "Error: name %s was expected to be acquired but we got %s instead\n", acquired_name, an);
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_rt.h 62 an, ax, axx: average temporal statistics - yields stdev */
63 long n, tn, tn0, an; member in struct:PERF_RTdata_rate
  /external/quake/quake/src/QW/client/
gl_rmain.c 507 float an; local
568 an = e->angles[1]/180*M_PI;
569 shadevector[0] = cos(-an);
570 shadevector[1] = sin(-an);
  /external/webkit/WebCore/editing/
visible_units.cpp 215 // returns an end value not equal to the length of the string passed to it.
1019 Node *an = ap.node(); local
    [all...]
  /external/quake/quake/src/WinQuake/
gl_rmain.cpp 598 float s, t, an; local
660 an = e->angles[1]/180*M_PI;
661 shadevector[0] = cos(-an);
662 shadevector[1] = sin(-an);
    [all...]
  /external/svox/pico/lib/
picofftsg.c 11 * distributed under the License is distributed on an "AS IS" BASIS,
533 PICOFFTSG_FFTTYPE xr, xi, yr, yi, an; local
543 an = a[n];
552 a[0] = an - xi;
553 an += xi;
575 a[0] = an + xi;
576 a[n] = an - xi;
    [all...]
  /external/sqlite/dist/
sqlite3.c 2 ** This file is an amalgamation of many separate C source files from SQLite
58 ** on an older machine (ex: Red Hat 6.0). If you compile on Red Hat 7.2
113 ** * Columns in an index
115 ** * Terms in the SET clause of an UPDATE statement
118 ** * Terms in the VALUES clause of an INSERT statement
142 ** The maximum depth of an expression tree. This is limited to
144 ** want to place more severe limits on the complexity of an
176 ** The maximum number of arguments to an SQL function.
215 ** incompatible with an SQLite library compiled with a different limit. If
217 ** crashes, then an instance of SQLite compiled with the default page-size
52684 } an; member in union:vdbeExecUnion
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/sdk/4/
android.jar 

Completed in 709 milliseconds