/packages/providers/MediaProvider/res/values/ |
strings.xml | 30 <!-- Choice in the ringtone picker. If chosen, the default ringtone will be used. --> 31 <string name="ringtone_default">Default ringtone</string> 33 <!-- Choice in the notification sound picker. If chosen, the default notification sound will be 35 <string name="notification_sound_default">Default notification sound</string> 37 <!-- Choice in the alarm sound picker. If chosen, the default alarm sound will be used. --> 38 <string name="alarm_sound_default">Default alarm sound</string>
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/ |
linux-eabi.h | 34 /* We default to a soft-float ABI so that binaries can run on all 39 /* We default to the "aapcs-linux" ABI so that enums are int-sized by 40 default. */ 44 /* Default to armv5t so that thumb shared libraries work. 45 The ARM10TDMI core is the default for armv5t, so set 95 /* Use the default LIBGCC_SPEC, not the version in linux-elf.h, as we
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/ |
linux-eabi.h | 34 /* We default to a soft-float ABI so that binaries can run on all 39 /* We default to the "aapcs-linux" ABI so that enums are int-sized by 40 default. */ 44 /* Default to armv5t so that thumb shared libraries work. 45 The ARM10TDMI core is the default for armv5t, so set 95 /* Use the default LIBGCC_SPEC, not the version in linux-elf.h, as we
|
/external/valgrind/main/coregrind/ |
pub_core_options.h | 51 /* Should we stop collecting errors if too many appear? default: YES */ 54 default: 0 (no, return the application's exit code in the normal 61 Vg_VgdbYes, // Activate gdbserver (default). 77 /* Enquire about whether to attach to a debugger at errors? default: NO */ 79 /* The debugger command? default: whatever gdb ./configure found */ 81 /* Generating a suppression for each error? default: 0 (NO) 84 /* Sanity-check level: 0 = none, 1 (default), > 1 = expensive. */ 86 /* Automatically attempt to demangle C++ names? default: YES */ 88 /* Simulate child processes? default: NO */ 114 /* Add timestamps to log messages? default: NO * [all...] |
/external/chromium/chrome/browser/webdata/ |
keyword_table.cc | 24 const char* kDefaultSearchProviderKey = "Default Search Provider ID"; 73 "date_created INTEGER DEFAULT 0," 74 "usage_count INTEGER DEFAULT 0," 77 "prepopulate_id INTEGER DEFAULT 0," 78 "autogenerate_keyword INTEGER DEFAULT 0," 79 "logo_id INTEGER DEFAULT 0," 80 "created_by_policy INTEGER DEFAULT 0," 232 "INTEGER DEFAULT 0"); 237 "ALTER TABLE keywords ADD COLUMN logo_id INTEGER DEFAULT 0"); 242 "INTEGER DEFAULT 0") [all...] |
/frameworks/av/cmds/stagefright/ |
recordvideo.cpp | 36 fprintf(stderr, " -b bit rate in bits per second (default: 300000)\n"); 37 fprintf(stderr, " -c YUV420 color format: [0] semi planar or [1] planar or other omx YUV420 color format (default: 1)\n"); 38 fprintf(stderr, " -f frame rate in frames per second (default: 30)\n"); 39 fprintf(stderr, " -i I frame interval in seconds (default: 1)\n"); 40 fprintf(stderr, " -n number of frames to be recorded (default: 300)\n"); 41 fprintf(stderr, " -w width in pixels (default: 176)\n"); 42 fprintf(stderr, " -t height in pixels (default: 144)\n"); 43 fprintf(stderr, " -l encoder level. see omx il header (default: encoder specific)\n"); 44 fprintf(stderr, " -p encoder profile. see omx il header (default: encoder specific)\n"); 45 fprintf(stderr, " -v video codec: [0] AVC [1] M4V [2] H263 (default: 0)\n") [all...] |
/external/chromium_org/components/test/data/web_database/ |
version_34.sql | 4 INSERT INTO "meta" VALUES('Default Search Provider ID','2'); 8 CREATE TABLE keywords (id INTEGER PRIMARY KEY,short_name VARCHAR NOT NULL,keyword VARCHAR NOT NULL,favicon_url VARCHAR NOT NULL,url VARCHAR NOT NULL,show_in_default_list INTEGER,safe_for_autoreplace INTEGER,originating_url VARCHAR,date_created INTEGER DEFAULT 0,usage_count INTEGER DEFAULT 0,input_encodings VARCHAR,suggest_url VARCHAR,prepopulate_id INTEGER DEFAULT 0,autogenerate_keyword INTEGER DEFAULT 0,logo_id INTEGER DEFAULT 0,created_by_policy INTEGER DEFAULT 0,instant_url VARCHAR); 17 CREATE TABLE autofill (name VARCHAR, value VARCHAR, value_lower VARCHAR, pair_id INTEGER PRIMARY KEY, count INTEGER DEFAULT 1); 27 CREATE TABLE autofill_dates ( pair_id INTEGER DEFAULT 0, date_created INTEGER DEFAULT 0) [all...] |
version_35.sql | 6 INSERT INTO "meta" VALUES('Default Search Provider ID','2'); 8 CREATE TABLE keywords (id INTEGER PRIMARY KEY,short_name VARCHAR NOT NULL,keyword VARCHAR NOT NULL,favicon_url VARCHAR NOT NULL,url VARCHAR NOT NULL,show_in_default_list INTEGER,safe_for_autoreplace INTEGER,originating_url VARCHAR,date_created INTEGER DEFAULT 0,usage_count INTEGER DEFAULT 0,input_encodings VARCHAR,suggest_url VARCHAR,prepopulate_id INTEGER DEFAULT 0,autogenerate_keyword INTEGER DEFAULT 0,logo_id INTEGER DEFAULT 0,created_by_policy INTEGER DEFAULT 0,instant_url VARCHAR); 15 CREATE TABLE autofill (name VARCHAR, value VARCHAR, value_lower VARCHAR, pair_id INTEGER PRIMARY KEY, count INTEGER DEFAULT 1); 16 CREATE TABLE autofill_dates ( pair_id INTEGER DEFAULT 0, date_created INTEGER DEFAULT 0) [all...] |
/external/clang/test/SemaCXX/ |
default2.cpp | 26 void g(int x, int y = x); // expected-error {{default argument references parameter 'x'}} 28 void g2(int x, int y, int z = x + y); // expected-error {{default argument references parameter 'x'}} expected-error {{default argument references parameter 'y'}} 34 int f(X* x = this); // expected-error{{default argument references 'this'}} 38 // C++ [dcl.fct.default]p6 46 void C::f(int i = 3) // expected-error{{redefinition of default argument}} 55 // C++ [dcl.fct.default]p9 66 int k = j, // expected-error{{default argument references parameter 'j'}} 69 int m); // expected-error{{missing default argument on parameter 'm'}} 85 // Try to verify that default arguments interact properly with cop [all...] |
/libcore/luni/src/main/java/org/xml/sax/ |
HandlerBase.java | 1 // SAX default handler base class. 9 * Default base class for handlers. 18 * <p>This class implements the default behaviour for four SAX1 27 * instantiate this class to provide default handlers when the 53 // Default implementation of the EntityResolver interface. 61 * the SAX default behaviour: application writers can override it 70 * default behaviour. 85 // Default implementation of DTDHandler interface. 92 * <p>By default, do nothing. Application writers may override this 111 * <p>By default, do nothing. Application writers may override thi [all...] |
/external/clang/utils/ABITest/ |
ABITestGen.py | 354 help="autogeneration mode (random or linear) [default %default]", 355 type='choice', choices=('random','linear'), default='linear') 358 type=int, default=0) 360 help="start autogeneration with the Nth function type [default %default]", 361 type=int, default=0) 363 help="maximum index for random autogeneration [default %default]", 364 type=int, default=10000000 [all...] |
/art/test/054-uncaught/ |
expected.txt | 2 Uncaught exception DEFAULT! 17 Uncaught exception DEFAULT!
|
/cts/tools/signature-tools/src/signature/compare/model/ |
IAnnotationFieldDelta.java | 28 * Returns the default value delta or {@code null} if no delta is available. 30 * @return the default value delta, maybe {@code null}
|
/dalvik/dx/tests/063-dex-empty-switch/ |
Blort.java | 21 default: return 1; 27 default: x = 1;
|
/dalvik/tests/054-uncaught/ |
expected.txt | 2 Uncaught exception DEFAULT! 17 Uncaught exception DEFAULT!
|
/development/ndk/samples/hello-neon/ |
build.properties | 1 # This file is used to override default values used by the Ant build system. 8 # You can use this to override default values such as
|
/development/samples/training/basic/ActivityLifecycle/ |
ant.properties | 1 # This file is used to override default values used by the Ant build system. 8 # You can use this to override default values such as
|
build.properties | 1 # This file is used to override default values used by the Ant build system. 8 # You can use this to override default values such as
|
/external/bison/djgpp/ |
config.site | 33 # The root of the DJGPP tree serves as the default prefix 52 # A sane default for emacs. 55 # A sane default for m4. 58 # A sane default for grep. 61 # A sane default for egrep. 64 # A sane default for fgrep. 67 # A sane default for sed. 70 # A sane default for mkdir.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/config/ |
ConfigurableProvider.java | 23 * Diffie-Hellman Default Parameters - thread local version 28 * Diffie-Hellman Default Parameters - VM wide version
|
/external/ceres-solver/docs/source/_themes/armstrong/ |
rtd-themes.conf | 2 inherit = default 4 pygment_style = default
|
theme.conf | 2 inherit = default 4 pygment_style = default
|
/external/chromium/chrome/browser/accessibility/ |
browser_accessibility_manager_win.h | 25 // Get a the default IAccessible for the parent window, does not make a 39 // A default IAccessible instance for the parent window.
|
/external/chromium/chrome/browser/ui/cocoa/ |
hover_image_button.h | 22 // Sets the default image. 31 // Sets the default opacity.
|
/external/chromium/chrome/browser/userfeedback/proto/ |
common.proto | 21 optional string source_description_language = 5 [ default = "en" ]; 22 optional string ui_language = 6 [ default = "en_US" ];
|