/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
math.h | 54 #define __MATHCALL(function,suffix, args) \ 55 __MATHDECL (_Mdouble_,function,suffix, args) 56 #define __MATHDECL(type, function,suffix, args) \ 57 __MATHDECL_1(type, function,suffix, args); \ 58 __MATHDECL_1(type, __CONCAT(__,function),suffix, args) 59 #define __MATHCALLX(function,suffix, args, attrib) \ 60 __MATHDECLX (_Mdouble_,function,suffix, args, attrib) 61 #define __MATHDECLX(type, function,suffix, args, attrib) \ 62 __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \ 63 __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib [all...] |
/cts/tests/tests/drm/src/android/drm/cts/ |
DrmSupportInfoTest.java | 43 // Note that null file suffix is valid (for files without suffixes) 112 fail("File suffix '" + fileSuffix + "' was accepted for DrmSupportInfo"); 123 String suffix = (String) suffixes.next(); local 124 assertEquals(suffix, fileSuffix);
|
/external/chromium_org/base/strings/ |
stringize_macros.h | 16 // suffix, below.
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
chroot_file_system_test.py | 47 for suffix in ('', '/'): 49 prefix + 'extensions/manifest' + suffix) 68 for suffix in ('', '/'): 70 prefix + 'extensions' + suffix)
|
/external/chromium_org/components/domain_reliability/ |
bake_in_configs.py | 53 def quote_and_wrap_text(text, width=79, prefix=' "', suffix='"'): 54 max_length = width - len(prefix) - len(suffix) 65 output += suffix + "\n" + prefix 69 output += suffix
|
/external/chromium_org/remoting/protocol/ |
message_serialization.h | 24 // This will provide sufficient prefix and suffix for the receiver side to
|
/external/chromium_org/third_party/icu/source/i18n/ |
esctrn.h | 24 * Escape forms have a prefix and suffix, either of which may be 56 UnicodeString suffix; member in class:EscapeTransliterator 80 * prefix, suffix, radix, and minDigits of this object are used 98 const UnicodeString& prefix, const UnicodeString& suffix,
|
/external/chromium_org/third_party/skia/bench/ |
tile_analyze.py | 160 def GetTileVisCodes(suffix, matrix): 164 suffix is only used to avoid name conflicts in the whole html output. 166 this_js = 'var data_%s=new google.visualization.DataTable();' % suffix 168 this_js += 'data_%s.addColumn("number","%s");' % (suffix, i) 169 this_js += 'data_%s.addRows(%s);' % (suffix, str(matrix)) 171 this_js += ('var heat_%s=new org.systemsbiology.visualization' % suffix + 172 '.BioHeatMap(document.getElementById("%s"));' % suffix + 173 'heat_%s.draw(data_%s,%s);' % (suffix, suffix, DRAW_OPTIONS)) 175 this_js += ('var table_%s=new google.visualization.Table(document.' % suffix [all...] |
/external/chromium_org/tools/traceline/traceline/scripts/ |
filter_short.py | 24 # Ugly regex to remove the L suffix on large python numbers.
|
/external/clang/test/CXX/over/over.oper/over.literal/ |
p8.cpp | 11 float operator ""E(const char *); // expected-error {{invalid suffix on literal}} expected-warning {{reserved}}
|
/external/eigen/bench/ |
basicbenchmark.cpp | 11 // ((suffix) (matrix size) (number of iterations))
|
/external/icu/icu4c/source/i18n/ |
collationsets.h | 46 suffix(NULL), 81 const UnicodeString *suffix; member in class:TailoredSet 100 suffix(NULL), 134 const UnicodeString *suffix; member in class:ContractionsAndExpansions
|
esctrn.h | 24 * Escape forms have a prefix and suffix, either of which may be 56 UnicodeString suffix; member in class:EscapeTransliterator 80 * prefix, suffix, radix, and minDigits of this object are used 98 const UnicodeString& prefix, const UnicodeString& suffix,
|
/external/llvm/test/MC/X86/ |
intel-syntax-hex.s | 4 // Checks to make sure we parse the hexadecimal suffix properly.
|
/external/qemu/android/utils/ |
bufprint.h | 66 ** to concat-ing the config path + path separator + 'suffix' 71 ** temporary directory. equivalent to concat-ing the temp path + path separator + 'suffix' 76 extern char* bufprint_config_file(char* buffer, char* buffend, const char* suffix); 78 extern char* bufprint_temp_file (char* buffer, char* buffend, const char* suffix);
|
/external/skia/bench/ |
tile_analyze.py | 160 def GetTileVisCodes(suffix, matrix): 164 suffix is only used to avoid name conflicts in the whole html output. 166 this_js = 'var data_%s=new google.visualization.DataTable();' % suffix 168 this_js += 'data_%s.addColumn("number","%s");' % (suffix, i) 169 this_js += 'data_%s.addRows(%s);' % (suffix, str(matrix)) 171 this_js += ('var heat_%s=new org.systemsbiology.visualization' % suffix + 172 '.BioHeatMap(document.getElementById("%s"));' % suffix + 173 'heat_%s.draw(data_%s,%s);' % (suffix, suffix, DRAW_OPTIONS)) 175 this_js += ('var table_%s=new google.visualization.Table(document.' % suffix [all...] |
/external/valgrind/main/tests/ |
check_makefile_consistency | 38 suffix = substr($0, pos) 39 gsub("^\\$\\( *addsuffix *", "", suffix) 40 gsub(",.*", "", suffix) 47 name_and_suff = name_and_suff " " name[n] suffix
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
locale-zh.m4 | 46 /* On Cygwin, avoid locale names without encoding suffix, because the 47 locale_charset() function relies on the encoding suffix. Note that 71 # Test for the locale name without encoding suffix. 75 # Test for the locale name with explicit encoding suffix.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/pkgconfig/ |
cloog-isl.pc | 11 suffix=
|
isl.pc | 11 suffix=
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/pkgconfig/ |
cloog-isl.pc | 11 suffix=
|
isl.pc | 11 suffix=
|
/external/opencv/cxcore/src/ |
cximage.cpp | 60 const char* suffix = strrchr( filename, '.' ); local 61 return suffix && 62 (strcmp( suffix, ".xml" ) == 0 || 63 strcmp( suffix, ".Xml" ) == 0 || 64 strcmp( suffix, ".XML" ) == 0 || 65 strcmp( suffix, ".yml" ) == 0 || 66 strcmp( suffix, ".Yml" ) == 0 || 67 strcmp( suffix, ".YML" ) == 0 || 68 strcmp( suffix, ".yaml" ) == 0 || 69 strcmp( suffix, ".Yaml" ) == 0 | [all...] |
/external/chromium_org/chrome/browser/extensions/api/tab_capture/ |
tab_capture_performancetest.cc | 87 std::string suffix; local 89 suffix += "_comp"; 91 suffix += "_gpu"; 93 suffix += "_novsync"; 95 suffix += "_webrtc"; 97 suffix += "_scale" + ScalingMethod(); 99 suffix += "_small"; 100 return suffix;
|
/external/chromium_org/components/autofill/core/browser/ |
phone_field.h | 21 // - area code, prefix, suffix 84 // FIELD_PHONE is always present; holds suffix if prefix is present.
|