OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:globals
(Results
51 - 75
of
1142
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/freetype/src/autofit/
afloader.h
31
AF_FaceGlobals
globals
; /* current face
globals
*/
member in struct:AF_LoaderRec_
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
JavaScriptCoreGenerated.vcproj
106
<
Globals
>
107
</
Globals
>
/external/webkit/Source/WebCore/WebCore.vcproj/
WebCoreGenerated.vcproj
96
<
Globals
>
97
</
Globals
>
/external/webkit/Tools/TestWebKitAPI/win/
TestWebKitAPIGenerated.vcproj
80
<
Globals
>
81
</
Globals
>
/external/webkit/Tools/WebKitTestRunner/win/
InjectedBundleGenerated.vcproj
85
<
Globals
>
86
</
Globals
>
/sdk/templates/activities/LoginActivity/
template.xml
57
<
globals
file="
globals
.xml.ftl" />
/sdk/templates/activities/SettingsActivity/
template.xml
50
<
globals
file="
globals
.xml.ftl" />
/sdk/templates/other/BlankFragment/
template.xml
47
<
globals
file="
globals
.xml.ftl" />
/sdk/templates/other/Daydream/
template.xml
46
<
globals
file="
globals
.xml.ftl" />
/sdk/templates/other/ListFragment/
template.xml
49
<
globals
file="
globals
.xml.ftl" />
/external/chromium/chrome/browser/
io_thread.cc
200
ConstructProxyScriptFetcherContext(IOThread::
Globals
*
globals
,
205
context->set_host_resolver(
globals
->host_resolver.get());
206
context->set_cert_verifier(
globals
->cert_verifier.get());
207
context->set_dnsrr_resolver(
globals
->dnsrr_resolver.get());
209
globals
->http_auth_handler_factory.get());
210
context->set_proxy_service(
globals
->proxy_script_fetcher_proxy_service.get());
212
globals
->proxy_script_fetcher_http_transaction_factory.get());
214
globals
->proxy_script_fetcher_ftp_transaction_factory.get());
217
context->set_network_delegate(
globals
->system_network_delegate.get())
328
IOThread::Globals* IOThread::
globals
() {
function in class:IOThread
[
all
...]
/external/llvm/lib/Transforms/IPO/
GlobalDCE.cpp
10
// This transform is designed to eliminate unreachable internal
globals
from the
11
// program. It uses an aggressive algorithm, searching out
globals
that are
12
// known to be alive. After it finds all of the
globals
which are needed, it
64
// Loop over the module, adding
globals
which are obviously necessary.
76
// Externally visible & appending
globals
are needed, if they have an
91
// Now that all
globals
which are needed are in the AliveGlobals set, we loop
96
std::vector<GlobalVariable*> DeadGlobalVars; // Keep track of dead
globals
100
DeadGlobalVars.push_back(I); // Keep track of dead
globals
108
DeadFunctions.push_back(I); // Keep track of dead
globals
177
// any
globals
used will be marked as needed
[
all
...]
/frameworks/base/docs/html/reference/renderscript/
globals_enum.html
21
<li class="current"><a href="
globals
.html"><span>
Globals
</span></a></li>
27
<li><a href="
globals
.html"><span>All</span></a></li>
structrs__allocation.html
21
<li><a href="
globals
.html"><span>
Globals
</span></a></li>
structrs__element.html
21
<li><a href="
globals
.html"><span>
Globals
</span></a></li>
structrs__font.html
21
<li><a href="
globals
.html"><span>
Globals
</span></a></li>
/dalvik/vm/
README.txt
11
defined in
Globals
.h, so that all global VM state is in one place.
/external/clang/test/Analysis/
traversal-path-unification.c
22
// The effects of a() and b() are identical (they both invalidate
globals
).
/external/llvm/lib/IR/
CMakeLists.txt
17
Globals
.cpp
/external/llvm/test/Instrumentation/AddressSanitizer/
do-not-touch-odr-global.ll
4
; no action should be taken for these
globals
/external/llvm/test/Linker/
redefinition.ll
1
; Test linking two functions with different prototypes and two
globals
/external/llvm/test/Transforms/GlobalDCE/
2002-08-17-WorkListTest.ll
1
; This testcase tests that a worklist is being used, and that
globals
can be
/ndk/sources/cxx-stl/gabi++/src/
call_unexpected.cc
134
__cxa_eh_globals *
globals
= __cxa_get_globals();
local
141
header->nextCleanup =
globals
->cleanupExceptions;
142
globals
->cleanupExceptions = header;
145
globals
->cleanupExceptions = header;
152
__cxa_eh_globals *
globals
= __cxa_get_globals();
local
153
__cxa_exception* header =
globals
->cleanupExceptions;
162
globals
->cleanupExceptions = header->nextCleanup;
166
globals
->cleanupExceptions = NULL;
291
__cxa_eh_globals*
globals
= __cxa_get_globals_fast();
292
__cxa_exception* new_exception_header =
globals
->caughtExceptions
[
all
...]
/external/chromium/googleurl/build/
base.vcproj
149
<
Globals
>
150
</
Globals
>
/external/webkit/Source/WebKit2/win/
WebKit2Generated.vcproj
117
<
Globals
>
118
</
Globals
>
Completed in 516 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>