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

  /development/simulator/app/
Semaphore.h 50 bool adjust(int adj, bool wait);
Semaphore.cpp 333 * in a negative value for "adj" to acquire resources, or a positive
338 bool Semaphore::adjust(int adj, bool wait)
344 op.sem_op = adj;
354 adj, mHandle, errno);
360 // "adjusted semaphore by %d (semid=%ld)\n", adj, mHandle);
  /external/icu4c/i18n/
decContext.c 383 const char *adj; local
385 if (LITEND) adj="little";
386 else adj="big";
388 DECLITEND, adj);
decNumber.c 3678 Int adj; \/* adjustment *\/ local
    [all...]
  /external/webkit/WebCore/platform/gtk/
ScrollbarGtk.cpp 37 PassRefPtr<ScrollbarGtk> ScrollbarGtk::createScrollbar(ScrollbarClient* client, ScrollbarOrientation orientation, GtkAdjustment* adj)
39 return adoptRef(new ScrollbarGtk(client, orientation, adj));
gtk2drawing.c 1221 GtkAdjustment *adj; local
    [all...]
  /external/v8/src/third_party/dtoa/
dtoa.c 1541 double aadj, aadj1, adj, rv, rv0; local
    [all...]
  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 2437 U aadj2, adj, rv, rv0; variable
3031 word0(&adj) += (2*P+1)*Exp_msk1 - y; variable
3061 word0(&adj) += (2*P+1)*Exp_msk1 - y; variable
    [all...]
  /external/e2fsprogs/e2fsck/
pass3.c 564 errcode_t e2fsck_adjust_inode_count(e2fsck_t ctx, ext2_ino_t ino, int adj)
578 printf("Adjusting link count for inode %lu by %d (from %d)\n", ino, adj,
582 if (adj == 1) {
588 } else if (adj == -1) {
e2fsck.h 443 int adj);
  /external/e2fsprogs/resize/
resize2fs.c 186 int adj, old_numblocks, numblocks, adjblocks; local
359 adj = old_fs->group_desc_count;
360 max_group = fs->group_desc_count - adj;
437 int adj = 0; local
493 adj = rfs->old_fs->group_desc_count;
494 max_group = fs->group_desc_count - adj;
515 i - adj + 1, max_group);
    [all...]
  /development/simulator/wrapsim/
SimMgr.c 493 static int adjustSem(int semid, int adj)
500 op.sem_op = adj;
510 adj, semid, errno);
  /libcore/sqlite-jdbc/src/main/java/SQLite/
Database.java 858 double adj = (ms < 0) ? 0 : 0.5; local
859 double d = (ms + adj) / 86400000.0 + 2440587.5;
  /external/webkit/JavaScriptCore/wtf/
dtoa.cpp 1108 U aadj2, adj, rv, rv0; local
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java 5956 int adj = proc.setAdj; local
7042 int adj = app.curAdj; local
11501 int adj; local
12022 int adj = computeOomAdjLocked(app, hiddenAdj, TOP_APP, false); local
    [all...]
  /bionic/libc/stdlib/
strtod.c 1337 double aadj, aadj1, adj; local
    [all...]
  /frameworks/base/core/jni/
android_util_Process.cpp 340 jint pid, jint adj)
348 sprintf(text, "%d", adj);
  /frameworks/base/services/java/com/android/server/
WindowManagerService.java     [all...]
  /external/openssl/crypto/x509/
x509.h 771 ASN1_TIME * X509_time_adj(ASN1_TIME *s, long adj, time_t *t);
774 ASN1_TIME * X509_gmtime_adj(ASN1_TIME *s, long adj);
    [all...]
x509_vfy.c     [all...]
  /external/openssl/include/openssl/
x509.h 771 ASN1_TIME * X509_time_adj(ASN1_TIME *s, long adj, time_t *t);
774 ASN1_TIME * X509_gmtime_adj(ASN1_TIME *s, long adj);
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 475 milliseconds