HomeSort by relevance Sort by last modified time
    Searched refs:class_name (Results 126 - 150 of 361) sorted by null

1 2 3 4 56 7 8 91011>>

  /developers/samples/android/admin/NfcProvisioning/Application/src/main/java/com/example/android/nfcprovisioning/
NfcProvisioningFragment.java 80 mEditClassName = (EditText) view.findViewById(R.id.class_name);
88 mEditClassName.addTextChangedListener(new TextWatcherWrapper(R.id.class_name, this));
166 case R.id.class_name:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pyclbr.py 183 tokentype, class_name, start = g.next()[0:3]
228 cur_class = Class(fullmodule, class_name, inherit,
231 dict[class_name] = cur_class
  /external/python/cpython2/Lib/
pyclbr.py 185 tokentype, class_name, start = g.next()[0:3]
230 cur_class = Class(fullmodule, class_name, inherit,
233 dict[class_name] = cur_class
  /external/python/cpython3/Lib/
pyclbr.py 193 tokentype, class_name, start = next(g)[0:3]
238 cur_class = Class(fullmodule, class_name, inherit,
241 dict[class_name] = cur_class
  /external/tensorflow/tensorflow/contrib/py2tf/impl/
conversion.py 166 class_name = namer.compiled_class_name(c.__name__, c)
168 class_name,
174 return node, class_name
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pyclbr.py 185 tokentype, class_name, start = g.next()[0:3]
230 cur_class = Class(fullmodule, class_name, inherit,
233 dict[class_name] = cur_class
  /prebuilts/gdb/linux-x86/lib/python2.7/
pyclbr.py 185 tokentype, class_name, start = g.next()[0:3]
230 cur_class = Class(fullmodule, class_name, inherit,
233 dict[class_name] = cur_class
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pyclbr.py 185 tokentype, class_name, start = g.next()[0:3]
230 cur_class = Class(fullmodule, class_name, inherit,
233 dict[class_name] = cur_class
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pyclbr.py 185 tokentype, class_name, start = g.next()[0:3]
230 cur_class = Class(fullmodule, class_name, inherit,
233 dict[class_name] = cur_class
  /external/autotest/client/cros/cellular/pseudomodem/
pseudomodem.py 213 def _CreateCustomObject(self, test_module, class_name, arg_file_name):
218 @param class_name: Name of the class implementing the custom object.
220 taken by |test_module|.|class_name| constructor in json.
238 class_def = getattr(test_module, class_name)
242 class_name, str(arg))
249 class_name, str(e))
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.h 135 string OptionsValue(const string& class_name,
  /external/selinux/libsepol/include/sepol/policydb/
services.h 99 * specified by `class_name'.
101 extern int sepol_string_to_security_class(const char *class_name,
  /external/syslinux/com32/hdt/
hdt-dump-pci.c 98 add_s("pci_device.class_name", pci_device->dev_info->class_name);
  /frameworks/base/tools/aapt2/java/
ProguardRules.cpp 78 virtual void AddClass(size_t line_number, const std::string& class_name) {
79 keep_set_->AddConditionalClass({file_.name, file_.source.WithLine(line_number)}, class_name);
273 virtual void AddClass(size_t line_number, const std::string& class_name) override {
274 keep_set_->AddManifestClass({file_.name, file_.source.WithLine(line_number)}, class_name);
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/python/
python_generator.h 127 string OptionsValue(const string& class_name,
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/python/
python_generator.h 127 string OptionsValue(const string& class_name,
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/python/
python_generator.h 127 string OptionsValue(const string& class_name,
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/python/
python_generator.h 135 string OptionsValue(const string& class_name,
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/python/
python_generator.h 127 string OptionsValue(const string& class_name,
  /tools/tradefederation/core/atest/test_finders/
test_finder_utils.py 102 class_name
103 class_name#method1,method2
284 def find_class_file(search_dir, class_name):
289 class_name: A string of the class to search for.
294 if '.' in class_name:
295 find_target = class_name.replace('.', '/')
298 find_target = class_name
  /art/libdexfile/dex/
dex_file_tracking_registrar.cc 223 void DexFileTrackingRegistrar::SetCodeItemRegistration(const char* class_name, bool should_poison) {
234 if (code_item != nullptr && strcmp(methodid_name, class_name) == 0) {
  /external/autotest/client/site_tests/performance_InboxInputLatency/
performance_InboxInputLatency.py 68 def click_button_by_class_name(self, class_name):
72 @param class_name: the class name of the button.
75 button_query = 'document.getElementsByClassName("' + class_name +'")'
  /external/autotest/server/cros/ap_configurators/
static_ap_configurator.py 43 self.class_name = ap_config.get_class()
66 'Controller class': self.class_name,
  /external/protobuf/python/google/protobuf/internal/
_parameterized.py 354 def __new__(mcs, class_name, bases, dct):
363 return type.__new__(mcs, class_name, bases, dct)
  /frameworks/base/core/proto/android/content/
package_item_info.proto 70 optional string class_name = 1;

Completed in 397 milliseconds

1 2 3 4 56 7 8 91011>>