HomeSort by relevance Sort by last modified time
    Searched full:suffix (Results 176 - 200 of 2729) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/qemu/distrib/kernel-toolchain/
android-kernel-toolchain-ar 37 # Get program name, must be of the form $PROGPREFIX-<suffix>, where
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
android-kernel-toolchain-as 37 # Get program name, must be of the form $PROGPREFIX-<suffix>, where
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
android-kernel-toolchain-gcc 37 # Get program name, must be of the form $PROGPREFIX-<suffix>, where
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
android-kernel-toolchain-ld 37 # Get program name, must be of the form $PROGPREFIX-<suffix>, where
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
android-kernel-toolchain-nm 37 # Get program name, must be of the form $PROGPREFIX-<suffix>, where
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
android-kernel-toolchain-objcopy 37 # Get program name, must be of the form $PROGPREFIX-<suffix>, where
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
android-kernel-toolchain-objdump 37 # Get program name, must be of the form $PROGPREFIX-<suffix>, where
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
android-kernel-toolchain-ranlib 37 # Get program name, must be of the form $PROGPREFIX-<suffix>, where
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
android-kernel-toolchain-size 37 # Get program name, must be of the form $PROGPREFIX-<suffix>, where
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
android-kernel-toolchain-strip 37 # Get program name, must be of the form $PROGPREFIX-<suffix>, where
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
toolbox.sh 37 # Get program name, must be of the form $PROGPREFIX-<suffix>, where
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
  /external/regex-re2/re2/testing/
required_prefix_test.cc 15 const char* suffix; member in struct:re2::PrefixTest
58 CHECK_EQ(s->ToString(), string(t.suffix))
  /external/skia/src/utils/ios/
SkOSFile_iOS.mm 43 NSString* suffix = [NSString stringWithUTF8String:csuffix.c_str()];
44 NSString* path = [bundle pathForResource:name ofType:suffix];
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
config.hpp 56 // get config suffix code:
57 #include <boost/config/suffix.hpp>
  /external/chromium/net/proxy/
proxy_bypass_rules.h 69 // as suffix tests rather than hostname tests (so "google.com" would actually
71 // evironment variable. It is less flexible, since with the suffix matching
107 // Match a particular domain suffix.
146 // suffix tests rather than hostname tests (so "google.com" would actually
148 // a suffix test. It is less flexible, since with the suffix matching format
  /external/chromium_org/net/proxy/
proxy_bypass_rules.h 69 // as suffix tests rather than hostname tests (so "google.com" would actually
71 // evironment variable. It is less flexible, since with the suffix matching
107 // Match a particular domain suffix.
146 // suffix tests rather than hostname tests (so "google.com" would actually
148 // a suffix test. It is less flexible, since with the suffix matching format
  /external/chromium_org/third_party/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 43 #define GET_PROC_SUFFIX(name, suffix) (interface->f ## name = ((GrGL ## name ## Proc) GetProcAddress("gl" #name #suffix)))
190 // no ARB suffix for GL_ARB_vertex_array_object
197 // ARB extension doesn't use the ARB suffix on the function name
207 // ARB extension doesn't use the ARB suffix on the function names
245 // ARB extension doesn't use the ARB suffix on the function name
  /external/llvm/utils/TableGen/
SequenceToOffsetTable.h 11 // sequences as one big array. Use the same memory when a sequence is a suffix
38 // Define a comparator for SeqT that sorts a suffix immediately before a
39 // sequence with that suffix.
58 // isSuffix - Returns true if A is a suffix of B.
72 // If SeqMap contains a sequence that has Seq as a suffix, I will be
79 // The entry before I may be a suffix of Seq that can now be erased.
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 43 #define GET_PROC_SUFFIX(name, suffix) (interface->f ## name = ((GrGL ## name ## Proc) GetProcAddress("gl" #name #suffix)))
190 // no ARB suffix for GL_ARB_vertex_array_object
197 // ARB extension doesn't use the ARB suffix on the function name
207 // ARB extension doesn't use the ARB suffix on the function names
245 // ARB extension doesn't use the ARB suffix on the function name
  /frameworks/support/v4/java/android/support/v4/util/
TimeUtils.java 38 static private int accumField(int amt, int suffix, boolean always, int zeropad) {
40 return 3+suffix;
43 return 2+suffix;
46 return 1+suffix;
51 static private int printField(char[] formatStr, int amt, char suffix, int pos,
69 formatStr[pos] = suffix;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/macholib/
dyld.py 67 suffix = dyld_image_suffix(env)
68 if suffix is None:
70 def _inject(iterator=iterator, suffix=suffix):
73 yield path[:-len('.dylib')] + suffix + '.dylib'
75 yield path + suffix
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_main.py 86 """2to3 a single directory with a new output dir and suffix."""
90 suffix = "TEST"
92 ["-n", "--add-suffix", suffix, "--write-unchanged-files",
102 self.assertEqual(set(name+suffix for name in self.setup_files),
107 os.path.join(self.py3_dest_dir, name+suffix)), stderr)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/macholib/
dyld.py 67 suffix = dyld_image_suffix(env)
68 if suffix is None:
70 def _inject(iterator=iterator, suffix=suffix):
73 yield path[:-len('.dylib')] + suffix + '.dylib'
75 yield path + suffix
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_main.py 86 """2to3 a single directory with a new output dir and suffix."""
90 suffix = "TEST"
92 ["-n", "--add-suffix", suffix, "--write-unchanged-files",
102 self.assertEqual(set(name+suffix for name in self.setup_files),
107 os.path.join(self.py3_dest_dir, name+suffix)), stderr)
  /external/eigen/unsupported/Eigen/
OpenGLSupport 66 #define EIGEN_GL_FUNC_SPECIALIZATION_MAT(FUNC,SCALAR,ROWS,COLS,SUFFIX) \
69 inline static void run(const XprType& p) { FUNC##SUFFIX(p.data()); } \
74 #define EIGEN_GL_FUNC_SPECIALIZATION_VEC(FUNC,SCALAR,SIZE,SUFFIX) \
77 inline static void run(const XprType& p) { FUNC##SUFFIX(p.data()); } \
80 inline static void run(const XprType& p) { FUNC##SUFFIX(p.data()); } \
218 #define EIGEN_GL_FUNC1_SPECIALIZATION_MAT(FUNC,ARG1,CONST,SCALAR,ROWS,COLS,SUFFIX) \
221 inline static void run(ARG1 a, EIGEN_GL_EVAL(EIGEN_GL_MAKE_CONST_##CONST) XprType& p) { FUNC##SUFFIX(a,p.data()); } \
226 #define EIGEN_GL_FUNC1_SPECIALIZATION_VEC(FUNC,ARG1,CONST,SCALAR,SIZE,SUFFIX) \
229 inline static void run(ARG1 a, EIGEN_GL_EVAL(EIGEN_GL_MAKE_CONST_##CONST) XprType& p) { FUNC##SUFFIX(a,p.data()); } \
232 inline static void run(ARG1 a, EIGEN_GL_EVAL(EIGEN_GL_MAKE_CONST_##CONST) XprType& p) { FUNC##SUFFIX(a,p.data()); }
    [all...]

Completed in 1734 milliseconds

1 2 3 4 5 6 78 91011>>