HomeSort by relevance Sort by last modified time
    Searched refs:Basic (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /dalvik/dx/tests/115-merge/testdata/
Basic.java 3 public class Basic {
  /external/clang/unittests/Basic/
Makefile 1 ##===- unittests/Basic/Makefile ----------------------------*- Makefile -*-===##
11 TESTNAME = Basic
  /external/clang/
clang-version-inc.mk 2 ## Generate clang/Basic/Version.inc
13 # (Copy from include/clang/Basic/Makefile)
25 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/Basic/Version.inc
26 $(intermediates)/include/clang/Basic/Version.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Version.inc.in
clang-tblgen-rules.mk 14 $(intermediates)/include/clang/AST/AttrImpl.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td $(CLANG_TBLGEN)
20 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/Basic/AttrList.inc
21 $(intermediates)/include/clang/Basic/AttrList.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td $(CLANG_TBLGEN)
28 $(intermediates)/include/clang/Lex/AttrSpellings.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td $(CLANG_TBLGEN)
35 $(intermediates)/include/clang/Serialization/AttrPCHRead.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td $(CLANG_TBLGEN)
42 $(intermediates)/include/clang/Serialization/AttrPCHWrite.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td $(CLANG_TBLGEN)
49 $(intermediates)/include/clang/Parse/AttrLateParsed.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td $(CLANG_TBLGEN)
56 $(intermediates)/include/clang/AST/Attrs.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td $(CLANG_TBLGEN)
72 LOCAL_GENERATED_SOURCES += $(addprefix $(intermediates)/include/clang/Basic/,$(filter Diagnostic%Kinds.inc,$(TBLGEN_TABLES))
    [all...]
Android.mk 10 lib/Basic \
  /external/chromium/base/memory/
scoped_native_library_unittest.cc 14 TEST(ScopedNativeLibrary, Basic) {
  /external/chromium/net/base/
ssl_cipher_suite_names_unittest.cc 12 TEST(CipherSuiteNamesTest, Basic) {
  /external/clang/lib/
Makefile 11 PARALLEL_DIRS = Headers Basic Lex Parse AST Sema CodeGen Analysis \
  /external/clang/unittests/
Makefile 17 PARALLEL_DIRS = AST Basic Frontend
  /external/chromium/base/
base64_unittest.cc 15 TEST(Base64Test, Basic) {
  /external/chromium/chrome/browser/download/
download_status_updater.h 30 FRIEND_TEST_ALL_PREFIXES(DownloadStatusUpdaterTest, Basic);
  /external/clang/include/clang/Lex/
Makefile 2 TD_SRC_DIR = $(PROJ_SRC_DIR)/../Basic
  /external/clang/include/clang/Parse/
Makefile 2 TD_SRC_DIR = $(PROJ_SRC_DIR)/../Basic
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/
TestSyncService.java 38 public static class Basic extends TestSyncService {
TestAuthenticationService.java 45 public static class Basic extends TestAuthenticationService {
  /dalvik/dx/tests/115-merge/
run 27 dx --dex --output=testdata/Basic.dex testdata/Basic*
  /external/chromium/chrome/browser/sync/notifier/
cache_invalidation_packet_handler.h 51 FRIEND_TEST(CacheInvalidationPacketHandlerTest, Basic);
non_blocking_invalidation_notifier_unittest.cc 60 TEST_F(NonBlockingInvalidationNotifierTest, Basic) {
  /external/clang/lib/Headers/
Makefile 18 $(PROJ_OBJ_DIR)/$(CLANG_LEVEL)/include/clang/Basic/Version.inc))
52 $(ObjDir)/arm_neon.h.inc.tmp : $(CLANG_LEVEL)/include/clang/Basic/arm_neon.td $(CLANG_TBLGEN) $(ObjDir)/.dir
  /external/chromium/chrome/browser/chromeos/
plugin_selection_policy.h 59 FRIEND_TEST_ALL_PREFIXES(PluginSelectionPolicyTest, Basic);
  /external/chromium/chrome/browser/ui/gtk/
view_id_util_browsertest.cc 30 IN_PROC_BROWSER_TEST_F(ViewIDTest, Basic) {
  /external/clang/include/clang/Serialization/
Makefile 2 TD_SRC_DIR = $(PROJ_SRC_DIR)/../Basic
  /external/llvm/unittests/ADT/
ilistTest.cpp 26 TEST(ilistTest, Basic) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Keyboard.java 247 case 0: return "Basic";
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCAAnimationWin.cpp 149 if (type == Basic)
161 m_type = Basic;
188 // Copy the specific Basic or Keyframe values
332 if (animationType() != Basic)
341 if (animationType() != Basic)
350 if (animationType() != Basic)
360 if (animationType() != Basic)
370 if (animationType() != Basic || value->animationType() != Basic)
378 if (animationType() != Basic)
    [all...]

Completed in 1010 milliseconds

1 2 3 4 5