HomeSort by relevance Sort by last modified time
    Searched refs:extension (Results 176 - 200 of 251) sorted by null

1 2 3 4 5 6 78 91011

  /external/chromium/base/
file_util.h 70 // Deprecated compatibility function. Use FilePath::Extension.
104 const FilePath::StringType& extension);
225 // created; for best results pass the filename with the .lnk extension.
240 // For best results pass the filename with the .lnk extension.
file_util_unittest.cc 256 const wchar_t* extension; member in struct:__anon2156::extension_case
259 {L"C:\\colon\\backslash\\filename.extension", L"extension"},
264 {L"C:\\colon\\backslash\filename.extension.extension2", L"extension2"},
266 {L"/foo/bar/filename.extension", L"extension"},
271 {L"/foo/bar/filename.extension.extension2", L"extension2"},
275 {L"./foo.extension", L"extension"},
284 EXPECT_EQ(ext.extension, fext)
1193 FilePath::StringType extension; member in struct:__anon2156::ReplaceExtensionCase
    [all...]
file_path_unittest.cc 697 TEST_F(FilePathTest, Extension) {
701 EXPECT_EQ(jpg.Extension(), FILE_PATH_LITERAL(".jpg"));
710 EXPECT_EQ(path_no_ext.Extension(), FILE_PATH_LITERAL(""));
744 FilePath::StringType extension = path.Extension(); local
745 EXPECT_STREQ(cases[i].expected, extension.c_str()) << "i: " << i <<
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java 174 * Find an extension in the file by name. Does not find extensions nested
177 * @param name The unqualified extension name to look for.
178 * @return The extension's descriptor, or {@code null} if not found.
374 for (final FieldDescriptor extension : extensions) {
375 extension.crossLink();
477 /** Determines if the given field number is an extension. */
601 for (final FieldDescriptor extension : extensions) {
602 extension.crossLink();
727 /** Is this field an extension? */
732 * extended, not the location where the extension was defined. Se
    [all...]
  /external/webkit/WebCore/bindings/v8/
V8Proxy.h 120 // Information about an extension that is registered for use with V8. If
121 // scheme is non-empty, it contains the URL scheme the extension should be
122 // used with. If group is non-zero, the extension will only be loaded into
123 // script contexts that belong to that group. Otherwise, the extension is
128 v8::Extension* extension; member in struct:WebCore::V8ExtensionInfo
330 // Registers a v8 extension to be available on webpages. The two forms
331 // offer various restrictions on what types of contexts the extension is
333 // scheme will match. If extensionGroup is provided, the extension will
336 // call. Takes ownership of the v8::Extension object passed
    [all...]
V8DOMWindowShell.cpp 363 extensionNames[index++] = extensions[i].extension->name();
  /external/webkit/WebKitLibraries/
WebKitSystemInterface.h 30 NSString *WKGetMIMETypeForExtension(NSString *extension);
  /external/chromium/net/tools/testserver/
testserver.py 164 at the file extension."""
166 (shortname, extension) = os.path.splitext(file_name)
167 if len(extension) == 0:
168 # no extension.
171 # extension starts with a dot, so we need to remove it
172 return self._mime_types.get(extension[1:], self._default_mime_type)
    [all...]
  /external/webkit/WebKit/chromium/src/
FrameLoaderClientImpl.cpp 1418 String extension = filename.substring(extensionPos + 1); local
    [all...]
  /external/v8/src/
parser.cc 94 v8::Extension* extension, ParserMode is_pre_parsing,
144 v8::Extension* extension_;
1025 v8::Extension* extension, ScriptDataImpl* pre_data)
1026 : Parser(script, allow_natives_syntax, extension, PARSE,
    [all...]
factory.h 132 Handle<JSObject> extension,
factory.cc 140 Handle<JSObject> extension,
143 *extension,
    [all...]
  /external/webkit/WebKit/qt/Api/
qwebpage.cpp 2939 bool QWebPage::extension(Extension extension, const ExtensionOption *option, ExtensionReturn *output) function in class:QWebPage
    [all...]
  /ndk/build/core/
definitions.mk 459 # Return the C++ extension of a given module
461 module-get-cpp-extension = $(strip \
470 $(filter %$(call module-get-cpp-extension,$1),$(__ndk_modules.$1.SRC_FILES))
582 # - without a library file extension
591 $$(call __ndk_info,$$(LOCAL_MAKEFILE):$$(LOCAL_MODULE): LOCAL_MODULE_FILENAME must not contain a file extension)
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
X509CRLObject.java 20 import org.bouncycastle.x509.extension.X509ExtensionUtil;
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_file.cc 83 new ExtensionGenerator(file->extension(i), dllexport_decl));
224 // Declare extension identifiers.
  /external/webkit/WebKit/qt/WebCoreSupport/
ChromeClientQt.cpp 448 m_webPage->extension(QWebPage::ChooseMultipleFilesExtension, &option, &output);
  /cts/tools/vm-tests/src/util/build/
BuildDalvikSuite.java 851 String extension) {
853 return new File(path, "Main_" + methodName + extension).getPath();
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 372 // repeated .google.protobuf.FieldDescriptorProto extension = 7;
376 inline const ::google::protobuf::FieldDescriptorProto& extension(int index) const;
380 extension() const;
603 // repeated .google.protobuf.FieldDescriptorProto extension = 6;
607 inline const ::google::protobuf::FieldDescriptorProto& extension(int index) const;
611 extension() const;
2708 inline const ::google::protobuf::FieldDescriptorProto& FileDescriptorProto::extension(int index) const { function in class:google::protobuf::FileDescriptorProto
2718 FileDescriptorProto::extension() const { function in class:google::protobuf::FileDescriptorProto
2857 inline const ::google::protobuf::FieldDescriptorProto& DescriptorProto::extension(int index) const { function in class:google::protobuf::DescriptorProto
2867 DescriptorProto::extension() const { function in class:google::protobuf::DescriptorProto
    [all...]
  /external/qemu/block/
vvfat.c 268 uint8_t extension[3]; member in struct:direntry_t
515 c = (i <= 8) ? entry->name[i] : entry->extension[i-8];
635 entry->extension[i] = filename[j+1+i];
    [all...]
  /external/quake/quake/src/WinQuake/
common.cpp 902 void COM_DefaultExtension (char *path, const char *extension)
906 // if path doesn't have a .EXT, append extension
907 // (extension should include the .)
914 return; // it has an extension
918 strcat (path, extension);
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java 1454 String extension; local
    [all...]
  /external/v8/include/
v8.h     [all...]
  /frameworks/base/media/libmediaplayerservice/
MediaPlayerService.cpp 187 const char *extension; member in struct:android::__anon9059
731 int len = strlen(FILE_EXTS[i].extension);
734 if (!strncasecmp(url + start, FILE_EXTS[i].extension, len)) {
    [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 172 extension headers are ignored. Instead, kernel uses the values
336 This structure is followed by optional extension headers associated

Completed in 784 milliseconds

1 2 3 4 5 6 78 91011