HomeSort by relevance Sort by last modified time
    Searched refs:extension (Results 501 - 525 of 2522) sorted by null

<<21222324252627282930>>

  /external/google-breakpad/src/client/windows/unittests/
exception_handler_death_test.cc 295 const wchar_t extension[] = L".dmp"; local
296 const int extension_length = sizeof(extension) / sizeof(extension[0]) - 1;
299 wcsncmp(extension,
  /external/honggfuzz/tools/
createStackBlacklist.sh 32 -e|--ext : file extension of fuzzer files (e.g. fuzz)
105 echo "[-] Missing file extension"
  /external/mesa3d/docs/specs/
MESA_swap_control.spec 34 This extension allows an application to specify a minimum periodicity
111 None. This extension only extends to direct rendering contexts.
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_winsys_dri.c 321 const xcb_query_extension_reply_t *extension; local
349 extension = xcb_get_extension_data(scrn->conn, &xcb_dri2_id);
350 if (!(extension && extension->present))
  /external/puffin/src/
main.cc 70 // extension of the file).
89 // file type based on the final extension of |file_name|. It returns false if
100 // Could not find a dot so we assume there is no extension.
103 auto extension = file_name.substr(last_dot + 1); local
104 file_type = StringToFileType(extension);
114 LOG(WARNING) << "Based on the file name, the file type is " << extension
148 << extension << ")."; local
  /external/python/cpython2/Lib/distutils/
core.py 22 from distutils.extension import Extension
53 # Legal keyword arguments for the Extension constructor
  /external/python/cpython3/Lib/distutils/
core.py 19 from distutils.extension import Extension
50 # Legal keyword arguments for the Extension constructor
  /external/subsampling-scale-image-view/sample/src/main/java/com/davemorrissey/labs/subscaleview/test/animation/
AnimationActivity.java 13 import com.davemorrissey.labs.subscaleview.test.extension.views.PinView;
  /external/webrtc/webrtc/audio/
audio_receive_stream_unittest.cc 191 header[0] |= 0x10; // Set extension bit.
227 return arg.extension.hasAbsoluteSendTime ==
229 arg.extension.absoluteSendTime ==
231 arg.extension.hasTransportSequenceNumber ==
233 arg.extension.transportSequenceNumber ==
  /packages/apps/Camera2/src/com/android/camera/
Storage.java 423 String extension = null; local
425 extension = JPEG_POSTFIX;
427 extension = GIF_POSTFIX;
431 return (new File(directory, title + extension)).getAbsolutePath();
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FilenameUtils.java 50 * <li>the extension - txt</li>
96 * The extension separator character.
102 * The extension separator String.
568 * Returns the index of the last extension separator character, which is a dot.
823 * Gets the base name, minus the full path and extension, from a full filename.
844 * Gets the extension of a filename.
857 * @param filename the filename to retrieve the extension of.
858 * @return the extension of the file or an empty string if none exists.
874 * Removes the extension from a filename.
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.0/
doxia-module-xhtml-1.0.jar 
  /toolchain/binutils/binutils-2.27/gas/config/
tc-vax.c 526 short int extension = 0; /* Size of relaxed address. */
545 extension = 2;
553 extension = 3;
561 extension = 5;
567 extension = 1;
576 extension = 4;
586 extension = 7;
592 extension = 1;
599 extension = 2;
607 extension = 5
521 short int extension = 0; \/* Size of relaxed address. *\/ local
    [all...]
  /external/libchrome/base/files/
file_path.cc 106 // Find the position of the '.' that separates the extension from the rest
108 // Returns npos if it can't find an extension.
117 // Same as above, but allow a second extension component of up to 4
118 // characters when the rightmost extension component is a common double
119 // extension (gz, bz2, Z). For example, foo.tar.gz or foo.tar.Z would have
120 // extension components of '.tar.gz' and '.tar.Z' respectively.
124 // No extension, or the extension is the whole filename.
141 StringType extension(path, penultimate_dot + 1);
142 if (LowerCaseEqualsASCII(extension, kCommonDoubleExtensions[i])
    [all...]
  /external/webrtc/webrtc/video/
video_send_stream_tests.cc 141 EXPECT_FALSE(header.extension.hasTransmissionTimeOffset);
142 EXPECT_TRUE(header.extension.hasAbsoluteSendTime);
143 EXPECT_EQ(header.extension.transmissionTimeOffset, 0);
144 EXPECT_GT(header.extension.absoluteSendTime, 0u);
183 EXPECT_TRUE(header.extension.hasTransmissionTimeOffset);
184 EXPECT_FALSE(header.extension.hasAbsoluteSendTime);
185 EXPECT_GT(header.extension.transmissionTimeOffset, 0);
186 EXPECT_EQ(header.extension.absoluteSendTime, 0u);
227 EXPECT_TRUE(header.extension.hasTransportSequenceNumber);
228 EXPECT_FALSE(header.extension.hasTransmissionTimeOffset)
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.registry_3.5.300.v20130327-1442.jar 
  /cts/tests/tests/graphics/jni/
VulkanPreTransformTestHelpers.cpp 96 [extension_name](const VkExtensionProperties& extension) {
97 return strcmp(extension.extensionName, extension_name) == 0;
137 for (const auto extension : requiredInstanceExtensions) {
138 ASSERT(hasExtension(extension, supportedInstanceExtensions));
139 enabledInstanceExtensions.push_back(extension);
187 for (const auto extension : requiredDeviceExtensions) {
188 ASSERT(hasExtension(extension, supportedDeviceExtensions));
189 enabledDeviceExtensions.push_back(extension);
    [all...]
  /developers/build/prebuilts/gradle/ContentProviderPaging/app/src/main/java/com/example/android/contentproviderpaging/
ImageProvider.java 209 * @param extension the file extension (ex. .png, .mp3)
211 private void writeFileToInternalStorage(Context context, int resId, String extension) {
216 String filename = context.getResources().getResourceEntryName(resId) + extension;
  /developers/samples/android/content/documentsUi/ContentProviderPaging/app/src/main/java/com/example/android/contentproviderpaging/
ImageProvider.java 209 * @param extension the file extension (ex. .png, .mp3)
211 private void writeFileToInternalStorage(Context context, int resId, String extension) {
216 String filename = context.getResources().getResourceEntryName(resId) + extension;
  /external/aac/libAACenc/src/
bitenc.cpp 615 description: write extension payload to bitstream
699 8; /* acount for the extension type and the fill nibble */
801 description: write extension payload to bitstream
844 /* ER or scalable syntax -> write extension en bloc */
    [all...]
  /external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
resource_loader.py 76 self, requested_name, extension, return_resource=False):
81 extension: The extension for this requested resource.
87 filename = pathy_name + extension
  /external/clang/lib/Frontend/Rewrite/
