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) {
  /packages/services/Telephony/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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBITest.java 618 StringBuffer buildString = new StringBuffer(4*maxOffsetCount);
620 buildString.append(" " + offsets[i]);
622 return buildString.toString();
    [all...]
  /external/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...]
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/
httpclient-4.3.2.jar 

Completed in 2957 milliseconds