Searched defs:self (Results 151 - 175 of 316) sorted by relevance

1234567891011>>

/external/chromium_org/ipc/mojo/
H A Dipc_channel_mojo_readers.cc212 mojo::ScopedMessagePipeHandle self; local
/external/chromium_org/media/base/
H A Duser_input_monitor_linux.cc68 static void ProcessReply(XPointer self, XRecordInterceptData* data);
317 void UserInputMonitorLinuxCore::ProcessReply(XPointer self, argument
321 reinterpret_cast<UserInputMonitorLinuxCore*>(self)->ProcessXEvent(event);
/external/chromium_org/mojo/public/c/system/tests/
H A Dcore_perftest.cc120 CorePerftest* self = static_cast<CorePerftest*>(closure); local
122 result = MojoCreateMessagePipe(NULL, &self->h0_, &self->h1_);
124 result = MojoClose(self->h0_);
126 result = MojoClose(self->h1_);
131 CorePerftest* self = static_cast<CorePerftest*>(closure); local
133 result = MojoWriteMessage(self->h0_,
134 self->buffer_,
135 self->num_bytes_,
140 uint32_t read_bytes = self
151 CorePerftest* self = static_cast<CorePerftest*>(closure); local
[all...]
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/html5fs/
H A Dhtml5_fs.cc329 Html5Fs* self = static_cast<Html5Fs*>(user_data); local
330 self->FilesystemOpenCallback(result);
/external/chromium_org/remoting/host/
H A Ddisconnect_window_win.cc137 LONG_PTR self = NULL; local
139 self = lparam;
143 LONG_PTR result = SetWindowLongPtr(hwnd, DWLP_USER, self);
145 reinterpret_cast<DisconnectWindowWin*>(self)->EndDialog();
147 self = GetWindowLongPtr(hwnd, DWLP_USER);
150 if (self) {
151 return reinterpret_cast<DisconnectWindowWin*>(self)->OnDialogMessage(
H A Dlocal_input_monitor_linux.cc71 static void ProcessReply(XPointer self, XRecordInterceptData* data);
309 void LocalInputMonitorLinux::Core::ProcessReply(XPointer self, argument
313 reinterpret_cast<Core*>(self)->ProcessXEvent(event);
/external/chromium_org/remoting/host/win/
H A Dhost_service.cc377 HostService* self = HostService::GetInstance(); local
384 self->main_task_runner_->PostTask(
386 self->weak_ptr_));
399 HostService* self = reinterpret_cast<HostService*>(context); local
406 self->main_task_runner_->PostTask(
408 self->weak_ptr_));
412 self->main_task_runner_->PostTask(FROM_HERE, base::Bind(
413 &HostService::OnSessionChange, self->weak_ptr_, event_type,
424 HostService* self = HostService::GetInstance(); local
427 self
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DStyleRule.cpp208 StyleRuleBase* self = const_cast<StyleRuleBase*>(this); local
211 rule = CSSStyleRule::create(toStyleRule(self), parentSheet);
214 rule = CSSPageRule::create(toStyleRulePage(self), parentSheet);
217 rule = CSSFontFaceRule::create(toStyleRuleFontFace(self), parentSheet);
220 rule = CSSMediaRule::create(toStyleRuleMedia(self), parentSheet);
223 rule = CSSSupportsRule::create(toStyleRuleSupports(self), parentSheet);
226 rule = CSSImportRule::create(toStyleRuleImport(self), parentSheet);
229 rule = CSSKeyframesRule::create(toStyleRuleKeyframes(self), parentSheet);
232 rule = CSSViewportRule::create(toStyleRuleViewport(self), parentSheet);
235 rule = CSSFilterRule::create(toStyleRuleFilter(self), parentShee
[all...]
/external/chromium_org/third_party/WebKit/Source/core/streams/
H A DReadableStreamTest.cpp37 StringCapturingFunction* self = new StringCapturingFunction(scriptState, value); local
38 return self->bindToV8Function();
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DServiceWorkerContainerTest.cpp59 ScriptFunctionImpl* self = new ScriptFunctionImpl(scriptState, owner); local
60 return self->bindToV8Function();
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DGenerator.c48 static int __Pyx_Generator_clear(PyObject* self);
63 static PyObject *__Pyx_Generator_Next(PyObject *self);
64 static PyObject *__Pyx_Generator_Send(PyObject *self, PyObject *value);
65 static PyObject *__Pyx_Generator_Close(PyObject *self);
148 void __Pyx_Generator_ExceptionClear(__pyx_GeneratorObject *self) { argument
149 PyObject *exc_type = self->exc_type;
150 PyObject *exc_value = self->exc_value;
151 PyObject *exc_traceback = self->exc_traceback;
153 self->exc_type = NULL;
154 self
173 __Pyx_Generator_SendEx(__pyx_GeneratorObject *self, PyObject *value) argument
253 __Pyx_Generator_Next(PyObject *self) argument
275 __Pyx_Generator_Send(PyObject *self, PyObject *value) argument
334 __Pyx_Generator_Close(PyObject *self) argument
378 __Pyx_Generator_Throw(PyObject *self, PyObject *args) argument
435 __Pyx_Generator_traverse(PyObject *self, visitproc visit, void *arg) argument
447 __Pyx_Generator_clear(PyObject *self) argument
459 __Pyx_Generator_dealloc(PyObject *self) argument
483 __Pyx_Generator_del(PyObject *self) argument
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkTArray.h20 inline void copy(SkTArray<T, true>* self, int dst, int src) { argument
21 memcpy(&self->fItemArray[dst], &self->fItemArray[src], sizeof(T));
24 inline void copy(SkTArray<T, true>* self, const T* array) { argument
25 memcpy(self->fMemArray, array, self->fCount * sizeof(T));
28 inline void copyAndDelete(SkTArray<T, true>* self, char* newMemArray) { argument
29 memcpy(newMemArray, self->fMemArray, self->fCount * sizeof(T));
33 inline void copy(SkTArray<T, false>* self, in argument
37 copy(SkTArray<T, false>* self, const T* array) argument
43 copyAndDelete(SkTArray<T, false>* self, char* newMemArray) argument
[all...]
/external/chromium_org/third_party/skia/src/fonts/
H A DSkFontMgr_indirect.cpp153 void SkFontMgr_Indirect::set_up_family_names(const SkFontMgr_Indirect* self) { argument
154 self->fFamilyNames.reset(self->fProxy->getFamilyNames());
/external/chromium_org/third_party/v4l2capture/
H A Dv4l2capture.c31 #define ASSERT_OPEN if(self->fd < 0) \
95 static void Video_device_unmap(Video_device *self) argument
99 for(i = 0; i < self->buffer_count; i++)
101 v4l2_munmap(self->buffers[i].start, self->buffers[i].length);
103 free(self->buffers);
104 self->buffers = NULL;
107 static void Video_device_dealloc(Video_device *self) argument
109 if(self->fd >= 0)
111 if(self
122 Video_device_init(Video_device *self, PyObject *args, PyObject *kwargs) argument
146 Video_device_close(Video_device *self) argument
162 Video_device_fileno(Video_device *self) argument
168 Video_device_get_info(Video_device *self) argument
208 Video_device_set_format(Video_device *self, PyObject *args) argument
233 Video_device_set_fps(Video_device *self, PyObject *args) argument
251 Video_device_start(Video_device *self) argument
265 Video_device_stop(Video_device *self) argument
279 Video_device_create_buffers(Video_device *self, PyObject *args) argument
350 Video_device_queue_all_buffers(Video_device *self) argument
378 Video_device_read_internal(Video_device *self, int queue) argument
412 Video_device_read(Video_device *self) argument
417 Video_device_read_and_queue(Video_device *self) argument
[all...]
/external/chromium_org/third_party/webrtc/common_audio/vad/
H A Dvad_filterbank.c247 int16_t WebRtcVad_CalculateFeatures(VadInstT* self, const int16_t* data_in, argument
271 SplitFilter(in_ptr, data_length, &self->upper_state[frequency_band],
272 &self->lower_state[frequency_band], hp_out_ptr, lp_out_ptr);
279 SplitFilter(in_ptr, length, &self->upper_state[frequency_band],
280 &self->lower_state[frequency_band], hp_out_ptr, lp_out_ptr);
296 SplitFilter(in_ptr, length, &self->upper_state[frequency_band],
297 &self->lower_state[frequency_band], hp_out_ptr, lp_out_ptr);
308 SplitFilter(in_ptr, length, &self->upper_state[frequency_band],
309 &self->lower_state[frequency_band], hp_out_ptr, lp_out_ptr);
320 SplitFilter(in_ptr, length, &self
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator_wrapper.c127 DelayEstimatorFarend* self = (DelayEstimatorFarend*) handle; local
133 free(self->mean_far_spectrum);
134 self->mean_far_spectrum = NULL;
136 WebRtc_FreeBinaryDelayEstimatorFarend(self->binary_farend);
137 self->binary_farend = NULL;
139 free(self);
143 DelayEstimatorFarend* self = NULL; local
150 self = malloc(sizeof(DelayEstimatorFarend));
153 if (self != NULL) {
157 self
176 DelayEstimatorFarend* self = (DelayEstimatorFarend*) handle; local
195 DelayEstimatorFarend* self = (DelayEstimatorFarend*) handle; local
204 DelayEstimatorFarend* self = (DelayEstimatorFarend*) handle; local
234 DelayEstimatorFarend* self = (DelayEstimatorFarend*) handle; local
258 DelayEstimator* self = (DelayEstimator*) handle; local
274 DelayEstimator* self = NULL; local
306 DelayEstimator* self = (DelayEstimator*) handle; local
325 DelayEstimator* self = (DelayEstimator*) handle; local
331 DelayEstimator* self = handle; local
340 const DelayEstimator* self = handle; local
354 DelayEstimator* self = (DelayEstimator*) handle; local
366 DelayEstimator* self = (DelayEstimator*) handle; local
373 DelayEstimator* self = (DelayEstimator*) handle; local
383 const DelayEstimator* self = (const DelayEstimator*) handle; local
392 DelayEstimator* self = (DelayEstimator*) handle; local
406 const DelayEstimator* self = (const DelayEstimator*) handle; local
418 DelayEstimator* self = (DelayEstimator*) handle; local
449 DelayEstimator* self = (DelayEstimator*) handle; local
472 DelayEstimator* self = (DelayEstimator*) handle; local
482 DelayEstimator* self = (DelayEstimator*) handle; local
[all...]
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_renderer.cc29 ViERenderer* self = new ViERenderer(render_id, engine_id, render_module, local
31 if (!self || self->Init(z_order, left, top, right, bottom) != 0) {
32 delete self;
33 self = NULL;
35 return self;
/external/chromium_org/v8/src/
H A Darguments.h166 Object* self,
170 values[T::kThisIndex] = self;
164 PropertyCallbackArguments(Isolate* isolate, Object* data, Object* self, JSObject* holder) argument
/external/chromium_org/v8/test/mjsunit/tools/
H A Dprofile.js193 assertEquals(selfTicks, node.selfWeight, 'self of ' + stack);
234 Driver.prototype.increment = function(func, self, total) {
236 this.counters[func] = { self: 0, total: 0 };
238 this.counters[func].self += self;
288 assertEquals(testDriver.root.self, flatProfileRoot.selfWeight);
297 assertEquals(reference.self, rec.selfWeight, 'self of ' + rec.label);
343 assertEquals(reference[0], rec.selfWeight, 'self of ' + rec.label);
/external/guava/guava/src/com/google/common/collect/
H A DCollections2.java293 * Returns {@code true} if the collection {@code self} contains all of the
298 * the specified collection {@code self}. If all elements are so contained,
301 * @param self a collection which might contain all elements in {@code c}
302 * @param c a collection whose elements might be contained by {@code self}
304 static boolean containsAllImpl(Collection<?> self, Collection<?> c) { argument
305 checkNotNull(self);
307 if (!self.contains(o)) {
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DFeatureSpecificTestSuiteBuilder.java49 * @param <B> The concrete type of this builder (the 'self-type'). All the
63 protected B self() { method in class:FeatureSpecificTestSuiteBuilder
77 return self();
86 return self();
95 return self();
116 return self();
134 return self();
159 return self();
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-annotate.c119 static void hists__find_annotations(struct hists *self, argument
123 struct rb_node *nd = rb_first(&self->entries), *next;
H A Dbuiltin-inject.c164 static int dso__read_build_id(struct dso *self) argument
166 if (self->has_build_id)
169 if (filename__read_build_id(self->long_name, self->build_id,
170 sizeof(self->build_id)) > 0) {
171 self->has_build_id = true;
178 static int dso__inject_build_id(struct dso *self, struct perf_tool *tool, argument
184 if (dso__read_build_id(self) < 0) {
185 pr_debug("no build_id found for %s\n", self->long_name);
189 if (self
[all...]
/external/ltrace/
H A Dprintf.c78 struct param_enum *self = malloc(sizeof(*self)); local
79 if (self == NULL) {
81 free(self);
84 self->width = type_sizeof(proc, et);
85 if (self->width == (size_t) -1)
88 if (value_init_deref(&self->array, cb_args) < 0)
90 assert(self->array.type->type == ARGTYPE_ARRAY);
92 self->format = (char *)value_get_data(&self
112 drop_future_length(struct param_enum *self) argument
121 form_next_param(struct param_enum *self, enum arg_type format_type, enum arg_type elt_type, unsigned hlf, unsigned lng, char *len_buf, size_t len_buf_len, struct arg_type_info *infop) argument
204 param_printf_next(struct param_enum *self, struct arg_type_info *infop, int *insert_stop) argument
381 param_printf_stop(struct param_enum *self, struct value *value) argument
[all...]
/external/skia/include/core/
H A DSkTArray.h20 inline void copy(SkTArray<T, true>* self, int dst, int src) { argument
21 memcpy(&self->fItemArray[dst], &self->fItemArray[src], sizeof(T));
24 inline void copy(SkTArray<T, true>* self, const T* array) { argument
25 memcpy(self->fMemArray, array, self->fCount * sizeof(T));
28 inline void copyAndDelete(SkTArray<T, true>* self, char* newMemArray) { argument
29 memcpy(newMemArray, self->fMemArray, self->fCount * sizeof(T));
33 inline void copy(SkTArray<T, false>* self, in argument
37 copy(SkTArray<T, false>* self, const T* array) argument
43 copyAndDelete(SkTArray<T, false>* self, char* newMemArray) argument
[all...]

Completed in 9699 milliseconds

1234567891011>>