Searched refs:get (Results 1 - 25 of 6721) sorted by relevance

1234567891011>>

/external/v8/test/message/
H A Dreplacement-marker-as-argument.js30 var o = { get "%3" (){} };
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A D__init__.py32 from factory import get namespace
/external/javassist/src/main/javassist/runtime/
H A DCflow.java29 int get() { return depth; } method in class:Cflow.Depth
41 public void enter() { ((Depth)get()).inc(); }
46 public void exit() { ((Depth)get()).dec(); }
51 public int value() { return ((Depth)get()).get(); }
/external/clang/test/Analysis/inlining/
H A Ddyn-dispatch-bifurcate.cpp7 virtual int get() { return 0; } function in class:A
11 clang_analyzer_eval(a->get() == 0); // expected-warning{{TRUE}} expected-warning{{UNKNOWN}}
16 clang_analyzer_eval(a.get() == 0); // expected-warning{{TRUE}}
/external/dexmaker/src/test/java/com/google/dexmaker/
H A DTypeIdTest.java23 assertEquals("Ljava/lang/String;", TypeId.get(String.class).getName());
24 assertEquals("[Ljava/lang/String;", TypeId.get(String[].class).getName());
25 assertEquals("[[Ljava/lang/String;", TypeId.get(String[][].class).getName());
26 assertEquals("I", TypeId.get(int.class).getName());
27 assertEquals("[I", TypeId.get(int[].class).getName());
28 assertEquals("[[I", TypeId.get(int[][].class).getName());
/external/v8/test/mjsunit/regress/
H A Dregress-1387.js36 var get1 = Object.getOwnPropertyDescriptor(foo(), "caller").get;
37 var get2 = Object.getOwnPropertyDescriptor(foo(), "callee").get;
H A Dregress-1355.js32 get: function () {
H A Dregress-526.js30 var o = { foo: function() { }, get bar() { return {x:42} } };
H A Dregress-728.js39 function get(idx) { return obj[idx]; } function
41 assertEquals(get(0), "obj0");
42 assertEquals(get(h), "obj" + h);
H A Dregress-1323.js31 function get(a, index) { function
38 for (var i = 0; i < 5; i++) get(a, 0);
39 %OptimizeFunctionOnNextCall(get);
40 assertEquals(2.5, get(a, 0));
41 assertEquals(3.5, get(a, 1));
/external/llvm/unittests/VMCore/
H A DTypeBuilderTest.cpp21 EXPECT_EQ(Type::getVoidTy(getGlobalContext()), (TypeBuilder<void, true>::get(getGlobalContext())));
22 EXPECT_EQ(Type::getVoidTy(getGlobalContext()), (TypeBuilder<void, false>::get(getGlobalContext())));
25 (TypeBuilder<void*, false>::get(getGlobalContext())));
27 (TypeBuilder<const void*, false>::get(getGlobalContext())));
29 (TypeBuilder<volatile void*, false>::get(getGlobalContext())));
31 (TypeBuilder<const volatile void*, false>::get(
36 EXPECT_EQ(Type::getInt8Ty(getGlobalContext()), (TypeBuilder<int8_t, false>::get(getGlobalContext())));
37 EXPECT_EQ(Type::getInt8Ty(getGlobalContext()), (TypeBuilder<uint8_t, false>::get(getGlobalContext())));
38 EXPECT_EQ(Type::getInt16Ty(getGlobalContext()), (TypeBuilder<int16_t, false>::get(getGlobalContext())));
39 EXPECT_EQ(Type::getInt16Ty(getGlobalContext()), (TypeBuilder<uint16_t, false>::get(getGlobalContex
187 static StructType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
210 static StructType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
[all...]
/external/chromium/chrome/browser/ui/webui/options/chromeos/
H A Dcros_options_page_ui_handler.cc14 if (settings_provider_.get())
15 CrosSettings::Get()->AddSettingsProvider(settings_provider_.get());
19 if (settings_provider_.get())
20 CrosSettings::Get()->RemoveSettingsProvider(settings_provider_.get());
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DToken.as32 function get text():String;
35 function get type():int;
39 function get line():int;
43 function get charPositionInLine():int;
46 function get channel():int;
52 function get tokenIndex():int;
59 function get inputStream():CharStream;
/external/webkit/Source/WebCore/editing/
H A DCreateLinkCommand.cpp50 applyStyledElement(anchorElement.get());
52 insertNodeAt(anchorElement.get(), endingSelection().start());
54 appendNode(textNode.get(), anchorElement.get());
55 setEndingSelection(VisibleSelection(positionInParentBeforeNode(anchorElement.get()), positionInParentAfterNode(anchorElement.get()), DOWNSTREAM));
/external/chromium/base/memory/
H A Dscoped_ptr_unittest.cc34 EXPECT_TRUE(scoper.get());
37 EXPECT_EQ(10, scoper.get()->SomeMeth(10));
46 EXPECT_TRUE(scoper.get());
50 EXPECT_TRUE(scoper.get());
54 EXPECT_FALSE(scoper.get());
58 EXPECT_TRUE(scoper.get());
62 EXPECT_FALSE(scoper.get());
68 EXPECT_TRUE(scoper.get());
76 EXPECT_TRUE(scoper1 == scoper2.get());
77 EXPECT_FALSE(scoper1 != scoper2.get());
[all...]
/external/chromium/testing/gtest/test/
H A Dgtest-tuple_test.cc38 using ::std::tr1::get;
124 EXPECT_EQ(n, get<1>(t))
128 // the & operator for the return type of get<>().
129 EXPECT_EQ(&n, &(get<1>(t)))
133 get<1>(t) = 2;
151 EXPECT_EQ(0, get<0>(b1));
155 EXPECT_EQ(0, get<0>(b2));
156 EXPECT_EQ(0.0, get<1>(b2));
160 EXPECT_EQ(0.0, get<0>(b3));
161 EXPECT_EQ('\0', get<
[all...]
/external/gtest/test/
H A Dgtest-tuple_test.cc38 using ::std::tr1::get;
124 EXPECT_EQ(n, get<1>(t))
128 // the & operator for the return type of get<>().
129 EXPECT_EQ(&n, &(get<1>(t)))
133 get<1>(t) = 2;
151 EXPECT_EQ(0, get<0>(b1));
155 EXPECT_EQ(0, get<0>(b2));
156 EXPECT_EQ(0.0, get<1>(b2));
160 EXPECT_EQ(0.0, get<0>(b3));
161 EXPECT_EQ('\0', get<
[all...]
/external/clang/test/CodeGenCXX/
H A Dinstantiate-temporaries.cpp9 X get();
18 Y().get();
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
H A DGroupEntry.java23 public abstract ByteBuffer get(); method in class:GroupEntry
26 return get().limit();
/external/webkit/Source/WebCore/rendering/style/
H A DNinePieceImage.cpp31 return StyleImage::imagesEquivalent(m_image.get(), o.m_image.get()) && m_slices == o.m_slices && m_horizontalRule == o.m_horizontalRule &&
/external/llvm/include/llvm/
H A DTypeBuilder.h45 /// Function::Create(TypeBuilder<types::i<8>(MyType*), true>::get(), ...)
47 /// complain that TypeBuilder<MyType, true>::get() doesn't exist. To fix this,
53 /// static StructType *get(LLVMContext &Context) {
56 /// return StructType::get(
57 /// TypeBuilder<types::i<32>, xcompile>::get(Context),
58 /// TypeBuilder<types::i<32>*, xcompile>::get(Context),
59 /// TypeBuilder<types::i<8>*[], xcompile>::get(Context),
106 static PointerType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
107 return PointerType::getUnqual(TypeBuilder<T,cross>::get(Context));
117 static ArrayType *get(LLVMContex function in class:llvm::TypeBuilder
124 static ArrayType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
183 static IntegerType *get(LLVMContext &C) { function in class:llvm::TypeBuilder
190 static Type *get(LLVMContext& C) { function in class:llvm::TypeBuilder
198 static Type *get(LLVMContext& C) { function in class:llvm::TypeBuilder
206 static Type *get(LLVMContext& C) { return Type::getFloatTy(C); } function in class:llvm::TypeBuilder
210 static Type *get(LLVMContext& C) { return Type::getDoubleTy(C); } function in class:llvm::TypeBuilder
214 static Type *get(LLVMContext& C) { return Type::getX86_FP80Ty(C); } function in class:llvm::TypeBuilder
218 static Type *get(LLVMContext& C) { return Type::getFP128Ty(C); } function in class:llvm::TypeBuilder
222 static Type *get(LLVMContext& C) { return Type::getPPC_FP128Ty(C); } function in class:llvm::TypeBuilder
226 static Type *get(LLVMContext& C) { return Type::getX86_MMXTy(C); } function in class:llvm::TypeBuilder
231 static Type *get(LLVMContext &C) { function in class:llvm::TypeBuilder
249 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
255 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
266 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
278 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
293 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
309 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
324 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
331 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
341 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
353 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
368 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
384 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
[all...]
/external/chromium/chrome/common/
H A Djson_schema_validator_unittest_base.cc41 if (!result.get())
88 ASSERT_TRUE(schema.get());
89 ASSERT_TRUE(instance.get());
91 ExpectValid(TEST_SOURCE, instance.get(), schema.get(), NULL);
93 ExpectValid(TEST_SOURCE, instance.get(), schema.get(), NULL);
95 ExpectNotValid(TEST_SOURCE, instance.get(), schema.get(), NULL, "1",
104 ExpectNotValid(TEST_SOURCE, instance.get(), schem
[all...]
/external/oprofile/libutil++/tests/
H A Dcached_value_tests.cpp25 bool foo = boolval.get();
40 cerr << "get() on no value didn't throw\n";
44 if (boolval.reset(false) != false || boolval.get() != false) {
49 if (boolval.reset(true) != true || boolval.get() != true) {
54 if (strval.reset("foo") != "foo" || strval.get() != "foo") {
59 if (strval.reset("") != "" || strval.get() != "") {
/external/jmonkeyengine/engine/src/core/com/jme3/effect/shapes/
H A DEmitterMeshFaceShape.java62 int vertIndex = FastMath.nextRandomInt(0, vertices.get(meshIndex).size() / 3 - 1) * 3;
66 store.addLocal(vertices.get(meshIndex).get(vertIndex));
67 store.addLocal((vertices.get(meshIndex).get(vertIndex + 1).x - vertices.get(meshIndex).get(vertIndex).x) * moveFactor, (vertices.get(meshIndex).get(vertIndex + 1).y - vertices.get(meshInde
[all...]
/external/webkit/Source/WebCore/bindings/v8/
H A DScriptCachedFrameData.cpp47 if (m_context.get().IsEmpty())
49 m_global.set(m_context.get()->Global());
60 if (m_context.get().IsEmpty())
64 v8::Context::Scope contextScope(m_context.get());
66 m_context.get()->ReattachGlobal(m_global.get());
69 proxy->windowShell()->setContext(m_context.get());

Completed in 1851 milliseconds

1234567891011>>