/external/wpa_supplicant_8/hostapd/ |
Android.mk | 23 # To force sizeof(enum) = 4
|
/frameworks/base/core/jni/ |
android_util_AssetManager.cpp | 818 jboolean force) 821 theme->applyStyle(styleRes, force ? true : false); [all...] |
/hardware/msm7k/libcamera/ |
QualcommCameraHardware.cpp | 109 uint32_t force); 179 uint32_t force); [all...] |
/build/core/ |
main.mk | 60 # Used to force goals to build. Only use for conditionally defined goals. 61 .PHONY: FORCE 62 FORCE: 71 # This allows us to force a clean build - included after the config.make
|
/external/kernel-headers/original/linux/ |
mm.h | 767 int len, int write, int force, struct page **pages, struct vm_area_struct **vmas); [all...] |
/external/mksh/src/ |
Build.sh | 195 /* force a failure: expr is false */ 947 /* force a failure: gcc 1.42 has a false positive here */ 963 /* force a failure: gcc 1.42 has a false positive here */ 976 /* force a failure: gcc 1.42 has a false positive here */ 990 /* force a failure: gcc 1.42 has a false positive here */ 1002 /* force a failure: gcc 1.42 has a false positive here */ 1011 /* force a failure: gcc 1.42 has a false positive here */ 1271 /* force a failure: Win32 setmode() is not what we want... */ [all...] |
/external/v8/src/ia32/ |
assembler-ia32.h | 530 // It's only safe to temporarily force support of CPU features 1017 // Use --code-comments to enable, or provide "force = true" flag to always 1019 void RecordComment(const char* msg, bool force = false); [all...] |
assembler-ia32.cc | [all...] |
/external/valgrind/main/exp-bbv/tests/amd64-linux/ |
ll.S | 267 # gas won't let us force the one-byte constant
|
/external/valgrind/main/exp-bbv/tests/x86-linux/ |
ll.S | 261 # gas won't let us force the one-byte constant
|
/external/webkit/Tools/Scripts/ |
VCSUtils.pm | [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidXmlEditor.java | 191 initUiRootNode(true /*force*/); 224 * @param force if true, a new UiManifestNode is recreated even if it already exists. 226 abstract protected void initUiRootNode(boolean force); [all...] |
/prebuilt/common/eclipse/ |
org.eclipse.jface_3.4.2.M20090107-0800.jar | |
/frameworks/base/services/input/ |
InputReader.cpp | [all...] |
/external/chromium/chrome/browser/resources/ntp/ |
apps.js | 570 if (!this.dirty_ && options.force != true)
|
/external/iproute2/doc/ |
api-ip6-flowlabels.tex | 113 Certainly, it is not solution but rather attempt to force applications
|
/external/oprofile/events/i386/nehalem/ |
events | 72 event:0xA7 counters:0,1,2,3 um:one minimum:6000 name:BACLEAR_FORCE_IQ : Counts number of times a BACLEAR was forced by the Instruction Queue. The IQ is also responsible for providing conditional branch prediciton direction based on a static scheme and dynamic data provided by the L2 Branch Prediction Unit. If the conditional branch target is not found in the Target Array and the IQ predicts that the branch is taken, then the IQ will force the Branch Address Calculator to issue a BACLEAR. Each BACLEAR asserted by the BAC generates approximately an 8 cycle bubble in the instruction fetch pipeline.
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_voicemgt.c | 420 * We also force all voices to mute quickly. 430 * force - force reset even if voices are active 436 * - force all voices to update their envelope states to mute 440 void VMReset (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_BOOL force) 444 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_INFO, "VMReset: request to reset synth. Force = %d\n", force); */ } 447 /* force voices to off state - may cause audio artifacts */ 448 if (force) [all...] |
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_voicemgt.c | 420 * We also force all voices to mute quickly. 430 * force - force reset even if voices are active 436 * - force all voices to update their envelope states to mute 440 void VMReset (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_BOOL force) 444 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_INFO, "VMReset: request to reset synth. Force = %d\n", force); */ } 447 /* force voices to off state - may cause audio artifacts */ 448 if (force) [all...] |
/external/sonivox/arm-wt-22k/lib_src/ |
eas_voicemgt.c | 420 * We also force all voices to mute quickly. 430 * force - force reset even if voices are active 436 * - force all voices to update their envelope states to mute 440 void VMReset (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_BOOL force) 444 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_INFO, "VMReset: request to reset synth. Force = %d\n", force); */ } 447 /* force voices to off state - may cause audio artifacts */ 448 if (force) [all...] |
/external/stlport/ |
configure.bat | 173 echo to also force use of wchar_t as an intrinsic type:
|
/external/v8/src/x64/ |
assembler-x64.cc | [all...] |
/external/webkit/Source/WebCore/platform/graphics/wince/ |
GraphicsContextWinCE.cpp | 268 PassRefPtr<SharedBitmap> getTransparentLayerBitmap(IntRect& origRect, AlphaPaintType alphaPaint, RECT& bmpRect, bool checkClipBox, bool force) const 273 if (force || m_opacity < 1.) { [all...] |
/frameworks/base/media/java/android/media/ |
AudioService.java | 633 * @param force If true, set the volume even if the desired volume is same 637 private void setStreamVolumeInt(int streamType, int index, boolean force, boolean lastAudible) { 650 if (streamState.setIndex(index, lastAudible) || force) { [all...] |
/packages/apps/Exchange/src/com/android/exchange/ |
ExchangeService.java | [all...] |