Searched defs:Get (Results 176 - 195 of 195) sorted by relevance

12345678

/external/pdfium/xfa/fxfa/fm2js/
H A Dxfa_fm2jscontext.cpp320 {"Get", CXFA_FM2JSContext::Get},
4830 void CXFA_FM2JSContext::Get(CFXJSE_Value* pThis, function in class:CXFA_FM2JSContext
4835 pContext->ThrowParamCountMismatchException(L"Get");
/external/v8/src/heap/
H A Dspaces.h2525 // Get the age mark of the inactive semispace.
2573 // Get the extent of the inactive semispace (for use as a marking stack,
2581 // Get the extent of the active semispace's pages' memory.
2715 CompactionSpace* Get(AllocationSpace space) { function in class:v8::internal::CompactionSpaceCollection
/external/valgrind/drd/tests/
H A Dtsan_unittest.cpp457 // Two write accesses to GLOB are separated by PCQ Put/Get.
462 // \-------> a. Q.Get()
472 Q.Get();
799 // 4. Q.Put() ---------------> d. Q.Get()
818 Q.Get();
900 // \ \--------> A. Q1.Get()
901 // \----------------------------------> B. Q2.Get()
914 Q1.Get();
915 Q2.Get();
1411 // 5. MU.Lock() \-------> a. Q.Get() /
6586 int Get() { function in class:FifoMessageQueue
[all...]
/external/fmtlib/test/gmock/
H A Dgmock.h974 // BuiltInDefaultValue<T>::Get() returns the "built-in" default
984 static T Get() { function in class:testing::internal::BuiltInDefaultValue
999 static T Get() { return BuiltInDefaultValue<T>::Get(); } function in class:testing::internal::BuiltInDefaultValue
1008 static T* Get() { return NULL; } function in class:testing::internal::BuiltInDefaultValue
1018 static type Get() { return value; } \
1097 static T Get() { function in class:testing::DefaultValue
1099 internal::BuiltInDefaultValue<T>::Get() : *value_;
1133 static T& Get() { function in class:testing::DefaultValue
1135 internal::BuiltInDefaultValue<T&>::Get()
1148 static void Get() {} function in class:testing::DefaultValue
[all...]
/external/fmtlib/test/
H A Dgmock-gtest-all.cc1381 HANDLE Get() const { return handle_; } function in class:testing::internal::AutoHandle
3855 // Get the number of tests in this test case that should run.
7139 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() };
7163 WAIT_OBJECT_0 == ::WaitForSingleObject(child_handle_.Get(),
7167 ::GetExitCodeProcess(child_handle_.Get(), &status_code) != FALSE);
7209 GTEST_DEATH_TEST_CHECK_(event_handle_.Get() != NULL);
7222 "|" + StreamableToString(reinterpret_cast<size_t>(event_handle_.Get()));
7729 if (parent_process_handle.Get() == INVALID_HANDLE_VALUE) {
7745 if (!::DuplicateHandle(parent_process_handle.Get(), write_handl
[all...]
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc1385 HANDLE Get() const { return handle_; } function in class:testing::internal::AutoHandle
3690 // Get the number of tests in this test case that should run.
6596 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() };
6620 WAIT_OBJECT_0 == ::WaitForSingleObject(child_handle_.Get(),
6623 GTEST_DEATH_TEST_CHECK_(::GetExitCodeProcess(child_handle_.Get(), &status)
6666 GTEST_DEATH_TEST_CHECK_(event_handle_.Get() != NULL);
6682 reinterpret_cast<size_t>(event_handle_.Get()));
7106 if (parent_process_handle.Get() == INVALID_HANDLE_VALUE) {
7122 if (!::DuplicateHandle(parent_process_handle.Get(), write_handl
[all...]
/external/v8/include/
H A Dv8.h397 V8_INLINE Local<T> Get(Isolate* isolate);
502 V8_INLINE Local<T> Get(Isolate* isolate) const { function in class:v8::PersistentBase
1445 Local<String> Get() const;
1885 Local<Value> Get(Local<Value> key);
2495 * Get the ExternalStringResource for an external string. Returns
2501 * Get the ExternalOneByteStringResource for an external one-byte string.
2949 V8_DEPRECATE_SOON("Use maybe version", Local<Value> Get(Local<Value> key));
2950 V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
2953 V8_DEPRECATE_SOON("Use maybe version", Local<Value> Get(uint32_t index));
2954 V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Loca
8490 Local<T> Eternal<T>::Get(Isolate* isolate) { function in class:v8::Eternal
8767 Local<Value> ReturnValue<T>::Get() const { function in class:v8::ReturnValue
[all...]
/external/v8/src/ast/
H A Dast.h142 ZoneHashMap::Entry* Get(Variable* variable) const { function in class:v8::internal::FeedbackVectorSlotCache
/external/v8/src/regexp/
H A Djsregexp.cc119 int ch = (pattern->Get(i) & (kMod - 1));
704 unibrow::Utf16::IsLeadSurrogate(subject_->Get(last_index)) &&
705 unibrow::Utf16::IsTrailSurrogate(subject_->Get(last_index + 1))) {
1218 if (registers_to_pop.Get(reg)) {
1220 } else if (registers_to_clear.Get(reg)) {
1222 while (reg > 0 && registers_to_clear.Get(reg - 1)) {
1244 if (!affected_registers.Get(reg)) {
4495 if (out_set->Get(i)) {
4523 if (out_set->Get(i)) {
4743 if (set->Get(
6163 bool OutSet::Get(unsigned value) const { function in class:v8::internal::OutSet
6273 OutSet* DispatchTable::Get(uc32 value) { function in class:v8::internal::DispatchTable
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc1381 HANDLE Get() const { return handle_; } function in class:testing::internal::AutoHandle
3855 // Get the number of tests in this test case that should run.
7139 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() };
7163 WAIT_OBJECT_0 == ::WaitForSingleObject(child_handle_.Get(),
7167 ::GetExitCodeProcess(child_handle_.Get(), &status_code) != FALSE);
7209 GTEST_DEATH_TEST_CHECK_(event_handle_.Get() != NULL);
7222 "|" + StreamableToString(reinterpret_cast<size_t>(event_handle_.Get()));
7729 if (parent_process_handle.Get() == INVALID_HANDLE_VALUE) {
7745 if (!::DuplicateHandle(parent_process_handle.Get(), write_handl
[all...]
/external/v8/src/
H A Dapi.cc538 templates->set(i, *v8::Utils::OpenHandle(*data->templates_.Get(i)));
557 v8::Utils::OpenHandle(*data->contexts_.Get(i));
878 return Utils::ToLocal(isolate->eternal_handles()->Get(index));
2558 Local<String> Message::Get() const { function in class:v8::Message
2853 Local<Value> NativeWeakMap::Get(Local<Value> v8_key) { function in class:v8::NativeWeakMap
4222 MaybeLocal<Value> v8::Object::Get(Local<v8::Context> context, function in class:v8::v8::Object
4224 PREPARE_FOR_EXECUTION(context, Object, Get, Value);
4235 Local<Value> v8::Object::Get(v8::Local<Value> key) { function in class:v8::v8::Object
4237 RETURN_TO_LOCAL_UNCHECKED(Get(context, key), Value);
4241 MaybeLocal<Value> v8::Object::Get(Loca function in class:v8::v8::Object
4252 Local<Value> v8::Object::Get(uint32_t index) { function in class:v8::v8::Object
6937 MaybeLocal<Value> Map::Get(Local<Context> context, Local<Value> key) { function in class:v8::Map
[all...]
H A Dobjects.cc764 // Get the "prototype" of {callable}; raise an error if it's not a receiver.
875 // 4. Let len be ? ToLength(? Get(obj, "length")).
894 // 7b. Let next be ? Get(obj, indexName).
1046 // 7.a Return target.[[Get]](P, Receiver).
1081 // is false and targetDesc.[[Get]] is undefined, then
1801 // Cross-Origin [[Get]] of Well-Known Symbols does not throw, and returns
2200 int c0 = str->Get(0);
2201 int c1 = str->length() > 1 ? str->Get(1) : 0;
5914 MaybeHandle<Map> NormalizedMapCache::Get(Handle<Map> fast_map, function in class:v8::internal::NormalizedMapCache
6519 // 7c i. Let descObj be Get(prop
19744 AccessCheckInfo* AccessCheckInfo::Get(Isolate* isolate, function in class:v8::internal::AccessCheckInfo
[all...]
/external/v8/src/crankshaft/
H A Dhydrogen.cc3019 // Get the global object, then the native context
4395 HBasicBlock* HOptimizedGraphBuilder::BreakAndContinueScope::Get( function in class:v8::internal::HOptimizedGraphBuilder::BreakAndContinueScope
4449 HBasicBlock* continue_block = break_scope()->Get(
4482 HBasicBlock* break_block = break_scope()->Get(
7149 // Get transition target for each map (NULL == no transition).
10529 return New<HConstant>(s->Get(i));
12664 // Get the argument values from the original environment.
/external/valgrind/VEX/pub/
H A Dlibvex_ir.h82 these registers, one must first read ("Get") them from the guest
86 Get and Put are characterised by a byte offset into the guest
91 The basic "Get" and "Put" operations are sufficient to model normal
243 /* Get the size (in bytes) of an IRType */
1950 } Get; member in union:_IRExpr::__anon22743
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1884 milliseconds

12345678