HomeSort by relevance Sort by last modified time
    Searched full:default (Results 126 - 150 of 20735) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/win/
resource.h 5 // Next default values for new objects
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-values/
dillo 10 default
  /external/wpa_supplicant_8/wpa_supplicant/examples/
udhcpd-p2p.conf 5 start 192.168.42.20 #default: 192.168.0.20
6 end 192.168.42.254 #default: 192.168.0.254
11 interface wlan2 #default: eth0
17 #max_leases 254 #default: 254
20 # If remaining is true (default), udhcpd will store the time
26 #remaining yes #default: yes
33 #auto_time 7200 #default: 7200 (2 hours)
39 #decline_time 3600 #default: 3600 (1 hour)
45 #conflict_time 3600 #default: 3600 (1 hour)
50 #offer_time 60 #default: 60 (1 minute
    [all...]
  /external/yaffs2/yaffs2/
moduleconfig.h 13 /* Default: Not selected */
17 /* Default: Not selected */
22 /* Default: Selected */
26 /* Default: Selected */
  /ndk/tests/device/test-stlport-rtti/jni/
Application.mk 1 # Note: by default, build for all supported ABIs
  /external/srec/portable/include/
ArrayListImpl.h 66 * Default implementation.
71 * Default implementation.
76 * Default implementation.
81 * Default implementation.
86 * Default implementation.
91 * Default implementation.
96 * Default implementation.
101 * Default implementation.
106 * Default implementation.
111 * Default implementation
    [all...]
  /sdk/common/src/com/android/
