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

<<11121314151617181920>>

  /external/glide/library/src/main/java/com/bumptech/glide/request/target/
BaseTarget.java 10 * A base {@link Target} for loading {@link Bitmap}s that provides basic or empty implementations for most methods.
  /external/icu/icu4c/source/test/intltest/
dcfmapts.h 24 * Tests basic functionality of various API functions for DecimalFormat
plurfmts.h 20 * Test basic functionality of various API functions
plurults.h 19 * Test basic functionality of various API functions
strtest.h 18 * Also basic tests for std_string.h and charstr.h .
tchcfmt.h 24 * tests basic functionality in a simple example
  /external/ipsec-tools/src/racoon/samples/
racoon.conf.sample-inherit 4 # This file shows the basic inheritance usage in 'remote' statements.
  /external/junit/src/junit/extensions/
TestDecorator.java 21 * The basic run behaviour.
  /external/kernel-headers/original/uapi/linux/
packet_diag.h 15 #define PACKET_SHOW_INFO 0x00000001 /* Basic packet_sk information */
  /external/libcxx/test/re/re.regex/re.regex.construct/
il_flg.pass.cpp 40 test({'\\', '(', 'a', '\\', ')'}, std::regex_constants::basic, 1);
41 test({'\\', '(', 'a', '[', 'b', 'c', ']', '\\', ')'}, std::regex_constants::basic, 1);
42 test({'\\', '(', 'a', '\\', '(', '[', 'b', 'c', ']', '\\', ')', '\\', ')'}, std::regex_constants::basic, 2);
43 test({'(', 'a', '(', '[', 'b', 'c', ']', ')', ')'}, std::regex_constants::basic, 0);
ptr_flg.pass.cpp 30 test("\\(a\\)", std::regex_constants::basic, 1);
31 test("\\(a[bc]\\)", std::regex_constants::basic, 1);
32 test("\\(a\\([bc]\\)\\)", std::regex_constants::basic, 2);
33 test("(a([bc]))", std::regex_constants::basic, 0);
ptr_size_flg.pass.cpp 31 test("\\(a\\)", 5, std::regex_constants::basic, 1);
32 test("\\(a[bc]\\)", 9, std::regex_constants::basic, 1);
33 test("\\(a\\([bc]\\)\\)", 13, std::regex_constants::basic, 2);
34 test("(a([bc]))", 9, std::regex_constants::basic, 0);
string_flg.pass.cpp 32 test(std::string("\\(a\\)"), std::regex_constants::basic, 1); member in class:std::regex_constants
33 test(std::string("\\(a[bc]\\)"), std::regex_constants::basic, 1); member in class:std::regex_constants
34 test(std::string("\\(a\\([bc]\\)\\)"), std::regex_constants::basic, 2); member in class:std::regex_constants
35 test(std::string("(a([bc]))"), std::regex_constants::basic, 0); member in class:std::regex_constants
  /external/libsepol/tests/
test-cond.h 24 #include <CUnit/Basic.h>
test-deps.h 24 #include <CUnit/Basic.h>
test-expander.h 24 #include <CUnit/Basic.h>
test-linker.h 24 #include <CUnit/Basic.h>
  /external/libxml2/include/libxml/
xmlmodule.h 3 * Description: basic API for dynamic module loading, used by
  /external/llvm/include/llvm/CodeGen/
EdgeBundles.h 11 // edges leaving a machine basic block are in the same bundle, and all edges
12 // leaving a basic block are in the same bundle.
34 /// Blocks - Map each bundle to a list of basic block numbers.
42 /// bundle number for basic block #N
  /external/llvm/test/CodeGen/Mips/
machineverifier.ll 2 ; Make sure machine verifier understands the last instruction of a basic block
  /external/llvm/test/CodeGen/PowerPC/
2010-05-03-retaddr1.ll 2 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin -mcpu=g5 -regalloc=basic | FileCheck %s
  /external/llvm/test/CodeGen/R600/
lds-size.ll 4 ; used in different basic blocks.
trunc-vector-store-assertion-failure.ll 4 ; vector stores at the end of a basic block were not being added to the
  /external/llvm/test/CodeGen/X86/
2011-04-19-sclr-bb.ll 3 ; Make sure that values of illegal types are not scalarized between basic blocks.
  /external/llvm/test/Linker/
module-flags-1-a.ll 3 ; Test basic functionality of module flags.

Completed in 406 milliseconds

<<11121314151617181920>>