OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:basic
(Results
201 - 225
of
8308
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/test/functional/
chromeos_basic.py
11
"""
Basic
tests for ChromeOS.
17
"""
Basic
test for primary chrome on ChromeOS (named testing interface)."""
22
"""
Basic
test which involves restarting chrome on ChromeOS."""
37
"""
Basic
test for setting and getting the volume and mute state."""
/external/chromium_org/content/public/common/
p2p_socket_type.h
5
// This file defines some
basic
types used by the P2P-related IPC
/external/chromium_org/third_party/icu/source/test/intltest/
plurults.h
17
* Test
basic
functionality of various API functions
sdtfmtts.h
17
* Test
basic
functionality of various API functions
/external/clang/lib/Headers/
Android.mk
6
$(TARGET_OUT_HEADERS)/clang/arm_neon.h: $(CLANG_ROOT_PATH)/include/clang/
Basic
/arm_neon.td \
/external/clang/test/Analysis/
override-werror.c
4
// -Werror. This allows
basic
warnings not to interfere with producing
/external/clang/test/Driver/
darwin-sdkroot.c
7
// RUN: FileCheck --check-prefix=CHECK-
BASIC
< %t.log %s
9
// CHECK-
BASIC
: clang
10
// CHECK-
BASIC
: "-cc1"
11
// CHECK-
BASIC
: "-isysroot" "{{.*tmpdir}}"
/external/clang/unittests/
CMakeLists.txt
12
add_subdirectory(
Basic
)
/external/icu4c/test/intltest/
sdtfmtts.h
17
* Test
basic
functionality of various API functions
/external/libvorbis/
vorbisfile-uninstalled.pc.in
9
Description: vorbisfile is a library that provides a convenient high-level API for decoding and
basic
manipulation of all Vorbis I audio streams (uninstalled)
vorbisfile.pc.in
9
Description: vorbisfile is a library that provides a convenient high-level API for decoding and
basic
manipulation of all Vorbis I audio streams
/external/llvm/test/CodeGen/X86/
cmpxchg16b.ll
3
;
Basic
128-bit cmpxchg
/external/llvm/test/Transforms/SCCP/
apint-basictest.ll
1
; This is a
basic
sanity check for constant propagation. The add instruction
/external/llvm/test/Verifier/
2006-10-15-AddrLabel.ll
3
; CHECK:
basic
block pointers are invalid
AmbiguousPhi.ll
2
; CHECK: multiple entries for the same
basic
block
/external/valgrind/main/massif/tests/
basic.vgtest
1
prog:
basic
/frameworks/base/docs/html/training/
building-graphics.jd
10
If you want to go beyond the
basic
user interface to create a beautiful visual experience,
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
invensense.h
14
* Main header file for Invensense's
basic
library.
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
invensense.h
14
* Main header file for Invensense's
basic
library.
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-Basic/
template-params.xml
18
<name>ActionBarCompat-
Basic
</name>
20
<package>com.example.android.actionbarcompat.
basic
</package>
30
This sample shows you how to use ActionBarCompat to create a
basic
Activity which
/external/chromium_org/chrome/test/functional/chromoting/
it2me_basic.py
6
"""
Basic
tests for Chromoting it2me."""
13
"""Drives it2me
basic
test cases."""
16
"""Set up for it2me
basic
test."""
/external/chromium_org/sandbox/linux/seccomp-bpf/
basicblock.h
19
// identify common sequences of
basic
blocks. This would normally be
38
//
Basic
blocks are essentially nothing more than a set of instructions.
42
// how far our block is away from the very last
basic
block. The "offset_"
/external/llvm/include/llvm/IR/
BasicBlock.h
1
//===-- llvm/BasicBlock.h - Represent a
basic
block in the VM ---*- C++ -*-===//
57
/// \brief LLVM
Basic
Block Representation
59
/// This represents a single
basic
block in LLVM. A
basic
block is simply a
60
/// container of instructions that execute sequentially.
Basic
blocks are Values
62
/// tables. The type of a BasicBlock is "Type::LabelTy" because the
basic
block
65
/// A well formed
basic
block is formed of a list of non-terminating
67
/// TerminatorInst's may not occur in the middle of
basic
blocks, and must
68
/// terminate the blocks. The BasicBlock class allows malformed
basic
blocks to
70
/// modifying a program. However, the verifier will ensure that
basic
block
[
all
...]
/external/valgrind/main/exp-bbv/docs/
bbv-manual.xml
6
<title>BBV: an experimental
basic
block vector generation tool</title>
16
A
basic
block is a linear section of code with one entry point and one exit
17
point. A <emphasis>
basic
block vector</emphasis> (BBV) is a list of all
18
basic
blocks entered during program execution, and a count of how many
19
times each
basic
block was run.
23
BBV is a tool that generates
basic
block vectors for use with the
56
<title>Using
Basic
Block Vectors to create SimPoints</title>
59
To quickly create a
basic
block vector file, you will call Valgrind
68
This file contains the
basic
block vector. For long-running programs
86
where bb.out.1234.gz is your compressed
basic
block vector fil
[
all
...]
/external/clang/include/clang/Basic/
DiagnosticOptions.h
13
#include "clang/
Basic
/LLVM.h"
41
#include "clang/
Basic
/DiagnosticOptions.def"
48
#include "clang/
Basic
/DiagnosticOptions.def"
67
#include "clang/
Basic
/DiagnosticOptions.def"
72
#include "clang/
Basic
/DiagnosticOptions.def"
Completed in 661 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>