/external/e2fsprogs/debian/ |
comerr-dev.doc-base | 11 Index: /usr/share/doc/comerr-dev/html-info/com_err.html 12 Files: /usr/share/doc/comerr-dev/html-info/*.html
|
/external/harfbuzz_ng/src/ |
hb-fallback-shape.cc | 116 hb_glyph_info_t *info = buffer->info; local 120 if (has_space && unicode->is_default_ignorable (info[i].codepoint)) { 121 info[i].codepoint = space; 126 font->get_nominal_glyph (info[i].codepoint, &info[i].codepoint); 127 font->get_glyph_advance_for_direction (info[i].codepoint, 131 font->subtract_glyph_origin_for_direction (info[i].codepoint,
|
/external/iptables/extensions/ |
libxt_IDLETIMER.c | 60 struct idletimer_tg_info *info = local 63 printf(" timeout:%u", info->timeout); 64 printf(" label:%s", info->label); 65 printf(" send_nl_msg:%u", info->send_nl_msg); 71 struct idletimer_tg_info *info = local 74 printf(" --timeout %u", info->timeout); 75 printf(" --label %s", info->label); 76 printf(" --send_nl_msg %u", info->send_nl_msg);
|
libxt_RATEEST.c | 114 struct xt_rateest_target_info *info = cb->data; local 117 for (info->interval = 0; info->interval <= 5; info->interval++) { 118 if (udata->interval <= (1 << info->interval) * (TIME_UNITS_PER_SEC / 4)) 122 if (info->interval > 5) 125 info->interval -= 2; 127 for (info->ewma_log = 1; info->ewma_log < 32; info->ewma_log++) 142 const struct xt_rateest_target_info *info = (const void *)target->data; local [all...] |
libxt_socket.c | 62 struct xt_socket_mtinfo1 *info = cb->data; local 67 info->flags |= XT_SOCKET_TRANSPARENT; 74 struct xt_socket_mtinfo2 *info = cb->data; local 79 info->flags |= XT_SOCKET_TRANSPARENT; 82 info->flags |= XT_SOCKET_NOWILDCARD; 89 struct xt_socket_mtinfo2 *info = cb->data; local 94 info->flags |= XT_SOCKET_TRANSPARENT; 97 info->flags |= XT_SOCKET_NOWILDCARD; 100 info->flags |= XT_SOCKET_RESTORESKMARK; 108 const struct xt_socket_mtinfo1 *info = (const void *)match->data local 125 const struct xt_socket_mtinfo2 *info = (const void *)match->data; local 144 const struct xt_socket_mtinfo3 *info = (const void *)match->data; local [all...] |
/external/kernel-headers/original/uapi/asm-x86/asm/ |
a.out.h | 12 unsigned a_trsize; /* length of relocation info for text, in bytes */ 13 unsigned a_drsize; /* length of relocation info for data, in bytes */
|
/external/libweave/third_party/chromium/base/ |
logging_unittest.cc | 63 EXPECT_TRUE(LOG_IS_ON(INFO)); 67 EXPECT_TRUE(kIsDebugMode == DLOG_IS_ON(INFO)); 70 LOG(INFO) << mock_log_source.Log(); 71 LOG_IF(INFO, true) << mock_log_source.Log(); 75 DLOG(INFO) << mock_log_source.Log(); 76 DLOG_IF(INFO, true) << mock_log_source.Log(); 89 EXPECT_TRUE(LOG_IS_ON(INFO)); 96 EXPECT_FALSE(LOG_IS_ON(INFO)); 103 EXPECT_FALSE(LOG_IS_ON(INFO)); 111 EXPECT_FALSE(LOG_IS_ON(INFO)); [all...] |
/external/llvm/lib/Target/MSP430/ |
CMakeLists.txt | 3 tablegen(LLVM MSP430GenRegisterInfo.inc -gen-register-info) 4 tablegen(LLVM MSP430GenInstrInfo.inc -gen-instr-info)
|
/external/llvm/test/CodeGen/Thumb/ |
2011-EpilogueBug.ll | 4 %struct.state = type { i32, %struct.info*, float**, i32, i32, i32, i32, i32, i32, i32, i32, i32, i64, i64, i64, i64, i64, i64, i8* } 5 %struct.info = type { i32, i32, i32, i32, i32, i32, i32, i8* }
|
/external/llvm/test/CodeGen/X86/ |
objc-gc-module-flags.ll | 11 !1 = !{i32 1, !"Objective-C Image Info Version", i32 0} 12 !2 = !{i32 1, !"Objective-C Image Info Section", !"__DATA, __objc_imageinfo, regular, no_dead_strip"}
|
/external/llvm/test/tools/gold/X86/ |
drop-debug.ll | 6 ; -gline-tables-only, so it contains old debug info. 8 ; CHECK: warning: LLVM gold plugin: ignoring debug info with an invalid version (1) in {{.*}}/Inputs/drop-debug.bc
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
sampler.cpp | 52 struct pipe_sampler_state info {}; struct 54 info.normalized_coords = norm_mode(); 56 info.wrap_s = info.wrap_t = info.wrap_r = 63 info.min_img_filter = info.mag_img_filter = 67 return q.pipe->create_sampler_state(q.pipe, &info);
|
/external/nanopb-c/tests/ |
Makefile | 18 lcov --base-directory . --directory build/ --gcov-tool gcov-4.6 -c -o build/coverage/nanopb.info 21 genhtml -o build/coverage build/coverage/nanopb.info
|
/external/nist-sip/java/javax/sip/message/ |
Request.java | 14 String INFO = "INFO";
|
/external/proguard/src/proguard/optimize/info/ |
NoSideEffectMethodMarker.java | 21 package proguard.optimize.info; 39 // A visitor info flag to indicate the visitor accepter is being kept, 68 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); local 69 if (info != null) 71 info.setNoSideEffects(); 87 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); local 88 return info != null && 89 info.hasNoSideEffects();
|
/external/skia/bench/ |
BlurRoundRectBench.cpp | 45 SkLayerDrawLooper::LayerInfo info; variable 46 info.fPaintBits = SkLayerDrawLooper::kMaskFilter_Bit 48 info.fColorMode = SkXfermode::kSrc_Mode; 49 info.fOffset = SkPoint::Make(SkIntToScalar(-1), SkIntToScalar(0)); 50 info.fPostTranslate = false; 51 SkPaint* paint = looperBuilder.addLayerOnTop(info); 63 SkLayerDrawLooper::LayerInfo info; variable 64 looperBuilder.addLayerOnTop(info);
|
/external/testng/ |
appveyor.yml | 9 - gradlew.bat assemble --info --no-daemon 12 - gradlew.bat test --info --no-daemon
|
/external/v8/test/cctest/compiler/ |
function-tester.h | 169 CompilationInfo info(&parse_info); 170 info.MarkAsDeoptimizationEnabled(); 172 CHECK(Parser::ParseStatic(info.parse_info())); 173 info.SetOptimizing(BailoutId::None(), Handle<Code>(function->code())); 175 info.MarkAsFunctionContextSpecializing(); 178 info.MarkAsInliningEnabled(); 181 info.MarkAsTypingEnabled(); 183 CHECK(Compiler::Analyze(info.parse_info())); 184 CHECK(Compiler::EnsureDeoptimizationSupport(&info)); 186 Pipeline pipeline(&info); [all...] |
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
transport_feedback_adapter_unittest.cc | 106 void OnSentPacket(PacketInfo info) { 107 info.arrival_time_ms = 0; 108 adapter_->AddPacket(info.sequence_number, info.payload_size, 109 info.was_paced); 110 adapter_->OnSentPacket(info.sequence_number, info.send_time_ms); 243 PacketInfo info(100, 200, 0, 1500, true); 244 sent_packets.push_back(info); 246 info.send_time_ms += kSmallDeltaUs / 1000 [all...] |
/frameworks/av/media/libmedia/ |
MemoryLeakTrackUtil.cpp | 50 extern "C" void get_malloc_leak_info(uint8_t** info, size_t* overallSize, 53 extern "C" void free_malloc_leak_info(uint8_t* info); 57 uint8_t *info; local 62 get_malloc_leak_info(&info, &overallSize, &infoSize, &totalMemory, &backtraceSize); 65 if (info == nullptr || overallSize == 0 || infoSize == 0 67 ALOGD("no malloc info, libc.debug.malloc.program property should be set"); 86 const AllocEntry * const e = (AllocEntry *)(info + i * infoSize); 93 free_malloc_leak_info(info);
|
/frameworks/base/core/java/com/android/internal/net/ |
LegacyVpnInfo.java | 61 LegacyVpnInfo info = new LegacyVpnInfo(); 62 info.key = in.readString(); 63 info.state = in.readInt(); 64 info.intent = in.readParcelable(null); 65 return info; 78 public static int stateFromNetworkInfo(NetworkInfo info) { 79 switch (info.getDetailedState()) { 89 Log.w(TAG, "Unhandled state " + info.getDetailedState()
|
/frameworks/base/core/jni/android/graphics/ |
Bitmap.h | 51 const SkImageInfo& info, size_t rowBytes, SkColorTable* ctable); 53 const SkImageInfo& info, size_t rowBytes, SkColorTable* ctable); 54 Bitmap(void* address, int fd, const SkImageInfo& info, size_t rowBytes, 57 const SkImageInfo& info() const; 65 int width() const { return info().width(); } 66 int height() const { return info().height(); } 72 void reconfigure(const SkImageInfo& info, size_t rowBytes, SkColorTable* ctable); 73 void reconfigure(const SkImageInfo& info);
|
/frameworks/rs/driver/runtime/ |
rs_abi_debuginfo.c | 2 * This file is used to generate the debug info describing 11 typedef void (*ForEachFunc_t)(const struct RsExpandKernelDriverInfo *info, uint32_t x1, uint32_t x2, uint32_t outStride);
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
IconCache.java | 127 public Drawable getFullResIcon(ResolveInfo info, UserHandle user) { 128 return getFullResIcon(info.activityInfo, user); 131 public Drawable getFullResIcon(ActivityInfo info, UserHandle user) { 135 info.applicationInfo); 140 int iconId = info.getIconResource(); 179 * Fill in "application" with the icon and label for "info." 181 public void getTitleAndIcon(ApplicationInfo application, LauncherActivityInfo info, 184 CacheEntry entry = cacheLocked(application.componentName, info, labelCache, 185 info.getUser()); 210 public Bitmap getIcon(ComponentName component, LauncherActivityInfo info, [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/ |
a.out.h | 12 unsigned a_trsize; /* length of relocation info for text, in bytes */ 13 unsigned a_drsize; /* length of relocation info for data, in bytes */
|