Searched defs:pad (Results 1 - 25 of 376) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A Daccess-nsieve.js6 function pad(number,width){ function
H A Dbitops-nsieve-bits.js6 function pad(n,width) { function
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A Daccess-nsieve.js6 function pad(number,width){ function
H A Dbitops-nsieve-bits.js6 function pad(n,width) { function
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
H A Daccess-nsieve.js6 function pad(number,width){ function
H A Dbitops-nsieve-bits.js6 function pad(n,width) { function
/external/chromium_org/content/common/
H A Dgamepad_user_gesture.cc15 const blink::WebGamepad& pad = gamepads.items[i]; local
19 if (pad.connected) {
21 unsigned buttons_to_check = std::min(pad.buttonsLength,
25 if (pad.buttons[button_index].pressed)
/external/clang/test/CodeGen/
H A D2008-01-04-WideBitfield.c5 unsigned char pad : 4; member in struct:X
/external/chromium_org/third_party/WebKit/Source/modules/gamepad/
H A DGamepadDispatcher.h25 WebGamepad pad; member in struct:blink::GamepadDispatcher::ConnectionChange
/external/dnsmasq/contrib/dnslist/
H A Ddnslist.pl198 $sec = pad($sec, '0', 2);
199 $min = pad($min, '0', 2);
200 $hour = pad($hour, '0', 2);
201 $mon = pad($mon, '0', 2);
202 $mday = pad($mday, '0', 2);
207 sub pad { subroutine
208 my ($text, $pad, $length) = @_;
210 $text = "$pad$text";
/external/freetype/src/gzip/
H A Dinftrees.h25 uInt pad; /* pad structure to a power of 2 (4 bytes for */ member in union:inflate_huft_s::__anon21555
/external/iproute2/include/linux/tc_ematch/
H A Dtc_em_text.h16 __u8 pad; member in struct:tcf_em_text
/external/iptables/include/linux/netfilter/
H A Dxt_quota.h15 __u32 pad; member in struct:xt_quota_info
H A Dxt_NFLOG.h16 __u16 pad; member in struct:xt_nflog_info
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_quota.h15 __u32 pad; member in struct:xt_quota_info
H A Dxt_NFLOG.h16 __u16 pad; member in struct:xt_nflog_info
/external/kernel-headers/original/uapi/linux/tc_ematch/
H A Dtc_em_text.h16 __u8 pad; member in struct:tcf_em_text
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dcore-extensions.rb234 # [0,1,2].pad(6,"a") #=> [0,1,2,"a","a","a"]
239 # [0,1,2].pad(-6,"a") #=> ["a","a","a",0,1,2]
243 def pad( len, val=nil ) method in class:Array
252 # Like #pad but changes the array in place.
255 # a.pad!(6,"x")
260 def pad!( len, val=nil )
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Dx_bignum.c112 int pad; local
116 if(BN_num_bits(bn) & 0x7) pad = 0;
117 else pad = 1;
119 if(pad) *cont++ = 0;
122 return pad + BN_num_bytes(bn);
/external/clang/test/CodeGenCXX/
H A Ddebug-info-template.cpp84 char pad[8]; // make the member pointer to 'e' a bit more interesting (nonzero) member in struct:foo
/external/compiler-rt/test/asan/TestCases/Posix/
H A Dasan-symbolize-sanity-test.cc50 int pad[10]; variable
H A Dshared-lib-test.cc45 int pad[10]; variable
/external/elfutils/0.153/libebl/
H A Dlibebl.h370 uint8_t pad; /* Bytes of padding after register's data. */ member in struct:__anon21216
/external/kernel-headers/original/uapi/linux/netfilter_bridge/
H A Debt_nflog.h19 __u16 pad; member in struct:ebt_nflog_info
/external/kernel-headers/original/uapi/linux/
H A Dpg.h59 char pad[12]; /* not used */ member in struct:pg_read_hdr

Completed in 3734 milliseconds

1234567891011>>