Searched full:objects (Results 1 – 25 of 25379) sorted by relevance
12345678910>>...1016
11 Objects/obmalloc.c:_PyMem static PyMemAllocatorEx _PyMem12 Objects/obmalloc.c:_PyMem_Debug static struct { debug_alloc_api_t …13 Objects/obmalloc.c:_PyMem_Raw static PyMemAllocatorEx _PyMem_Raw14 Objects/obmalloc.c:_PyObject static PyMemAllocatorEx _PyObject15 Objects/obmalloc.c:_PyObject_Arena static PyObjectArenaAllocator _PyO…16 Objects/obmalloc.c:_Py_tracemalloc_config struct _PyTraceMalloc_Config _Py_t…17 Objects/obmalloc.c:arenas static struct arena_object* arenas18 Objects/obmalloc.c:maxarenas static uint maxarenas19 Objects/obmalloc.c:narenas_currently_allocated static size_t narenas_currently_al…20 Objects/obmalloc.c:narenas_highwater static size_t narenas_highwater[all …]
7 # global objects to fix in core code12 Objects/boolobject.c - PyBool_Type -13 Objects/bytearrayobject.c - PyByteArrayIter_Type -14 Objects/bytearrayobject.c - PyByteArray_Type -15 Objects/bytesobject.c - PyBytesIter_Type -16 Objects/bytesobject.c - PyBytes_Type -17 Objects/capsule.c - PyCapsule_Type -18 Objects/cellobject.c - PyCell_Type -19 Objects/classobject.c - PyInstanceMethod_Type -20 Objects/classobject.c - PyMethod_Type -[all …]
388 Objects/exceptions.c ImportError_init kwlist -389 Objects/interpreteridobject.c interpid_new kwlist -390 Objects/weakrefobject.c weakref_call kwlist -391 Objects/exceptions.c NameError_init kwlist -392 Objects/exceptions.c AttributeError_init kwlist -747 Objects/bytearrayobject.c - bytearray_methods -748 Objects/bytearrayobject.c - bytearrayiter_methods -749 Objects/bytesobject.c - bytes_methods -750 Objects/bytesobject.c - striter_methods -751 Objects/classobject.c - method_methods -[all …]
20 import java.util.Objects;29 Objects.checkFromIndexSize(/* fromIndex */ 0, /* size */ 0, /* length */ 10); in test_checkFromIndexSize_valid()30 Objects.checkFromIndexSize(/* fromIndex */ 10, /* size */ 0, /* length */ 10); in test_checkFromIndexSize_valid()31 Objects.checkFromIndexSize(/* fromIndex */ 5, /* size */ 1, /* length */ 10); in test_checkFromIndexSize_valid()32 Objects.checkFromIndexSize(/* fromIndex */ 0, /* size */ 10, /* length */ 10); in test_checkFromIndexSize_valid()33 Objects.checkFromIndexSize(/* fromIndex */ 1, /* size */ 9, /* length */ 10); in test_checkFromIndexSize_valid()34 Objects.checkFromIndexSize(/* fromIndex */ 0, /* size */ 9, /* length */ 10); in test_checkFromIndexSize_valid()56 Objects.checkFromIndexSize(fromIndex, size, length); in assertFromIndexSizeOutOfBounds()63 Objects.checkFromToIndex(/* fromIndex */ 0, /* toIndex */ 0, /* length */ 10); in test_checkFromToIndex_valid()64 Objects.checkFromToIndex(/* fromIndex */ 10, /* toIndex */ 10, /* length */ 10); in test_checkFromToIndex_valid()[all …]
... index j-format-string/.git/objects/ j-format-string/.git/ ...
67 rnd.m_Result.objects.emplace_back(m_pEngine->GetThisObject()); in Resolve()74 rnd.m_Result.objects.emplace_back(pObjNode); in Resolve()76 rnd.m_Result.objects.emplace_back(rnd.m_CurObject); in Resolve()82 if (!rnd.m_Result.objects.empty()) in Resolve()85 return !rnd.m_Result.objects.empty(); in Resolve()88 rnd.m_Result.objects.emplace_back(m_pEngine->GetDocument()->GetRoot()); in Resolve()90 return !rnd.m_Result.objects.empty(); in Resolve()110 rnd.m_Result.objects.emplace_back(pChild); in ResolveAnyChild()115 for (const auto& pObject : rnd.m_Result.objects) in ResolveAnyChild()120 rnd.m_Result.objects = in ResolveAnyChild()[all …]
1 …objects/mod.rs external/rust/android-crates-io/crates/jni/src/wrapper/objects/jvalue.rs external/r…3 …objects/mod.rs external/rust/android-crates-io/crates/jni/src/wrapper/objects/jvalue.rs external/r…17 external/rust/android-crates-io/crates/jni/src/wrapper/objects/mod.rs:18 external/rust/android-crates-io/crates/jni/src/wrapper/objects/jvalue.rs:19 external/rust/android-crates-io/crates/jni/src/wrapper/objects/jmethodid.rs:20 external/rust/android-crates-io/crates/jni/src/wrapper/objects/jstaticmethodid.rs:21 external/rust/android-crates-io/crates/jni/src/wrapper/objects/jfieldid.rs:22 external/rust/android-crates-io/crates/jni/src/wrapper/objects/jstaticfieldid.rs:23 external/rust/android-crates-io/crates/jni/src/wrapper/objects/jobject.rs:24 external/rust/android-crates-io/crates/jni/src/wrapper/objects/jthrowable.rs:[all …]
81 /// of abstract objects on the stack frame.84 /// objects requested clients. These identifiers are negative integers for85 /// fixed stack objects (such as arguments passed on the stack) or nonnegative86 /// for objects that may be reordered. Instructions which refer to stack87 /// objects use a special MO_FrameIndex operand to represent these frame95 /// variable sized stack objects, it is safe to decide whether there will be96 /// any variable sized objects before all stack objects are known (for98 /// objects).137 // default, fixed objects are immutable unless marked otherwise.141 // cannot alias any other memory objects.[all …]
55 /// of abstract objects on the stack frame.58 /// objects requested clients. These identifiers are negative integers for59 /// fixed stack objects (such as arguments passed on the stack) or nonnegative60 /// for objects that may be reordered. Instructions which refer to stack61 /// objects use a special MO_FrameIndex operand to represent these frame69 /// variable sized stack objects, it is safe to decide whether there will be70 /// any variable sized objects before all stack objects are known (for72 /// objects).97 // default, fixed objects are immutable unless marked otherwise.101 // cannot alias any other memory objects.[all …]
19 <Filter Include="Objects">378 <ClInclude Include="..\Objects\stringlib\count.h">379 <Filter>Objects</Filter>381 <ClInclude Include="..\Objects\stringlib\fastsearch.h">382 <Filter>Objects</Filter>384 <ClInclude Include="..\Objects\stringlib\find.h">385 <Filter>Objects</Filter>387 <ClInclude Include="..\Objects\stringlib\partition.h">388 <Filter>Objects</Filter>390 <ClInclude Include="..\Objects\stringlib\split.h">[all …]
124 …"objectIds": [ # Applicable when status is ASSIGNED. The user has access to objects with…127 …s access to none of the objects. ALL means the user has access to all objects. ASSIGNED means the …131 …"objectIds": [ # Applicable when status is ASSIGNED. The user has access to objects with…134 …s access to none of the objects. ALL means the user has access to all objects. ASSIGNED means the …144 …"objectIds": [ # Applicable when status is ASSIGNED. The user has access to objects with…147 …s access to none of the objects. ALL means the user has access to all objects. ASSIGNED means the …154 …"objectIds": [ # Applicable when status is ASSIGNED. The user has access to objects with…157 …s access to none of the objects. ALL means the user has access to all objects. ASSIGNED means the …177 …"objectIds": [ # Applicable when status is ASSIGNED. The user has access to objects with…180 …s access to none of the objects. ALL means the user has access to all objects. ASSIGNED means the …[all …]
1 …objects/mod.rs external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/objects/jvalu…3 …objects/mod.rs external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/objects/jvalu…17 external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/objects/mod.rs:18 external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/objects/jvalue.rs:19 external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/objects/jmethodid.rs:20 external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/objects/jstaticmethodid.rs:21 external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/objects/jfieldid.rs:22 external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/objects/jstaticfieldid.rs:23 external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/objects/jobject.rs:24 external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/objects/jthrowable.rs:[all …]
93 return models.Job.objects.get(id=job_id)98 label2 = models.Label.objects.create(name='bluetooth', platform=False)108 host2 = models.Host.objects.create(hostname='test_host2', leased=False)118 host2 = models.Host.objects.create(hostname='test_host2', leased=False)141 leased_host = models.Host.objects.create(hostname='leased_host',167 host3 = models.Host.objects.create(hostname='test_host3', leased=False)191 job1 = models.Job.objects.get(pk=job1.id)208 job2 = models.Job.objects.get(pk=job2.pk)221 models.Test.objects.create(name='platform_BootPerfServer:shard',227 models.Shard.objects.get,[all …]
19 <Filter Include="Objects">273 <ClInclude Include="..\Objects\stringlib\count.h">274 <Filter>Objects</Filter>276 <ClInclude Include="..\Objects\stringlib\fastsearch.h">277 <Filter>Objects</Filter>279 <ClInclude Include="..\Objects\stringlib\find.h">280 <Filter>Objects</Filter>282 <ClInclude Include="..\Objects\stringlib\partition.h">283 <Filter>Objects</Filter>285 <ClInclude Include="..\Objects\stringlib\replace.h">[all …]
9 import java.util.Objects;165 && !Objects.equals(part, "car")) { in initFromParts()388 if (Objects.equals(name, kWildcardName)) { in parseLayoutDirection()394 } else if (Objects.equals(name, "ldltr")) { in parseLayoutDirection()400 } else if (Objects.equals(name, "ldrtl")) { in parseLayoutDirection()412 if (Objects.equals(name, kWildcardName)) { in parseSmallestScreenWidthDp()428 if (Objects.equals(name, kWildcardName)) { in parseScreenWidthDp()444 if (Objects.equals(name, kWildcardName)) { in parseScreenHeightDp()460 if (Objects.equals(name, kWildcardName)) { in parseScreenLayoutSize()466 } else if (Objects.equals(name, "small")) { in parseScreenLayoutSize()[all …]
290 _aidl_sj.add("shouldBeJerry: " + (java.util.Objects.toString(shouldBeJerry))); in toString()297 _aidl_sj.add("stringDefaultsToFoo: " + (java.util.Objects.toString(stringDefaultsToFoo))); in toString()320 _aidl_sj.add("ibinder: " + (java.util.Objects.toString(ibinder))); in toString()321 _aidl_sj.add("empty: " + (java.util.Objects.toString(empty))); in toString()340 _aidl_sj.add("addString1: " + (java.util.Objects.toString(addString1))); in toString()341 _aidl_sj.add("addString2: " + (java.util.Objects.toString(addString2))); in toString()343 _aidl_sj.add("u: " + (java.util.Objects.toString(u))); in toString()344 _aidl_sj.add("shouldBeConstS1: " + (java.util.Objects.toString(shouldBeConstS1))); in toString()354 … if (!java.util.Objects.deepEquals(shouldContainThreeFs, that.shouldContainThreeFs)) return false; in equals()355 if (!java.util.Objects.deepEquals(f, that.f)) return false; in equals()[all …]