HomeSort by relevance Sort by last modified time
    Searched refs:component_name (Results 1 - 8 of 8) sorted by null

  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/
chktrcmp.py 66 component_name = trace_use_pat.sub( '', src_line ) variable
67 if component_name in USED_COMPONENT:
68 USED_COMPONENT[component_name].append( "%s:%d" % ( src_pathname, line_num ) )
70 USED_COMPONENT[component_name] = [ "%s:%d" % ( src_pathname, line_num ) ]
86 component_name = trace_def_pat_opn.sub( '', hdr_line ) variable
87 component_name = trace_def_pat_cls.sub( '', component_name ) variable
88 if component_name in KNOWN_COMPONENT:
90 ( component_name, KNOWN_COMPONENT[component_name], line_num
    [all...]
  /system/weaved/buffet/
binder_weave_service.cc 47 std::string component_name = ToString(name); local
52 if (!device_->AddComponent(component_name, supported_traits, &error))
54 components_.push_back(component_name);
61 std::string component_name = ToString(component); local
63 device_->AddCommandHandler(component_name, command_name,
66 component_name, command_name));
81 const std::string& component_name,
86 client_->onCommand(ToString16(component_name), ToString16(command_name),
binder_weave_service.h 58 void OnCommand(const std::string& component_name,
  /external/autotest/client/cros/cellular/wardmodem/
global_state.py 109 def _add_state_component(self, component_name, allowed_values):
113 @param component_name: The name of the newly created state component.
116 @param allowed_values: The list of string values that component_name can
119 @raises: WardModemSetupException if the component_name exists or if an
130 if not re.match('[a-z][_a-z0-9]*$', component_name) or \
131 keyword.iskeyword(component_name):
133 component_name)
134 if component_name in self._values:
135 self._setup_error('Component already exists: |%s|' % component_name)
136 self._values[component_name] = self.INVALID_VALU
    [all...]
  /external/chromium-trace/catapult/tracing/tracing_build/
merge_traces.py 382 for component_name, components_by_filename in trace_components.iteritems():
384 component_name)
385 merged_trace[component_name] = MergeComponents(component_name,
391 def MergeComponents(component_name, components_by_filename):
393 if component_name == 'traceEvents':
396 return MergeGenericTraceComponents(component_name, components_by_filename)
624 def MergeGenericTraceComponents(component_name, components_by_filename):
637 component_name)
  /system/weaved/libweaved/
service.cc 206 void OnCommand(const std::string& component_name,
391 const std::string& component_name,
394 VLOG(2) << "Weave command received for component '" << component_name << "': "
397 if (entry.component == component_name &&
404 << ", component = " << component_name; local
  /ndk/
ndk-gdb.py 620 component_name = "{}/{}".format(pkg_name, launch_target)
621 am_cmd.append(component_name)
622 log("Launching activity {}...".format(component_name))
625 error("Failed to start {}".format(component_name))
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
main.c 226 char *component_name(char *out, int comp_id) function
751 strcpy(components[i].name, component_name(str_tmp, i));

Completed in 632 milliseconds