HomeSort by relevance Sort by last modified time
    Searched defs:set_name (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/pdfium/fxjs/
cjs_icon.cpp 36 CJS_Return Icon::set_name(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { function in class:Icon
cjs_annot.cpp 85 CJS_Return Annot::set_name(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { function in class:Annot
cjs_event.cpp 133 CJS_Return event::set_name(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { function in class:event
  /external/perfetto/include/perfetto/tracing/core/
data_source_descriptor.h 61 void set_name(const std::string& value) { name_ = value; } function in class:perfetto::DataSourceDescriptor
data_source_config.h 73 void set_name(const std::string& value) { name_ = value; } function in class:perfetto::DataSourceConfig
  /external/python/cpython2/Tools/pynche/
ChipViewer.py 67 def set_name(self, colorname):
117 self.__selected.set_name(rrggbb)
122 self.__nearest.set_name(nearest_rrggbb)
66 def set_name(self, colorname): member in class:ChipWidget
  /external/python/cpython3/Tools/pynche/
ChipViewer.py 67 def set_name(self, colorname):
117 self.__selected.set_name(rrggbb)
122 self.__nearest.set_name(nearest_rrggbb)
66 def set_name(self, colorname): member in class:ChipWidget
  /external/tensorflow/tensorflow/stream_executor/
kernel.cc 96 void KernelBase::set_name(port::StringPiece name) { function in class:perftools::gputools::KernelBase
  /external/libchrome/base/trace_event/
trace_category.h 40 void set_name(const char* name) { name_ = name; } function in struct:base::trace_event::TraceCategory
  /external/libxcam/xcore/
worker.cpp 39 Worker::set_name (const char *name) function in class:XCam::Worker
  /external/tensorflow/tensorflow/core/framework/
resource_handle.h 47 void set_name(const string& name) { name_ = name; } function in class:tensorflow::ResourceHandle
  /external/libdrm/etnaviv/
etnaviv_bo.c 38 static void set_name(struct etna_bo *bo, uint32_t name) function
191 set_name(bo, name);
269 set_name(bo, req.name);
  /external/libdrm/freedreno/
freedreno_bo.c 40 static void set_name(struct fd_bo *bo, uint32_t name) function
181 set_name(bo, name);
250 set_name(bo, req.name);
  /system/bt/tools/hci/
main.c 28 static int set_name(int argc, char** argv);
43 set_name},
86 static int set_name(int argc, char** argv) { function
  /bionic/linker/
linker_namespaces.h 78 void set_name(const char* name) { name_ = name; } function in struct:android_namespace_t
  /external/google-breakpad/src/client/windows/common/
ipc_protocol.h 50 set_name(NULL);
55 set_name(name_arg);
59 void set_name(const wchar_t* name_arg) { function in struct:google_breakpad::CustomInfoEntry
77 set_name(name_arg);
  /external/selinux/python/sepolgen/src/sepolgen/
interfaces.py 44 def set_name(self, name): member in class:Param
52 name = property(get_name, set_name)
  /external/tensorflow/tensorflow/contrib/tensor_forest/kernels/
data_spec.h 54 void set_name(const string& n) { name_ = n; } function in class:tensorflow::tensorforest::DataColumn
  /external/v8/src/
property-descriptor.h 104 void set_name(Handle<Object> name) { name_ = name; } function in class:v8::internal::PropertyDescriptor
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
debug.h 137 void (* set_name) (tree, tree); member in struct:gcc_debug_hooks
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
interfaces.py 44 def set_name(self, name): member in class:Param
52 name = property(get_name, set_name)
  /system/bt/tools/bdtool/
bdtool.c 46 static bool set_name = false; variable
58 {"set_name", required_argument, 0, 0}, {"sco_listen", no_argument, 0, 0},
83 if (!bond && !discover && !discoverable && !up && !get_name && !set_name &&
175 if (set_name) {
338 set_name = true;
  /external/autotest/client/common_lib/
control_data.py 231 def set_name(self, val): member in class:ControlData
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
__init__.py 666 def set_name(self, name): member in class:Handler
677 name = property(get_name, set_name)
    [all...]
  /external/protobuf/src/google/protobuf/
api.pb.h 108 void set_name(const ::std::string& value);
109 void set_name(const char* value);
110 void set_name(const char* value, size_t size);
259 void set_name(const ::std::string& value);
260 void set_name(const char* value);
261 void set_name(const char* value, size_t size);
400 void set_name(const ::std::string& value);
401 void set_name(const char* value);
402 void set_name(const char* value, size_t size);
449 inline void Api::set_name(const ::std::string& value) function in class:google::protobuf::Api
454 inline void Api::set_name(const char* value) { function in class:google::protobuf::Api
459 inline void Api::set_name(const char* value, size_t size) { function in class:google::protobuf::Api
683 inline void Method::set_name(const ::std::string& value) { function in class:google::protobuf::Method
688 inline void Method::set_name(const char* value) { function in class:google::protobuf::Method
693 inline void Method::set_name(const char* value, size_t size) { function in class:google::protobuf::Method
891 inline void Mixin::set_name(const ::std::string& value) { function in class:google::protobuf::Mixin
896 inline void Mixin::set_name(const char* value) { function in class:google::protobuf::Mixin
901 inline void Mixin::set_name(const char* value, size_t size) { function in class:google::protobuf::Mixin
    [all...]

Completed in 1076 milliseconds

1 2 3 4