Searched refs:part (Results 276 - 300 of 441) sorted by relevance

<<1112131415161718

/external/valgrind/main/exp-sgcheck/
H A Dpc_common.c9 This file is part of Ptrcheck, a Valgrind tool for checking pointer
146 CorePart part; member in struct:__anon14480::__anon14481::__anon14485
203 void h_record_sysparam_error( ThreadId tid, CorePart part, Char* s, argument
209 xe.XE.SysParam.part = part;
552 if (Vg_CoreSysCall == xe->XE.SysParam.part)
/external/webkit/Source/WebCore/rendering/
H A DRenderThemeMac.mm503 ControlPart part = o->style()->appearance();
506 switch (part) {
523 if (part == MenulistPart) {
554 // Compute an offset between the part renderer and the input renderer
842 bool RenderThemeMac::supportsMeter(ControlPart part) const
844 switch (part) {
856 NSLevelIndicatorStyle RenderThemeMac::levelIndicatorStyleFor(ControlPart part) const
858 switch (part) {
1685 ControlPart part = o->style()->appearance();
1687 if (part
[all...]
H A DRenderThemeSafari.cpp96 SOFT_LINK(SafariTheme, paintThemePart, void, __stdcall, (ThemePart part, CGContextRef context, const CGRect& rect, NSControlSize size, ThemeControlState state), (part, context, rect, size, state))
268 // shadow" and the check. We don't consider this part of the bounds of the control in WebKit.
274 // shadow" and the check. We don't consider this part of the bounds of the control in WebKit.
282 // shadow" and the check. We don't consider this part of the bounds of the control in WebKit.
581 // shadow. We don't consider this part of the bounds of the control in WebKit.
586 ThemePart part; local
589 part = SafariTheme::PushButtonPart;
603 part = SafariTheme::SquareButtonPart;
605 paintThemePart(part, paintInf
[all...]
/external/chromium/net/base/
H A Dnet_util.cc236 bool DecodeBQEncoding(const std::string& part, RFC2047EncodingType enc_type, argument
240 if (!base::Base64Decode(part, &decoded)) {
244 if (!QPDecode(part, &decoded)) {
310 std::string part = t.token(); local
313 if (part != "=") {
321 charset = part;
325 if (part.size() > 1 ||
326 part.find_first_of("bBqQ") == std::string::npos) {
330 if (part[0] == 'b' || part[
[all...]
/external/eigen/Eigen/src/Core/
H A DMatrixBase.h1 // This file is part of Eigen, a lightweight C++ template library
235 template<unsigned int Mode> typename internal::eigen2_part_return_type<Derived, Mode>::type part();
236 template<unsigned int Mode> const typename internal::eigen2_part_return_type<Derived, Mode>::type part() const;
238 // huuuge hack. make Eigen2's matrix.part<Diagonal>() work in eigen3. Problem: Diagonal is now a class template instead
239 // of an integer constant. Solution: overload the part() method template wrt template parameters list.
241 const DiagonalWrapper<ConstDiagonalReturnType> part() const function in class:Eigen::MatrixBase
/external/iptables/iptables/
H A Diptables-xml.c369 // part=-1 means do conditions, part=1 means do rules, part=0 means do both
371 do_rule_part(char *leveltag1, char *leveltag2, int part, int argc, argument
399 if (part == 1) { /* skip */
417 if (part == -1 && !argvattr[arg] && (isTarget(argv[arg]))) {
/external/valgrind/main/drd/
H A Ddrd_main.c3 This file is part of drd, a thread error detector.
255 static void drd_pre_mem_read(const CorePart part, argument
267 static void drd_pre_mem_read_asciiz(const CorePart part, argument
295 static void drd_post_mem_write(const CorePart part, argument
/external/webkit/Source/WebKit/mac/Carbon/
H A DHIWebView.mm901 // Focus on some part (subview) of this control (view). Maybe
1235 ControlPartCode part;
1357 part = HitTest( view, &where );
1358 SetEventParameter( inEvent, kEventParamControlPart, typeControlPartCode, sizeof( ControlPartCode ), &part );
1364 sizeof( ControlPartCode ), NULL, &part );
1367 result = GetRegion( view, part, region );
1371 GetEventParameter(inEvent, kEventParamControlPart, typeControlPartCode, NULL, sizeof(ControlPartCode), NULL, &part);
/external/webkit/WebKitLibraries/
H A DWebKitSystemInterface.h290 BOOL WKHitTestMediaUIPart(int part, int themeStyle, CGRect bounds, CGPoint point);
291 void WKMeasureMediaUIPart(int part, int themeStyle, CGRect *bounds, CGSize *naturalSize);
292 void WKDrawMediaUIPart(int part, int themeStyle, CGContextRef context, CGRect rect, unsigned state);
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_common.c293 void wps_pwd_auth_fail_event(struct wps_context *wps, int enrollee, int part) argument
302 data.pwd_auth_fail.part = part;
/external/wpa_supplicant_8/src/wps/
H A Dwps_common.c293 void wps_pwd_auth_fail_event(struct wps_context *wps, int enrollee, int part) argument
302 data.pwd_auth_fail.part = part;
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_common.c293 void wps_pwd_auth_fail_event(struct wps_context *wps, int enrollee, int part) argument
302 data.pwd_auth_fail.part = part;
/external/chromium/build/
H A Dinstall-build-deps.sh73 // This file is part of gold.
100 // This file is part of gold.
/external/llvm/
H A DREADME.android67 * Code changes to make Android's toolchain stop outputting warnings. (This part
/external/mesa3d/docs/
H A DMESA_swap_control.spec96 The swap interval is not part of the render context state. It cannot
/external/svox/pico/lib/
H A Dpicoos.h102 void picoos_get_sep_part_str (picoos_char string[], picoos_int32 stringlen, picoos_int32 * ind, picoos_char sepCh, picoos_char part[], picoos_int32 maxsize, picoos_uint8 * done);
517 /* 'stringlen' is the part of input string to be considered, possibly not containing NULLC (e.g. result of strlen).
518 * 'maxsize' is the maximal size of 'part' including a byte for the terminating NULLC! */
521 picoos_char part[], picoos_int32 maxsize, picoos_uint8 * done);
/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp2054 // We know a sufficiently simple single part selector matches simply because we found it from the rule hash.
2195 // because its contents are not part of the formal document structure.
2961 ScrollbarPart part = RenderScrollbar::partForStyleResolve(); local
2979 if (part == ScrollbarBGPart)
2981 if (part == TrackBGPart)
2983 return part == hoveredPart;
2987 if (part == ScrollbarBGPart)
2989 if (part == TrackBGPart)
2991 return part == pressedPart;
2998 return part
[all...]
/external/libvpx/examples/includes/geshi/geshi/
H A Dgml.php46 * This file is part of GeSHi.
H A Dpython.php28 * This file is part of GeSHi.
H A Dreg.php44 * This file is part of GeSHi.
H A Dtyposcript.php25 * This file is part of GeSHi.
/external/llvm/include/llvm/ADT/
H A DAPFloat.h444 integerPart part; member in union:llvm::APFloat::Significand
/external/openssl/crypto/asn1/
H A Dasn_mime.c316 /* Now write out the first part */
615 char state, part, first; local
618 part = 0;
627 part++;
631 } else if(part) {
918 * 1 : part boundary
927 /* Check for part boundary */
/external/sonivox/arm-hybrid-22k/lib_src/
H A DARM-E_interpolate_loop_gnu.s117 AND phaseFrac, tmp2, phaseFracMask @ nphaseFrac = frac part
H A DARM-E_interpolate_noloop_gnu.s109 AND phaseFrac, tmp2, phaseFracMask @ nphaseFrac = frac part

Completed in 692 milliseconds

<<1112131415161718