AndroidConstants.java 24 /** Default anim resource folder name, i.e. "anim" */
26 /** Default animator resource folder name, i.e. "animator" */
28 /** Default color resource folder name, i.e. "color" */
30 /** Default drawable resource folder name, i.e. "drawable" */
32 /** Default interpolator resource folder name, i.e. "interpolator" */
34 /** Default layout resource folder name, i.e. "layout" */
36 /** Default menu resource folder name, i.e. "menu" */
38 /** Default menu resource folder name, i.e. "mipmap" */
40 /** Default values resource folder name, i.e. "values" */
42 /** Default xml resource folder name, i.e. "xml" *
    [all...]
  /device/samsung/toro/
system.prop 12 # Turn on IMS by default
16 # Default ecclist
  /device/samsung/torospr/
system.prop 12 # Turn on IMS by default
16 # Default ecclist
  /external/clang/test/Parser/
cxx-default-args.cpp 5 // After the error, the rest of the tokens inside the default arg should be
15 void f(int x = 1:); // expected-error {{unexpected end of default argument expression}}
cxx-default-delete.cpp 4 int j = default; // expected-error{{special member functions}}
10 foo() = default;
  /external/lohit-fonts/lohit-bengali-ttf/
66-lohit-bengali.conf 17 <default>
19 </default>
  /external/lohit-fonts/lohit-tamil-ttf/
66-lohit-tamil.conf 17 <default>
19 </default>
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
origin 10 'default' default definition
38 'undefined default environment default file command line override automatic
40 default
42 default
  /packages/inputmethods/LatinIME/java/res/xml/
kbd_symbols_f1.xml 37 <default>
41 </default>
45 <default>
55 <default>
60 </default>
62 </default>
  /packages/inputmethods/LatinIME/java/res/xml-sw600dp/
kbd_qwerty_f2.xml 44 <default>
46 </default>
61 <default>
65 </default>
69 <default>
71 </default>
  /external/clang/test/CodeGen/
visibility.c 1 // RUN: %clang_cc1 %s -triple i386-unknown-unknown -fvisibility default -emit-llvm -o - | FileCheck %s -check-prefix=CHECK-DEFAULT
5 // CHECK-DEFAULT: @g_def = global i32 0
6 // CHECK-DEFAULT: @g_com = common global i32 0
7 // CHECK-DEFAULT: @g_ext = external global i32
8 // CHECK-DEFAULT: @g_deferred = internal global
22 // CHECK-DEFAULT: @test4 = hidden global i32 10
26 // CHECK-DEFAULT: define i32 @f_def()
27 // CHECK-DEFAULT: declare void @f_ext()
28 // CHECK-DEFAULT: define internal void @f_deferred(
    [all...]
integer-overflow.c 1 // RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s --check-prefix=DEFAULT
10 // DEFAULT: define void @test1
15 // DEFAULT: add nsw i32
21 // DEFAULT: sub nsw i32
27 // DEFAULT: mul nsw i32
33 // DEFAULT: sub nsw i32 0,
41 // DEFAULT: add nsw i32 {{.*}}, 1
47 // DEFAULT: add nsw i32 {{.*}}, -1
56 // DEFAULT: getelementptr inbounds i32*
62 // DEFAULT: add i8 {{.*}},
    [all...]
  /external/clang/test/SemaObjC/
default-synthesize-2.m 1 // RUN: %clang_cc1 -x objective-c -fsyntax-only -fobjc-default-synthesize-properties -verify %s
2 // RUN: %clang_cc1 -x objective-c++ -fsyntax-only -fobjc-default-synthesize-properties -verify %s
17 // default synthesis allows direct access to property ivars.
34 // default synthesized; thus causing user error.
50 // Oops, forgot to write @synthesize! will be default synthesized
65 // default synthesize property named 'var'
68 return self->_var; // compiles because 'var' is synthesized by default
79 // default synthesis of property 'var'
94 // no default synthesis. So error is expected.
109 // With default synthesis, '_object' is be the synthesized ivar not the globa
    [all...]
  /external/protobuf/src/google/protobuf/
unittest_lite.proto 122 optional int32 default_int32 = 61 [default = 41 ];
123 optional int64 default_int64 = 62 [default = 42 ];
124 optional uint32 default_uint32 = 63 [default = 43 ];
125 optional uint64 default_uint64 = 64 [default = 44 ];
126 optional sint32 default_sint32 = 65 [default = -45 ];
127 optional sint64 default_sint64 = 66 [default = 46 ];
128 optional fixed32 default_fixed32 = 67 [default = 47 ];
129 optional fixed64 default_fixed64 = 68 [default = 48 ];
130 optional sfixed32 default_sfixed32 = 69 [default = 49 ];
131 optional sfixed64 default_sfixed64 = 70 [default = -50 ]
    [all...]
  /external/srec/shared/include/
Int8ArrayListImpl.h 54 * Default implementation.
59 * Default implementation.
64 * Default implementation.
69 * Default implementation.
74 * Default implementation.
79 * Default implementation.
84 * Default implementation.
89 * Default implementation.
94 * Default implementation.
99 * Default implementation
    [all...]
  /external/oprofile/events/i386/atom/
unit_masks 5 name:store_forwards type:mandatory default:0x81
7 name:segment_reg_loads type:mandatory default:0x00
9 name:simd_prefetch type:bitmask default:0x01
13 name:data_tlb_misses type:bitmask default:0x07
18 name:page_walks type:bitmask default:0x03
21 name:x87_comp_ops_exe type:bitmask default:0x81
24 name:fp_assist type:mandatory default:0x81
26 name:mul type:bitmask default:0x01
29 name:div type:bitmask default:0x01
32 name:l2_rqsts type:bitmask default:0x4
    [all...]
  /external/srec/srec/Recognizer/include/
SR_RecognizerImpl.h 368 * Default implementation.
372 * Default implementation.
376 * Default implementation.
380 * Default implementation.
384 * Default implementation.
388 * Default implementation.
393 * Default implementation.
397 * Default implementation.
401 * Default implementation.
405 * Default implementation
    [all...]
  /external/dropbear/debian/
dropbear.postinst 26 if test ! -s /etc/default/dropbear; then
30 OpenSSH appears to be installed. Setting /etc/default/dropbear so that
31 Dropbear will not start by default. Edit this file to change this behaviour.
34 cat >>/etc/default/dropbear <<EOT
41 cat >>/etc/default/dropbear <<EOT
52 # RSA hostkey file (default: /etc/dropbear/dropbear_rsa_host_key)
55 # DSS hostkey file (default: /etc/dropbear/dropbear_dss_host_key)
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
RealmCallbackTest.java 59 fail("IllegalArgumentException should be thrown for null default info");
64 fail("IllegalArgumentException should be thrown for empty default info");
77 "Another default realm info",
78 "Long string for default realm info Long string for default realm info Long string for default realm info Long string for default realm info Long string for default realm info Long string for default realm info Long string for default realm info Long string for default realm info Long string for default realm info Long string for d (…)
    [all...]

Completed in 1109 milliseconds

1 2 3 4 56 7 8 91011>>