Searched
full:all (Results
376 -
400 of
147547) sorted by null
<<11121314151617181920>>
/external/llvm/test/CodeGen/Mips/ |
mips64instrs.ll | 1 ; RUN: llc -march=mips64el -mcpu=mips4 -verify-machineinstrs < %s | FileCheck -check-prefix=ALL -check-prefix=MIPS4 -check-prefix=ACCMULDIV %s 2 ; RUN: llc -march=mips64el -mcpu=mips64 -verify-machineinstrs < %s | FileCheck -check-prefix=ALL -check-prefix=HAS-DCLO -check-prefix=ACCMULDIV %s 3 ; RUN: llc -march=mips64el -mcpu=mips64r2 -verify-machineinstrs < %s | FileCheck -check-prefix=ALL -check-prefix=HAS-DCLO -check-prefix=ACCMULDIV %s 4 ; RUN: llc -march=mips64el -mcpu=mips64r6 -verify-machineinstrs < %s | FileCheck -check-prefix=ALL -check-prefix=HAS-DCLO -check-prefix=GPRMULDIV %s 11 ; ALL-LABEL: f0: 12 ; ALL: daddu $2, ${{[45]}}, ${{[45]}} 19 ; ALL-LABEL: f1: 20 ; ALL: dsubu $2, $4, $5 27 ; ALL-LABEL: f4: 28 ; ALL: and $2, ${{[45]}}, ${{[45]} [all...] |
/dalvik/dx/tests/032-bb-live-code/ |
info.txt | 2 includes as live code all code which could possibly be flowed 4 flow to the subsequent instruction, and all forks of each conditional
|
/development/tools/recovery_l10n/ |
Android.mk | 1 # Copyright 2012 Google Inc. All Rights Reserved. 10 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
/external/antlr/antlr-3.4/runtime/JavaScript/build/ |
license.txt | 2 Copyright (c) 2003-2008 Terence Parr. All rights reserved. 7 Copyright (c) 2008, Yahoo! Inc. All rights reserved.
|
/external/chromium_org/android_webview/native/ |
android_webview_jni_registrar.h | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 12 // Register all JNI bindings necessary for chrome.
|
/external/chromium_org/ash/ |
cancel_mode.h | 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 10 // Sends a CancelMode event to all window hierarchies.
|
/external/chromium_org/chrome/browser/android/ |
chrome_jni_registrar.h | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 13 // Register all JNI bindings necessary for chrome.
|
/external/chromium_org/chrome/browser/ui/cocoa/download/ |
download_show_all_button.h | 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 7 // The "Show All" button on the download shelf. This is a subclass for custom
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
browser_shutdown.h | 1 // Copyright 2014 The Chromium Authors. All rights reserved. 10 // Destroys all the WebContents in |browser|s TabStrip.
|
/external/chromium_org/components/autofill/core/browser/android/ |
component_jni_registrar.h | 1 // Copyright 2013 The Chromium Authors. All rights reserved. 12 // Register all JNI bindings necessary for the autofill
|
/external/chromium_org/components/dom_distiller/android/ |
component_jni_registrar.h | 1 // Copyright 2014 The Chromium Authors. All rights reserved. 14 // Register all JNI bindings necessary for the dom_distiller component.
|
/external/chromium_org/components/gcm_driver/android/ |
component_jni_registrar.h | 1 // Copyright 2014 The Chromium Authors. All rights reserved. 14 // Register all JNI bindings necessary for the gcm_driver component.
|
/external/chromium_org/components/navigation_interception/ |
component_jni_registrar.h | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 12 // Register all JNI bindings necessary for the navigation_interception
|
/external/chromium_org/components/web_contents_delegate_android/ |
component_jni_registrar.h | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 12 // Register all JNI bindings necessary for the web_contents_delegate_android
|
/external/chromium_org/content/app/android/ |
app_jni_registrar.h | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 13 // Register all JNI bindings necessary for content app.
|
/external/chromium_org/content/shell/android/ |
shell_jni_registrar.h | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 13 // Register all JNI bindings necessary for content shell.
|
/external/chromium_org/ppapi/tests/ |
test_c_includes.c | 1 /* Copyright (c) 2010 The Chromium Authors. All rights reserved. 5 * This test simply includes all the C headers to ensure they compile with a
|
/external/chromium_org/skia/ |
skia_Prefix.pch | 1 // Copyright (c) 2008 The Chromium Authors. All rights reserved. 5 // Prefix header for all source files in the 'Skia' framework.
|
/external/chromium_org/tools/gyp/test/sibling/src/build/ |
all.gyp | 1 # Copyright (c) 2009 Google Inc. All rights reserved. 8 'target_name': 'All',
|
/external/chromium_org/tools/memory_inspector/memory_inspector/core/ |
exceptions.py | 1 # Copyright 2014 The Chromium Authors. All rights reserved. 6 """Base exception class used for all memory inspector related exceptions."""
|
/external/clang/test/SemaCXX/ |
implicit-int.cpp | 3 x; // expected-error{{C++ requires a type specifier for all declarations}} 5 f(int y) { return y; } // expected-error{{C++ requires a type specifier for all declarations}}
|
/external/kernel-headers/original/uapi/linux/ |
nvram.h | 10 /* for all current systems, this is where NVRAM starts */ 12 /* all these functions expect an NVRAM offset, not an absolute */
|
/external/libsepol/man/ |
Makefile | 5 all: 7 install: all
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
environment.c | 2 * We put all the perf config variables in this same object 4 * without having to link against all the rest of perf.
|
/external/llvm/test/CodeGen/Generic/ |
print-after.ll | 4 ; CHECK-NOT: -print-after-all 6 ; CHECK: -print-after-all
|
Completed in 557 milliseconds
<<11121314151617181920>>