HomeSort by relevance Sort by last modified time
    Searched full:basic (Results 126 - 150 of 8308) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/clang/include/clang/Sema/
CMakeLists.txt 3 SOURCE ../Basic/Attr.td
8 SOURCE ../Basic/Attr.td
13 SOURCE ../Basic/Attr.td
18 SOURCE ../Basic/Attr.td
  /external/eigen/failtest/
failtest_sanity_check.cpp 2 This is just some text that won't compile as a C++ file, as a basic sanity check for failtest.
  /external/llvm/utils/lit/tests/
usage.py 0 # Basic sanity check that usage works.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion1-expected-completion1.txt 2 android:layout_width : Specifies the basic width of the view. [dimension, enum]
  /dalvik/tests/082-inline-execute/
info.txt 2 runtime test framework. The test is intended to exercise basic features,
3 and as such cannot be build on top of junit, since failure of such basic
  /dalvik/tests/083-jit-regressions/
info.txt 2 runtime test framework. The test is intended to exercise basic features,
3 and as such cannot be build on top of junit, since failure of such basic
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
BasicAgreement.java 6 * The basic interface that basic Diffie-Hellman implementations
  /external/clang/include/clang/Parse/
CMakeLists.txt 3 SOURCE ../Basic/Attr.td
8 SOURCE ../Basic/Attr.td
  /external/clang/test/CodeGen/
2002-03-14-BrokenPHINode.c 3 /* GCC was generating PHI nodes with an arity < #pred of the basic block the
5 * in a PHI node must equal the number of predecessors for a basic block.
  /external/clang/include/clang/AST/
CMakeLists.txt 3 SOURCE ../Basic/Attr.td
8 SOURCE ../Basic/Attr.td
13 SOURCE ../Basic/Attr.td
17 SOURCE ../Basic/StmtNodes.td
21 SOURCE ../Basic/DeclNodes.td
25 SOURCE ../Basic/CommentNodes.td
  /external/clang/test/Driver/
phases.c 0 // Basic compilation for various types of files.
2 // RUN: %clang -target i386-unknown-unknown -ccc-print-phases -x c %s -x objective-c %s -x c++ %s -x objective-c++ -x assembler %s -x assembler-with-cpp %s -x none %s 2>&1 | FileCheck -check-prefix=BASIC %s
3 // BASIC: 0: input, "{{.*}}phases.c", c
4 // BASIC: 1: preprocessor, {0}, cpp-output
5 // BASIC: 2: compiler, {1}, assembler
6 // BASIC: 3: assembler, {2}, object
7 // BASIC: 4: input, "{{.*}}phases.c", objective-c
8 // BASIC: 5: preprocessor, {4}, objective-c-cpp-output
9 // BASIC: 6: compiler, {5}, assembler
10 // BASIC: 7: assembler, {6}, objec
    [all...]
  /prebuilts/tools/common/m2/internal/org/objenesis/objenesis/1.2/
objenesis-1.2-sources.jar 
  /prebuilts/tools/common/objenesis/
objenesis-1.2-sources.jar 
  /frameworks/base/docs/html/design/building-blocks/
buttons.jd 13 user touches it. Android supports two different types of buttons: <em>basic buttons</em> and <em>borderless
18 <h2 id="basic">Basic Buttons</h2>
20 <p>Basic buttons are traditional buttons with borders and background. Android supports two styles for
21 basic buttons: default and small. Default buttons have slightly larger font size and are optimized
42 <p>Borderless buttons resemble basic buttons except that they have no borders or background. You can
44 than basic buttons and integrate nicely with other content.</p>
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.j2se12_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
J2SE-1.2.zip 
  /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
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/tests/
Makefile.inc 4 EXTRA_DIST += modules/arch/lc3b/tests/lc3b-basic.asm
5 EXTRA_DIST += modules/arch/lc3b/tests/lc3b-basic.errwarn
6 EXTRA_DIST += modules/arch/lc3b/tests/lc3b-basic.hex
  /art/test/083-compiler-regressions/
info.txt 2 runtime test framework. The test is intended to exercise basic features,
3 and as such cannot be build on top of junit, since failure of such basic
  /development/samples/browseable/Basic/
_index.jd 4 page.tags="Basic ActionBarCompat"
8 <p>This sample demonstrates how to create a basic action bar that displays
  /external/chromium_org/tools/gyp/test/win/
gyptest-midl-rules.py 19 test.run_gyp('basic-idl.gyp', chdir=CHDIR)
22 test.build('basic-idl.gyp', test.ALL, chdir=CHDIR)
  /external/markdown/tests/misc/
multi-test.txt 9 * Basic list
10 * Basic list 2
  /external/clang/test/CodeGenCXX/
microsoft-abi-structors.cpp 7 namespace basic { namespace
18 // CHECK: define linkonce_odr x86_thiscallcc %"class.basic::A"* @"\01??0A@basic@@QAE@XZ"(%"class.basic::A"* returned %this)
19 // CHECK: [[THIS_ADDR:%[.0-9A-Z_a-z]+]] = alloca %"class.basic::A"*, align 4
20 // CHECK-NEXT: store %"class.basic::A"* %this, %"class.basic::A"** [[THIS_ADDR]], align 4
21 // CHECK-NEXT: [[T1:%[.0-9A-Z_a-z]+]] = load %"class.basic::A"** [[THIS_ADDR]]
22 // CHECK-NEXT: ret %"class.basic::A"* [[T1]]
28 // CHECK: define {{.*}} @"\01??1A@basic@@QAE@XZ
    [all...]
  /dalvik/dx/src/com/android/dx/cf/iface/
package.html 3 doesn't have any parsing but does have basic container implementations.</p>
  /dalvik/dx/tests/032-bb-live-code/
info.txt 1 This test checks to see that the basic block recognizer properly
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
SimpleAttributeTableGenerator.java 8 * Basic generator that just returns a preconstructed attribute table

Completed in 2352 milliseconds

1 2 3 4 56 7 8 91011>>