HomeSort by relevance Sort by last modified time
    Searched full:buildstring (Results 1 - 19 of 19) sorted by null

  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/
Builder.java 77 String name = buildString((ASTphrase)n, false);
132 name = buildString((ASTphrase)n, false);
173 results.add(buildString((ASTdomain)n, true));
185 String localPart = buildString((ASTlocal_part)it.nextNode(), true);
186 String domain = buildString((ASTdomain)it.nextNode(), true);
191 private String buildString(SimpleNode node, boolean stripSpaces) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/
UpdateBugStateTask.java 412 String buildstring = EMPTY; local
415 buildstring = Messages.getString("UpdateBugStateTask.latestBuild"); //$NON-NLS-1$
419 buildstring = buildAlias + SP + "(" + buildID + ")"; //$NON-NLS-1$ //$NON-NLS-2$
423 buildstring = (!buildAlias.equals(EMPTY) ? buildAlias : buildID);
428 args.put(COMMENT, Messages.getString("UpdateBugStateTask.fixedIn") + SP + buildstring + "."); //$NON-NLS-1$ //$NON-NLS-2$
525 "\"" + Messages.getString("UpdateBugStateTask.fixedIn") + SP + buildstring + ".\""); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
540 "\"" + Messages.getString("UpdateBugStateTask.fixedIn") + SP + buildstring + ".\""); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
  /development/ndk/platforms/android-9/arch-mips/include/asm/
io.h 95 #define BUILDSTRING(bwlq, type) __BUILD_MEMORY_STRING(bwlq, type) __BUILD_IOPORT_STRING(bwlq, type)
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
io.h 95 #define BUILDSTRING(bwlq, type) __BUILD_MEMORY_STRING(bwlq, type) __BUILD_IOPORT_STRING(bwlq, type)
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
io.h 95 #define BUILDSTRING(bwlq, type) __BUILD_MEMORY_STRING(bwlq, type) __BUILD_IOPORT_STRING(bwlq, type)
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
io.h 95 #define BUILDSTRING(bwlq, type) __BUILD_MEMORY_STRING(bwlq, type) __BUILD_IOPORT_STRING(bwlq, type)
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
io.h 95 #define BUILDSTRING(bwlq, type) __BUILD_MEMORY_STRING(bwlq, type) __BUILD_IOPORT_STRING(bwlq, type)
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
io.h 95 #define BUILDSTRING(bwlq, type) __BUILD_MEMORY_STRING(bwlq, type) __BUILD_IOPORT_STRING(bwlq, type)
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
io.h 95 #define BUILDSTRING(bwlq, type) __BUILD_MEMORY_STRING(bwlq, type) __BUILD_IOPORT_STRING(bwlq, type)
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
io.h 95 #define BUILDSTRING(bwlq, type) __BUILD_MEMORY_STRING(bwlq, type) __BUILD_IOPORT_STRING(bwlq, type)
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/
io.h 95 #define BUILDSTRING(bwlq, type) __BUILD_MEMORY_STRING(bwlq, type) __BUILD_IOPORT_STRING(bwlq, type)
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
io.h 95 #define BUILDSTRING(bwlq, type) __BUILD_MEMORY_STRING(bwlq, type) __BUILD_IOPORT_STRING(bwlq, type)
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/
io.h 95 #define BUILDSTRING(bwlq, type) __BUILD_MEMORY_STRING(bwlq, type) __BUILD_IOPORT_STRING(bwlq, type)
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
io.h 95 #define BUILDSTRING(bwlq, type) __BUILD_MEMORY_STRING(bwlq, type) __BUILD_IOPORT_STRING(bwlq, type)
  /external/chromium_org/v8/test/cctest/
test-strings.cc 649 template<typename BuildString>
650 void TestStringCharacterStream(BuildString build, int test_cases) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h     [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js 43 goog.string.makeSafe=function(a){return null==a?"":String(a)};goog.string.buildString=function(a){return Array.prototype.join.call(arguments,"")};goog.string.getRandomString=function(){var a=2147483648;return Math.floor(Math.random()*a).toString(36)+Math.abs(Math.floor(Math.random()*a)^goog.now()).toString(36)};
    [all...]
chromeVoxChromeOptionsScript.js     [all...]
chromeVoxChromePageScript.js     [all...]

Completed in 1013 milliseconds