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

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asoundef.h 55 #define IEC958_AES1_PRO_MODE_PRIMARY (12<<0) /* primary/secondary */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asoundef.h 55 #define IEC958_AES1_PRO_MODE_PRIMARY (12<<0) /* primary/secondary */
  /prebuilts/misc/linux-x86/ccache/
ccache 
  /system/core/libcutils/
hashmap.c 83 // We apply this secondary hashing discovered by Doug Lea to defend
  /development/samples/ApiDemos/src/com/example/android/apis/app/
RemoteService.java 126 * A secondary interface to the service.
341 * Class for interacting with the secondary interface of the service.
346 // Connecting to a secondary interface is the same as any
  /external/chromium_org/ash/wm/
frame_painter_unittest.cc 525 // Moves the second window to the secondary display. Both w1/w2 should be
551 // Moves the w4 to the secondary display. Now the w2 shouldn't be solo
560 // Moves the w3 to the secondary display too. Now w1 should be solo again.
  /external/chromium_org/chrome/browser/ui/panels/
stacked_panel_collection.cc 161 // Move all panels from secondary stack window to primary stack window.
229 // The secondary stack window should be used when one of the following occurs:
307 // Close the secondary stack window if no panel is is shown inside it.
  /external/chromium_org/third_party/icu/source/test/cintltst/
encoll.c 16 * specific primary, secondary and tertiary rules. For example, the ignorable
188 /* test secondary > 43 */
335 log_verbose("Testing English Collation with Secondary strength\n");
  /external/icu4c/test/cintltst/
encoll.c 16 * specific primary, secondary and tertiary rules. For example, the ignorable
188 /* test secondary > 43 */
335 log_verbose("Testing English Collation with Secondary strength\n");
cmsccoll.c 451 /*log_verbose("Testing secondary\n");*/
455 fprintf(file,"secondary failed source: %s target: %s \n", utfSource,utfTarget);
464 fprintf(file,"secondary swamps 3rd failed source: %s target: %s \n",utfSource,utfTarget);
480 fprintf(file,"secondary is swamped by 1 failed source: %s target: %s \n",utfSource,utfTarget);
1011 * primary vs. primary, secondary vs. secondary
    [all...]
  /external/valgrind/main/
configure.in 366 # VGCONF_ARCH_SEC is the arch for the secondary build target, eg. "x86".
368 # and -VGP_$(VGCONF_ARCH_SEC)_$(VGCONF_OS), if there is a secondary target.
369 # It is empty if there is no secondary target.
381 # VGCONF_PLATFORM_SEC_CAPS is the secondary build target, if there is one.
601 # Relies on the assumption that the primary and secondary targets are
616 # there is a secondary target.
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_group.c 518 * Config Methods, Primary Device Type, Number of Secondary Device
519 * Types, Secondary Device Type List, Device Name copied from
701 return 1; /* Match with client Secondary Device Type */
  /frameworks/base/core/java/android/view/
Choreographer.java 688 // Ignore vsync from secondary display.
693 // At this time Surface Flinger won't send us vsyncs for secondary displays
697 Log.d(TAG, "Received vsync from secondary display, but we don't support "
    [all...]
  /ndk/sources/host-tools/make-3.81/doc/
make.texi 147 * Secondary Expansion:: How and when secondary expansion is performed.
    [all...]
make.info-2 195 is a special feature of GNU `make', secondary expansion (*note
196 Secondary Expansion::), which will allow automatic variable values to
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/css/
default.css     [all...]
  /external/chromium/sdch/open-vcdiff/src/
vcdecoder.cc 20 // The RFC describes the possibility of using a secondary compressor
24 // No secondary compressor types have been publicly registered with
660 // [Secondary compressor ID] - byte
720 // Secondary compressor not supported.
722 LOG(ERROR) << "Secondary compression is not supported" << LOG_ENDL;
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/
vcdecoder.cc 20 // The RFC describes the possibility of using a secondary compressor
24 // No secondary compressor types have been publicly registered with
661 // [Secondary compressor ID] - byte
721 // Secondary compressor not supported.
723 VCD_ERROR << "Secondary compression is not supported" << VCD_ENDL;
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_bld.cpp 81 * primary vs. primary, secondary vs. secondary
    [all...]
  /external/icu4c/i18n/
ucol_bld.cpp 82 * primary vs. primary, secondary vs. secondary
    [all...]
  /external/open-vcdiff/src/
vcdecoder.cc 20 // The RFC describes the possibility of using a secondary compressor
24 // No secondary compressor types have been publicly registered with
661 // [Secondary compressor ID] - byte
721 // Secondary compressor not supported.
723 VCD_ERROR << "Secondary compression is not supported" << VCD_ENDL;
    [all...]
  /libcore/luni/src/main/java/java/text/
DecimalFormat.java 224 * <em>secondary grouping size</em>. In most locales these are the same, but
226 * is 3, and the secondary is 2, then this corresponds to the pattern
230 * interval between the last two defines the secondary grouping size. All others
729 * the secondary grouping size.
    [all...]
  /ndk/sources/host-tools/make-3.81/tests/
ChangeLog 246 * scripts/targets/SECONDARY: Add a test for Savannah bug #12331.
436 * scripts/targets/SECONDARY: Test the "global" .SECONDARY (with
511 * scripts/targets/SECONDARY: Ditto.
686 * scripts/targets/SECONDARY: Ditto.
  /system/netd/
CommandListener.cpp 269 // interface route add/remove iface default/secondary dest prefix gateway
424 } else if (!strcmp(argv[4], "secondary")) {
429 "Invalid route type, expecting 'default' or 'secondary'", false);
441 } else if (!strcmp(argv[4], "secondary")) {
446 "Invalid route type, expecting 'default' or 'secondary'", false);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
decimfmt.h 285 * <em>secondary grouping size</em>. In most locales these are the same, but
287 * is 3, and the secondary is 2, then this corresponds to the pattern
291 * interval between the last two defines the secondary grouping size. All others
    [all...]

Completed in 2044 milliseconds

<<11121314151617181920>>