/external/chromium_org/gpu/command_buffer/service/ |
cmd_parser.h | 33 CommandBufferOffset get() const { return get_; } 39 get_ = get; 54 bool IsEmpty() const { return put_ == get_; } 67 CommandBufferOffset get_; member in class:gpu::CommandParser
|
cmd_parser.cc | 15 : get_(0), 33 get_ = 0; 46 // - get_ is modified *after* the command has been executed. 48 CommandBufferOffset get = get_; 77 if (get == get_ && result != error::kDeferCommandUntilLater) 78 get_ = (get + header.size) % entry_count_;
|
/external/chromium_org/third_party/freetype/include/freetype/internal/services/ |
svsfnt.h | 75 #define FT_DEFINE_SERVICE_SFNT_TABLEREC( class_, load_, get_, info_ ) \ 78 load_, get_, info_ \ 83 #define FT_DEFINE_SERVICE_SFNT_TABLEREC( class_, load_, get_, info_ ) \ 88 clazz->get_table = get_; \
|
/external/freetype/include/internal/services/ |
svsfnt.h | 75 #define FT_DEFINE_SERVICE_SFNT_TABLEREC( class_, load_, get_, info_ ) \ 78 load_, get_, info_ \ 83 #define FT_DEFINE_SERVICE_SFNT_TABLEREC( class_, load_, get_, info_ ) \ 88 clazz->get_table = get_; \
|
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/services/ |
svsfnt.h | 75 #define FT_DEFINE_SERVICE_SFNT_TABLEREC( class_, load_, get_, info_ ) \ 78 load_, get_, info_ \ 83 #define FT_DEFINE_SERVICE_SFNT_TABLEREC( class_, load_, get_, info_ ) \ 88 clazz->get_table = get_; \
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/services/ |
svsfnt.h | 75 #define FT_DEFINE_SERVICE_SFNT_TABLEREC( class_, load_, get_, info_ ) \ 78 load_, get_, info_ \ 83 #define FT_DEFINE_SERVICE_SFNT_TABLEREC( class_, load_, get_, info_ ) \ 88 clazz->get_table = get_; \
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/ |
prefs.js | 15 get_: function(key, callback) { 31 this.get_("use_notifications", callback); 39 this.get_("try_job_username", callback);
|
/external/libcxxabi/test/ |
unwind_06.cpp | 17 double get_(int x) { return (double)x; } function 19 double (* volatile get)(int) = get_;
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
unwind_06.cpp | 17 double get_(int x) { return (double)x; } function 19 double (* volatile get)(int) = get_;
|
/external/opencv/cv/src/ |
_cvlist.h | 111 _LIST_INLINE type* prefix##get_##type(CVPOS);\ 350 type* prefix##get_##type(CVPOS pos)\
|
/prebuilts/misc/common/swig/include/2.0.11/ocaml/ |
swigp4.ml | 124 | c = expr ; "as" ; id = LIDENT -> <:expr< $lid:"get_" ^ id$ $c$ >>
|
/external/pdfium/fpdfsdk/include/javascript/ |
JS_Define.h | 61 #define JS_STATIC_PROP_ENTRY(prop_name) {JS_WIDESTRING(prop_name), get_##prop_name##_static, set_##prop_name##_static},
96 static void get_##prop_name##_static(JS_PROPGET_ARGS)\
|
/external/chromium_org/v8/src/ |
v8natives.js | 486 this.get_ = UNDEFINED; 501 "get_", 550 this.get_ = get; 554 return this.get_; [all...] |
/external/bison/ |
maint.mk | 550 clear|delete|free|get_(first|next)|insert|lookup|print_statistics|reset_tuning [all...] |