Searched
full:suffix (Results
501 -
525 of
3940) sorted by null
<<21222324252627282930>>
/external/icu/icu4c/source/samples/ |
rules.mk | 36 ## Some platforms don't have .cpp as a default suffix, so add the rule here
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/ |
PeriodFormatterData.java | 110 * Append the appropriate suffix to the string builder, depending on whether and 122 String suffix = sd.suffix; local 123 if (suffix != null) { 125 System.out.println("appendSuffix '" + suffix + "'"); 127 sb.append(suffix); 173 names[px], last, sb); // omit suffix, ok? 228 String suffix = null; local 230 suffix = dr.rqdSuffixes[suffixIndex]; 232 if (suffix == null && dr.optSuffixes != null && [all...] |
/external/iptables/extensions/ |
libxt_limit.man | 12 `/second', `/minute', `/hour', or `/day' suffix; the default is
|
/external/junit/src/junit/framework/ |
ComparisonFailure.java | 29 * place of common suffix between expected and actual.
|
/external/libvpx/libvpx/tools/ |
vpx-astyle.sh | 8 --suffix=none --quiet --max-instatement-indent=80 "$@"
|
/external/llvm/autoconf/m4/ |
build_exeext.m4 | 6 AC_MSG_CHECKING([for executable suffix on build platform])
|
/external/llvm/include/llvm/Transforms/Utils/ |
BuildLibCalls.h | 79 /// 'l' is added as the suffix of name, if 'Op' is a float, we add a 'f' 80 /// suffix. 87 /// double, 'l' is added as the suffix of name, if 'Op1/Op2' are float, we 88 /// add a 'f' suffix.
|
/external/mesa3d/src/gallium/tests/unit/ |
u_format_test.c | 59 const char *suffix) 69 printf("%s", suffix); 78 const char *suffix) 91 printf("%s", suffix); 100 const char *suffix) 113 printf("%s", suffix); 122 const char *suffix) 134 printf("%s", suffix); 143 const char *suffix) 156 printf("%s", suffix); [all...] |
/external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/ |
opencv.props | 8 <!--debug suffix for OpenCV dlls and libs -->
|
/external/opencv3/samples/winrt/ImageManipulations/ |
opencv.props | 8 <!--debug suffix for OpenCV dlls and libs -->
|
/external/opencv3/samples/winrt_universal/PhoneTutorial/ |
opencv.props | 8 <!--debug suffix for OpenCV dlls and libs -->
|
/external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/ |
opencv.props | 8 <!--debug suffix for OpenCV dlls and libs -->
|
/external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/ |
opencv.props | 8 <!--debug suffix for OpenCV dlls and libs -->
|
/external/opencv3/samples/wp8/OpenCVXaml/OpenCVComponent/ |
opencv.props | 8 <!--debug suffix for OpenCV dlls and libs -->
|
/external/skia/bench/ |
GeometryBench.cpp | 15 GeometryBench(const char suffix[]) : fVolatileInt(0) { 16 fName.printf("geo_%s", suffix); 44 GeoRectBench(const char suffix[]) : GeometryBench(suffix) {}
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/ |
HelpTopicView.java | 56 HelpActivity.SUFFIX);
|
/external/toybox/tests/ |
split.test | 20 testing "split suffix exhaustion" \
|
/external/webrtc/webrtc/base/ |
md5.h | 21 // Changes(pbos): Reverted types back to uint32(8)_t with _t suffix.
|
/external/webrtc/webrtc/system_wrappers/include/ |
stringize_macros.h | 23 // suffix, below.
|
/external/webrtc/webrtc/test/testsupport/ |
perf_test.cc | 27 const std::string& suffix, 42 << prefix << values << suffix << " " << units << std::endl; 51 const std::string& suffix, 55 prefix, suffix, units, important).c_str());
|
/frameworks/base/libs/androidfw/ |
ZipFileRO.cpp | 133 bool ZipFileRO::startIteration(void** cookie, const char* prefix, const char* suffix) 137 ZipString se(suffix ? suffix : ""); 140 suffix ? &se : NULL);
|
/frameworks/data-binding/extensions/library/ |
build.gradle | 82 def suffix = name.capitalize() 84 def javadocTask = project.tasks.create(name: "javadoc${suffix}", type: Javadoc) { 90 def javadocJarTask = project.tasks.create(name: "javadocJar${suffix}", type: Jar) { 96 def sourcesJarTask = project.tasks.create(name: "sourceJar${suffix}", type: Jar) {
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
vpx-astyle.sh | 8 --suffix=none --quiet --max-instatement-indent=80 "$@"
|
/hardware/libhardware/include/hardware/ |
boot_control.h | 34 * are sets of partitions whose names differ only by a given suffix. 36 * suffix, which can be appended to the base name for any particular partition 37 * to find the one associated with that slot. The bootloader must pass the suffix 113 * (*getSuffix)() returns the string suffix used by partitions that
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/detail/ |
concept_def.hpp | 17 // Maybe in the next release we can kill off the "Concept" suffix for good.
|
Completed in 2099 milliseconds
<<21222324252627282930>>