HomeSort by relevance Sort by last modified time
    Searched refs:suffix (Results 276 - 300 of 561) sorted by null

<<11121314151617181920>>

  /sdk/emulator/qtools/
trace_reader_base.h 212 bool Open(const char *filename, const char *suffix);
  /external/opencv/cxcore/src/
cxcmp.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/
RenderListMarker.cpp 502 // grouped by list-style-type suffix.
1286 const UChar suffix = listMarkerSuffix(type, m_listItem->value()); local
1553 String RenderListMarker::suffix() const function in class:WebCore::RenderListMarker
1556 const UChar suffix = listMarkerSuffix(type, m_listItem->value()); local
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm_unittest.py 146 test_object.svn_repo_path = tempfile.mkdtemp(suffix="svn_test_repo")
153 test_object.svn_checkout_path = tempfile.mkdtemp(suffix="svn_test_checkout")
672 fake_home_dir = tempfile.mkdtemp(suffix="fake_home_dir")
684 fake_home_dir = tempfile.mkdtemp(suffix="fake_home_dir")
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc     [all...]
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 1159 StringRef suffix=MCWin64EHUnwindEmitter::GetSectionSuffix(CurFrame->Function); local
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-tree-wizard.rb 348 suffix = names.map { |n| labels[n].to_s }.join('&')
349 '%s@%s[%d]%s' % [node.to_s, (parent || 'nil').to_s, index, suffix]
  /external/elfutils/libcpu/
i386_disasm.c 788 switch (instrtab[cnt].suffix)
865 printf("unknown suffix %d\n", instrtab[cnt].suffix);
  /external/icu4c/test/intltest/
ssearch.cpp 2212 UnicodeString suffix, altSuffix; local
2350 UnicodeString suffix, altSuffix; local
    [all...]
  /external/llvm/
README.android 46 ==> * 4f6bab9 - Drop the "2" suffix on some enums. (13 days ago) <Chris Lattner>
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
ResourceLoader.java 446 private Drawable getInnerRClassDrawable( int drawableResourceId, String suffix, Class returnClass ) {
459 animClass = Class.forName( rClass.getCanonicalName() + suffix );
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp 199 bool FwdLockEngine::IsFileSuffixSupported(const String8& suffix) {
200 String8 tmp(suffix);
  /frameworks/base/core/java/android/nfc/
NdefRecord.java 725 String suffix = new String(Arrays.copyOfRange(mPayload, 1, mPayload.length), local
727 return Uri.parse(prefix + suffix);
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core.c 715 static OMX_STRING suffix = ".so"; local
744 /* if the file is an OMX component, trim the prefix and suffix */
748 /* copy only the name without the suffix */
751 strlen(suffix));
  /external/icu4c/
icudefs.mk 53 # the entry point is almost like the basename, but has the lib suffix.
103 # Library suffix (to support different C++ compilers)
  /external/llvm/test/MC/ARM/
thumb-diagnostics.s 8 @ ADD instruction w/o 'S' suffix.
  /external/regex-re2/re2/
regexp.h 430 bool RequiredPrefix(string* prefix, bool *foldcase, Regexp** suffix);
re2.cc 206 re2::Regexp* suffix; local
207 if (entire_regexp_->RequiredPrefix(&prefix_, &prefix_foldcase_, &suffix))
208 suffix_regexp_ = suffix;
492 // Round up pmax to allow any possible suffix.
    [all...]
  /external/skia/gm/
gmmain.cpp     [all...]
  /external/skia/legacy/include/views/
SkWidget.h 340 static SkListSource* CreateFromDir(const char path[], const char suffix[],
  /external/v8/
Makefile 150 BUILDTYPE=$(shell echo $(subst .,,$(suffix $@)) | \
  /external/webkit/Source/WebCore/accessibility/gtk/
WebKitAccessibleHyperlink.cpp 222 return baseLength + marker->text().length() + marker->suffix().length();
  /frameworks/native/opengl/tools/glgen/src/
JniCodeEmitter.java 826 String suffix = ""; local
829 suffix = "_ref";
831 suffix = "_buf";
846 out.print(getJniType(argType) + " " + jfunc.getArgName(i) + suffix);
    [all...]
  /external/icu4c/tools/toolutil/
pkg_genc.c 573 const char *basename=findBasename(inFilename), *suffix=uprv_strrchr(basename, '.'); local
590 if(suffix==NULL) {
591 /* the filename does not have a suffix */
602 while(inFilename<suffix) {
617 /* copy suffix */
    [all...]
  /external/qemu/android/avd/
info.c 889 const char* suffix = ""; local
897 suffix = "-armv7";
902 i->androidBuildRoot, i->targetArch, suffix);
    [all...]

Completed in 1013 milliseconds

<<11121314151617181920>>