HomeSort by relevance Sort by last modified time
    Searched refs:shared (Results 401 - 425 of 659) sorted by null

<<11121314151617181920>>

  /external/v8/test/cctest/
test-heap.cc 959 CHECK(function->shared()->is_compiled());
965 CHECK(function->shared()->is_compiled());
975 CHECK(!function->shared()->is_compiled() || function->IsOptimized());
979 CHECK(function->shared()->is_compiled());
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebFrameLoaderClient.cpp 189 AuthenticationManager::shared().didReceiveAuthenticationChallenge(m_frame, challenge);
795 // FIXME: This code should be shared across all ports. <http://webkit.org/b/48762>.
852 WebProcess::shared().connection()->send(Messages::WebContext::DidNavigateWithNavigationData(webPage->pageID(), data, m_frame->frameID()), 0);
866 WebProcess::shared().connection()->send(Messages::WebContext::DidPerformClientRedirect(webPage->pageID(),
872 WebProcess::shared().connection()->send(Messages::WebContext::DidPerformServerRedirect(webPage->pageID(),
    [all...]
WebEditorClient.cpp 90 return WebProcess::shared().textCheckerState().isContinuousSpellCheckingEnabled;
100 return WebProcess::shared().textCheckerState().isGrammarCheckingEnabled;
  /external/icu4c/data/
makedata.mak 534 "$(ICU4J_ROOT)\main\shared\data\icudata.jar": "$(ICUOUT)\icu4j\icudata.jar"
535 if not exist "$(ICU4J_ROOT)\main\shared\data" mkdir "$(ICU4J_ROOT)\main\shared\data"
536 copy "$(ICUOUT)\icu4j\icudata.jar" "$(ICU4J_ROOT)\main\shared\data"
538 "$(ICU4J_ROOT)\main\shared\data\testdata.jar": "$(ICUOUT)\icu4j\testdata.jar"
539 if not exist "$(ICU4J_ROOT)\main\shared\data" mkdir "$(ICU4J_ROOT)\main\shared\data"
540 copy "$(ICUOUT)\icu4j\testdata.jar" "$(ICU4J_ROOT)\main\shared\data"
548 ICU4J_DATA_INSTALLED="$(ICU4J_ROOT)\main\shared\data\icudata.jar" "$(ICU4J_ROOT)\main\shared\data\testdata.jar" "$(ICU4J_ROOT)\$(DEBUGUTILITIESDATA_DIR)\$(DEBUGUTILITIESDATA_SRC)
    [all...]
  /external/v8/src/arm/
deoptimizer-arm.cc 101 function->ReplaceCode(function->shared()->code());
279 int parameter_count = function_->shared()->formal_parameter_count() + 1;
627 int parameter_count = function->shared()->formal_parameter_count() + 1;
720 Code* non_optimized_code = function->shared()->code();
724 unsigned pc_and_state = GetOutputInfo(data, node_id, function->shared());
    [all...]
  /external/v8/src/
handles.cc 163 if (func->shared()->live_objects_may_exist()) return;
165 func->shared()->set_expected_nof_properties(nof);
201 void SetExpectedNofPropertiesFromEstimate(Handle<SharedFunctionInfo> shared,
204 if (shared->live_objects_may_exist()) return;
206 shared->set_expected_nof_properties(
    [all...]
profile-generator.cc 537 // For shared function entries, 'size' field is used to store their IDs.
1673 SharedFunctionInfo* shared = func->shared(); local
1707 SharedFunctionInfo* shared = SharedFunctionInfo::cast(object); local
1991 SharedFunctionInfo* shared = SharedFunctionInfo::cast(obj); local
    [all...]
  /external/v8/src/ia32/
deoptimizer-ia32.cc 198 function->ReplaceCode(function->shared()->code());
370 int parameter_count = function_->shared()->formal_parameter_count() + 1;
706 int parameter_count = function->shared()->formal_parameter_count() + 1;
797 Code* non_optimized_code = function->shared()->code();
801 unsigned pc_and_state = GetOutputInfo(data, node_id, function->shared());
    [all...]
  /external/v8/src/mips/
deoptimizer-mips.cc 100 function->ReplaceCode(function->shared()->code());
269 int parameter_count = function_->shared()->formal_parameter_count() + 1;
617 int parameter_count = function->shared()->formal_parameter_count() + 1;
710 Code* non_optimized_code = function->shared()->code();
714 unsigned pc_and_state = GetOutputInfo(data, node_id, function->shared());
    [all...]
  /external/v8/src/x64/
deoptimizer-x64.cc 104 function->ReplaceCode(function->shared()->code());
256 int parameter_count = function_->shared()->formal_parameter_count() + 1;
605 int parameter_count = function->shared()->formal_parameter_count() + 1;
700 Code* non_optimized_code = function->shared()->code();
704 unsigned pc_and_state = GetOutputInfo(data, node_id, function->shared());
    [all...]
  /external/webkit/Tools/DumpRenderTree/gtk/
DumpRenderTree.cpp 678 WorkQueue::shared()->clear();
679 WorkQueue::shared()->setFrozen(false);
740 if (WorkQueue::shared()->processWork() && !gLayoutTestController->waitToDump())
778 WorkQueue::shared()->setFrozen(true); // first complete load freezes the queue for the rest of this test
782 if (WorkQueue::shared()->count())
    [all...]
  /ndk/build/core/
definitions.mk 501 # type -> type of module (e.g. 'static', 'shared', ...)
655 # (e.g. shared libraries).
735 # Function : module-add-shared-depends
737 # 2: list/set of shared library modules this module depends on.
739 # Usage : $(call module-add-shared-depends,<modulename>,<list of module names>)
740 # Rationale: Record that a module depends on a set of shared libraries.
741 # Use modulge-get-shared-dependencies to retrieve final list.
743 module-add-shared-depends = \
746 # Used internally by module-add-static-depends and module-add-shared-depends
762 $(call module-add-shared-depends,$1,$(__ndk_modules.$1.SHARED_LIBRARIES))
    [all...]
setup-app.mk 70 # you're not going to leave a stale shared library for the old one.
  /external/chromium/base/
process_util_linux.cc 333 *shared_bytes = ws_usage.shared * 1024;
338 // Private and Shared working set sizes are obtained from /proc/<pid>/smaps.
421 ws_usage->shared = 0;
423 ws_usage->shared = pss_kb;
634 // all Chromium code and also for all code in shared libraries. There are tests
  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTree.mm 300 [webView _setGeolocationProvider:[MockGeolocationProvider shared]];
301 [webView _setDeviceOrientationProvider:[WebDeviceOrientationProviderMock shared]];
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java 150 List<Element> shared = new ArrayList<Element>(); local
152 elements.add(shared);
193 shared.add(element);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
main.rb 50 Defines command-line options and attribute mappings shared by all types of
114 It defines the skeletal structure shared by all main
  /external/elfutils/libdw/
Makefile.am 98 $(LINK) -shared -o $@ -Wl,--soname,$@.$(VERSION),-z,defs \
  /external/oprofile/events/mips/r12000/
events 35 event:0x1f counters:0,1,2,3 um:zero minimum:500 name:STORE_PREFETCH_EXCLUSIVE_SHARED_SC_BLOCK : Store/prefetch exclusive to shared block in secondary
  /external/webkit/Source/WebCore/loader/
DocumentThreadableLoader.cpp 100 if (CrossOriginPreflightResultCache::shared().canSkipPreflight(document->securityOrigin()->toString(), m_actualRequest->url(), m_options.allowCredentials, m_actualRequest->httpMethod(), m_actualRequest->httpHeaderFields()))
222 CrossOriginPreflightResultCache::shared().appendEntry(m_document->securityOrigin()->toString(), m_actualRequest->url(), preflightResult.release());
  /external/webkit/Source/WebKit2/PluginProcess/
PluginControllerProxy.cpp 88 m_plugin = NetscapePlugin::create(PluginProcess::shared().netscapePluginModule());
309 return PluginProcess::shared().compositingRenderServerPort();
  /external/webkit/Source/WebKit2/UIProcess/
WebProcessProxy.cpp 221 PluginProcessManager::shared().getPluginProcessConnection(context()->pluginInfoStore(), pluginPath, reply);
226 PluginProcessManager::shared().pluginSyncMessageSendTimedOut(pluginPath);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
DrawingAreaImpl.cpp 69 , m_displayTimer(WebProcess::shared().runLoop(), this, &DrawingAreaImpl::displayTimerFired)
70 , m_exitCompositingTimer(WebProcess::shared().runLoop(), this, &DrawingAreaImpl::exitAcceleratedCompositingMode)
  /external/webkit/Source/WebKit2/WebProcess/mac/
WebProcessMac.mm 206 WebPage* page = WebProcess::shared().focusedWebPage();
  /external/wpa_supplicant_8/src/crypto/
dh_groups.c 595 * dh_derive_shared - Derive shared Diffie-Hellman key
599 * Returns: Diffie-Hellman shared key
605 struct wpabuf *shared; local
612 shared = wpabuf_alloc(shared_len);
613 if (shared == NULL)
618 wpabuf_mhead(shared), &shared_len) < 0) {
619 wpabuf_free(shared);
623 wpabuf_put(shared, shared_len);
624 wpa_hexdump_buf_key(MSG_DEBUG, "DH: shared key", shared);
    [all...]

Completed in 1102 milliseconds

<<11121314151617181920>>