HomeSort by relevance Sort by last modified time
    Searched refs:ext (Results 376 - 400 of 456) sorted by null

<<111213141516171819

  /external/v8/src/mips/
macro-assembler-mips.h 280 void TailCallRuntime(const ExternalReference& ext,
  /external/webkit/WebKitTools/Scripts/webkitpy/style/processors/
cpp_unittest.py 145 ext = file_name[file_name.rfind('.') + 1:]
148 cpp_style.process_line(file_name, ext, clean_lines, 0,
180 ext = file_name[file_name.rfind('.') + 1:]
182 cpp_style.check_language(file_name, lines, i, ext, include_state,
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/
IncrementalSAXSource_Filter.java 41 import org.xml.sax.ext.LexicalHandler;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
ios_base.h 41 #include <ext/atomicity.h>
locale_facets.h 48 #include <ext/type_traits.h>
49 #include <ext/numeric_traits.h>
    [all...]
stl_algobase.h 64 #include <ext/type_traits.h>
65 #include <ext/numeric_traits.h>
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
mt_allocator.h 26 /** @file ext/mt_allocator.h
36 #include <ext/atomicity.h>
vstring.h 25 /** @file ext/vstring.h
35 #include <ext/vstring_util.h>
36 #include <ext/rc_string_base.h>
37 #include <ext/sso_string_base.h>
    [all...]
ropeimpl.h 48 #include <ext/algorithm> // For copy_n and lexicographical_compare_3way
49 #include <ext/memory> // For uninitialized_copy_n
50 #include <ext/numeric> // For power
    [all...]
  /external/chromium/base/
base_i18n.scons 304 base, ext = os.path.splitext(os.path.normpath(infile))
base_unittests.scons 446 base, ext = os.path.splitext(os.path.normpath(infile))
file_util_unittest.cc 282 const extension_case& ext = extension_cases[i]; local
283 const std::wstring fext = file_util::GetFileExtensionFromPath(ext.path);
284 EXPECT_EQ(ext.extension, fext);
    [all...]
  /external/chromium/net/
crash_cache.scons 402 base, ext = os.path.splitext(os.path.normpath(infile))
fetch_client.scons 406 base, ext = os.path.splitext(os.path.normpath(infile))
fetch_server.scons 414 base, ext = os.path.splitext(os.path.normpath(infile))
net_perftests.scons 416 base, ext = os.path.splitext(os.path.normpath(infile))
stress_cache.scons 402 base, ext = os.path.splitext(os.path.normpath(infile))
tld_cleanup.scons 356 base, ext = os.path.splitext(os.path.normpath(infile))
  /external/chromium/sdch/
sdch.scons 296 base, ext = os.path.splitext(os.path.normpath(infile))
  /external/oprofile/libop/
op_events.c 422 /* event:0x00 ext:xxxxxx um:zero minimum:4096 name:ISSUES : Total issues */
457 event->ext = NULL;
485 } else if (strcmp(name, "ext") == 0) {
487 parse_error("duplicate ext: tag");
489 event->ext = value;
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 219 ext = os.path.splitext(fileName)[1]
220 return ext.upper()
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
PostCompilerHelper.java 704 String ext = file.getFileExtension(); local
705 return ApkBuilder.checkFileForPackaging(name, ext);
    [all...]
  /external/qemu/
trace.c 132 static char *create_trace_path(const char *filename, const char *ext)
162 // Create space for the pathname: "/dir/basename/qtrace.ext"
163 // The "ext" string already contains the dot, so just add a byte
165 path_len = dir_len + base_len + qtrace_len + strlen(ext) + 1;
172 strcat(fname, ext);
    [all...]
  /frameworks/base/tools/aapt/
AaptAssets.cpp 58 const char *ext = NULL; local
87 } else if ((ext = strrchr(path, '.')) != NULL && strcmp(ext, ".scc") == 0) {
    [all...]

Completed in 2111 milliseconds

<<111213141516171819