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

<<11121314151617181920>>

  /external/valgrind/main/massif/tests/
no-stack-no-heap.vgtest 1 prog: basic
  /external/zlib/src/win32/
zlib.def 3 ; basic functions
  /hardware/invensense/60xx/mlsdk/mllite/
invensense.h 1 /** Main header file for Invensense's basic library.
  /ndk/tests/device/test-basic-exceptions/
README 1 This test is meant to test the most basic level of exception support
  /external/llvm/lib/IR/
BasicBlock.cpp 104 /// moveBefore - Unlink this basic block from its current function and
111 /// moveAfter - Unlink this basic block from its current function and
132 // All valid basic blocks should have a terminator,
133 // which is not a PHINode. If we have an invalid basic
142 // All valid basic blocks should have a terminator,
143 // which is not a PHINode. If we have an invalid basic
151 // All valid basic blocks should have a terminator,
152 // which is not a PHINode. If we have an invalid basic
181 /// getSinglePredecessor - If this basic block has a single predecessor block,
191 /// getUniquePredecessor - If this basic block has a unique predecessor block
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.const/re.synopt/
syntax_option_type.pass.cpp 23 // basic = unspecified,
42 assert(std::regex_constants::basic != 0);
52 assert((std::regex_constants::icase & std::regex_constants::basic) == 0);
61 assert((std::regex_constants::nosubs & std::regex_constants::basic) == 0);
69 assert((std::regex_constants::optimize & std::regex_constants::basic) == 0);
76 assert((std::regex_constants::collate & std::regex_constants::basic) == 0);
82 assert((std::regex_constants::ECMAScript & std::regex_constants::basic) == 0);
88 assert((std::regex_constants::basic & std::regex_constants::extended) == 0);
89 assert((std::regex_constants::basic & std::regex_constants::awk) == 0);
90 assert((std::regex_constants::basic & std::regex_constants::grep) == 0)
    [all...]
  /dalvik/vm/compiler/
Loop.h 27 int numBasicIV; // number of basic induction variables
28 int ssaBIV; // basic IV in SSA name
  /developers/build/prebuilts/gradle/ActionBarCompat-Basic/ActionBarCompat-BasicSample/src/main/res/values/
base-strings.xml 21 <string name="app_name">ActionBarCompat-Basic</string>
26 This sample shows you how to use ActionBarCompat to create a basic Activity which
  /development/samples/browseable/Basic/res/values/
base-strings.xml 21 <string name="app_name">Basic</string>
26 This sample shows you how to use ActionBarCompat to create a basic Activity which
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
DHBasicKeyPairGenerator.java 14 * a basic Diffie-Hellman key pair generator.
16 * This generates keys consistent for use with the basic algorithm for
  /external/chromium/chrome/browser/debugger/manual_tests/
heap-profiler-test-basic-grid-functionality.html 3 <title>Heap Profiler: basic grid functionality test</title>
6 This is the test for basic functionality of heap snapshot view grid.
profiler-test-basic-grid-functionality.html 3 <title>Profiler: basic grid functionality test</title>
7 This test runs a simple looped computation to test basic
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
input_ime.html 44 href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/input.ime/basic/">basic input.ime sample</a>.
  /external/chromium_org/net/tools/quic/
quic_spdy_server_stream.h 42 // Sends a basic 200 response using SendHeaders for the headers and WriteData
46 // Sends a basic 500 response using SendHeaders for the headers and WriteData
  /external/chromium_org/tools/json_schema_compiler/dart_test/
events.idl 38 // Documentation for the first basic event.
41 // Documentation for the second basic event.
  /external/clang/include/clang/AST/
CommentDiagnostic.h 13 #include "clang/Basic/Diagnostic.h"
21 #include "clang/Basic/DiagnosticCommentKinds.inc"
  /external/clang/include/clang/Analysis/
AnalysisDiagnostic.h 13 #include "clang/Basic/Diagnostic.h"
21 #include "clang/Basic/DiagnosticAnalysisKinds.inc"
  /external/clang/include/clang/Driver/
DriverDiagnostic.h 13 #include "clang/Basic/Diagnostic.h"
21 #include "clang/Basic/DiagnosticDriverKinds.inc"
  /external/clang/include/clang/Frontend/
FrontendDiagnostic.h 13 #include "clang/Basic/Diagnostic.h"
21 #include "clang/Basic/DiagnosticFrontendKinds.inc"
  /external/clang/include/clang/Lex/
LexDiagnostic.h 13 #include "clang/Basic/Diagnostic.h"
21 #include "clang/Basic/DiagnosticLexKinds.inc"
  /external/clang/include/clang/Parse/
ParseDiagnostic.h 13 #include "clang/Basic/Diagnostic.h"
21 #include "clang/Basic/DiagnosticParseKinds.inc"
  /external/clang/include/clang/Sema/
SemaDiagnostic.h 13 #include "clang/Basic/Diagnostic.h"
21 #include "clang/Basic/DiagnosticSemaKinds.inc"
  /external/clang/include/clang/Serialization/
SerializationDiagnostic.h 13 #include "clang/Basic/Diagnostic.h"
21 #include "clang/Basic/DiagnosticSerializationKinds.inc"
  /external/clang/unittests/Basic/
Makefile 1 ##===- unittests/Basic/Makefile ----------------------------*- Makefile -*-===##
11 TESTNAME = Basic
  /external/icu4c/test/intltest/
tufmtts.h 18 * Test basic functionality of various API functions
25 * Performs basic tests

Completed in 548 milliseconds

<<11121314151617181920>>