OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:globals
(Results
776 - 800
of
1774
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
Debugger.py
136
text="
Globals
", command=self.show_globals, variable=self.vglobals)
279
self.globalsviewer = NamespaceViewer(self.fglobals, "
Globals
")
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_runpy.py
36
" module_in_sys_modules =
globals
() is sys.modules[__name__].__dict__\n"
305
assertIs(
globals
(), sys.modules[__name__].__dict__)
test_scope.py
56
return global_x + y # check that plain old
globals
work
455
# Implicit
globals
inside classes are be looked up by LOAD_NAME, not
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
timeit.py
137
exec code in
globals
(), ns
144
exec _setup in
globals
(), ns
/art/runtime/
elf_file.h
26
#include "
globals
.h"
/art/runtime/gc/accounting/
space_bitmap.h
22
#include "
globals
.h"
/art/runtime/gc/space/
space.h
26
#include "
globals
.h"
/dalvik/vm/alloc/
Alloc.cpp
20
#include "
Globals
.h"
/dalvik/vm/interp/
InterpState.h
22
* Functions and
globals
declared here are defined in Interp.c.
/dalvik/vm/mterp/common/
asm-constants.h
232
* Enums defined in vm/
Globals
.h
/external/antlr/antlr-3.4/runtime/C/include/
antlr3recognizersharedstate.h
104
* used by the grammar programmer without having to use static
globals
.
/external/blktrace/btt/
devs.c
22
#include "
globals
.h"
seek.c
22
#include "
globals
.h"
/external/chromium/chrome/browser/metrics/
histogram_synchronizer.h
166
// portion of main(). It initializes
globals
to provide support for all future
/external/chromium/chrome/common/extensions/
update_manifest_unittest.cc
8
#include "libxml/
globals
.h"
/external/chromium_org/base/metrics/
statistics_recorder.cc
267
// of main(), and hence it is not thread safe. It initializes
globals
to
/external/chromium_org/chrome/browser/metrics/
tracking_synchronizer.cc
29
// portion of main(). It initializes
globals
to provide support for all future
/external/chromium_org/chrome/common/extensions/
update_manifest_unittest.cc
8
#include "libxml/
globals
.h"
/external/chromium_org/ppapi/
ppapi_proxy.gypi
17
# symbols defining the
globals
for "being a plugin" which we are not.
/external/chromium_org/skia/config/
SkUserConfig.h
103
/* Some envorinments do not suport writable
globals
(eek!). If yours does not,
/external/chromium_org/third_party/icu/source/tools/icupkg/
icupkg.vcxproj
21
<PropertyGroup Label="
Globals
">
/external/chromium_org/third_party/libxml/src/include/libxml/
xmlIO.h
117
#include <libxml/
globals
.h>
/external/chromium_org/third_party/opus/src/win32/VS2010/
silk_fixed.vcxproj
21
<PropertyGroup Label="
Globals
">
/external/chromium_org/third_party/tcmalloc/chromium/src/
stacktrace_powerpc-inl.h
82
// Do not put
globals
below.
/external/chromium_org/third_party/tcmalloc/vendor/src/
stacktrace_powerpc-inl.h
82
// Do not put
globals
below.
Completed in 544 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>