HomeSort by relevance Sort by last modified time
    Searched refs:isWrite (Results 1 - 25 of 52) sorted by null

1 2 3

  /packages/services/Car/vehicle_network_service/
VehiclePropertyAccessControl.h 40 bool testAccess(int32_t property, int32_t uid, bool isWrite);
VehiclePropertyAccessControl.cpp 319 bool isWrite) {
340 if (isWrite) {
VehicleNetworkService.h 315 virtual bool isOperationAllowed(int32_t property, bool isWrite);
VehicleNetworkService.cpp 264 bool VehicleNetworkService::isOperationAllowed(int32_t property, bool isWrite) {
267 bool allowed = mVehiclePropertyAccessControl.testAccess(property, uid, isWrite);
269 ALOGW("Property 0x%x: access not allowed for uid %d, isWrite %d", property, uid, isWrite);
    [all...]
  /external/valgrind/helgrind/
hg_errors.h 55 Addr data_addr, Int szB, Bool isWrite,
hg_errors.c 311 Bool isWrite;
435 Bool acc_isW = xe->XE.Race.isWrite;
470 Addr data_addr, Int szB, Bool isWrite,
501 xe.XE.Race.isWrite = isWrite;
503 tl_assert(isWrite == False || isWrite == True);
672 && xe1->XE.Race.isWrite == xe2->XE.Race.isWrite
    [all...]
libhb_core.c     [all...]
  /packages/services/Car/libvehiclenetwork/include/
IVehicleNetwork.h 84 virtual bool isOperationAllowed(int32_t property, bool isWrite) = 0;
  /external/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 265 bool isWrite) const;
571 bool isWrite) const {
572 return DepChecker.getInstructionsForAccess(Ptr, isWrite);
  /external/opencv3/modules/calib3d/test/
test_stereomatching.cpp 378 int processStereoMatchingResults( FileStorage& fs, int caseIdx, bool isWrite,
428 bool isWrite = true; // write or compare results
430 isWrite = false;
487 int tempCode = processStereoMatchingResults( resFS, ci, isWrite,
492 if( isWrite )
540 int CV_StereoMatchingTest::processStereoMatchingResults( FileStorage& fs, int caseIdx, bool isWrite,
571 if( isWrite )
  /external/compiler-rt/lib/asan/
asan_poisoning.cc 213 #define CHECK_SMALL_REGION(p, size, isWrite) \
221 __asan_report_error(pc, bp, sp, __bad, isWrite, __size, 0);\
asan_interceptors.cc 57 #define ACCESS_MEMORY_RANGE(ctx, offset, size, isWrite) do { \
78 ReportGenericError(pc, bp, sp, __bad, isWrite, __size, 0, false);\
  /external/valgrind/memcheck/
mc_errors.c 116 Bool isWrite; // read or write?
596 extra->Err.Addr.isWrite ? "Write" : "Read" );
598 extra->Err.Addr.isWrite ? "write" : "read",
606 extra->Err.Addr.isWrite ? "write" : "read",
738 Bool isWrite )
746 if (VG_(is_watched)( (isWrite ? write_watchpoint : read_watchpoint), a, szB))
756 extra.Err.Addr.isWrite = isWrite;
    [all...]
mc_include.h 527 Bool isWrite );
  /developers/build/prebuilts/gradle/StorageProvider/Application/src/main/java/com/example/android/storageprovider/
MyCloudProvider.java 304 final boolean isWrite = (mode.indexOf('w') != -1);
305 if (isWrite) {
  /developers/samples/android/content/documentsUi/StorageProvider/Application/src/main/java/com/example/android/storageprovider/
MyCloudProvider.java 304 final boolean isWrite = (mode.indexOf('w') != -1);
305 if (isWrite) {
  /development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/
MyCloudProvider.java 304 final boolean isWrite = (mode.indexOf('w') != -1);
305 if (isWrite) {
  /external/valgrind/cachegrind/
cg_main.c 954 Bool isWrite )
981 helperName = isWrite ? "log_0Ir_1Dw_cache_access"
983 helperAddr = isWrite ? &log_0Ir_1Dw_cache_access
    [all...]
  /external/valgrind/exp-dhat/
dh_main.c 799 void addMemEvent(IRSB* sbOut, Bool isWrite, Int szB, IRExpr* addr,
814 if (isWrite) {
926 addMemEvent( sbOut, False/*!isWrite*/,
936 addMemEvent( sbOut, True/*isWrite*/,
955 addMemEvent( sbOut, False/*!isWrite*/,
958 addMemEvent( sbOut, True/*isWrite*/,
980 addMemEvent( sbOut, False/*!isWrite*/,
982 addMemEvent( sbOut, True/*isWrite*/,
992 addMemEvent( sbOut, False/*!isWrite*/,
998 addMemEvent( sbOut, True/*isWrite*/,
    [all...]
  /external/valgrind/callgrind/
main.c 675 Bool isWrite )
701 helperName = isWrite ? CLG_(cachesim).log_0I1Dw_name
703 helperAddr = isWrite ? CLG_(cachesim).log_0I1Dw
1078 True/*isWrite*/ );
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java     [all...]
  /external/llvm/lib/Analysis/
LoopAccessAnalysis.cpp 561 bool IsWrite = Accesses.count(MemAccessInfo(Ptr, true));
562 MemAccessInfo Access(Ptr, IsWrite);
564 if (IsWrite)
587 RtCheck.insert(TheLoop, Ptr, IsWrite, DepId, ASId, StridesMap, PSE);
702 bool IsWrite = AC.getInt();
706 bool IsReadOnlyPtr = ReadOnlyPtr.count(Ptr) && !IsWrite;
711 assert(((IsReadOnlyPtr && UseDeferred) || IsWrite ||
715 MemAccessInfo Access(Ptr, IsWrite);
722 // "a[b[i]] +="). Hence, we need the second check for "!IsWrite".
732 if ((IsWrite || IsReadOnlyPtr) && SetHasWrite)
    [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]
  /external/v8/test/mjsunit/asm/embenchen/
copy.js     [all...]
corrections.js     [all...]

Completed in 2152 milliseconds

1 2 3