| /external/clang/include/clang/Sema/ |
| Overload.h | 668 llvm::SmallPtrSet<Decl *, 16> Functions; 683 return Functions.insert(F->getCanonicalDecl());
|
| /external/llvm/lib/CodeGen/ |
| GCStrategy.cpp | 108 Functions.clear(); 121 Functions.push_back(FI); 249 // Quick exit for functions that do not use GC. 394 // Quick exit for functions that do not use GC.
|
| /external/v8/test/mjsunit/ |
| get-prototype-of.js | 62 // actual prototype object. Also test for Functions and RegExp.
|
| /frameworks/compile/libbcc/runtime/ |
| Makefile | 49 @echo " info-functions: list available compiler-rt functions" 62 info-functions: 63 @echo "compiler-rt Available Functions" 65 @echo "All Functions: $(AvailableFunctions)" 166 $(call Set,Tmp.Functions,$(strip \ 167 $(call GetCNAVar,FUNCTIONS,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch)))) 181 $(foreach fn,$(sort $(Tmp.Functions)),\
|
| /external/clang/lib/Sema/ |
| SemaAccess.cpp | 96 // functions (which can gain privileges through friendship), but we 105 Functions.push_back(Function); 136 SmallVector<FunctionDecl*, 4> Functions; 477 I = EC.Functions.begin(), E = EC.Functions.end(); I != E; ++I) { 493 if (EC.Functions.empty()) return AR_inaccessible; 498 I = EC.Functions.begin(), E = EC.Functions.end(); I != E; ++I) { [all...] |
| SemaLookup.cpp | 489 // In C++, we don't have any predefined library functions like 586 /// \brief If there are any implicit member functions with the given name 644 // Lazily declare C++ special member functions. 701 // callers to perform special deduction for conversion functions. 845 // Implicitly declare member functions with the name we're looking for, if in [all...] |
| SemaExpr.cpp | 170 // FIXME: C++0x implicitly-deleted special member functions could be [all...] |
| /external/mesa3d/docs/ |
| MESA_drm_image.spec | 43 New Procedures and Functions 131 2. Why don't we use an eglQueryImageMESA type functions for
|
| MESA_shader_debug.spec | 58 New Procedures and Functions 99 (Special Functions) 148 (Built-in Functions) 150 Add a new section 8.10 "Debug Functions": 152 Debug functions are available to both fragment and vertex shaders. 158 The text, if any, produced by any of these functions is appended 263 Add Overview, New Procedures and Functions, New Tokens sections.
|
| MESA_ycbcr_texture.spec | 56 New Procedures and Functions 153 Additions to Chapter 5 of the OpenGL 1.4 Specification (Special Functions)
|
| MESA_swap_frame_usage.spec | 67 New Procedures and Functions 102 Additions to Chapter 5 of the 1.4 GL Specification (Special Functions) 174 If these functions are successful, zero is returned. If the context
|
| MESA_texture_array.spec | 68 TEXTURE_2D_ARRAY, is added that functions identically to TEXTURE_3D in 84 New Procedures and Functions 86 All functions come directly from EXT_texture_array. 521 except that texture environments and texture functions are not 603 Additions to Chapter 5 of the OpenGL 2.0 Specification (Special Functions) [all...] |
| /external/mesa3d/docs/OLD/ |
| MESA_sprite_point.spec | 101 New Procedures and Functions 160 Additions to Chapter 5 of the 1.1 Specification (Special Functions)
|
| /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/ |
| CDPlayer.c | 28 /* we're exporting these functions into C land for SDL_syscdrom.c */ 77 #pragma mark -- Public Functions -- 536 #pragma mark -- Private Functions --
|
| /external/libvpx/examples/includes/geshi/contrib/ |
| cssgen.php | 35 // Functions 310 <tr><th>Inbuilt Functions (echo, print etc)</th><td><input type="text" name="keywords-3" value="color: #000066;" /></td></tr>
|
| /external/webkit/Tools/Scripts/webkitperl/ |
| httpd.pm | 38 use File::Spec::Functions;
|
| /external/llvm/unittests/Support/ |
| TypeBuilderTest.cpp | 122 TEST(TypeBuilderTest, Functions) {
|
| /external/webkit/Source/WebKit2/UIProcess/mac/ |
| WKFullScreenWindowController.mm | 504 #pragma mark Utility Functions
|
| /external/chromium/webkit/glue/ |
| multipart_response_delegate_unittest.cc | 98 TEST(MultipartResponseTest, Functions) {
|
| /external/chromium/chrome/common/extensions/docs/js/ |
| api_page_generator.js | 329 * Template Callout Functions 330 * The jstProcess() will call out to these functions from within the page
|
| /external/webkit/Source/WebKit/mac/WebView/ |
| WebFullScreenController.mm | 362 // The CAAnimation delegate functions will only be called the 436 // renderBox functions: 508 // The CAAnimation delegate functions will only be called the 763 #pragma mark Utility Functions [all...] |
| /prebuilt/common/tradefed/ |
| tradefed-prebuilt.jar | |
| /external/bison/doc/ |
| refcard.tex | 470 \section {Functions}
|
| /external/dropbear/libtomcrypt/ |
| crypt.tex | 124 (and helper API functions) are able to use the new designs automatically. There exists self-check functions for each 146 With this library all core functions (ciphers, hashes, prngs, and bignum) have the same prototype definition. They all load 149 know how to use Safer+, RC6, or Serpent as well. With all of the core functions there are central descriptor tables 167 are essentially structures with pointers to functions. While you can still call particular functions 226 In general the API is very simple to memorize and use. Most of the functions return either {\bf void} or {\bf int}. Functions 228 if it failed. Certain functions that return int will return $-1$ to indicate an error. These functions will be explicitl [all...] |
| /development/samples/NFCDemo/libs/ |
| guava-10.0.1.jar | |