HomeSort by relevance Sort by last modified time
    Searched full:functions (Results 501 - 525 of 22576) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/icu/source/test/cintltst/
cnormtst.h 33 /*internal functions*/
  /external/chromium_org/third_party/icu/source/test/intltest/
tsdcfmsy.h 29 /** helper functions**/
tsmthred.h 37 * test that intl functions work in a multithreaded context
  /external/chromium_org/third_party/icu/source/tools/toolutil/
filetools.h 16 * Contains various functions to handle files.
  /external/chromium_org/third_party/jstemplate/
README.chromium 11 Uncalled functions have been removed from util.js to make the resulting
  /external/chromium_org/third_party/lzma_sdk/
7zCrc.h 13 /* Call CrcGenerateTable one time before other CRC functions */
Alloc.h 1 /* Alloc.h -- Memory allocation functions
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_tex.h 37 void intelInitTextureFuncs(struct dd_function_table *functions);
39 void intelInitTextureImageFuncs(struct dd_function_table *functions);
41 void intelInitTextureSubImageFuncs(struct dd_function_table *functions);
43 void intelInitTextureCopyImageFuncs(struct dd_function_table *functions);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_fbo.c 302 nouveau_fbo_functions_init(struct dd_function_table *functions)
305 functions->NewFramebuffer = nouveau_framebuffer_new;
306 functions->NewRenderbuffer = nouveau_renderbuffer_new;
307 functions->MapRenderbuffer = nouveau_renderbuffer_map;
308 functions->UnmapRenderbuffer = nouveau_renderbuffer_unmap;
309 functions->BindFramebuffer = nouveau_bind_framebuffer;
310 functions->FramebufferRenderbuffer = nouveau_framebuffer_renderbuffer;
311 functions->RenderTexture = nouveau_render_texture;
312 functions->FinishRenderTexture = nouveau_finish_render_texture;
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_condrender.c 30 * glBegin/EndCondtionalRender functions
104 void st_init_cond_render_functions(struct dd_function_table *functions)
106 functions->BeginConditionalRender = st_BeginConditionalRender;
107 functions->EndConditionalRender = st_EndConditionalRender;
  /external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/
doc 7 There will also be functions to add signed and unsigned attributes.
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
Alloc.h 1 /* Alloc.h -- Memory allocation functions
  /external/chromium_org/third_party/zlib/
gzclose.c 9 That way the other gzclose functions can be used instead to avoid linking in
  /external/chromium_org/tools/json_schema_compiler/test/
additional_properties.json 18 "functions": [
dependency_tester.json 11 "functions": [
forbidden.json 6 "functions": [
  /external/chromium_org/tools/valgrind/tsan/
ignores.txt 1 # This file lists the functions, object files and source files
36 # ignore libc's printf functions
74 # repeatedly calling tiny functions and is unlikely to race with
85 # Lots of tiny functions there...
91 # unibrow namespace contains lots of tiny unicode conversion functions.
94 # Histogram has tiny functions that can be called frequently
104 # some functions are HEAVY like png, jpeg decoding
113 # SQLite has lots of tiny functions and produce too many segments on some tests.
151 # (sometimes) in __nss_* functions below it.
  /external/chromium_org/ui/views/widget/
widget_aura_utils.h 11 // Functions shared by native_widget_aura.cc and desktop_native_widget_aura.cc:
  /external/clang/test/Analysis/
objc-method-coverage.m 16 // CHECK: 2 AnalysisConsumer - The # of functions and blocks analyzed (as top level with inlining turned on).
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p2.cpp 3 // constexpr functions and constexpr constructors are implicitly inline.
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
p10.cpp 13 mutable void im0(); // expected-error{{'mutable' cannot be applied to functions}}
  /external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/
p1inst.cpp 2 // Test instantiation of member functions of class templates defined out-of-line
  /external/clang/test/CodeGenCXX/
instrument-functions.cpp 1 // RUN: %clang_cc1 -S -emit-llvm -o - %s -finstrument-functions | FileCheck %s
  /external/clang/test/Coverage/
cxx-language-features.inc 23 /* Template classes, template functions */
  /external/clang/test/Sema/
attr-used.c 6 struct __attribute__((used)) s { // expected-warning {{'used' attribute only applies to variables and functions}}

Completed in 793 milliseconds

<<21222324252627282930>>