/development/ndk/platforms/android-3/include/linux/ |
smp.h | 17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function()) 18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_enable(); 0; })
|
/device/moto/shamu/ |
releasetools.py | 80 def FullOTA_InstallEnd(info): 82 bootloader_img = info.input_zip.read("RADIO/bootloader.img") 86 WriteBootloader(info, bootloader_img) 88 radio_img = FindRadio(info.input_zip) 90 WriteRadio(info, radio_img) 94 def IncrementalOTA_VerifyEnd(info): 95 target_radio_img = FindRadio(info.target_zip) 101 source_radio_img = FindRadio(info.source_zip) 109 info.script.CacheFreeSpaceCheck(len(source_modem_img.data)) 110 radio_type, radio_device = common.GetTypeAndDevice("/modem", info.info_dict [all...] |
/external/autotest/server/site_tests/firmware_TouchMTBSetup/ |
control | 7 PURPOSE = "Install firmware_TouchMTB and version info to the remote machine." 8 CRITERIA = "This test will fail if it fails to install the version info." 15 This test installs the version info of the client-side test firmware_TouchMTB
|
/external/curl/lib/ |
getinfo.c | 40 * and should reset all session-info variables 45 struct PureInfo *info = &data->info; local 55 info->httpcode = 0; 56 info->httpproxycode = 0; 57 info->httpversion = 0; 58 info->filetime = -1; /* -1 is an illegal time and thus means unknown */ 59 info->timecond = FALSE; 61 free(info->contenttype); 62 info->contenttype = NULL [all...] |
/external/curl/tests/data/ |
test141 | 2 <info> 7 </info> 26 FTP download info with -I
|
/external/elfutils/tests/ |
allregs.c | 68 struct reginfo *info; member in struct:state 110 state->info = realloc (state->info, (regno + 1) * sizeof state->info[0]); 111 memset (&state->info[state->nregs], 0, 112 ((void *) &state->info[regno + 1] 113 - (void *) &state->info[state->nregs])); 117 state->info[regno].regno = regno; 118 state->info[regno].set = setname; 119 state->info[regno].pfx = prefix [all...] |
/external/iptables/extensions/ |
libxt_statistic.c | 52 struct xt_statistic_info *info = cb->data; local 55 info->flags |= XT_STATISTIC_INVERT; 61 info->mode = XT_STATISTIC_MODE_RANDOM; 63 info->mode = XT_STATISTIC_MODE_NTH; 69 info->u.random.probability = lround(0x80000000 * cb->val.dbl); 72 --info->u.nth.every; 79 struct xt_statistic_info *info = cb->data; local 81 if (info->mode == XT_STATISTIC_MODE_RANDOM && 86 if (info->mode == XT_STATISTIC_MODE_NTH && 92 /* at this point, info->u.nth.every have been decreased. * 123 const struct xt_statistic_info *info = (const void *)match->data; local 131 const struct xt_statistic_info *info = (const void *)match->data; local [all...] |
/external/iptables/libiptc/ |
Makefile.am | 11 libiptc_la_LDFLAGS = -version-info 0:0:0 ${libiptc_LDFLAGS2} 13 libip4tc_la_LDFLAGS = -version-info 1:0:1 15 libip6tc_la_LDFLAGS = -version-info 1:0:1 ${libiptc_LDFLAGS2}
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
resource.cpp | 86 pipe_sampler_view info; local 88 u_sampler_view_default_template(&info, pipe, pipe->format); 89 return q.pipe->create_sampler_view(q.pipe, pipe, &info); 100 pipe_surface info {}; 102 info.format = pipe->format; 103 info.usage = pipe->bind; 104 info.writable = rw; 107 info.u.buf.last_element = pipe->width0 - 1; 109 return q.pipe->create_surface(q.pipe, pipe, &info); 121 pipe_resource info {}; [all...] |
/external/skia/debugger/QT/ |
SkDrawCommandGeometryWidget.cpp | 28 SkImageInfo info = SkImageInfo::MakeN32Premul(dim, dim); local 29 fSurface.reset(SkSurface::NewRaster(info)); 44 SkImageInfo info; local 46 if (const void* pixels = fSurface->peekPixels(&info, &rowBytes)) { 47 SkASSERT(info.width() > 0); 48 SkASSERT(info.height() > 0); 52 float ratio = this->width() / info.width(); 53 resultRect = QRectF(0, 0, this->width(), ratio * info.height()); 55 float ratio = this->height() / info.height(); 56 resultRect = QRectF(0, 0, ratio * info.width(), this->height()) [all...] |
/external/skia/src/image/ |
SkSurface_Raster.cpp | 42 bool SkSurface_Raster::Valid(const SkImageInfo& info, size_t rowBytes) { 43 if (info.isEmpty()) { 50 switch (info.colorType()) { 71 uint64_t minRB = (uint64_t)info.width() << shift; 81 uint64_t size = sk_64_mul(info.height(), rowBytes); 89 SkSurface_Raster::SkSurface_Raster(const SkImageInfo& info, void* pixels, size_t rb, 92 : INHERITED(info, props) 94 fBitmap.installPixels(info, pixels, rb, nullptr, releaseProc, context); 100 : INHERITED(pr->info().width(), pr->info().height(), props 102 const SkImageInfo& info = pr->info(); local [all...] |
/external/skia/src/pdf/ |
SkJpegInfo.h | 23 If so and if info is not nullptr, populate info. 29 bool SkIsJFIF(const SkData* skdata, SkJFIFInfo* info);
|
/external/skia/tests/ |
BitmapTest.cpp | 13 const SkImageInfo info = SkImageInfo::MakeN32Premul(10, 10); local 28 bm.allocPixels(info); 31 REPORTER_ASSERT(reporter, pmap.info() == bm.info()); 41 const SkImageInfo info = SkImageInfo::MakeN32Premul(width, height); local 44 REPORTER_ASSERT(reporter, !bm.tryAllocPixels(info)); 46 SkPixelRef* pr = SkMallocPixelRef::NewAllocate(info, info.minRowBytes(), nullptr); 53 const SkImageInfo info = SkImageInfo::MakeN32Premul(width, height); local 54 const size_t explicitRowBytes = info.minRowBytes() + 24 90 SkImageInfo info = SkImageInfo::MakeA8(width, 1); local [all...] |
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/ |
smp.h | 17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function()) 18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_enable(); 0; })
|
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/ |
smp.h | 17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function()) 18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_enable(); 0; })
|
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/ |
smp.h | 17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function()) 18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_enable(); 0; })
|
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/ |
smp.h | 17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function()) 18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_enable(); 0; })
|
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/ |
smp.h | 17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function()) 18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_enable(); 0; })
|
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/ |
smp.h | 17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function()) 18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_enable(); 0; })
|
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/ |
smp.h | 17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function()) 18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_enable(); 0; })
|
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/linux/ |
smp.h | 17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function()) 18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_enable(); 0; })
|
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/linux/ |
smp.h | 17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function()) 18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_enable(); 0; })
|
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/linux/ |
smp.h | 17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function()) 18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_enable(); 0; })
|
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/linux/ |
smp.h | 17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function()) 18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_enable(); 0; })
|
/prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/linux/ |
smp.h | 17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function()) 18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_enable(); 0; })
|