/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/include/ |
bfd.h | 311 /* Find the address one past the end of SEC. */ 312 #define bfd_get_section_limit(bfd, sec) \ 313 (((bfd)->direction != write_direction && (sec)->rawsize != 0 \ 314 ? (sec)->rawsize : (sec)->size) / bfd_octets_per_byte (bfd)) 316 /* Return TRUE if input section SEC has been discarded. */ 317 #define discarded_section(sec) \ 318 (!bfd_is_abs_section (sec) \ 319 && bfd_is_abs_section ((sec)->output_section) \ 320 && (sec)->sec_info_type != SEC_INFO_TYPE_MERGE [all...] |
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/include/ |
bfd.h | 311 /* Find the address one past the end of SEC. */ 312 #define bfd_get_section_limit(bfd, sec) \ 313 (((bfd)->direction != write_direction && (sec)->rawsize != 0 \ 314 ? (sec)->rawsize : (sec)->size) / bfd_octets_per_byte (bfd)) 316 /* Return TRUE if input section SEC has been discarded. */ 317 #define discarded_section(sec) \ 318 (!bfd_is_abs_section (sec) \ 319 && bfd_is_abs_section ((sec)->output_section) \ 320 && (sec)->sec_info_type != SEC_INFO_TYPE_MERGE [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/include/ |
bfd.h | 311 /* Find the address one past the end of SEC. */ 312 #define bfd_get_section_limit(bfd, sec) \ 313 (((bfd)->direction != write_direction && (sec)->rawsize != 0 \ 314 ? (sec)->rawsize : (sec)->size) / bfd_octets_per_byte (bfd)) 316 /* Return TRUE if input section SEC has been discarded. */ 317 #define discarded_section(sec) \ 318 (!bfd_is_abs_section (sec) \ 319 && bfd_is_abs_section ((sec)->output_section) \ 320 && (sec)->sec_info_type != SEC_INFO_TYPE_MERGE [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/include/ |
bfd.h | 311 /* Find the address one past the end of SEC. */ 312 #define bfd_get_section_limit(bfd, sec) \ 313 (((bfd)->direction != write_direction && (sec)->rawsize != 0 \ 314 ? (sec)->rawsize : (sec)->size) / bfd_octets_per_byte (bfd)) 316 /* Return TRUE if input section SEC has been discarded. */ 317 #define discarded_section(sec) \ 318 (!bfd_is_abs_section (sec) \ 319 && bfd_is_abs_section ((sec)->output_section) \ 320 && (sec)->sec_info_type != SEC_INFO_TYPE_MERGE [all...] |
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/include/ |
bfd.h | 311 /* Find the address one past the end of SEC. */ 312 #define bfd_get_section_limit(bfd, sec) \ 313 (((bfd)->direction != write_direction && (sec)->rawsize != 0 \ 314 ? (sec)->rawsize : (sec)->size) / bfd_octets_per_byte (bfd)) 316 /* Return TRUE if input section SEC has been discarded. */ 317 #define discarded_section(sec) \ 318 (!bfd_is_abs_section (sec) \ 319 && bfd_is_abs_section ((sec)->output_section) \ 320 && (sec)->sec_info_type != SEC_INFO_TYPE_MERGE [all...] |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/include/ |
bfd.h | 311 /* Find the address one past the end of SEC. */ 312 #define bfd_get_section_limit(bfd, sec) \ 313 (((bfd)->direction != write_direction && (sec)->rawsize != 0 \ 314 ? (sec)->rawsize : (sec)->size) / bfd_octets_per_byte (bfd)) 316 /* Return TRUE if input section SEC has been discarded. */ 317 #define discarded_section(sec) \ 318 (!bfd_is_abs_section (sec) \ 319 && bfd_is_abs_section ((sec)->output_section) \ 320 && (sec)->sec_info_type != SEC_INFO_TYPE_MERGE [all...] |
/cts/tools/dasm/src/java_cup/ |
Main.java | 744 long sec = 0; local 754 sec = time_val / 1000; 757 if (sec < 10) 759 else if (sec < 100) 761 else if (sec < 1000) 770 return (neg ? "-" : "") + pad + sec + "." + 771 ((ms%1000)/100) + ((ms%100)/10) + (ms%10) + "sec" +
|
/frameworks/base/location/java/android/location/ |
Location.java | 253 double sec = 0.0; local 258 sec = Double.parseDouble(seconds); 264 (min == 0) && (sec == 0); 274 if (sec < 0 || sec > 59) { 279 val = deg*3600.0 + min*60.0 + sec;
|
/external/blktrace/btt/ |
globals.h | 119 __u64 rqm[2], ios[2], sec[2], wait, svctm; member in struct:stats 214 struct io *dip_find_sec(struct d_info *dip, enum iop_type type, __u64 sec); 224 struct io *rb_find_sec(struct rb_root *root, __u64 sec);
|
/external/blktrace/doc/ |
blktrace.tex | 29 \section{\label{sec:intro}Introduction} 57 \newpage\section{\label{sec:quick-start}Quick Start Guide} 63 \subsection{\label{sec:get-blktrace}Retrieving blktrace} 73 \subsection{\label{sec:patching}Patching and configuring the Linux kernel} 107 \subsection{\label{sec:mount}Mounting the debugfs file system} 127 \subsection{\label{sec:build}Build the tools} 136 \subsection{\label{sec:live-blktrace}blktrace -- live} 197 \subsection{\label{sec:pc-blktrace}blktrace -- SCSI commands} 220 \subsection{\label{sec:blktrace-post}blktrace -- post-processing} 333 \newpage\section{\label{sec:blktrace-ug}blktrace User Guide [all...] |
/external/wpa_supplicant_8/src/radius/ |
radius_das.c | 203 if (abs(now.sec - timestamp) > das->time_window) { 207 timestamp, (unsigned int) now.sec, 249 now.sec)) {
|
/art/jdwpspy/ |
Net.cpp | 504 int min, sec; local 505 getCurrentTime(&min, &sec); 509 prefix, dataLen, id, flags, cmdSet, cmd, min, sec); 515 prefix, dataLen, id, flags, error, ss.str().c_str(), min,sec);
|
/device/generic/goldfish/libqemu/ |
test_util.c | 40 return tv.sec + (double)tv.usec/1e6;
|
/external/blktrace/ |
blkparse_fmt.c | 88 time_t sec; local 91 sec = abs_start_time.tv_sec + SECONDS(timestamp); 95 sec += 1; 98 tm = localtime(&sec);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/sec/ |
ECPrivateKey.java | 1 package org.bouncycastle.asn1.sec; 21 * the elliptic curve private key object from SEC 1
|
ECPrivateKeyStructure.java | 1 package org.bouncycastle.asn1.sec; 21 * the elliptic curve private key object from SEC 1
|
/external/chromium_org/chrome/browser/resources/memory_internals/ |
memory_internals.js | 34 ' sec'; 139 history['time'] + ' sec. ago)';
|
/external/chromium_org/sql/ |
statement_unittest.cc | 83 sql::ScopedErrorCallback sec(
|
/external/icu4c/test/intltest/ |
caltest.h | 98 int32_t hr, int32_t min, int32_t sec,
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
wpagui.h | 71 int sec, const QString &msg);
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/include/ |
bfd.h | 303 /* Find the address one past the end of SEC. */ 304 #define bfd_get_section_limit(bfd, sec) \ 305 (((sec)->rawsize ? (sec)->rawsize : (sec)->size) \ 308 /* Return TRUE if input section SEC has been discarded. */ 309 #define elf_discarded_section(sec) \ 310 (!bfd_is_abs_section (sec) \ 311 && bfd_is_abs_section ((sec)->output_section) \ 312 && (sec)->sec_info_type != ELF_INFO_TYPE_MERGE [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/include/ |
bfd.h | 303 /* Find the address one past the end of SEC. */ 304 #define bfd_get_section_limit(bfd, sec) \ 305 (((sec)->rawsize ? (sec)->rawsize : (sec)->size) \ 308 /* Return TRUE if input section SEC has been discarded. */ 309 #define elf_discarded_section(sec) \ 310 (!bfd_is_abs_section (sec) \ 311 && bfd_is_abs_section ((sec)->output_section) \ 312 && (sec)->sec_info_type != ELF_INFO_TYPE_MERGE [all...] |
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/include/ |
bfd.h | 303 /* Find the address one past the end of SEC. */ 304 #define bfd_get_section_limit(bfd, sec) \ 305 (((sec)->rawsize ? (sec)->rawsize : (sec)->size) \ 308 /* Return TRUE if input section SEC has been discarded. */ 309 #define elf_discarded_section(sec) \ 310 (!bfd_is_abs_section (sec) \ 311 && bfd_is_abs_section ((sec)->output_section) \ 312 && (sec)->sec_info_type != ELF_INFO_TYPE_MERGE [all...] |
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/include/ |
bfd.h | 303 /* Find the address one past the end of SEC. */ 304 #define bfd_get_section_limit(bfd, sec) \ 305 (((sec)->rawsize ? (sec)->rawsize : (sec)->size) \ 308 /* Return TRUE if input section SEC has been discarded. */ 309 #define elf_discarded_section(sec) \ 310 (!bfd_is_abs_section (sec) \ 311 && bfd_is_abs_section ((sec)->output_section) \ 312 && (sec)->sec_info_type != ELF_INFO_TYPE_MERGE [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/include/ |
bfd.h | 303 /* Find the address one past the end of SEC. */ 304 #define bfd_get_section_limit(bfd, sec) \ 305 (((sec)->rawsize ? (sec)->rawsize : (sec)->size) \ 308 /* Return TRUE if input section SEC has been discarded. */ 309 #define elf_discarded_section(sec) \ 310 (!bfd_is_abs_section (sec) \ 311 && bfd_is_abs_section ((sec)->output_section) \ 312 && (sec)->sec_info_type != ELF_INFO_TYPE_MERGE [all...] |