/hardware/broadcom/libbt/ |
vnd_buildcfg.mk | 5 # configuration file does not exist. Use default one
|
/ndk/tests/device/test-gabi++/jni/ |
Application.mk | 1 # Note: by default, build for all supported ABIs
|
/packages/apps/Bluetooth/ |
Android.mk | 16 LOCAL_REQUIRED_MODULES := libbluetooth_jni bluetooth.default
|
/prebuilts/misc/android-arm/gdbserver/ |
Android.mk | 13 # Any prebuilt files with default TAGS can use the below:
|
/prebuilts/misc/android-mips/gdbserver/ |
Android.mk | 13 # Any prebuilt files with default TAGS can use the below:
|
/prebuilts/misc/android-x86/gdbserver/ |
Android.mk | 13 # Any prebuilt files with default TAGS can use the below:
|
/external/webkit/Tools/DumpRenderTree/qt/ |
fonts.conf | 44 These are the default Unicode chars that are expected to be blank 240 <default><family>serif</family></default> 247 <default><family>sans-serif</family></default> 254 <default><family>monospace</family></default>
|
/external/chromium-trace/ |
systrace-legacy.py | 40 default='trace.html', metavar='FILE') 45 parser.add_option('-d', '--disk', dest='trace_disk', default=False, 47 parser.add_option('-f', '--cpu-freq', dest='trace_cpu_freq', default=False, 49 parser.add_option('-i', '--cpu-idle', dest='trace_cpu_idle', default=False, 51 parser.add_option('-l', '--cpu-load', dest='trace_cpu_load', default=False, 53 parser.add_option('-s', '--no-cpu-sched', dest='trace_cpu_sched', default=True, 58 default=False, action='store_true', 60 parser.add_option('-w', '--workqueue', dest='trace_workqueue', default=False, 67 parser.add_option('--link-assets', dest='link_assets', default=False, 72 parser.add_option('--asset-dir', dest='asset_dir', default='trace-viewer' [all...] |
/external/oprofile/events/i386/nehalem/ |
unit_masks | 6 name:sb_forward type:mandatory default:0x01 8 name:load_block type:bitmask default:0x01 11 name:sb_drain type:mandatory default:0x01 13 name:misalign_mem_ref type:bitmask default:0x03 17 name:store_blocks type:bitmask default:0x0f 23 name:dtlb_load_misses type:bitmask default:0x01 30 name:memory_disambiguration type:bitmask default:0x01 35 name:mem_inst_retired type:bitmask default:0x01 38 name:mem_store_retired type:mandatory default:0x01 40 name:uops_issued type:bitmask default:0x0 [all...] |
/external/qemu/distrib/sdl-1.2.15/acinclude/ |
ltoptions.m4 | 69 dnl Simply set some default values (i.e off) if boolean options were not 77 dnl we run the default mode handler for the pair. For example, if neither 79 dnl archives by default: 158 # _LT_ENABLE_SHARED([DEFAULT]) 162 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. 167 [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])], 168 [p=${PACKAGE-default} 212 # _LT_ENABLE_STATIC([DEFAULT]) 216 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. 221 [build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])] [all...] |
/external/chromium-trace/trace-viewer/examples/stream_server/ |
standalone.py | 563 # Fallback to default http handler for request paths for which 701 default=None, 707 default='', 711 default=None, 714 default=common.DEFAULT_WEB_SOCKET_PORT, 718 default=None, 722 default='.', 727 default=None, 732 default=None, 739 default=False [all...] |
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/ |
standalone.py | 559 # Fallback to default http handler for request paths for which 697 default=None, 703 default='', 707 default=None, 710 default=common.DEFAULT_WEB_SOCKET_PORT, 714 default=None, 718 default='.', 723 default=None, 728 default=None, 735 default=False [all...] |
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
CommonToken.pm | 23 default => 0, 30 default => -1, 36 default => sub { ANTLR::Runtime::Token->DEFAULT_CHANNEL } 56 default => -1,
|
/external/chromium/build/ |
apply_locales.py | 17 default=False,
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/ |
run_all.py | 76 dest='log_level', default='warning',
|
/external/dropbear/debian/ |
dropbear.init | 3 # Do not configure this file. Edit /etc/default/dropbear instead! 18 test ! -r /etc/default/dropbear || . /etc/default/dropbear
|
/external/dropbear/libtomcrypt/testprof/ |
makefile | 16 default: $(LIBTEST_S)
|
/external/iproute2/examples/ |
gaiconf | 48 echo "Usage: $0 [-v] {--list | --config [ ${DEFAULT_GAICONF} ] | --default}" 52 TEMP=`getopt -o c::dlv -l config::,default,list,verbose -n gaiconf -- "$@"` 78 -d|--default)
|
/external/skia/tools/copyright/ |
main.py | 13 year and default holder.
|
/external/valgrind/main/gdbserver_tests/ |
mssnapshot.stderrB.exp | 5 v.wait [<ms>] : sleep <ms> (default 0) then continue 20 default <filename> is massif.vgdb.out
|
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/ |
watch.js | 51 default: 62 default:
|
/external/webkit/Tools/Scripts/ |
build-jsc | 45 --[no-]coverage Toggle code coverage support (default: $coverageSupport)
|
/external/webkit/Tools/Scripts/webkitpy/tool/ |
main.py | 52 make_option("-v", "--verbose", action="store_true", dest="verbose", default=False, help="enable all logging"), 53 make_option("-d", "--directory", action="append", dest="patch_directories", default=[], help="Directory to look at for changed files"), 54 make_option("--dry-run", action="store_true", dest="dry_run", default=False, help="do not touch remote servers"), 58 make_option("--port", action="store", dest="port", default=None, help="Specify a port (e.g., mac, qt, gtk, ...)."), 90 # If options.port is None, we'll get the default port for this platform.
|
/hardware/libhardware_legacy/audio/ |
Android.mk | 36 # The default audio policy, for now still implemented on top of legacy 54 LOCAL_MODULE := audio_policy.default
|
/external/chromium-trace/trace-viewer/third_party/python_gflags/ |
gflags.py | 73 take a name, default value, help-string, and optional 'short' name 354 <default>DEFAULT_FLAG_VALUE</default> 462 impossible to pass None default value back to SWIG. See FlagValues.SetDefault 492 flagname, default='<unknown>') 497 flagname, default='<unknown>') 543 # Returning an int as default is fine, int(int) just return the int. 691 # Default case, simply append the word and a space [all...] |