Searched refs:shared (Results 101 - 125 of 5126) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_volume_control_impl.h54 VoEVolumeControlImpl(voe::SharedData* shared);
/external/chromium_org/v8/src/
H A Dbootstrapper.h42 void Add(Vector<const char> name, Handle<SharedFunctionInfo> shared) { argument
43 Isolate* isolate = shared->GetIsolate();
54 cache_->set(length + 1, *shared);
55 Script::cast(shared->script())->set_type(Smi::FromInt(type_));
H A Ddebug.cc113 rinfo()->data() - debug_info_->shared()->start_position());
118 rinfo()->data() - debug_info_->shared()->start_position());
163 if (debug_info_->shared()->HasSourceCode()) {
164 position_ = debug_info_->shared()->end_position() -
165 debug_info_->shared()->start_position() - 1;
756 // Execute the shared function in the debugger context.
783 Handle<Script> script(Script::cast(function->shared()->script()));
885 Handle<SharedFunctionInfo> shared = local
886 Handle<SharedFunctionInfo>(frame->function()->shared());
887 Handle<DebugInfo> debug_info = GetDebugInfo(shared);
1062 HasDebugInfo(Handle<SharedFunctionInfo> shared) argument
1069 GetDebugInfo(Handle<SharedFunctionInfo> shared) argument
1551 GetSourceBreakLocations( Handle<SharedFunctionInfo> shared, BreakPositionAlignment position_alignment) argument
1971 SharedFunctionInfo* shared = function->shared(); local
2097 Handle<SharedFunctionInfo> shared; local
2177 EnsureDebugInfo(Handle<SharedFunctionInfo> shared, Handle<JSFunction> function) argument
[all...]
H A Dlog.cc180 SharedFunctionInfo* shared,
186 LogRecordedBuffer(code, shared, name_buffer_->get(), name_buffer_->size());
192 SharedFunctionInfo* shared,
197 name_buffer_->AppendString(shared->DebugName());
208 LogRecordedBuffer(code, shared, name_buffer_->get(), name_buffer_->size());
235 virtual void CodeDisableOptEvent(Code* code, SharedFunctionInfo* shared) { } argument
240 SharedFunctionInfo* shared,
303 virtual void CodeDisableOptEvent(Code* code, SharedFunctionInfo* shared) { } argument
310 SharedFunctionInfo* shared,
477 virtual void CodeDisableOptEvent(Code* code, SharedFunctionInfo* shared) { } argument
178 CodeCreateEvent(Logger::LogEventsAndTags tag, Code* code, SharedFunctionInfo* shared, CompilationInfo* info, Name* name) argument
190 CodeCreateEvent(Logger::LogEventsAndTags tag, Code* code, SharedFunctionInfo* shared, CompilationInfo* info, Name* source, int line, int column) argument
503 LogRecordedBuffer(Code* code, SharedFunctionInfo* shared, const char* name, int length) argument
1214 CodeCreateEvent(LogEventsAndTags tag, Code* code, SharedFunctionInfo* shared, CompilationInfo* info, Name* name) argument
1246 CodeCreateEvent(LogEventsAndTags tag, Code* code, SharedFunctionInfo* shared, CompilationInfo* info, Name* source, int line, int column) argument
1293 CodeDisableOptEvent(Code* code, SharedFunctionInfo* shared) argument
1697 LogExistingFunction(Handle<SharedFunctionInfo> shared, Handle<Code> code) argument
[all...]
H A Dlog.h240 SharedFunctionInfo* shared,
245 SharedFunctionInfo* shared,
250 void CodeDisableOptEvent(Code* code, SharedFunctionInfo* shared);
323 void LogExistingFunction(Handle<SharedFunctionInfo> shared,
469 SharedFunctionInfo* shared,
474 SharedFunctionInfo* shared,
489 virtual void CodeDisableOptEvent(Code* code, SharedFunctionInfo* shared) = 0;
509 SharedFunctionInfo* shared,
514 SharedFunctionInfo* shared,
530 SharedFunctionInfo* shared,
[all...]
/external/chromium_org/v8/tools/gcmole/
H A DMakefile39 -Wwrite-strings -std=c++0x -shared -o libgcmole.so gcmole.cc
/external/clang/test/OpenMP/
H A Dfor_private_messages.cpp87 #pragma omp for shared(i) // expected-error {{unexpected OpenMP clause 'shared' in directive '#pragma omp for'}}
100 #pragma omp parallel shared(i)
152 #pragma omp for shared(i) // expected-error {{unexpected OpenMP clause 'shared' in directive '#pragma omp for'}}
162 #pragma omp parallel shared(i)
H A Dsingle_copyprivate_messages.cpp65 #pragma omp parallel // expected-note {{implicitly determined as shared}}
75 #pragma omp parallel shared(i) // expected-note {{defined as shared}}
81 #pragma omp parallel default(shared) // expected-note {{implicitly determined as shared}}
87 #pragma omp parallel // expected-note {{implicitly determined as shared}}
122 #pragma omp parallel // expected-note {{implicitly determined as shared}}
132 #pragma omp parallel shared(i) // expected-note {{defined as shared}}
138 #pragma omp parallel default(shared) // expecte
[all...]
/external/icu/icu4c/source/config/
H A Dmh-hpux-gcc34 ## Commands to make a shared library
35 SHLIB.c= $(CC) $(DEFS) $(CFLAGS) $(LDFLAGS) $(SHAREDLIBCXXFLAGS) -shared -Wl,+s $(LD_DEFAULTPATH) $(LD_SOOPTIONS)
36 SHLIB.cc= $(CXX) $(DEFS) $(CXXFLAGS) $(LDFLAGS) $(SHAREDLIBCXXFLAGS) -shared -Wl,+s $(LD_DEFAULTPATH) $(LD_SOOPTIONS)
50 ## Non-shared intermediate object suffix
85 ## Remove shared library 's'
/external/mdnsresponder/mDNSPosix/
H A DMakefile33 # This Makefile builds an mDNSResponder daemon and a libdns_sd.so shared library
60 LD = ld -shared
69 JAVACFLAGS_OS = -fPIC -shared -ldns_sd
94 LD = gcc -shared
105 LD = gcc -shared
/external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/
H A Dnacl.scons9 # shared versions of this library
/external/chromium_org/remoting/webapp/
H A Dthird_party_token_fetcher.js10 * token and a shared secret from a third-party server. The server can then
13 * server will redirect the browser to a URL containing the token and shared
16 * the token for the shared secret. Once both client and host have the shared
119 // its private key) is called the 'shared secret'.
121 // 'shared secret', along with the 'token' from the redirect URL fragment.
141 // obtain both the code and the shared secret in a single request.
/external/chromium_org/skia/
H A Dskia_chrome_opts.target.darwin-arm.mk10 gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared,,,$(GYP_VAR_PREFIX))
H A Dskia_chrome_opts.target.darwin-arm64.mk10 gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared,,,$(GYP_VAR_PREFIX))
H A Dskia_chrome_opts.target.darwin-mips64.mk10 gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared,,,$(GYP_VAR_PREFIX))
H A Dskia_chrome_opts.target.linux-arm.mk10 gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared,,,$(GYP_VAR_PREFIX))
H A Dskia_chrome_opts.target.linux-arm64.mk10 gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared,,,$(GYP_VAR_PREFIX))
H A Dskia_chrome_opts.target.linux-mips64.mk10 gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared,,,$(GYP_VAR_PREFIX))
/external/chromium_org/third_party/sqlite/src/
H A DMakefile.arm-wince-mingw32ce-gcc95 #MKSHLIB = gcc -shared
98 MKSHLIB = $(MINGW32CE)/$(TARGET)-gcc -shared
H A DMakefile.linux-gcc106 MKSHLIB = gcc -shared
/external/srec/tools/dictTest/
H A DAndroid.mk13 $(ASR_ROOT_DIR)/shared/include \
/external/srec/tools/make_ve_grammar/
H A DAndroid.mk13 $(ASR_ROOT_DIR)/shared/include \
/external/srec/tools/test_swiarb/
H A DAndroid.mk13 $(ASR_ROOT_DIR)/shared/include \
/external/valgrind/main/drd/tests/
H A Dhold_lock_2.stderr.exp4 Locking rwlock shared ...
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DparseSvnProperty.pl249 Index: Makefile.shared
258 expectedNextLine => "Index: Makefile.shared\n",
267 Index: Makefile.shared
277 expectedNextLine => "Index: Makefile.shared\r\n",
286 Property changes on: Makefile.shared
295 expectedNextLine => "Property changes on: Makefile.shared\n",
304 Property changes on: Makefile.shared
314 expectedNextLine => "Property changes on: Makefile.shared\r\n",
325 Index: Makefile.shared
334 expectedNextLine => "Index: Makefile.shared\
[all...]

Completed in 353 milliseconds

1234567891011>>