/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.set.operations/includes/ |
includes.pass.cpp | 33 int id[] = {3, 3, 3, 3}; local 34 const unsigned sd = sizeof(id)/sizeof(id[0]); 47 assert(std::includes(Iter1(ia), Iter1(ia+sa), Iter2(id), Iter2(id+1))); 48 assert(std::includes(Iter1(ia), Iter1(ia+sa), Iter2(id), Iter2(id+2))); 49 assert(std::includes(Iter1(ia), Iter1(ia+sa), Iter2(id), Iter2(id+3))); 50 assert(!std::includes(Iter1(ia), Iter1(ia+sa), Iter2(id), Iter2(id+4))) [all...] |
includes_comp.pass.cpp | 34 int id[] = {3, 3, 3, 3}; local 35 const unsigned sd = sizeof(id)/sizeof(id[0]); 48 assert(std::includes(Iter1(ia), Iter1(ia+sa), Iter2(id), Iter2(id+1), std::less<int>())); 49 assert(std::includes(Iter1(ia), Iter1(ia+sa), Iter2(id), Iter2(id+2), std::less<int>())); 50 assert(std::includes(Iter1(ia), Iter1(ia+sa), Iter2(id), Iter2(id+3), std::less<int>())); 51 assert(!std::includes(Iter1(ia), Iter1(ia+sa), Iter2(id), Iter2(id+4), std::less<int>())) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/ |
test_func.h | 21 explicit test_func(int id) : id_(id) {} 23 int id() const {return id_;} function in class:test_func
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.global.templates/ |
use_facet.pass.cpp | 22 static std::locale::id id; member in struct:my_facet 30 std::locale::id my_facet::id; member in class:my_facet
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/ |
copy.fail.cpp | 58 std::thread::id id = t0.get_id(); local 60 assert(t1.get_id() == id); 61 assert(t0.get_id() == std::thread::id());
|
move.pass.cpp | 59 std::thread::id id = t0.get_id(); local 61 assert(t1.get_id() == id); 62 assert(t0.get_id() == std::thread::id());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/ |
select_on_container_copy_construction.pass.cpp | 29 int id; member in struct:A 30 explicit A(int i = 0) : id(i) {} 39 int id; member in struct:B 40 explicit B(int i = 0) : id(i) {} 52 assert(std::allocator_traits<A<int> >::select_on_container_copy_construction(a).id == 0); 56 assert(std::allocator_traits<A<int> >::select_on_container_copy_construction(a).id == 0); 61 assert(std::allocator_traits<B<int> >::select_on_container_copy_construction(b).id == 100); 65 assert(std::allocator_traits<B<int> >::select_on_container_copy_construction(b).id == 100);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_num_put.h | 104 static locale::id id; member in class:num_put
|
/ndk/tests/device/test-cpufeatures/jni/ |
test_android_setCpuArm_1.c | 18 uint32_t id, cpu_id = 0x436723ee; local 32 id = android_getCpuIdArm(); 35 count, features, id); 43 if (id != cpu_id)
|
/packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/ |
ByResource.java | 32 public static BySelector id(Resources resources, int resId) { method in class:ByResource 33 String id = resources.getResourceName(resId); local 34 return By.res(id);
|
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/ |
SDL_touch.h | 46 SDL_FingerID id; member in struct:SDL_Finger 52 /* Used as the device ID for mouse events simulated with touch input */ 64 * \brief Get the touch ID with the given index, or 0 if the index is invalid.
|
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/ |
SDL_touch.h | 46 SDL_FingerID id; member in struct:SDL_Finger 52 /* Used as the device ID for mouse events simulated with touch input */ 64 * \brief Get the touch ID with the given index, or 0 if the index is invalid.
|
/prebuilts/misc/windows/sdl2/include/ |
SDL_touch.h | 46 SDL_FingerID id; member in struct:SDL_Finger 52 /* Used as the device ID for mouse events simulated with touch input */ 64 * \brief Get the touch ID with the given index, or 0 if the index is invalid.
|
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/ |
SDL_touch.h | 46 SDL_FingerID id; member in struct:SDL_Finger 52 /* Used as the device ID for mouse events simulated with touch input */ 64 * \brief Get the touch ID with the given index, or 0 if the index is invalid.
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_num_put.h | 104 static locale::id id; member in class:num_put
|
/system/bt/btcore/src/ |
hal_util.c | 42 const char *id = BT_STACK_MODULE_ID; local 60 // Check that the id matches. 61 if (strcmp(id, hmi->id) != 0) { 62 HULOGERR("id=%s does not match HAL module ID: %s", id, hmi->id); 70 LOG_TAG, "[%s] loaded HAL id=%s path=%s hmi=%p handle=%p", 71 __func__, id, kBluetoothLibraryName, hmi, handle) [all...] |
/system/connectivity/shill/binder/ |
binder_adaptor.h | 41 explicit BinderAdaptor(const std::string& id); 58 const std::string& id() { return id_; } function in class:shill::BinderAdaptor
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/ |
EngineKey.java | 16 private final String id; field in class:EngineKey 30 public EngineKey(String id, Key signature, int width, int height, ResourceDecoder cacheDecoder, 33 this.id = id; 47 originalKey = new OriginalKey(id, signature); 63 if (!id.equals(engineKey.id)) { 102 hashCode = id.hashCode(); 120 .append(id) 142 messageDigest.update(id.getBytes(STRING_CHARSET_NAME)) [all...] |
/external/opencv3/samples/android/camera-calibration/src/org/opencv/samples/cameracalibration/ |
CalibrationResult.java | 25 Integer id = i * CAMERA_MATRIX_ROWS + j; local 26 editor.putFloat(id.toString(), (float)cameraMatrixArray[id]); 52 Integer id = i * CAMERA_MATRIX_ROWS + j; local 53 cameraMatrixArray[id] = sharedPref.getFloat(id.toString(), -1);
|
/libcore/ojluni/src/main/java/sun/security/x509/ |
CertificateIssuerUniqueIdentity.java | 44 private UniqueIdentity id; field in class:CertificateIssuerUniqueIdentity 55 public static final String ID = "id"; 62 public CertificateIssuerUniqueIdentity(UniqueIdentity id) { 63 this.id = id; 74 id = new UniqueIdentity(in); 86 id = new UniqueIdentity(val); 97 id = new UniqueIdentity(val); 104 if (id == null) return "" [all...] |
CertificateSubjectUniqueIdentity.java | 52 public static final String ID = "id"; 54 private UniqueIdentity id; field in class:CertificateSubjectUniqueIdentity 61 public CertificateSubjectUniqueIdentity(UniqueIdentity id) { 62 this.id = id; 73 id = new UniqueIdentity(in); 85 id = new UniqueIdentity(val); 96 id = new UniqueIdentity(val); 103 if (id == null) return "" [all...] |
/art/compiler/optimizing/ |
ssa_test.cc | 68 int id = 0; local 71 it.Current()->SetId(id++); 74 it.Current()->SetId(id++);
|
/art/runtime/jdwp/ |
object_registry.h | 47 // The corresponding id, so we only need one map lookup in Add. 48 JDWP::ObjectId id; member in struct:art::ObjectRegistryEntry 82 template<typename T> T Get(JDWP::ObjectId id, JDWP::JdwpError* error) 84 if (id == 0) { 88 return down_cast<T>(InternalGet(id, error)); 93 void DisableCollection(JDWP::ObjectId id) 96 void EnableCollection(JDWP::ObjectId id) 99 bool IsCollected(JDWP::ObjectId id) 102 void DisposeObject(JDWP::ObjectId id, uint32_t reference_count) 107 jobject GetJObject(JDWP::ObjectId id) SHARED_REQUIRES(Locks::mutator_lock_) REQUIRES(!lock_) [all...] |
/art/runtime/ |
monitor_pool.cc | 74 // Eagerly compute id. 123 // Pull out the id which was preinitialized. 124 MonitorId id = mon_uninitialized->monitor_id_; local 127 Monitor* monitor = new(mon_uninitialized) Monitor(self, owner, obj, hash_code, id); 136 // Keep the monitor id. Don't trust it's not cleared. 137 MonitorId id = monitor->monitor_id_; local 147 // Rewrite monitor id. 148 monitor->monitor_id_ = id;
|
/bionic/libc/kernel/uapi/linux/iio/ |
events.h | 25 __u64 id; member in struct:iio_event_data
|