/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/UnitTest/ |
DecParserUnitTest.py | 293 Obj._RawData.CurrentScope = [('PcdsFeatureFlag'.upper(), 'COMMON')]
343 Obj._RawData.CurrentScope = [('guids'.upper(), 'COMMON')]
417 self.assertEqual(len(dec._RawData.CurrentScope), 1)
418 self.assertEqual(dec._RawData.CurrentScope[0][0], 'userextensions'.upper())
419 self.assertEqual(dec._RawData.CurrentScope[0][1], 'intel')
420 self.assertEqual(dec._RawData.CurrentScope[0][2], '"myid"')
421 self.assertEqual(dec._RawData.CurrentScope[0][3], 'COMMON')
426 self.assertEqual(len(dec._RawData.CurrentScope), 1)
427 self.assertEqual(dec._RawData.CurrentScope[0][0], 'userextensions'.upper())
428 self.assertEqual(dec._RawData.CurrentScope[0][1], 'intel') [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/ |
DecParser.py | 100 Scope = self._RawData.CurrentScope
279 Header = self._RawData.CurrentScope[0] if self._RawData.CurrentScope else None
463 self.ItemObject.AddItem(DefineItem, self._RawData.CurrentScope)
519 self.ItemObject.AddItem(Item, self._RawData.CurrentScope)
558 self.ItemObject.AddItem(Item, self._RawData.CurrentScope)
613 PcdType = self._RawData.CurrentScope[0][0]
635 self.ItemObject.AddItem(Item, self._RawData.CurrentScope)
656 if self._RawData.CurrentScope:
657 return self.ObjectDict[self._RawData.CurrentScope[0][0]] [all...] |
DecParserMisc.py | 51 self.CurrentScope = None
|
/build/kati/ |
eval.go | 159 currentScope Vars 250 ev.currentScope = vars 259 ev.currentScope = nil 417 if ev.currentScope != nil { 418 v := ev.currentScope.Lookup(name) 435 if ev.currentScope != nil { 436 v := ev.currentScope.Lookup(name)
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/ |
StringDB.h | 125 WCHAR *CurrentScope;
|
StringDB.c | 184 mDBData.CurrentScope = DuplicateString (L"NULL");
256 if (mDBData.CurrentScope != NULL) {
257 FREE (mDBData.CurrentScope);
258 mDBData.CurrentScope = NULL;
501 Scope = DuplicateString (mDBData.CurrentScope);
[all...] |
/external/v8/src/interpreter/ |
bytecode-generator.h | 47 class CurrentScope;
|
bytecode-generator.cc | 597 class BytecodeGenerator::CurrentScope final { 599 CurrentScope(BytecodeGenerator* generator, Scope* scope) 605 ~CurrentScope() { 864 CurrentScope current_scope(this, stmt->scope()); [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/ |
StringDB.c | 124 WCHAR *CurrentScope;
271 mDBData.CurrentScope = DuplicateString (L"NULL");
342 if (mDBData.CurrentScope != NULL) {
343 FREE (mDBData.CurrentScope);
344 mDBData.CurrentScope = NULL;
1051 Scope = DuplicateString (mDBData.CurrentScope);
[all...] |
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/ |
LayoutBinderWriter.kt | 58 var currentScope = GLOBAL; 61 scopeStack.add(currentScope) 62 currentScope = scope 66 currentScope = scopeStack.removeAt(scopeStack.size - 1) 71 currentScope = GLOBAL 199 fun Expr.scopedName() : String = when(Scope.currentScope) { [all...] |
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/ |
SymbolTable.h | 695 TSymbol* find(const TString& name, bool* builtIn = 0, bool* currentScope = 0, int* thisDepthP = 0) 709 if (currentScope) 710 *currentScope = isGlobalLevel(currentLevel()) || level == currentLevel(); // consider shared levels as "current scope" WRT user globals
|
ParseHelper.cpp | [all...] |
/external/swiftshader/src/OpenGL/compiler/ |
OutputASM.h | 353 Scope currentScope;
|
OutputASM.cpp | 544 currentScope = GLOBAL; 696 if(currentScope != emitScope) 1046 if(currentScope != emitScope) [all...] |
/external/icu/tools/srcgen/currysrc/libs/ |
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.core.net_1.2.200.v20130430-1352.jar | |
/prebuilts/tools/common/m2/repository/org/antlr/ST4/4.0.8/ |
ST4-4.0.8.jar | |
/prebuilts/tools/common/offline-m2/org/antlr/ST4/4.0.8/ |
ST4-4.0.8.jar | |
/prebuilts/misc/common/ecj/ |
ecj.jar | |
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/hlsl/ |
hlslParseHelper.cpp | [all...] |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/26.0.0-alpha4/ |
lint-api-26.0.0-alpha4.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/26.0.0-alpha6/ |
lint-api-26.0.0-alpha6.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/26.0.0-alpha7/ |
lint-api-26.0.0-alpha7.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/26.0.0-alpha9/ |
lint-api-26.0.0-alpha9.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/26.0.0-beta1/ |
lint-api-26.0.0-beta1.jar | |