/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
sb.s | 122 # Round to a 16 byte boundary, for ease in testing multiple targets.
|
/build/core/ |
dpi_specific_apk.mk | 80 # Phony targets used by "apps_only".
|
executable_prefer_symlink.mk | 9 # check because 32 bit targets may not define TARGET_PREFER_32_BIT_APPS
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/docs/apidoc/ |
epydoc.js | 237 // Get the targets 239 var targets = targets_elt.getAttribute("targets"); 241 target_list = targets.split(",");
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/docs/apidoc/ |
epydoc.js | 237 // Get the targets 239 var targets = targets_elt.getAttribute("targets"); 241 target_list = targets.split(",");
|
/external/libgdx/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/ |
AntScriptGenerator.java | 24 /** Generates Ant scripts for multiple native build targets based on the given {@link BuildConfig}.</p>
28 * libraries into a Jar file containing all shared libraries for all desktop platform targets, and armeabi/ and armeabi-v7a/
60 * @param targets list of {@link BuildTarget} instances */
61 public void generate (BuildConfig config, BuildTarget... targets) {
86 for (BuildTarget target : targets) {
|
/external/mesa3d/src/gallium/ |
Android.mk | 30 targets/egl-static \
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
si_state_streamout.c | 246 struct pipe_stream_output_target **targets, 259 /* Set the new targets. */ 261 pipe_so_target_reference((struct pipe_stream_output_target**)&rctx->so_targets[i], targets[i]);
|
/external/zlib/src/contrib/delphi/ |
zlibd32.mak | 27 # targets
|
/external/zlib/src/contrib/pascal/ |
zlibd32.mak | 27 # targets
|
/frameworks/compile/mclinker/tools/mcld/ |
Main.cpp | 212 if (config.targets().triple().getOS() == llvm::Triple::Win32) { 344 config_.targets().setArch(arg->getValue()); 348 config_.targets().setTargetCPU(arg->getValue()); 351 config_.targets().setTriple(triple); 362 config_.targets().setGPSize(size); 374 config_.targets().setStubGroupSize(size); 378 config_.targets().setFixCA53Erratum835769( 382 config_.targets().setFixCA53Erratum843419( [all...] |
/hardware/qcom/media/msm8974/mm-core/ |
Android.mk | 12 # Figure out the targets
|
/prebuilts/go/darwin-x86/src/runtime/ |
hash_test.go | 353 // on 64-bit targets and indirect interfaces on 354 // 32-bit targets. 385 // on 64-bit targets and indirect interfaces on 386 // 32-bit targets.
|
/prebuilts/go/linux-x86/src/runtime/ |
hash_test.go | 353 // on 64-bit targets and indirect interfaces on 354 // 32-bit targets. 385 // on 64-bit targets and indirect interfaces on 386 // 32-bit targets.
|
/build/kati/cmd/kati/ |
main.go | 142 func save(g *kati.DepGraph, targets []string) error { 145 err = kati.GOB.Save(g, saveGOB, targets) 148 serr := kati.JSON.Save(g, saveJSON, targets) 281 err = save(g, req.Targets) 297 return n.Save(g, "", req.Targets) 316 err = ex.Exec(g, req.Targets)
|
/external/v8/src/compiler/ |
code-generator.cc | 19 JumpTable(JumpTable* next, Label** targets, size_t target_count) 20 : next_(next), targets_(targets), target_count_(target_count) {} 24 Label** targets() const { return targets_; } function in class:v8::internal::compiler::final 174 AssembleJumpTable(table->targets(), table->target_count()); 415 Label* CodeGenerator::AddJumpTable(Label** targets, size_t target_count) { 416 jump_tables_ = new (zone()) JumpTable(jump_tables_, targets, target_count);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
TemplateHandlerTest.java | 321 IAndroidTarget[] targets = Sdk.getCurrent().getTargets(); local 322 for (int i = targets.length - 1; i >= 0; i--) { 323 IAndroidTarget target = targets[i]; 434 IAndroidTarget[] targets = Sdk.getCurrent().getTargets(); local 435 for (int i = targets.length - 1; i >= 0; i--) { 436 IAndroidTarget target = targets[i]; [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
PluralRulesTest.java | 221 private String[] getTargetStrings(String targets) { 223 String[] valSets = Utility.split(targets, ';'); 250 private void checkTargets(PluralRules rules, String[] targets) { 251 for (int i = 0; i < targets.length; ++i) { 252 assertEquals("value " + i, targets[i], rules.select(i)); 269 String[] targets = getTargetStrings(expected); 270 checkTargets(rules, targets); [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
PluralRulesTest.java | 217 private String[] getTargetStrings(String targets) { 219 String[] valSets = Utility.split(targets, ';'); 246 private void checkTargets(PluralRules rules, String[] targets) { 247 for (int i = 0; i < targets.length; ++i) { 248 assertEquals("value " + i, targets[i], rules.select(i)); 265 String[] targets = getTargetStrings(expected); 266 checkTargets(rules, targets); [all...] |
/external/vulkan-validation-layers/tests/ |
vkrenderframework.cpp | 253 void VkRenderFramework::InitRenderTarget(uint32_t targets) { 254 InitRenderTarget(targets, NULL); 261 void VkRenderFramework::InitRenderTarget(uint32_t targets, 266 attachments.reserve(targets + 1); // +1 for dsBinding 267 color_references.reserve(targets); 268 bindings.reserve(targets + 1); // +1 for dsBinding 290 for (uint32_t i = 0; i < targets; i++) { 331 subpass.colorAttachmentCount = targets; 354 ds_reference.attachment = targets; [all...] |
/external/ImageMagick/coders/ |
xpm.c | 195 *const targets[NumberTargets] = { "c ", "g ", "g4 ", "m ", "b ", "s " }; 202 for (q=targets[i]; *p != '\0'; p++) 218 q=targets[i]; 233 if ((*p == *targets[i]) && (*(p+1) == *(targets[i]+1))) 191 *const targets[NumberTargets] = { "c ", "g ", "g4 ", "m ", "b ", "s " }; local [all...] |
/external/mesa3d/src/mesa/main/ |
texstate.c | 542 * which texture targets are enabled (fixed function) or referenced 708 static const GLenum targets[] = { local 721 STATIC_ASSERT(Elements(targets) == NUM_TEXTURE_TARGETS); 722 assert(targets[TEXTURE_2D_INDEX] == GL_TEXTURE_2D); 723 assert(targets[TEXTURE_CUBE_INDEX] == GL_TEXTURE_CUBE_MAP); 727 = ctx->Driver.NewTextureObject(ctx, 0, targets[tgt]))) {
|
/build/kati/ |
ninja.cc | 402 // anymore. This won't set local_pool for targets which appear 404 // command appears soon so almost all build targets have 629 if (g_flags.targets.empty() || g_flags.gen_all_targets) { 633 for (Symbol s : g_flags.targets) {
|
/external/clang/ |
build.py | 101 targets = ['clang-toolchain'] 103 targets += ['llvm-tools'] 105 ['make', jobs_arg] + overrides + targets, cwd=android_path(), env=env)
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
DeviceProfile.java | 464 LinearLayout targets = (LinearLayout) searchBar.findViewById(R.id.drag_target_bar); local 465 targets.setOrientation(LinearLayout.VERTICAL); 466 FrameLayout.LayoutParams targetsLp = (FrameLayout.LayoutParams) targets.getLayoutParams();
|