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

1 2

  /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/Source/WebCore/websockets/
WebSocket.h 60 OPEN = 1,
75 DEFINE_ATTRIBUTE_EVENT_LISTENER(open);
  /external/chromium/net/websockets/
websocket_job.h 38 OPEN = 1,
websocket.h 64 OPEN = 1,
  /external/webkit/Source/WebCore/page/
EventSource.h 65 OPEN = 1,
71 DEFINE_ATTRIBUTE_EVENT_LISTENER(open);
  /external/chromium/net/http/
disk_cache_based_ssl_host_info.h 43 OPEN,
  /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
  /ndk/sources/cxx-stl/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/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
  /frameworks/base/core/java/android/webkit/
WebIconDatabase.java 2 * Copyright (C) 2006 The Android Open Source Project
49 static final int OPEN = 0;
96 case OPEN:
196 * Open a the icon database and store the icons in the given path.
199 public void open(String path) { method in class:WebIconDatabase
207 Message.obtain(null, EventHandler.OPEN, db.getAbsolutePath()));
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 2 * Copyright (C) 2008 The Android Open Source Project
144 /** Open System authentication (required for WPA/WPA2) */
145 public static final int OPEN = 0;
153 public static final String[] strings = { "OPEN", "SHARED", "LEAP" };
  /system/core/nexus/
WifiNetwork.h 2 * Copyright (C) 2008 The Android Open Source Project
46 static const uint32_t OPEN = 0x01;
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 1232 milliseconds

1 2