/external/libsepol/utils/ |
Makefile | 9 TARGETS=$(patsubst %.c,%,$(wildcard *.c)) 11 all: $(TARGETS) 15 install -m 755 $(TARGETS) $(BINDIR) 18 -rm -f $(TARGETS) *.o
|
/external/llvm/test/Transforms/LoopStrengthReduce/AArch64/ |
lit.local.cfg | 3 if not 'AArch64' in config.root.targets:
|
/external/llvm/test/Transforms/LoopVectorize/AArch64/ |
lit.local.cfg | 3 if not 'AArch64' in config.root.targets:
|
/frameworks/base/tests/TransitionTests/res/transition/ |
login_slider_transition.xml | 3 <targets> 6 </targets> 9 <targets> 12 </targets>
|
/external/chromium_org/tools/gyp/test/errors/ |
duplicate_node.gyp | 6 'targets': [ 9 'targets': [
|
/external/chromium_org/tools/gyp/test/win/system-include/ |
test.gyp | 11 'common', # Same for all targets 14 'targets': [
|
/external/chromium_org/tools/win/static_initializers/ |
static_initializers.gyp | 11 'targets': [ 24 'targets': [],
|
/external/clang/test/CodeGen/ |
pr18235.c | 3 // CHECK: error: unable to create target: 'No available targets are compatible with this triple, see -version for the available targets.'
|
/hardware/qcom/gps/ |
Android.mk | 5 #For msm8960/apq8064 targets 8 #For all other targets
|
/external/chromium_org/ui/base/accelerators/ |
accelerator_manager.cc | 22 AcceleratorTargetList& targets = accelerators_[accelerator].second; local 23 DCHECK(std::find(targets.begin(), targets.end(), target) == targets.end()) 30 targets.push_front(target); 40 targets.push_front(target); 42 targets.insert(++targets.begin(), target); 53 AcceleratorTargetList* targets = &map_iter->second.second; local 55 std::find(targets->begin(), targets->end(), target) 73 AcceleratorTargetList* targets = &map_iter->second.second; local [all...] |
/dalvik/dx/src/com/android/dx/io/instructions/ |
SparseSwitchPayloadDecodedInstruction.java | 32 private final int[] targets; field in class:SparseSwitchPayloadDecodedInstruction 38 int opcode, int[] keys, int[] targets) { 41 if (keys.length != targets.length) { 42 throw new IllegalArgumentException("keys/targets length mismatch"); 46 this.targets = targets; 59 return targets;
|
/external/chromium_org/tools/cr/cr/actions/ |
debugger.py | 30 def Restart(self, targets, arguments): 35 self.Kill(targets, []) 36 self.Invoke(targets, arguments) 39 def Kill(self, targets, arguments): 41 cr.Runner.Kill(targets, arguments) 44 def Invoke(self, targets, arguments): 49 def Attach(self, targets, arguments):
|
/external/chromium_org/tools/cr/cr/commands/ |
debug.py | 31 targets = cr.Target.GetTargets() 33 cr.Debugger.Attach(targets, cr.context.remains) 35 cr.Debugger.Restart(targets, cr.context.remains) 37 cr.Builder.Build(targets, []) 38 cr.Debugger.Kill(targets, []) 39 cr.Installer.Reinstall(targets, []) 40 cr.Debugger.Invoke(targets, cr.context.remains)
|
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
SparseSwitchPayloadDecodedInstruction.java | 32 private final int[] targets; field in class:SparseSwitchPayloadDecodedInstruction 38 int opcode, int[] keys, int[] targets) { 41 if (keys.length != targets.length) { 42 throw new IllegalArgumentException("keys/targets length mismatch"); 46 this.targets = targets; 59 return targets;
|
/external/chromium_org/third_party/skia/src/animator/ |
SkHitClear.cpp | 15 SK_MEMBER_ARRAY(targets, Displayable) 23 for (int tIndex = 0; tIndex < targets.count(); tIndex++) { 24 SkDisplayable* target = targets[tIndex];
|
/external/skia/src/animator/ |
SkHitClear.cpp | 15 SK_MEMBER_ARRAY(targets, Displayable) 23 for (int tIndex = 0; tIndex < targets.count(); tIndex++) { 24 SkDisplayable* target = targets[tIndex];
|
/external/chromium_org/build/ |
some.gyp | 5 'targets': [ 10 # This file is intended to be locally modified. List the targets you use 12 # those targets and the targets they are transitively dependent on. This
|
/external/chromium_org/chrome/browser/safe_browsing/verifier_test/ |
verifier_unittest.gyp | 2 'targets': [
|
/external/chromium_org/native_client_sdk/src/examples/api/gamepad/ |
example.dsc | 3 'TARGETS': [
|
/external/chromium_org/native_client_sdk/src/libraries/error_handling/ |
library.dsc | 3 'TARGETS': [
|
/external/chromium_org/third_party/icu/source/samples/uresb/ |
resources.mak | 4 TARGETS = en.res root.res sr.res 14 all : $(TARGETS) 15 @echo All targets are up to date 18 -erase $(TARGETS)
|
/external/chromium_org/third_party/skia/gyp/ |
etc1.gyp | 5 'targets': [
|
poppler.gyp | 3 'targets': [{
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/ |
g711.gypi | 10 'targets': [ 31 ], # targets 34 'targets': [ 45 ], # targets
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/ |
g722.gypi | 9 'targets': [ 31 ], # targets 34 'targets': [ 45 ], # targets
|