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

<<31323334353637383940>>

  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 
  /external/ImageMagick/scripts/
xsnap 102 set extension [file extension $filename]
104 [expr {[string length $filename]-[string length $extension]}] end
  /external/clang/lib/Lex/
HeaderSearch.cpp 358 assert(llvm::sys::path::extension(DirName) == ".framework" &&
390 if (llvm::sys::path::extension(DirName) == ".framework") {
506 if (llvm::sys::path::extension(FrameworkPath) == ".framework") {
    [all...]
  /external/golang-protobuf/proto/
equal.go 63 - Two extension sets are equal iff they have corresponding
137 if !equalExtMap(v1.Type(), em1.Interface().(map[int32]Extension), em2.Interface().(map[int32]Extension)) {
251 func equalExtMap(base reflect.Type, em1, em2 map[int32]Extension) bool {
279 log.Printf("proto: don't know how to compare extension %d of %v", extNum, base)
291 log.Printf("proto: badly encoded extension %d of %v: %v", extNum, base, err)
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar 
  /cts/tests/framework/base/activitymanager/src/android/server/am/
ActivityManagerGetConfigTests.java 139 for (String extension : extensionList.split(" ")) {
140 glExtensions.add(extension);
  /cts/tests/tests/opengl/src/android/opengl/cts/
CompressedTextureLoader.java 439 for (String extension : extensionList.split(" ")) {
440 sExtensionMap.put(extension, true);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CubeMapActivity.java 45 * Demonstrate how to use the OES_texture_cube_map extension, available on some
201 * This is not the fastest way to check for an extension, but fine if
204 * @param extension
205 * @return true if the extension is present in the current context.
207 private boolean checkIfContextSupportsExtension(GL10 gl, String extension) {
211 // beginning and end of the extensions string and the extension string.
213 // extension, as well as avoid special-case checks when an extension name
214 // is the same as the first part of another extension name.
215 return extensions.indexOf(" " + extension + " ") >= 0
    [all...]
  /external/chromium-trace/catapult/common/py_utils/py_utils/
cloud_storage.py 475 path_name, extension = os.path.splitext(
477 if extension != '.sha1':
  /external/clang/utils/perf-training/
perf-helper.py 23 def findFilesWithExtension(path, extension):
27 if filename.endswith(extension):
33 print('Usage: %s clean <path> <extension>\n' % __file__ +
34 '\tRemoves all files with extension from <path>.')
  /external/deqp/modules/egl/
teglSyncTests.cpp 77 enum Extension
84 SyncTest (EglTestContext& eglTestCtx, EGLenum syncType, Extension extensions, bool useCurrentContext, const char* name, const char* description);
92 const Extension m_extensions;
105 SyncTest::SyncTest (EglTestContext& eglTestCtx, EGLenum syncType, Extension extensions, bool useCurrentContext, const char* name, const char* description)
123 void requiredEGLExtensions (const Library& egl, EGLDisplay display, SyncTest::Extension requiredExtensions)
125 SyncTest::Extension foundExtensions = SyncTest::EXTENSION_NONE;
127 string extension; local
131 while (std::getline(extensionStream, extension, ' '))
133 if (extension == "EGL_KHR_fence_sync")
134 foundExtensions = (SyncTest::Extension)(foundExtensions | SyncTest::EXTENSION_FENCE_SYNC)
159 string extension; local
    [all...]
  /external/deqp/modules/glshared/
glsShaderLibraryCase.cpp 79 const RequiredExtension& extension = src[extNdx]; local
82 for (size_t alternativeNdx = 0; alternativeNdx < extension.alternatives.size(); ++alternativeNdx)
84 if (ctxInfo.isExtensionSupported(extension.alternatives[alternativeNdx].c_str()))
93 specialized.push_back(RequiredExtension(extension.alternatives[supportedAltNdx], extension.effectiveStages));
97 // no extension(s). Make a nice output
100 for (size_t ndx = 0; ndx < extension.alternatives.size(); ++ndx)
104 extensionList << extension.alternatives[ndx];
107 if (extension.alternatives.size() == 1)
108 throw tcu::NotSupportedError("Test requires extension " + extensionList.str())
    [all...]
  /external/kotlinc/lib/
kotlin-ant.jar 
  /external/lz4/programs/
lz4cli.c 120 DISPLAY( " -d : decompression (default for %s extension)\n", LZ4_EXTENSION);
186 DISPLAY( " > if input filename has no '%s' extension : error \n", LZ4_EXTENSION);
282 const char extension[] = LZ4_EXTENSION; local
558 if (mode == om_auto) { /* auto-determine compression or decompression, based on file extension */
575 if (mode == om_decompress) {/* decompression to file (automatic name will work only if input filename has correct format extension) */
583 while ((outl >= inl-4) && (input_filename[outl] == extension[outl-inl+4])) dynNameSpace[outl--]=0;
  /external/nanopb-c/generator/google/protobuf/
descriptor.py 218 is_extendable: Does this type define any extension ranges?
263 for extension in self.extensions:
264 extension.extension_scope = self
340 Somewhat confusingly, for extension fields, this is the
349 is_extension: True iff this describes an extension field.
351 Gives the message that immediately contains this extension field.
352 Will be None iff we're a top-level (file-level) extension field.
  /external/python/cpython2/Mac/Modules/launch/
_Launchmodule.c 58 "extension", OptCFStringRefObj_New, it->extension,
66 "extension", OptCFStringRefObj_New, it->extension);
  /external/python/cpython2/PCbuild/
get_externals.bat 82 echo.Pull all sources necessary for compiling optional extension modules
  /external/python/cpython3/PCbuild/
get_externals.bat 79 echo.Pull all sources necessary for compiling optional extension modules
  /external/skia/src/gpu/glsl/
GrGLSLProgramBuilder.cpp 284 if (const char* extension = this->shaderCaps()->texelBufferExtensionString()) {
287 extension);
  /external/skqp/src/gpu/glsl/
GrGLSLProgramBuilder.cpp 284 if (const char* extension = this->shaderCaps()->texelBufferExtensionString()) {
287 extension);
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
gpu_backend_lib.cc 148 tensorflow::StringPiece extension) {
150 tensorflow::io::Basename(llvm_ir::AsString(input_filename)), extension);
266 // The extension is stripped by IrDumpingPassManager, so we need to
  /external/walt/docs/
DragLatency.md 39 The Python script used for ChromeOS employs a 2D extension of this method (implemented in [minimization.py](/pywalt/minimization.py)). This has the opposite requirement of some considerable spread of the collected _x_ coordinates.
  /external/webrtc/webrtc/modules/audio_coding/acm2/
initial_delay_manager_unittest.cc 43 rtp_info->header.extension.absoluteSendTime = 0;
44 rtp_info->header.extension.transmissionTimeOffset = 0;
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_abs_send_time.cc 243 if (!header.extension.hasAbsoluteSendTime) {
245 "is missing absolute send time extension!";
248 IncomingPacketInfo(arrival_time_ms, header.extension.absoluteSendTime,
  /frameworks/base/core/java/android/text/style/
TtsSpan.java 383 * Argument used to specify the extension part of a telephone number. Can be
387 public static final String ARG_EXTENSION = "android.arg.extension";
    [all...]

Completed in 993 milliseconds

<<31323334353637383940>>