Searched
full:globals (Results
651 -
675 of
1774) sorted by null
<<21222324252627282930>>
/external/openssl/crypto/perlasm/ |
x86_64-xlate.pl | 102 my %globals; 241 $self->{label} =~ s/([_a-z][_a-z0-9]*)/$globals{$1} or $1/gei; 350 my $func = ($globals{$self->{value}} or $self->{value}) . ":"; 409 $self->{value} =~ s/([_a-z][_a-z0-9]*)/$globals{$1} or $1/gei; 453 && do { $globals{$line} = $prefix . $line; 454 $line = $globals{$line} if ($prefix); 463 $current_function->{scope} = defined($globals{$sym})?"PUBLIC":"PRIVATE"; 467 $current_function->{scope} = defined($globals{$sym})?"PUBLIC":"PRIVATE"; 480 && do { $line =~ s/([_a-z][_a-z0-9]*)/$globals{$1} or $1/gei; 493 $self->{value} = ".def\t" . ($globals{$1} or $1) . ";\t" [all...] |
/art/compiler/llvm/ |
compiler_llvm.cc | 25 #include "globals.h"
|
/art/runtime/gc/accounting/ |
card_table.h | 20 #include "globals.h"
|
mod_union_table.h | 21 #include "globals.h"
|
/art/runtime/ |
jni_internal.h | 126 IndirectReferenceTable globals GUARDED_BY(globals_lock);
|
trace.h | 26 #include "globals.h"
|
/cts/suite/audio_quality/test_description/ |
processing_main.py | 116 output = globals()[self.functionName](inputData, inputTypes)
|
/docs/source.android.com/ |
DoxygenLayout.xml | 19 <tab type="globals" visible="yes" title="" intro=""/>
|
/external/blktrace/btt/ |
proc.c | 23 #include "globals.h"
|
trace_complete.c | 21 #include "globals.h"
|
/external/chromium/chrome/browser/extensions/ |
extension_disabled_infobar_delegate.cc | 173 // Globals --------------------------------------------------------------------
|
/external/chromium_org/chrome/browser/net/ |
net_error_tab_helper.cc | 63 io_thread->globals()->dns_probe_service.get();
|
/external/chromium_org/chrome/browser/profiles/ |
off_the_record_profile_impl_unittest.cc | 92 testing_io_thread_state_->io_thread_state()->globals()->host_resolver.reset(
|
profile_impl_io_data.h | 176 IOThread::Globals* io_thread_globals) const OVERRIDE;
|
/external/chromium_org/chrome/tools/build/ |
version.py | 171 values[key] = str(eval(val, globals(), values))
|
/external/chromium_org/ppapi/c/documentation/ |
DoxygenLayout.xml | 19 <tab type="globals" visible="yes" title=""/>
|
/external/chromium_org/ppapi/cpp/documentation/ |
DoxygenLayout.xml | 19 <tab type="globals" visible="no" title=""/>
|
/external/chromium_org/ppapi/thunk/ |
ppb_flash_thunk.cc | 96 // There's no instance so we have to reach into the globals without thunking.
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
QualifiedName.h | 101 // Init routine for globals
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
factory.py | 109 module = __import__(module_name, globals(), locals(), [], -1)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
execfile.py | 32 glo, loc = globals(), locals()
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
overview.js | 51 // Change loader.js to allow you to pass in the state that it fills instead of setting globals.
|
/external/chromium_org/third_party/WebKit/Tools/qunit/test/ |
test.js | 321 test("let teardown clean up globals", function() {
|
/external/chromium_org/third_party/angle/src/compiler/preprocessor/ |
preprocessor.vcxproj | 21 <PropertyGroup Label="Globals">
|
/external/chromium_org/third_party/freetype/src/autofit/ |
aftypes.h | 257 AF_FaceGlobals globals; /* to access properties */ member in struct:AF_ScriptMetricsRec_
|
Completed in 1101 milliseconds
<<21222324252627282930>>