/hardware/qcom/display/msm8996/sdm/include/private/ |
hw_info_types.h | 319 int32_t extension = 0; // Number of pixels extension in left, right, top and bottom directions member in struct:sdm::HWPixelExtension
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
fileinput.py | 60 in place. If the keyword argument backup=".<some extension>" is also 61 given, it specifies the extension for the backup file, and the backup 62 file remains around; by default, the extension is ".bak" and it is
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
fileinput.py | 60 in place. If the keyword argument backup=".<some extension>" is also 61 given, it specifies the extension for the backup file, and the backup 62 file remains around; by default, the extension is ".bak" and it is
|
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/ |
SDL_video.h | 862 * \brief Return true if an OpenGL extension is supported for the current 866 *extension); [all...] |
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/ |
SDL_video.h | 862 * \brief Return true if an OpenGL extension is supported for the current 866 *extension); [all...] |
/prebuilts/misc/windows/sdl2/include/ |
SDL_video.h | 862 * \brief Return true if an OpenGL extension is supported for the current 866 *extension); [all...] |
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/ |
SDL_video.h | 862 * \brief Return true if an OpenGL extension is supported for the current 866 *extension); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_install.py | 17 from distutils.extension import Extension 204 Extension('xx', ['xxmodule.c'])])
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
fileinput.py | 60 in place. If the keyword argument backup=".<some extension>" is also 61 given, it specifies the extension for the backup file, and the backup 62 file remains around; by default, the extension is ".bak" and it is
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_install.py | 17 from distutils.extension import Extension 204 Extension('xx', ['xxmodule.c'])])
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
fileinput.py | 60 in place. If the keyword argument backup=".<some extension>" is also 61 given, it specifies the extension for the backup file, and the backup 62 file remains around; by default, the extension is ".bak" and it is
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ |
GlobalProjectMonitor.java | 76 * @param extension the extension of the file or null if the file does 77 * not have an extension 83 int kind, @Nullable String extension, int flags, boolean isAndroidProject);
|
/build/soong/android/ |
paths.go | 94 // Ext returns the extension of the last element of the path 126 // from the current path, but with the new extension. 136 // current path, but with the new extension. 349 // HasExt returns true of any of the paths have extension ext, otherwise false 360 // FilterByExt returns the subset of the paths that have extension ext 371 // FilterOutByExt returns the subset of the paths that do not have extension ext
|
/external/autotest/client/cros/graphics/ |
graphics_utils.py | 494 def take_screenshot(resultsdir, fname_prefix, extension='png'): 499 @param extension: String indicating file format ('png', 'jpg', etc). 507 os.path.join(resultsdir, '%s-*.%s' % (fname_prefix, extension)))) 509 resultsdir, '%s-%d.%s' % (fname_prefix, next_index, extension)) [all...] |
/external/icu/icu4c/source/i18n/ |
collationruleparser.cpp | 260 // prefix | str / extension 261 // where prefix and extension are optional. 262 UnicodeString prefix, str, extension; local 272 if(next == 0x2f) { // '/' separates the string from the extension. 273 i = parseTailoringString(i + 1, extension, errorCode); 284 sink->addRelation(strength, prefix, str, extension, errorReason, errorCode);
|
/external/libmojo/third_party/jinja2/ |
parser.py | 37 for extension in environment.iter_extensions(): 38 for tag in extension.tags: 39 self.extensions[tag] = extension.parse [all...] |
/external/python/cpython3/Lib/ |
shutil.py | 607 the appropriate compression extension (".gz", ".bz2", or ".xz"). 760 extension; 'format' is the archive format: one of "zip", "tar", "gztar", 823 # first make sure no other unpacker is registered for this extension 829 for extension in extensions: 830 if extension in existing_extensions: 832 raise RegistryError(msg % (extension, 833 existing_extensions[extension])) 938 for extension in info[0]: 939 if filename.endswith(extension): [all...] |
/external/tpm2/generator/ |
tpm_table.py | 425 extension = [] 430 extension.append(row) 431 filtered_table.extend(extension)
|
/external/v8/src/ |
factory.h | 92 Handle<Object> extension); 318 Handle<JSReceiver> extension); 322 Handle<JSReceiver> extension, [all...] |
/external/vulkan-validation-layers/tests/ |
vktestbinding.cpp | 358 bool Device::IsEnbledExtension(const char *extension) { 359 const auto is_x = [&extension](const char *enabled_extension) { return strcmp(extension, enabled_extension) == 0; };
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
bwe_test_framework.cc | 152 header_.extension.hasAbsoluteSendTime = true; 153 header_.extension.absoluteSendTime = ((static_cast<int64_t>(abs_send_time_ms * 725 prototype_header_.extension.transmissionTimeOffset = 0;
|
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ |
MtpDocumentsProvider.java | 445 final String extension = parts[1]; local 452 if (!extension.isEmpty()) { 453 suffixedName += "." + extension; [all...] |
/frameworks/native/vulkan/libvulkan/ |
driver.cpp | 266 ALOGE("failed to get HAL instance extension count"); 273 ALOGE("failed to allocate HAL instance extension array"); 447 // query extension count 489 ProcHook::Extension ext_bit = GetProcHookExtension(name); 522 "extension '%s'. FIX ME", 527 // at compile time if someone adds a new ProcHook extension but 569 "extension '%s'. FIX ME", 574 // at compile time if someone adds a new ProcHook extension but 740 proc = (GetData(instance).hook_extensions[hook->extension]) 745 proc = (hook->extension == ProcHook::EXTENSION_CORE [all...] |
/packages/apps/DocumentsUI/src/com/android/documentsui/services/ |
CopyJob.java | 408 // as such format. Also, append an extension for the target mime type (if known). 422 final String extension = MimeTypeMap.getSingleton(). local 425 (extension != null ? "." + extension : src.displayName); [all...] |
/prebuilts/go/darwin-x86/src/crypto/tls/ |
handshake_messages.go | 352 // ClientHello is optionally followed by extension data 369 extension := uint16(data[0])<<8 | uint16(data[1]) 376 switch extension { 725 // ServerHello is optionally followed by extension data 742 extension := uint16(data[0])<<8 | uint16(data[1]) 749 switch extension { [all...] |