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

1 2 3 4 5 6 7 891011

  /external/v8/test/mjsunit/
debug-scopes.js 712 // extension slot is initialized with JSContextExtensionObject.
736 // extension slot is initialized with JSContextExtensionObject.
  /prebuilt/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
  /build/core/tasks/
cts.mk 69 # $1 : The output file where the description should be written (without the '.xml' extension)
  /external/webkit/WebKit/mac/WebView/
WebView.mm     [all...]
  /external/webkit/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp 1602 virtual bool extension(Extension, const ExtensionOption* option, ExtensionReturn* output) function in class:ErrorPage
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
EmailContent.java 1765 String extension = ""; local
    [all...]
  /packages/apps/Email/src/com/android/exchange/
EasSyncService.java 871 String extension = ""; local
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.cc     [all...]
  /external/quake/quake/src/QW/client/
common.c 985 void COM_DefaultExtension (char *path, char *extension)
989 // if path doesn't have a .EXT, append extension
990 // (extension should include the .)
997 return; // it has an extension
1001 strcat (path, extension);
    [all...]
  /external/webkit/WebKit/android/nav/
SelectText.cpp     [all...]
  /external/webkit/WebKitTools/Scripts/
run-webkit-tests 682 $expectedExtension = $readResults->{extension};
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageView.java 694 // Get the extension of the file, if any.
699 String extension = filename.substring(index); local
700 format = name + "-%d" + extension;
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h 104 /* API mentioning "UTF8" or "utf8" is an XFree86 extension, introduced in
184 struct _XExtData *extension
186 XPointer private_data; /* data private to this extension. */
190 * This file contains structures used by the extension mechanism.
192 typedef struct { /* public to extension, cannot be changed */
193 int extension; /* extension number */ member in struct:__anon13461
195 int first_event; /* first event number for the extension */
196 int first_error; /* first error number for the extension */
249 XExtData *ext_data; /* hook for extension to hang data *
    [all...]
  /external/v8/src/
heap.h 478 JSObject* extension,
    [all...]
api.cc 331 RegisteredExtension::RegisteredExtension(Extension* extension)
332 : extension_(extension), state_(UNVISITED) { }
341 void RegisterExtension(Extension* that) {
342 RegisteredExtension* extension = new RegisteredExtension(that); local
343 RegisteredExtension::Register(extension);
347 Extension::Extension(const char* name,
    [all...]
  /external/webkit/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp 923 if (!page->extension(QWebPage::ErrorPageExtension, &option, &output))
    [all...]
  /external/webkit/WebKit/win/
WebView.h 579 /* [in] */ BSTR extension,
    [all...]
WebView.cpp     [all...]
  /external/chromium/third_party/icu/source/common/
utext.cpp 555 UAlignedMemory extension; member in struct:ExtendedUText
581 ut->pExtra = &((ExtendedUText *)ut)->extension;
    [all...]
  /external/icu4c/common/
utext.cpp 911 UAlignedMemory extension; member in struct:ExtendedUText
937 ut->pExtra = &((ExtendedUText *)ut)->extension;
    [all...]
  /external/libvpx/examples/includes/geshi/
geshi.php     [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/style/processors/
cpp.py 338 """Return whether the file extension corresponds to C or Objective-C.
341 file_extension: The file extension without the leading dot.
403 """Splits the file into the directory, basename, and extension.
409 A tuple of (directory, basename, extension).
420 def extension(self): member in class:FileInfo
421 """File extension - text following the final period."""
425 """File has no source file extension."""
429 """File has a source file extension."""
430 return self.extension()[1:] in ('c', 'cc', 'cpp', 'cxx')
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc 97 // Functor for sorting extension ranges by their "start" field number.
121 // If the type has extensions, an extension with message type could contain
123 // extension exists.
175 new ExtensionGenerator(descriptor->extension(i), dllexport_decl));
437 // Declare extension identifiers.
704 // Define extension identifiers.
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
TestUtil.java 2812 ExtensionRegistry.ExtensionInfo extension = local
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 516 the input file name used with an extension of \texttt{.rep} appended onto

Completed in 915 milliseconds

1 2 3 4 5 6 7 891011