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

<<101102103104105106107108109110>>

  /prebuilts/misc/common/swig/include/2.0.11/lua/
typemaps.i 8 * Basic inout typemaps
11 These provide the basic ability for passing in & out of standard numeric data types
14 The basic code looks like this:
62 // const version (the $*ltype is the basic number without ptr or const's)
99 * Basic Array typemaps
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
assoc_container.hpp 55 // An abstract basic associative container.
118 // An abstract basic hash-based associative container.
458 // An abstract basic tree-like (tree, trie) associative container.
488 // A concrete basic tree-based associative container.
559 // A concrete basic trie-based associative container.
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
assoc_container.hpp 55 // An abstract basic associative container.
118 // An abstract basic hash-based associative container.
458 // An abstract basic tree-like (tree, trie) associative container.
488 // A concrete basic tree-based associative container.
559 // A concrete basic trie-based associative container.
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
assoc_container.hpp 55 // An abstract basic associative container.
118 // An abstract basic hash-based associative container.
458 // An abstract basic tree-like (tree, trie) associative container.
488 // A concrete basic tree-based associative container.
559 // A concrete basic trie-based associative container.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/
assoc_container.hpp 55 // An abstract basic associative container.
118 // An abstract basic hash-based associative container.
458 // An abstract basic tree-like (tree, trie) associative container.
488 // A concrete basic tree-based associative container.
559 // A concrete basic trie-based associative container.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/
assoc_container.hpp 71 /// An abstract basic associative container.
134 /// An abstract basic hash-based associative container.
474 /// An abstract basic tree-like (tree, trie) associative container.
504 /// A concrete basic tree-based associative container.
575 /// A concrete basic trie-based associative container.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/
assoc_container.hpp 71 /// An abstract basic associative container.
134 /// An abstract basic hash-based associative container.
474 /// An abstract basic tree-like (tree, trie) associative container.
504 /// A concrete basic tree-based associative container.
575 /// A concrete basic trie-based associative container.
  /art/compiler/dex/
mir_graph.cc 612 * of the basic-block level optimization pass.
620 * edges and terminates the basic block. It always falls through.
621 * Then, create a new basic block that begins with the throwing instruction
622 * (minus exceptions). Note: this new basic block must NOT be entered into
625 * basic block containing the work portion of the instruction should
632 * throwing instruction will refer to the original basic block.
665 // TUNING: use better estimate of basic blocks for following resize.
722 /* Parse all instructions and put them into containing basic blocks */
744 cur_block->use_lvn = true; // Run local value numbering on this basic block.
765 // Unreachable instruction, mark for no continuation and end basic block
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java 248 // Check that we recognize a few basic mime types by extension.
724 .addHeader("Proxy-Authenticate: Basic realm=\"localhost\""));
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
_index.html 52 <dt><a href="TableLayout1.html">1. Basic</a></dt>
53 <dd>Demonstrates a basic TableLayout with identical children. </dd>
128 <dt><a href="ScrollBar1.html">1. Basic</a></dt>
  /external/chromium_org/chrome/browser/history/
top_sites_database_unittest.cc 107 // Basic operational check.
134 // Basic operational check.
222 // Basic operational check.
  /external/chromium_org/gpu/command_buffer/tests/
gl_copy_texture_CHROMIUM_unittest.cc 53 // Test to ensure that the basic functionality of the extension works.
54 TEST_F(GLCopyTextureCHROMIUMTest, Basic) {
357 // Validate that some basic GL state is not touched upon execution of
  /external/chromium_org/mojo/public/cpp/bindings/tests/
array_unittest.cc 78 // Tests that basic Array operations work.
79 TEST_F(ArrayTest, Basic) {
88 // Tests that basic Array<bool> operations work.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_converter_unittest.py 59 """ Tests convert_for_webkit() using a basic test that has nothing to convert """
93 """ Tests convert_for_webkit() using a basic JS test that uses testharness.js only and has no prefixed properties """
146 """ Tests convert_for_webkit() using a basic JS test that uses testharness.js and testharness.css and has 4 prefixed properties: 3 in a style block + 1 inline style """
  /external/chromium_org/third_party/icu/source/test/cintltst/
spooftest.c 15 * works on a basic level.
111 * basic uspoof_open().
297 * basic uspoof_check()
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_flow.c 61 /* get current basic block */
89 /* create new basic block */
388 /* create endif/merge basic block for the phi functions */
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_schedule_instructions.cpp 37 * The basic model of the list scheduler is to take a basic block,
263 * basic block, or it's FB_WRITE and we should do a better job at
  /external/chromium_org/v8/src/
hydrogen-bce.cc 87 // linked list) of "data" for each basic block that contains a relevant check
89 // We also keep all the "data" created for a given basic block in a list, and
136 // LowerCheck() in the same basic block, and that new_offset is not
  /external/clang/include/clang/Lex/
ModuleMap.h 19 #include "clang/Basic/LangOptions.h"
20 #include "clang/Basic/Module.h"
21 #include "clang/Basic/SourceManager.h"
  /external/clang/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h 18 #include "clang/Basic/LLVM.h"
382 // Returns the size of the functions (in basic blocks), which should be
388 // Returns the bound on the number of basic blocks in an inlined function
  /external/clang/include/clang/Tooling/
Tooling.h 33 #include "clang/Basic/Diagnostic.h"
34 #include "clang/Basic/FileManager.h"
35 #include "clang/Basic/LLVM.h"
  /external/clang/lib/Driver/
SanitizerArgs.cpp 181 #include "clang/Basic/Sanitizers.def"
203 #include "clang/Basic/Sanitizers.def"
211 #include "clang/Basic/Sanitizers.def"
  /external/clang/lib/Frontend/
ASTConsumers.cpp 21 #include "clang/Basic/Diagnostic.h"
22 #include "clang/Basic/FileManager.h"
23 #include "clang/Basic/SourceManager.h"
  /external/clang/lib/StaticAnalyzer/Checkers/
UnixAPIChecker.cpp 16 #include "clang/Basic/TargetInfo.h"
189 // they're more basic and valuable for widespread use.
229 // Does a basic check for 0-sized allocations suitable for most of the below
  /external/icu/icu4c/source/test/cintltst/
spooftest.c 15 * works on a basic level.
111 * basic uspoof_open().
297 * basic uspoof_check()

Completed in 2544 milliseconds

<<101102103104105106107108109110>>