/external/chromium/base/ |
file_descriptor_shuffle_unittest.cc | 22 CLOSE, 61 void Close(int fd) { 62 actions_.push_back(Action(Action::CLOSE, fd)); 128 EXPECT_TRUE(tracer.actions()[1] == Action(Action::CLOSE, 0)); 140 EXPECT_TRUE(tracer.actions()[1] == Action(Action::CLOSE, 10)); 155 EXPECT_TRUE(tracer.actions()[3] == Action(Action::CLOSE, kDuplicateBase)); 170 EXPECT_TRUE(tracer.actions()[3] == Action(Action::CLOSE, kDuplicateBase)); 185 EXPECT_TRUE(tracer.actions()[3] == Action(Action::CLOSE, kDuplicateBase)); 200 EXPECT_TRUE(tracer.actions()[3] == Action(Action::CLOSE, kDuplicateBase)); 225 EXPECT_TRUE(tracer.actions()[2] == Action(Action::CLOSE, 0)) [all...] |
/external/icu4c/i18n/ |
funcrepl.cpp | 21 static const UChar CLOSE[] = {32,41,0}; // " )" 105 rule.append(CLOSE, 2);
|
/packages/apps/Email/src/com/android/email/mail/store/imap/ |
ImapConstants.java | 41 public static final String CLOSE = "CLOSE";
|
/frameworks/base/core/java/android/webkit/ |
WebIconDatabaseClassic.java | 43 static final int CLOSE = 1; 93 case CLOSE: 162 if (c != null) c.close(); 189 public void close() { method in class:WebIconDatabaseClassic 191 Message.obtain(null, EventHandler.CLOSE));
|
WebSettings.java | 90 * <li>CLOSE makes 100% looking like in 120dpi</li> 96 CLOSE(75); // 120dpi [all...] |
/ndk/sources/host-tools/nawk-20071023/ |
maketab.c | 79 { CLOSE, "closefile", "closefile" },
|
awkgram.y | 55 %token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC 82 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FUNC 367 | CLOSE term { $$ = op1(CLOSE, $2); }
|
lex.c | 52 { "close", CLOSE, CLOSE },
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
ContactEditorActivity.java | 135 intent.getIntExtra(ContactEditorFragment.SAVE_MODE_EXTRA_KEY, SaveMode.CLOSE), 154 mFragment.save(SaveMode.CLOSE);
|
/frameworks/av/media/libmedia/ |
IMediaRecorder.cpp | 35 CLOSE, 277 status_t close() function in class:android::BpMediaRecorder 279 ALOGV("close"); 282 remote()->transact(CLOSE, data, &reply); 316 case CLOSE: { 317 ALOGV("CLOSE"); 319 reply->writeInt32(close()); 405 ::close(fd);
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
ContactEditorFragment.java | 145 * Close the editor after saving 147 public static final int CLOSE = 0; 189 * - After Save/Close [all...] |
/external/qemu/android/ |
hw-events.h | 253 KEY_CODE(CLOSE ,206) \
|
/external/chromium/chrome/browser/tabs/ |
tab_strip_model_unittest.cc | 274 CLOSE, 360 states_.push_back(new State(contents, index, CLOSE)); 496 // Let's test nothing happens when the delegate veto the close. 502 // Now let's close for real. 508 State s1(contents3, 2, MockTabStripModelObserver::CLOSE); 793 // Now close this contents. The selection should move to the opener contents. 844 // Note that we use Detach instead of Close throughout this test to avoid [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
AddTranslationDialog.java | 126 setShellStyle(SWT.CLOSE | SWT.RESIZE | SWT.TITLE);
|
/external/eigen/blas/testing/ |
cblat2.f | 239 CLOSE ( NIN ) 358 $ CLOSE ( NTRA ) 359 CLOSE ( NOUT ) [all...] |
dblat2.f | 234 CLOSE ( NIN ) 353 $ CLOSE ( NTRA ) 354 CLOSE ( NOUT ) [all...] |
dblat3.f | 181 CLOSE ( NIN ) 322 $ CLOSE ( NTRA ) 323 CLOSE ( NOUT ) [all...] |
sblat2.f | 234 CLOSE ( NIN ) 353 $ CLOSE ( NTRA ) 354 CLOSE ( NOUT ) [all...] |
sblat3.f | 181 CLOSE ( NIN ) 322 $ CLOSE ( NTRA ) 323 CLOSE ( NOUT ) [all...] |
zblat2.f | 240 CLOSE ( NIN ) 359 $ CLOSE ( NTRA ) 360 CLOSE ( NOUT ) [all...] |
cblat1.f | 558 * HERE SCOMP(I) IS NOT CLOSE TO STRUE(I).
|
dblat1.f | 676 * HERE SCOMP(I) IS NOT CLOSE TO STRUE(I).
|
sblat1.f | 676 * HERE SCOMP(I) IS NOT CLOSE TO STRUE(I).
|
zblat1.f | 558 * HERE SCOMP(I) IS NOT CLOSE TO STRUE(I).
|
cblat3.f | 188 CLOSE ( NIN ) 330 $ CLOSE ( NTRA ) 331 CLOSE ( NOUT ) [all...] |