HomeSort by relevance Sort by last modified time
    Searched full:default (Results 226 - 250 of 41679) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /developers/build/prebuilts/gradle/HorizontalPaging/HorizontalPagingSample/src/main/res/values/
dimens.xml 2 <!-- Default screen margins, per the Android Design guidelines. -->
  /developers/samples/android/ui/views/HorizontalPaging/HorizontalPagingSample/src/main/res/values/
dimens.xml 2 <!-- Default screen margins, per the Android Design guidelines. -->
  /development/tutorials/MoarRam/res/values/
dimens.xml 3 <!-- Default screen margins, per the Android Design guidelines. -->
  /external/chromium_org/chrome/browser/resources/help_app/
manifest.json 8 "content_security_policy": "default-src 'self'; img-src 'self' data:;",
  /external/chromium_org/chrome/installer/linux/common/
variables.include 2 DEFAULTS_FILE="/etc/default/@@PACKAGE@@"
  /external/chromium_org/components/test/data/web_database/
version_40.sql 6 INSERT INTO "meta" VALUES('Default Search Provider ID','2');
7 INSERT INTO "meta" VALUES('Default Search Provider ID Backup','2');
8 INSERT INTO "meta" VALUES('Default Search Provider ID Backup Signature','');
10 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,last_modified INTEGER DEFAULT 0, sync_guid VARCHAR)
    [all...]
version_41.sql 6 INSERT INTO "meta" VALUES('Default Search Provider ID','2');
7 INSERT INTO "meta" VALUES('Default Search Provider ID Backup','2');
8 INSERT INTO "meta" VALUES('Default Search Provider ID Backup Signature','');
10 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,last_modified INTEGER DEFAULT 0, sync_guid VARCHAR)
    [all...]
  /external/chromium_org/content/test/plugin/
resource.h 6 // Next default values for new objects
  /external/chromium_org/sync/internal_api/public/util/
sync_string_conversions.cc 16 default:
29 default:
41 default:
51 default:
  /external/chromium_org/third_party/WebKit/ManualTests/
Default-port-frame.html 1 To run this test you will need to put this file and Default-port-frame-contents.html
2 on a webserver and then point your browser to http://localhost/Default-port-frame.html.
3 We cannot make this a LayoutTest because we don't want to mess with people's default ports.
5 <iframe src="http://localhost:80/resources/Default-port-frame-contents.html"> </iframe>
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/win/
resource.h 5 // Next default values for new objects
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/viewport/
viewport-132.html 2 <title>Check that no user-scalable value is the default -1.0.</title>
  /external/chromium_org/third_party/angle/src/compiler/
ConstantUnion.h 59 default:
92 default:
105 default:
117 default: assert(false && "Default missing");
130 default: assert(false && "Default missing");
143 default: assert(false && "Default missing");
155 default: assert(false && "Default missing")
    [all...]
  /external/chromium_org/third_party/angle/src/libEGL/
resource.h 5 // Next default values for new objects
  /external/chromium_org/third_party/angle/src/libGLESv2/
resource.h 5 // Next default values for new objects
  /external/chromium_org/third_party/freetype2/
freetype2.patch 10 +#define FT_EXPORT( x ) __attribute__((visibility("default"))) extern "C" x
13 +#define FT_EXPORT( x ) __attribute__((visibility("default"))) extern x
22 +#define FT_EXPORT_DEF( x ) __attribute__((visibility("default"))) extern "C" x
25 +#define FT_EXPORT_DEF( x ) __attribute__((visibility("default"))) extern x
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
incbin.asm 2 ; 1024 x's to bump above 1024 byte default bytecode buffer size
  /external/chromium_org/tools/gyp/test/variables/filelist/
filelist.gypd.golden 11 'configurations': {'Default': {}},
12 'default_configuration': 'Default',
25 'configurations': {'Default': {}},
26 'default_configuration': 'Default',
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/
p7.cpp 6 extern void h2(int x = sizeof(i)); // expected-error {{default argument references local variable 'i' of enclosing function}}
  /external/clang/test/CXX/temp/temp.param/
p9.cpp 3 // A default template-argument shall not be specified in a function
5 template<typename T = int> // expected-warning{{default template arguments for a function template are a C++11 extension}}
7 template<typename T = int> // expected-warning{{default template arguments for a function template are a C++11 extension}}
17 template<int N = 0> // expected-error{{cannot add a default template argument}}
  /external/clang/test/CodeGen/
no-common.c 1 // RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s -check-prefix=CHECK-DEFAULT
4 // CHECK-DEFAULT: @x = common global
8 // CHECK-DEFAULT: @ABC = global
13 // CHECK-DEFAULT: @y = common global
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...]
  /external/compiler-rt/lib/asan/lit_tests/TestCases/
default_blacklist.cc 1 // Test that ASan uses the default blacklist from resource directory.
  /external/compiler-rt/lib/msan/lit_tests/
default_blacklist.cc 1 // Test that MSan uses the default blacklist from resource directory.
  /external/jmonkeyengine/engine/src/niftygui/Common/MatDefs/Nifty/
NiftyQuad.j3md 1 MaterialDef Default GUI {

Completed in 768 milliseconds

1 2 3 4 5 6 7 8 91011>>