Searched refs:get (Results 226 - 250 of 385) sorted by relevance

1234567891011>>

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
H A Dos.py235 To get a full path (which begins with top) to a file or directory in
260 systems that support them. In order to get this functionality, set the
283 # get a list of the files the directory contains. os.path.walk
458 def get(self, key, failobj=None): member in class:._Environ
459 return self.data.get(key.upper(), failobj)
527 return environ.get(key, default)
H A Dpydoc.py215 lastupdate, result = cache.get(filename, (0, None))
353 docloc = os.environ.get("PYTHONDOCS",
501 name, module = object.__name__, sys.modules.get(object.__module__)
639 module = sys.modules.get(modname)
1331 elif os.environ.get('TERM') in ('dumb', 'emacs'):
1335 if os.environ.get('TERM') in ('dumb', 'emacs'):
1394 r = inc = os.environ.get('LINES', 25) - 1
1478 """Given an object or a path to an object, get the object and its name."""
1616 topics = symbols.get(symbol, topic)
1788 Enter the name of any module, keyword, or topic to get hel
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A Dargparse.py421 if inserts.get(i) == '|':
423 elif inserts.get(i + 1) == '|':
600 if params.get('choices') is not None:
1056 if kwargs.get('prog') is None:
1239 return self._registries[registry_name].get(value, default)
1257 return self._defaults.get(dest, None)
1382 group_map.get(action, self)._add_action(action)
1392 if kwargs.get('nargs') not in [OPTIONAL, ZERO_OR_MORE]:
1394 if kwargs.get('nargs') == ZERO_OR_MORE and 'default' not in kwargs:
1665 if kwargs.get('pro
[all...]
H A Dsre_compile.py179 av = AT_MULTILINE.get(av, av)
181 av = AT_LOCALE.get(av, av)
183 av = AT_UNICODE.get(av, av)
580 # XXX: <fl> get rid of this limitation!
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
H A Dos.py248 To get a full path (which begins with top) to a file or directory in
274 systems that support them. In order to get this functionality, set the
298 # get a list of the files the directory contains. os.path.walk
473 def get(self, key, failobj=None): member in class:._Environ
474 return self.data.get(key.upper(), failobj)
542 return environ.get(key, default)
H A Dpydoc.py34 used to get an arbitrary unused port.
260 lastupdate, result = cache.get(filename, (None, None))
398 docloc = os.environ.get("PYTHONDOCS",
547 name, module = object.__name__, sys.modules.get(object.__module__)
690 module = sys.modules.get(modname)
1403 elif os.environ.get('TERM') in ('dumb', 'emacs'):
1407 if os.environ.get('TERM') in ('dumb', 'emacs'):
1467 h = int(os.environ.get('LINES', 0))
1557 """Given an object or a path to an object, get the object and its name."""
1696 topics = symbols.get(symbo
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dargparse.py419 if inserts.get(i) == '|':
421 elif inserts.get(i + 1) == '|':
598 if params.get('choices') is not None:
1054 if kwargs.get('prog') is None:
1226 return self._registries[registry_name].get(value, default)
1244 return self._defaults.get(dest, None)
1369 group_map.get(action, self)._add_action(action)
1379 if kwargs.get('nargs') not in [OPTIONAL, ZERO_OR_MORE]:
1381 if kwargs.get('nargs') == ZERO_OR_MORE and 'default' not in kwargs:
1652 if kwargs.get('pro
[all...]
H A Dos.py221 To get a full path (which begins with top) to a file or directory in
246 systems that support them. In order to get this functionality, set the
269 # get a list of the files the directory contains. os.path.walk
444 def get(self, key, failobj=None): member in class:._Environ
445 return self.data.get(key.upper(), failobj)
513 return environ.get(key, default)
H A Dpydoc.py215 lastupdate, result = cache.get(filename, (0, None))
353 docloc = os.environ.get("PYTHONDOCS",
501 name, module = object.__name__, sys.modules.get(object.__module__)
639 module = sys.modules.get(modname)
1329 elif os.environ.get('TERM') in ('dumb', 'emacs'):
1333 if os.environ.get('TERM') in ('dumb', 'emacs'):
1390 r = inc = os.environ.get('LINES', 25) - 1
1474 """Given an object or a path to an object, get the object and its name."""
1612 topics = symbols.get(symbol, topic)
1784 Enter the name of any module, keyword, or topic to get hel
[all...]
H A Dsre_compile.py129 av = AT_MULTILINE.get(av, av)
131 av = AT_LOCALE.get(av, av)
133 av = AT_UNICODE.get(av, av)
508 # XXX: <fl> get rid of this limitation!
H A D_strptime.py305 format_regex = _regex_cache.get(format)
370 ampm = found_dict.get('p', '').lower()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
H A Dbuild_ext.py55 # we get to finalize_options() (i.e. the constructor
392 val = build_info.get(key)
397 ext.runtime_library_dirs = build_info.get('rpath')
404 macros = build_info.get('macros')
504 # get this list so it can perform all the clean up needed to
507 # track dependencies, we have to get rid of intermediates to
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_wsgiref.py351 for m in h.has_key, h.__contains__, h.get, h.get_all, h.__getitem__:
362 self.assertEqual(h.get("foo","whee"), "baz")
363 self.assertEqual(h.get("zoo","whee"), "whee")
H A Dtest_py3kwarn.py146 meth = {}.get
224 self.assertWarning(obj[1:2], w, expected.format('get'))
384 for module_name in self.inclusive_platforms.get(sys.platform, []):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
H A Dwcgui.py183 root = self.__rootentry.get()
317 self.checkext = self.__cv.get()
451 if v.get():
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/X64/
H A DMpFuncs.asm274 ; since the other CPU already get the data it want, leave this procedure
312 mov [rsp + 4], dx ; get new CS
317 mov rax, LONG_MODE_DS ; get new DS
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
H A Dasdl.py319 meth = self.cache.get(klass)
350 conflict = self.cons.get(key)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/
H A Dpygettext.py271 # get extension for python source files
378 if opts.docstrings and not opts.nodocstrings.get(self.__curfile):
571 options.locationstyle = locations.get(arg.lower())
/device/linaro/bootloader/edk2/ArmPlatformPkg/Sec/Arm/
H A DSecEntryPoint.asm98 // The stack starts at the top of the stack region. Add '1' to the Core Position to get the top of the stack
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
H A DMigrationUtilities.py368 SectionArch = Section.get(Arch, [])
403 SectionArch = "\n".join(SectionDict.get(Arch, []))
/device/linaro/bootloader/edk2/DuetPkg/BootSector/
H A Defi32.asm53 sidt fword ptr [Idtr] ; get fword address of IDT
144 movzx eax, word ptr [Idtr] ; get size of IDT
146 add eax, dword ptr [Idtr + 2] ; add to base of IDT to get location of memory map...
313 shl eax, 2 ;; multiply by 4 to get offset from StringTable to actual string address
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
H A DEfiZeroMem.asm62 ; Pick up misaligned start bytes (get pointer 4-byte aligned)
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
H A DDisablePaging64.asm79 hlt ; no one should get here
/device/generic/goldfish/camera/
H A DEmulatedQemuCameraDevice.cpp268 if (mCameraThread.get() == nullptr) {
297 ALOGE("%s: Unable to get current video frame: %s",
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
H A DHostConnection.cpp52 HostConnection *HostConnection::get() { function in class:HostConnection
112 ALOGD("HostConnection::get() New Host Connection established %p, tid %d\n", con, gettid());

Completed in 1170 milliseconds

1234567891011>>