HomeSort by relevance Sort by last modified time
    Searched full:get_ (Results 1 - 25 of 48) sorted by null

1 2

  /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/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/gpu/command_buffer/service/
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_;
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
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_table.py 191 print ' (* GET_%s(disp)) parameters' % (f.name)
192 print 'static inline _glptr_%s GET_%s(struct _glapi_table *disp) {' % (f.name, f.name)
208 print '#define GET_%s(disp) GET_%s(disp)' % (name, f.name)
  /external/mesa3d/src/mapi/glapi/gen/
gl_table.py 191 print ' (* GET_%s(disp)) parameters' % (f.name)
192 print 'static inline _glptr_%s GET_%s(struct _glapi_table *disp) {' % (f.name, f.name)
208 print '#define GET_%s(disp) GET_%s(disp)' % (name, f.name)
  /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)\
  /external/chromium_org/net/tools/flip_server/
mem_cache.cc 80 paths.push_back(cwd_ + "/GET_");
http_interface_test.cc 412 std::string filename = "GET_/path/file";
  /external/chromium_org/third_party/isimpledom/
ISimpleDOMText.idl 57 cpp_quote("// get_[un]clippedSubstringBounds(")
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_helpers.h 178 // Sets the 'get_*', 'set_*', 'clear_*' and 'different_*' variables, where * is
javanano_helpers.cc 553 (*variables)["get_" + name] = GenerateGetBit(bitIndex);
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
swigp4.ml 124 | c = expr ; "as" ; id = LIDENT -> <:expr< $lid:"get_" ^ id$ $c$ >>
  /external/pixman/pixman/
pixman-inlines.h 349 a1 = GET_ ## SRC_FORMAT ## _ALPHA(s1); \
350 a2 = GET_ ## SRC_FORMAT ## _ALPHA(s2); \
394 a1 = GET_ ## SRC_FORMAT ## _ALPHA(s1); \
    [all...]
  /frameworks/compile/slang/
slang_rs_reflection_cpp.cpp 557 mOut.indent() << TypeName << " get_" << EV->getName() << "() const";
592 mOut.indent() << TypeName << " get_" << VarName << "() const";
624 << " get_" << EV->getName() << "() const";
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_hh_api.h 305 tBTA_HH_HSDATA hs_data; /* GET_ transaction callback
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/include/
cavl_impl.h 152 ** inside the AVL tree structure is that the SET_ and GET_ macros
156 ** fields that are (presumably) needed by the SET_/GET_ calls within
  /external/libvpx/libvpx/vpx_mem/memory_manager/include/
cavl_impl.h 152 ** inside the AVL tree structure is that the SET_ and GET_ macros
156 ** fields that are (presumably) needed by the SET_/GET_ calls within
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/
cavl_impl.h 152 ** inside the AVL tree structure is that the SET_ and GET_ macros
156 ** fields that are (presumably) needed by the SET_/GET_ calls within
  /external/chromium_org/v8/src/
v8natives.js 486 this.get_ = UNDEFINED;
501 "get_",
550 this.get_ = get;
554 return this.get_;
    [all...]

Completed in 539 milliseconds

1 2