Searched refs:GLOBALS (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/perlasm/
H A Dppc-xlate.pl9 my %GLOBALS;
18 my $global = \$GLOBALS{$name};
147 printf "%s:",($GLOBALS{$label} or $label);
148 printf "\n.localentry\t$GLOBALS{$label},0" if ($GLOBALS{$label} && $flavour =~ /linux.*64le/);
/external/openssl/crypto/perlasm/
H A Dppc-xlate.pl9 my %GLOBALS;
18 my $global = \$GLOBALS{$name};
141 printf "%s:",($GLOBALS{$label} or $label) if ($label);
/external/chromium_org/tools/cr/cr/base/
H A Dcontext.py120 self.AddChildren(*cr.config.GLOBALS)
/external/chromium_org/tools/cr/cr/
H A Dconfig.py18 # GLOBALS is the singleton used to tie static global configuration objects
20 GLOBALS = [] variable
H A Dplugin.py39 cr.config.GLOBALS.extend(CONFIG_TYPES)

Completed in 3586 milliseconds