/external/chromium_org/third_party/sqlite/src/test/ |
trigger8.test | 38 CREATE TABLE t1(x); 39 CREATE TABLE t2(y); 41 set sql "CREATE TRIGGER r${nStatement} AFTER INSERT ON t1 BEGIN\n"
|
vtabE.test | 39 CREATE VIRTUAL TABLE t1 USING tclvar; 40 CREATE VIRTUAL TABLE t2 USING tclvar; 41 CREATE TABLE t3(a INTEGER PRIMARY KEY, b);
|
/external/chromium_org/tools/json_schema_compiler/test/ |
any_unittest.cc | 33 OptionalAny::Params::Create(*params_value)); 42 OptionalAny::Params::Create(*params_value)); 52 OptionalAny::Params::Create(*params_value));
|
/external/chromium_org/tools/perf/benchmarks/ |
indexeddb_perf.py | 8 create/delete 10 create/delete 12 create/delete
|
/external/chromium_org/ui/compositor/test/ |
test_context_factory.cc | 21 new cc::OutputSurface(cc::TestContextProvider::Create())); 37 offscreen_compositor_contexts_ = cc::TestContextProvider::Create(); 48 shared_main_thread_contexts_ = cc::TestContextProvider::Create();
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
proxies-for.js | 34 test(Proxy.create, x, y, z) 45 function TestForIn2(create, properties, handler) { 46 var p = create(handler) 74 TestForIn(["b", "a", "0", "c"], Proxy.create({ 88 function TestForInDerived2(create, properties, handler) { 89 var p = create(handler) 90 var o = Object.create(p) 96 var oo = Object.create(o) 139 function TestForInThrow2(create, handler) { 140 var p = create(handler [all...] |
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
TestEnumSetGenerator.java | 39 public Set<AnEnum> create(Object... elements) { method in class:TestEnumSetGenerator 45 return create(array); 48 protected abstract Set<AnEnum> create(AnEnum[] elements); method in class:TestEnumSetGenerator
|
TestStringCollectionGenerator.java | 39 public Collection<String> create(Object... elements) { method in class:TestStringCollectionGenerator 45 return create(array); 48 protected abstract Collection<String> create(String[] elements); method in class:TestStringCollectionGenerator
|
/external/icu4c/samples/translit/answers/ |
main_1.cpp | 26 // Create a calendar in the Greek locale 30 // Create a formatter 34 // Create a default formatter
|
/external/jsilver/src/org/clearsilver/ |
ClearsilverFactory.java | 27 * Create a new CS object. 34 * Create a new CS object. 43 * Create a new HDF object.
|
/external/libexif/contrib/examples/ |
thumbnail.c | 22 /* Create an ExifLoader object to manage the EXIF loading process */ 42 /* Try to create a unique name for the thumbnail file */ 54 printf("Could not create file %s\n", thumb_name);
|
/external/llvm/examples/HowToUseJIT/ |
HowToUseJIT.cpp | 14 // The goal of this snippet is to create in the memory 58 // Create some module to put our function into it. 61 // Create the add1 function entry and insert this entry into module M. The 71 BasicBlock *BB = BasicBlock::Create(Context, "EntryBlock", Add1F); 73 // Create a basic block builder with default parameters. The builder will 85 // Create the add instruction, inserting it into the end of BB. 88 // Create the return instruction and add it to the basic block 94 // Now we're going to create function `foo', which returns an int and takes no 101 BB = BasicBlock::Create(Context, "EntryBlock", FooF); 113 // Create the return instruction and add it to the basic block [all...] |
/external/objenesis/main/src/org/objenesis/ |
Objenesis.java | 28 * Will create a new object without any constructor being called
36 * Will pick the best instantiator for the provided class. If you need to create a lot of
37 * instances from the same class, it is way more efficient to create them from the same
|
/external/sepolicy/ |
access_vectors | 16 create 43 create 71 create 88 create 119 create 470 create 505 create 514 create 524 create 538 create [all...] |
/external/skia/src/images/ |
SkImageEncoder.cpp | 39 SkAutoTDelete<SkImageEncoder> enc(SkImageEncoder::Create(t)); 45 SkAutoTDelete<SkImageEncoder> enc(SkImageEncoder::Create(t)); 50 SkAutoTDelete<SkImageEncoder> enc(SkImageEncoder::Create(t));
|
/external/v8/test/mjsunit/harmony/ |
proxies-for.js | 34 test(Proxy.create, x, y, z) 45 function TestForIn2(create, properties, handler) { 46 var p = create(handler) 74 TestForIn(["b", "a", "0", "c"], Proxy.create({ 88 function TestForInDerived2(create, properties, handler) { 89 var p = create(handler) 90 var o = Object.create(p) 96 var oo = Object.create(o) 139 function TestForInThrow2(create, handler) { 140 var p = create(handler [all...] |
/external/valgrind/main/drd/tests/ |
pth_create_chain.c | 0 // Create threads in such a way that there is a realistic chance that the 20 // std::cout << "create " << thread_count << std::endl; 41 // std::cout << "create " << thread_count << std::endl;
|
/frameworks/base/data/fonts/ |
Android.mk | 21 # create symlink for given font 24 define create-font-symlink 38 $(eval $(call create-font-symlink,DroidSans.ttf,Roboto-Regular.ttf)) 39 $(eval $(call create-font-symlink,DroidSans-Bold.ttf,Roboto-Bold.ttf)) 117 $(eval $(call create-font-symlink,Roboto-Light.ttf,Roboto-Regular.ttf)) 118 $(eval $(call create-font-symlink,Roboto-LightItalic.ttf,Roboto-Italic.ttf)) 119 $(eval $(call create-font-symlink,Roboto-Thin.ttf,Roboto-Regular.ttf)) 120 $(eval $(call create-font-symlink,Roboto-ThinItalic.ttf,Roboto-Italic.ttf)) 121 $(eval $(call create-font-symlink,RobotoCondensed-Regular.ttf,Roboto-Regular.ttf)) 122 $(eval $(call create-font-symlink,RobotoCondensed-Bold.ttf,Roboto-Bold.ttf) [all...] |
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/dataclass/ |
OuterClass_InnerClass_Delegate.java | 17 package com.android.tools.layoutlib.create.dataclass; 19 import com.android.tools.layoutlib.create.DelegateClassAdapterTest; 20 import com.android.tools.layoutlib.create.dataclass.OuterClass.InnerClass;
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
default_names | 6 # Create a makefile called "GNUmakefile" 17 # Create another makefile called "makefile" 23 # Create another makefile called "Makefile"
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
MessageModification.java | 36 * @param values the ContentValues that will be used to create or update the 46 * @param values the ContentValues that will be used to create or update the 56 * @param values the ContentValues that will be used to create or update the 66 * @param values the ContentValues that will be used to create or update the 78 * @param values the ContentValues that will be used to create or update the message 88 * @param values the ContentValues that will be used to create or update the 99 * @param values the ContentValues that will be used to create or update the 109 * @param values the ContentValues that will be used to create or update the 119 * @param values the ContentValues that will be used to create or update the 130 * @param values the ContentValues that will be used to create or update the messag [all...] |
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
CompositorAnimationsTest.cpp | 83 m_linearTimingFunction = LinearTimingFunction::create(); 85 m_cubicCustomTimingFunction = CubicBezierTimingFunction::create(1, 2, 3, 4); 86 m_stepTimingFunction = StepsTimingFunction::create(1, false); 95 m_keyframeAnimationEffect2 = KeyframeAnimationEffect::create(m_keyframeVector2); 98 m_keyframeAnimationEffect5 = KeyframeAnimationEffect::create(m_keyframeVector5); 123 return isCandidateForAnimationOnCompositor(m_timing, *KeyframeAnimationEffect::create(frames).get()); 146 RefPtr<Keyframe> keyframe = Keyframe::create(); 157 value = AnimatableTransform::create(TransformOperations()); 159 value = AnimatableDouble::create(10.0); 180 RefPtr<AnimatableDouble> value = AnimatableDouble::create(values[i]) 226 static PassRefPtr<CustomFilterOperationMock> create() function in class:WebCore::CustomFilterOperationMock [all...] |
/external/chromium_org/cc/quads/ |
render_pass_unittest.cc | 73 scoped_ptr<TestRenderPass> pass = TestRenderPass::Create(); 82 scoped_ptr<SharedQuadState> shared_state = SharedQuadState::Create(); 93 CheckerboardDrawQuad::Create(); 125 scoped_ptr<TestRenderPass> pass = TestRenderPass::Create(); 133 scoped_ptr<SharedQuadState> shared_state1 = SharedQuadState::Create(); 144 CheckerboardDrawQuad::Create(); 150 CheckerboardDrawQuad::Create(); 156 scoped_ptr<SharedQuadState> shared_state2 = SharedQuadState::Create(); 167 CheckerboardDrawQuad::Create(); 173 CheckerboardDrawQuad::Create(); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGPathElement.cpp | 81 , m_pathByteStream(SVGPathByteStream::create()) 89 PassRefPtr<SVGPathElement> SVGPathElement::create(Document& document) function in class:WebCore::SVGPathElement 117 return SVGPathSegClosePath::create(this, role); 122 return SVGPathSegMovetoAbs::create(this, role, x, y); 127 return SVGPathSegMovetoRel::create(this, role, x, y); 132 return SVGPathSegLinetoAbs::create(this, role, x, y); 137 return SVGPathSegLinetoRel::create(this, role, x, y); 142 return SVGPathSegCurvetoCubicAbs::create(this, role, x, y, x1, y1, x2, y2); 147 return SVGPathSegCurvetoCubicRel::create(this, role, x, y, x1, y1, x2, y2); 152 return SVGPathSegCurvetoQuadraticAbs::create(this, role, x, y, x1, y1) [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/data/ |
summary.html | 207 if (!Element.create) { 208 Element.create = function () { 325 element.append(Element.create('p', {}, ['None'])); 332 var table = Element.create('table', {}, [Element.create('tbody')]); 336 var row = Element.create('tr', {}, [Element.create('td', {}, [label]), Element.create('td', {})]); 341 Element.create('span', {'class': 'bar reviews', 'style': computeStyleForBar(item.numberOfReviews) }), 342 Element.create('span', {'class': 'value-container'}, [item.numberOfReviews]) [all...] |