HomeSort by relevance Sort by last modified time
    Searched full:standalone (Results 451 - 475 of 1679) sorted by null

<<11121314151617181920>>

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
XSLOutputAttributes.java 38 * standalone
97 * @return a value of "yes" if the <code>standalone</code> delaration is to
170 * Sets the value coming from the xsl:output standalone stylesheet attribute.
171 * @param standalone a value of "yes" indicates that the
172 * <code>standalone</code> delaration is to be included in the output
175 public void setStandalone(String standalone);
  /external/tcpdump/tests/
forces2vv.out 45 Standalone(0x0), StartofTransaction(0x0)
60 Standalone(0x0), EndofTransaction(0x2)
75 Standalone(0x0), EndofTransaction(0x2)
90 Standalone(0x0), StartofTransaction(0x0)
105 Standalone(0x0), EndofTransaction(0x2)
120 Standalone(0x0), StartofTransaction(0x0)
159 Standalone(0x0), EndofTransaction(0x2)
174 Standalone(0x0), StartofTransaction(0x0)
189 Standalone(0x0), EndofTransaction(0x2)
204 Standalone(0x0), EndofTransaction(0x2
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
command_line.py 50 """Main method to run this command as a standalone script."""
82 """Main method to run this command as a standalone script."""
  /external/clang/test/CodeGenCXX/
debug-info-enum-class.cpp 51 // FIXME: this should just be a declaration under -fno-standalone-debug
66 // FIXME: this should just be a declaration under -fno-standalone-debug
  /external/emma/core/java12/com/vladium/emma/rt/
RTSettings.java 29 public static synchronized void setStandaloneMode (final boolean standalone)
31 s_not_standalone = ! standalone;
  /external/harfbuzz_ng/
Android.mk 24 # "standalone" toolchain with the NDK, eg:
26 # ndk/build/tools/make-standalone-toolchain.sh \
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateFormatSymbols.java 94 public static final int STANDALONE = 1;
369 * Standalone month strings. For example: "January", "February", etc. An array
377 * Standalone short month strings. For example: "Jan", "Feb", etc. An array of
386 * Standalone narrow month strings. For example: "J", "F", etc. An array of
433 * Standalone wide weekday strings. For example: "Sunday", "Monday", etc.
442 * CLDR-style standalone abbreviated (not short) weekday strings,
452 * CLDR-style standalone short weekday strings, for example: "Sun", "Mon", etc.
462 * Standalone narrow weekday strings. For example: "S", "M", etc. An array
507 * Standalone abbreviated quarter names. For example: "Q1", "Q2", "Q3", "Q4". An array
514 * Standalone full quarter names. For example: "1st Quarter", "2nd Quarter", "3rd Quarter"
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateFormatSymbols.java 96 public static final int STANDALONE = 1;
380 * Standalone month strings. For example: "January", "February", etc. An array
388 * Standalone short month strings. For example: "Jan", "Feb", etc. An array of
397 * Standalone narrow month strings. For example: "J", "F", etc. An array of
444 * Standalone wide weekday strings. For example: "Sunday", "Monday", etc.
453 * CLDR-style standalone abbreviated (not short) weekday strings,
463 * CLDR-style standalone short weekday strings, for example: "Sun", "Mon", etc.
473 * Standalone narrow weekday strings. For example: "S", "M", etc. An array
518 * Standalone abbreviated quarter names. For example: "Q1", "Q2", "Q3", "Q4". An array
525 * Standalone full quarter names. For example: "1st Quarter", "2nd Quarter", "3rd Quarter"
    [all...]
  /external/iptables/iptables/
Android.mk 22 iptables-standalone.c iptables.c
59 ip6tables-standalone.c ip6tables.c
  /external/toybox/
Makefile 68 @echo ' COMMANDNAME - Build individual toybox command as a standalone binary.'
70 @echo ' change - Build each command standalone under change/.'
  /external/valgrind/coregrind/
pub_core_libcbase.h 3 /*--- Standalone libc stuff. pub_core_libcbase.h ---*/
36 // standalone (other than the VG_() macro and some types defined
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupCredentialsFragment.java 57 private static final String EXTRA_STANDALONE = "standalone";
98 * @param standalone true if this is not being inserted in the setup flow
103 final boolean standalone) {
110 b.putBoolean(EXTRA_STANDALONE, standalone);
118 final boolean standalone = getArguments().getBoolean(EXTRA_STANDALONE);
120 if (standalone) {
192 final boolean standalone = getArguments().getBoolean(EXTRA_STANDALONE);
193 final boolean skipOAuth = !standalone &&
  /toolchain/binutils/binutils-2.25/include/aout/
dynix3.h 27 a_gdtbl and a_bootstrap are only for standalone binaries.
61 #define SMAGIC 0x42eb /* standalone, not supported here */
  /external/antlr/antlr-3.4/
antlrjar.xml 5 all of the classes we need to run an executable jar in standalone
  /external/autotest/client/bin/
harness.py 88 which = 'standalone'
  /external/avahi/avahi-daemon/
example.service 1 <?xml version="1.0" standalone='no'?><!--*-nxml-*-->
org.freedesktop.Avahi.AddressResolver.xml 1 <?xml version="1.0" standalone='no'?><!--*-nxml-*-->
org.freedesktop.Avahi.DomainBrowser.xml 1 <?xml version="1.0" standalone='no'?><!--*-nxml-*-->
org.freedesktop.Avahi.HostNameResolver.xml 1 <?xml version="1.0" standalone='no'?><!--*-nxml-*-->
org.freedesktop.Avahi.ServiceBrowser.xml 1 <?xml version="1.0" standalone='no'?><!--*-nxml-*-->
org.freedesktop.Avahi.ServiceTypeBrowser.xml 1 <?xml version="1.0" standalone='no'?><!--*-nxml-*-->
  /external/avahi/avahi-discover-standalone/
Makefile.am 29 avahi-discover-standalone
  /external/avahi/docs/
README 32 - gtk2 + glade (optional, needed for avahi-discover-standalone)
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
sysfs_power_monitor.py 22 # Convert all platforms to use standalone power monitors.
23 def __init__(self, linux_based_platform_backend, standalone=False):
28 standalone: If it is not wrapping another monitor, set to True.
48 self._standalone = standalone
  /external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/
creds.py 27 credentials via either the Cloud SDK or standalone installations of gsutil.
48 <B>Configuring/Using Credentials via Standalone gsutil Distribution</B>
49 If you installed a standalone distribution of gsutil (downloaded from
62 Note that when using the standalone version of gsutil with the JSON API you

Completed in 1267 milliseconds

<<11121314151617181920>>