HomeSort by relevance Sort by last modified time
    Searched refs:data (Results 251 - 275 of 21388) sorted by null

<<11121314151617181920>>

  /external/clang/utils/analyzer/
ubiviz 10 # This script reads visualization data emitted by the static analyzer for
28 def Display(G, data):
29 action = data[0]
31 vertex = data[1]
33 for attribute in data[2:]:
36 src = data[1]
37 dst = data[2]
39 for attribute in data[3:]:
42 style_id = data[1]
43 parent_id = data[2
    [all...]
  /external/openssl/crypto/x509v3/
pcy_map.c 46 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
72 X509_POLICY_DATA *data; local
92 /* Attempt to find matching policy data */
93 data = policy_cache_find_data(cache, map->issuerDomainPolicy);
95 if (!data && !cache->anyPolicy)
99 if (!data)
101 data = policy_data_new(NULL, map->issuerDomainPolicy,
104 if (!data)
106 data->qualifier_set = cache->anyPolicy->qualifier_set;
108 data->flags |= POLICY_DATA_FLAG_MAPPED_ANY
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
AttributesImpl.java 70 data = null;
118 return data[index*5];
136 return data[index*5+1];
154 return data[index*5+2];
172 return data[index*5+3];
189 return data[index*5+4];
213 if (data[i].equals(uri) && data[i+1].equals(localName)) {
232 if (data[i+2].equals(qName)) {
254 if (data[i].equals(uri) && data[i+1].equals(localName))
621 String data []; field in class:AttributesImpl
    [all...]
  /frameworks/av/media/libmedia/
IRemoteDisplay.cpp 39 Parcel data, reply; local
40 data.writeInterfaceToken(IRemoteDisplay::getInterfaceDescriptor());
41 remote()->transact(PAUSE, data, &reply);
46 Parcel data, reply; local
47 data.writeInterfaceToken(IRemoteDisplay::getInterfaceDescriptor());
48 remote()->transact(RESUME, data, &reply);
54 Parcel data, reply; local
55 data.writeInterfaceToken(IRemoteDisplay::getInterfaceDescriptor());
56 remote()->transact(DISPOSE, data, &reply);
66 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags
    [all...]
IHDCP.cpp 46 Parcel data, reply; local
47 data.writeInterfaceToken(IHDCPObserver::getInterfaceDescriptor());
48 data.writeInt32(msg);
49 data.writeInt32(ext1);
50 data.writeInt32(ext2);
52 data.appendFrom(const_cast<Parcel *>(obj), 0, obj->dataSize());
54 remote()->transact(OBSERVER_NOTIFY, data, &reply, IBinder::FLAG_ONEWAY);
66 Parcel data, reply; local
67 data.writeInterfaceToken(IHDCP::getInterfaceDescriptor());
68 data.writeStrongBinder(observer->asBinder())
74 Parcel data, reply; local
83 Parcel data, reply; local
90 Parcel data, reply; local
99 Parcel data, reply; local
124 Parcel data, reply; local
149 Parcel data, reply; local
    [all...]
IAudioRecord.cpp 47 Parcel data, reply; local
49 data.writeInterfaceToken(IAudioRecord::getInterfaceDescriptor());
50 status_t status = remote()->transact(GET_CBLK, data, &reply);
59 Parcel data, reply; local
60 data.writeInterfaceToken(IAudioRecord::getInterfaceDescriptor());
61 data.writeInt32(event);
62 data.writeInt32(triggerSession);
63 status_t status = remote()->transact(START, data, &reply);
74 Parcel data, reply; local
75 data.writeInterfaceToken(IAudioRecord::getInterfaceDescriptor())
    [all...]
IMediaLogService.cpp 43 Parcel data, reply; local
44 data.writeInterfaceToken(IMediaLogService::getInterfaceDescriptor());
45 data.writeStrongBinder(shared->asBinder());
46 data.writeInt32((int32_t) size);
47 data.writeCString(name);
48 status_t status = remote()->transact(REGISTER_WRITER, data, &reply);
53 Parcel data, reply; local
54 data.writeInterfaceToken(IMediaLogService::getInterfaceDescriptor());
55 data.writeStrongBinder(shared->asBinder());
56 status_t status = remote()->transact(UNREGISTER_WRITER, data, &reply)
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
ARTPSource.cpp 184 uint8_t *data = buffer->data() + buffer->size(); local
186 data[0] = 0x80 | 4;
187 data[1] = 206; // PSFB
188 data[2] = 0;
189 data[3] = 4;
190 data[4] = kSourceID >> 24;
191 data[5] = (kSourceID >> 16) & 0xff;
192 data[6] = (kSourceID >> 8) & 0xff;
193 data[7] = kSourceID & 0xff
222 uint8_t *data = buffer->data() + buffer->size(); local
    [all...]
  /frameworks/native/services/batteryservice/
IBatteryPropertiesRegistrar.cpp 35 Parcel data; local
36 data.writeInterfaceToken(IBatteryPropertiesRegistrar::getInterfaceDescriptor());
37 data.writeStrongBinder(listener->asBinder());
38 remote()->transact(REGISTER_LISTENER, data, NULL);
42 Parcel data; local
43 data.writeInterfaceToken(IBatteryPropertiesRegistrar::getInterfaceDescriptor());
44 data.writeStrongBinder(listener->asBinder());
45 remote()->transact(UNREGISTER_LISTENER, data, NULL);
52 const Parcel& data,
58 CHECK_INTERFACE(IBatteryPropertiesRegistrar, data, reply)
    [all...]
  /libcore/luni/src/main/java/org/xml/sax/helpers/
AttributesImpl.java 62 data = null;
110 return data[index*5];
128 return data[index*5+1];
146 return data[index*5+2];
164 return data[index*5+3];
181 return data[index*5+4];
205 if (data[i].equals(uri) && data[i+1].equals(localName)) {
224 if (data[i+2].equals(qName)) {
246 if (data[i].equals(uri) && data[i+1].equals(localName))
613 String data []; field in class:AttributesImpl
    [all...]
  /external/chromium_org/chrome/browser/chromeos/base/
locale_util.cc 36 // So data is owned by "Reply" part of PostTaskAndReply() process.
37 void SwitchLanguageDoReloadLocale(SwitchLanguageData* data) {
40 data->loaded_locale =
41 ResourceBundle::GetSharedInstance().ReloadLocaleResources(data->locale);
43 data->success = !data->loaded_locale.empty();
49 void FinishSwitchLanguage(scoped_ptr<SwitchLanguageData> data) {
51 if (data->success) {
52 g_browser_process->SetApplicationLocale(data->loaded_locale);
54 if (data->enableLocaleKeyboardLayouts)
    [all...]
  /frameworks/av/camera/
ICameraRecordingProxy.cpp 46 Parcel data, reply; local
47 data.writeInterfaceToken(ICameraRecordingProxy::getInterfaceDescriptor());
48 data.writeStrongBinder(listener->asBinder());
49 remote()->transact(START_RECORDING, data, &reply);
56 Parcel data, reply; local
57 data.writeInterfaceToken(ICameraRecordingProxy::getInterfaceDescriptor());
58 remote()->transact(STOP_RECORDING, data, &reply);
64 Parcel data, reply; local
65 data.writeInterfaceToken(ICameraRecordingProxy::getInterfaceDescriptor());
66 data.writeStrongBinder(mem->asBinder())
    [all...]
IProCameraUser.cpp 58 Parcel data, reply; local
59 data.writeInterfaceToken(IProCameraUser::getInterfaceDescriptor());
60 remote()->transact(DISCONNECT, data, &reply);
66 Parcel data, reply; local
67 data.writeInterfaceToken(IProCameraUser::getInterfaceDescriptor());
68 data.writeStrongBinder(cameraClient->asBinder());
69 remote()->transact(CONNECT, data, &reply);
77 Parcel data, reply; local
78 data.writeInterfaceToken(IProCameraUser::getInterfaceDescriptor());
79 remote()->transact(EXCLUSIVE_TRY_LOCK, data, &reply)
84 Parcel data, reply; local
92 Parcel data, reply; local
100 Parcel data, reply; local
109 Parcel data, reply; local
124 Parcel data, reply; local
134 Parcel data, reply; local
147 Parcel data, reply; local
170 Parcel data, reply; local
181 Parcel data, reply; local
    [all...]
ICameraClient.cpp 45 Parcel data, reply; local
46 data.writeInterfaceToken(ICameraClient::getInterfaceDescriptor());
47 data.writeInt32(msgType);
48 data.writeInt32(ext1);
49 data.writeInt32(ext2);
50 remote()->transact(NOTIFY_CALLBACK, data, &reply, IBinder::FLAG_ONEWAY);
53 // generic data callback from camera service to app with image data
58 Parcel data, reply; local
59 data.writeInterfaceToken(ICameraClient::getInterfaceDescriptor())
73 Parcel data, reply; local
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_eke.c 59 static void eap_eke_state(struct eap_eke_data *data, int state)
62 eap_eke_state_txt(data->state),
64 data->state = state;
68 static void eap_eke_fail(struct eap_eke_data *data, u32 code)
71 data->failure_code = code;
72 eap_eke_state(data, FAILURE_REPORT);
78 struct eap_eke_data *data; local
81 data = os_zalloc(sizeof(*data));
82 if (data == NULL
103 struct eap_eke_data *data = priv; local
363 struct eap_eke_data *data = priv; local
386 struct eap_eke_data *data = priv; local
687 struct eap_eke_data *data = priv; local
721 struct eap_eke_data *data = priv; local
728 struct eap_eke_data *data = priv; local
746 struct eap_eke_data *data = priv; local
764 struct eap_eke_data *data = priv; local
    [all...]
ikev2.c 17 static int ikev2_process_idr(struct ikev2_initiator_data *data,
21 void ikev2_initiator_deinit(struct ikev2_initiator_data *data)
23 ikev2_free_keys(&data->keys);
24 wpabuf_free(data->r_dh_public);
25 wpabuf_free(data->i_dh_private);
26 os_free(data->IDi);
27 os_free(data->IDr);
28 os_free(data->shared_secret);
29 wpabuf_free(data->i_sign_msg);
30 wpabuf_free(data->r_sign_msg)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
UserList.py 7 self.data = []
10 if type(initlist) == type(self.data):
11 self.data[:] = initlist
13 self.data[:] = initlist.data[:]
15 self.data = list(initlist)
16 def __repr__(self): return repr(self.data)
17 def __lt__(self, other): return self.data < self.__cast(other)
18 def __le__(self, other): return self.data <= self.__cast(other)
19 def __eq__(self, other): return self.data == self.__cast(other
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
UserList.py 7 self.data = []
10 if type(initlist) == type(self.data):
11 self.data[:] = initlist
13 self.data[:] = initlist.data[:]
15 self.data = list(initlist)
16 def __repr__(self): return repr(self.data)
17 def __lt__(self, other): return self.data < self.__cast(other)
18 def __le__(self, other): return self.data <= self.__cast(other)
19 def __eq__(self, other): return self.data == self.__cast(other
    [all...]
  /external/chromium/net/tools/fetch/
http_session.cc 20 // Generate a 10KB sequence of data.
21 static std::string data; local
22 if (data.length() == 0) {
23 while (data.length() < (10 * 1024))
24 data += 'a' + (rand() % 26);
31 response_info.content_length = data.length();
33 connection->Respond(&response_info, data);
  /external/chromium_org/chrome/test/chromeos/autotest/files/client/deps/page_cycler_dep/
setup_test_links.sh 15 if [ ! -e /usr/local/autotest/deps/chrome_test/test_src/data ]; then
16 ln -sf /usr/local/autotest/deps/page_cycler_dep/test_src/data \
17 /usr/local/autotest/deps/chrome_test/test_src/data
  /external/chromium_org/chrome/test/chromeos/autotest/files/client/deps/perf_data_dep/
setup_test_links.sh 15 if [ ! -e /usr/local/autotest/deps/chrome_test/test_src/data ]; then
16 ln -sf /usr/local/autotest/deps/telemetry_dep/test_src/data \
17 /usr/local/autotest/deps/chrome_test/test_src/data
  /external/chromium_org/chrome/test/chromeos/autotest/files/client/deps/telemetry_dep/
setup_test_links.sh 15 if [ ! -e /usr/local/autotest/deps/chrome_test/test_src/data ]; then
16 ln -sf /usr/local/autotest/deps/telemetry_dep/test_src/data \
17 /usr/local/autotest/deps/chrome_test/test_src/data
  /external/chromium_org/native_client_sdk/src/libraries/sdk_util/
thread_pool.h 18 typedef void (*WorkFunction)(int task_index, void* data);
28 void Dispatch(int num_tasks, WorkFunction work, void* data);
33 void Setup(int counter, WorkFunction work, void* data);
34 void DispatchMany(int num_tasks, WorkFunction work, void* data);
35 void DispatchHere(int num_tasks, WorkFunction work, void* data);
37 static void* WorkerThreadEntry(void* data);
  /external/chromium_org/net/tools/fetch/
http_session.cc 19 // Generate a 10KB sequence of data.
20 CR_DEFINE_STATIC_LOCAL(std::string, data, ());
21 if (data.length() == 0) {
22 while (data.length() < (10 * 1024))
23 data += 'a' + (rand() % 26);
30 response_info.content_length = data.length();
32 connection->Respond(&response_info, data);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
CDATASection.cpp 29 inline CDATASection::CDATASection(Document& document, const String& data)
30 : Text(document, data, CreateText)
35 PassRefPtr<CDATASection> CDATASection::create(Document& document, const String& data)
37 return adoptRef(new CDATASection(document, data));
55 PassRefPtr<Text> CDATASection::cloneWithData(const String& data)
57 return create(document(), data);

Completed in 936 milliseconds

<<11121314151617181920>>