FrontendActions.cpp 72 NewSuffix + llvm::sys::path::extension(Path));
82 llvm::sys::path::extension(Filename).drop_front(), fd,
  /external/clang/tools/scan-build-py/libscanbuild/
runner.py 111 def extension(opts): function in function:report_failure
112 """ Generate preprocessor file extension. """
126 (handle, name) = tempfile.mkstemp(suffix=extension(opts),
222 extension. The decision also influenced by the compiler invocation. """
232 # ... or find out from source file extension
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
TestLocaleValidity.java 122 {"Incomplete extension 'u' [at index 3]", "en-u"},
123 {"Incomplete extension 't' [at index 3]", "en-t"},
129 // bad extension
194 char extension = key.charAt(key.length()-1) < 'A' ? 't' : 'u';
204 System.out.println("{\"OK\", \"en-" + extension + "-" + key + "-" + bestType + "\"},");
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
TestLocaleValidity.java 119 {"Incomplete extension 'u' [at index 3]", "en-u"},
120 {"Incomplete extension 't' [at index 3]", "en-t"},
126 // bad extension
191 char extension = key.charAt(key.length()-1) < 'A' ? 't' : 'u';
201 System.out.println("{\"OK\", \"en-" + extension + "-" + key + "-" + bestType + "\"},");

Completed in 1932 milliseconds

<<21222324252627282930>>