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

<<11121314151617181920>>

  /frameworks/base/libs/androidfw/tests/
Split_test.cpp 22 #include "data/basic/R.h"
34 * Package: com.android.test.basic
36 #include "data/basic/basic_arsc.h"
42 * Package: com.android.test.basic
44 #include "data/basic/split_de_fr_arsc.h"
45 #include "data/basic/split_hdpi_v4_arsc.h"
46 #include "data/basic/split_xhdpi_v4_arsc.h"
47 #include "data/basic/split_xxhdpi_v4_arsc.h"
53 * Package: com.android.test.basic
223 EXPECT_EQ(String16("com.android.test.basic"),
    [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...]
  /external/llvm/include/llvm/Analysis/
RegionInfo.h 12 // The basic ideas are taken from "The Program Structure Tree - Richard Johnson,
73 /// This is the entry basic block that starts this region node. If this is a
74 /// BasicBlock RegionNode, then entry is just the basic block, that this
242 /// verify that all reachable basic blocks are elements of the region.
253 /// @param Entry The entry basic block of the region.
254 /// @param Exit The exit basic block of the region.
269 /// @brief Replace the entry basic block of the region with the new basic
272 /// @param BB The new entry basic block of the region.
275 /// @brief Replace the exit basic block of the region with the new basi
    [all...]
  /developers/build/prebuilts/gradle/ActionBarCompat-Basic/Application/src/main/res/values/
base-strings.xml 18 <string name="app_name">ActionBarCompat-Basic</string>
23 This sample shows you how to use ActionBarCompat to create a basic Activity which
  /development/samples/browseable/ActionBarCompat-Basic/res/values/
base-strings.xml 18 <string name="app_name">ActionBarCompat-Basic</string>
23 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_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/gpu/config/
gpu_info_collector.h 18 // Collects basic GPU info without creating a GL/DirectX context (and without
39 // Merge GPUInfo from CollectContextGraphicsInfo into basic GPUInfo.
  /external/chromium_org/net/http/
http_stream.h 5 // HttpStream provides an abstraction for a basic http streams, SPDY, and QUIC.
7 // appropriately. For example, a basic http stream will return the transport
  /external/chromium_org/net/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/net/tools/quic/
quic_spdy_server_stream.h 43 // Sends a basic 200 response using SendHeaders for the headers and WriteData
47 // Sends a basic 500 response using SendHeaders for the headers and WriteData
  /external/chromium_org/third_party/icu/source/test/intltest/
tufmtts.h 18 * Test basic functionality of various API functions
25 * Performs basic tests
  /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/Basic/
BuiltinsNEON.def 15 // The format of this database matches clang/Basic/Builtins.def.
18 #include "clang/Basic/arm_neon.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/
LoopHint.h 13 #include "clang/Basic/IdentifierTable.h"
14 #include "clang/Basic/SourceLocation.h"
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/icu/icu4c/source/test/intltest/
tufmtts.h 18 * Test basic functionality of various API functions
25 * Performs basic tests

Completed in 799 milliseconds

<<11121314151617181920>>