HomeSort by relevance Sort by last modified time
    Searched refs:OPEN (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/webkit/WebCore/page/
EventSource.idl 45 const unsigned short OPEN = 1;
EventSource.h 68 OPEN = 1,
74 DEFINE_ATTRIBUTE_EVENT_LISTENER(open);
EventSource.cpp 171 m_state = OPEN;
199 if (((m_state == CONNECTING) && !canceled) || ((m_state == OPEN) && canceled))
  /external/icu4c/i18n/
funcrepl.cpp 20 static const UChar OPEN[] = {40,32,0}; // "( "
100 rule.append(OPEN);
name2uni.cpp 28 static const UChar OPEN[] = {92,78,126,123,126,0}; // "\N~{~"
29 static const UChar OPEN_DELIM = 92; // '\\' first char of OPEN
126 UnicodeString openPat(TRUE, OPEN, -1);
133 // 0 - looking for open delimiter
134 // 1 - after open delimiter
136 int32_t openPos = -1; // open delim candidate pos
143 case 0: // looking for open delimiter
157 case 1: // after open delimiter
246 // open delimiter candidate.
  /external/webkit/WebCore/websockets/
WebSocket.idl 43 const unsigned short OPEN = 1;
WebSocket.h 62 OPEN = 1,
77 DEFINE_ATTRIBUTE_EVENT_LISTENER(open);
WebSocket.cpp 197 if (m_state == OPEN)
234 m_state = OPEN;
241 if (m_state != OPEN || !scriptExecutionContext())
  /frameworks/base/core/java/android/os/
FileObserver.java 2 * Copyright (C) 2006 The Android Open Source Project
52 /** Event type: Someone had a file or directory open for writing, and closed it */
54 /** Event type: Someone had a file or directory open read-only, and closed it */
57 public static final int OPEN = 0x00000020;
73 | CLOSE_NOWRITE | OPEN | MOVED_FROM | MOVED_TO | DELETE | CREATE
  /dalvik/libcore-disabled/sound/src/main/java/javax/sound/sampled/
LineEvent.java 36 public static final Type OPEN = new Type("Open"); //$NON-NLS-1$
  /external/stlport/src/details/
fstream_unistd.cpp 31 // open/close/read/write
63 # define OPEN open
69 # define OPEN open64
193 file_no = OPEN(name, flags, permission);
225 // open file. Mode is set to be consistent with the way that the file
  /frameworks/base/core/java/android/webkit/
WebIconDatabase.java 2 * Copyright (C) 2006 The Android Open Source Project
48 static final int OPEN = 0;
95 case OPEN:
195 * Open a the icon database and store the icons in the given path.
200 public void open(String path) { method in class:WebIconDatabase
203 Message.obtain(null, EventHandler.OPEN, path));
  /frameworks/base/core/tests/coretests/src/android/os/
FileObserverTest.java 2 * Copyright (C) 2006 The Android Open Source Project
84 waitForEvent(); // open
134 case FileObserver.OPEN:
135 return "OPEN";
  /cts/tests/tests/os/src/android/os/cts/
FileObserverTest.java 2 * Copyright (C) 2008 The Android Open Source Project
98 * observer should get modify open-child modify-child and closed-write events.
142 mOut.write(FILE_DATA); // modify, open, write, modify
145 expected = new int[] {FileObserver.MODIFY, FileObserver.OPEN, FileObserver.MODIFY,
175 FileObserver.OPEN, FileObserver.CLOSE_NOWRITE,
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/conn/
connIbss.c 452 param.content.rxDataPortStatus = OPEN;
456 param.content.txDataPortStatus = OPEN;
  /external/webkit/WebKitTools/Scripts/
parallelcl 43 open(COMMAND, '<:raw:encoding(UTF16-LE):crlf:utf8', $commandFile) or die "Couldn't open $commandFile!";
168 my (undef, $tmpFile) = File::Temp::tempfile('clcommandXXXXX', DIR => File::Spec->tmpdir, OPEN => 0);
175 open(TMP, '>:raw:encoding(UTF16-LE):crlf:utf8', $tmpFile) or die "Couldn't open $tmpFile";
  /frameworks/base/awt/java/awt/geom/
Arc2D.java 32 * rectangle. The Arc2D as a shape may be either OPEN (including nothing but the
43 * The arc type OPEN indicates that the shape includes only the curved arc
46 public final static int OPEN = 0;
103 * Instantiates a new Arc2D of type OPEN with float values.
106 super(OPEN);
113 * the type of the new Arc2D, either {@link Arc2D#OPEN},
138 * the type of the new Arc2D, either {@link Arc2D#OPEN},
163 * the type of the new Arc2D, either {@link Arc2D#OPEN},
282 * Instantiates a new Arc2D of type OPEN with double values.
285 super(OPEN);
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
rx.c 204 /* port status open notify */
210 /* port status open eapol */
216 /* port status open */
217 pRxData->rxData_dispatchBuffer[OPEN][DATA_DATA_PACKET] = &rxData_rcvPacketData; /* data */
218 pRxData->rxData_dispatchBuffer[OPEN][DATA_EAPOL_PACKET] = &rxData_rcvPacketEapol; /* eapol */
220 pRxData->rxData_dispatchBuffer[OPEN][DATA_IAPP_PACKET] = &rxData_rcvPacketIapp; /* Iapp */
222 pRxData->rxData_dispatchBuffer[OPEN][DATA_IAPP_PACKET] = &rxData_rcvPacketData; /* Iapp */
224 pRxData->rxData_dispatchBuffer[OPEN][DATA_VLAN_PACKET] = &rxData_discardPacketVlan;/* VLAN */
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Rx/
rx.c 228 /* port status open notify */
234 /* port status open eapol */
240 /* port status open */
241 pRxData->rxData_dispatchMsdu[OPEN][DATA_DATA_PACKET] = &rxData_rcvMsduData; /* data */
242 pRxData->rxData_dispatchMsdu[OPEN][DATA_EAPOL_PACKET] = &rxData_rcvMsduEapol; /* eapol */
244 pRxData->rxData_dispatchMsdu[OPEN][DATA_IAPP_PACKET] = &rxData_rcvMsduIapp; /* Iapp */
246 pRxData->rxData_dispatchMsdu[OPEN][DATA_IAPP_PACKET] = &rxData_rcvMsduData; /* Iapp */
248 pRxData->rxData_dispatchMsdu[OPEN][DATA_VLAN_PACKET] = &rxData_discardMsduVlan;/* VLAN */
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
rx.c 203 /* port status open notify */
209 /* port status open eapol */
215 /* port status open */
216 pRxData->rxData_dispatchBuffer[OPEN][DATA_DATA_PACKET] = &rxData_rcvPacketData; /* data */
217 pRxData->rxData_dispatchBuffer[OPEN][DATA_EAPOL_PACKET] = &rxData_rcvPacketEapol; /* eapol */
219 pRxData->rxData_dispatchBuffer[OPEN][DATA_IAPP_PACKET] = &rxData_rcvPacketIapp; /* Iapp */
221 pRxData->rxData_dispatchBuffer[OPEN][DATA_IAPP_PACKET] = &rxData_rcvPacketData; /* Iapp */
223 pRxData->rxData_dispatchBuffer[OPEN][DATA_VLAN_PACKET] = &rxData_discardPacketVlan;/* VLAN */
    [all...]
  /external/openssl/apps/
CA.com 101 $ OPEN /WRITE ser_file 'CATOP']serial.
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiApDialog.java 2 * Copyright (C) 2010 The Android Open Source Project
90 config.allowedAuthAlgorithms.set(AuthAlgorithm.OPEN);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeystoreSelectionPage.java 2 * Copyright (C) 2008 The Android Open Source Project
91 fileDialog = new FileDialog(browseButton.getShell(),SWT.OPEN);
98 String fileName = fileDialog.open();
  /system/core/nexus/
WifiNetwork.h 2 * Copyright (C) 2008 The Android Open Source Project
46 static const uint32_t OPEN = 0x01;
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventLogPanel.java 2 * Copyright (C) 2008 The Android Open Source Project
156 String fileName = fileDialog.open();
168 FileDialog fileDialog = new FileDialog(mParent.getShell(), SWT.OPEN);
172 String fileName = fileDialog.open();
182 FileDialog fileDialog = new FileDialog(mParent.getShell(), SWT.OPEN);
186 String fileName = fileDialog.open();
207 if (dialog.open(mCurrentEventLogParser, mEventDisplays, mEvents)) {

Completed in 1238 milliseconds

1 2 3