HomeSort by relevance Sort by last modified time
    Searched refs:description (Results 426 - 450 of 2414) sorted by null

<<11121314151617181920>>

  /external/oprofile/libutil++/
op_spu_bfd.cpp 93 * contains the name of the SPU binary image in the description
144 char * description = (char *) xmalloc(dsize); local
145 memcpy(description, sec_contents + desc_start, dsize);
146 filename = description;
147 free(description);
  /frameworks/av/libvideoeditor/vss/inc/
M4EXIFC_CommonAPI.h 83 M4OSA_Char *description; /**< image title */ member in struct:__anon31059
  /frameworks/base/core/java/android/hardware/usb/
UsbAccessory.java 30 * the version of the accessory, and a user visible description of the accessory to the device.
75 public UsbAccessory(String manufacturer, String model, String description,
79 mDescription = description;
117 * Returns a user visible description of the accessory.
119 * @return the accessory description
200 String description = in.readString();
204 return new UsbAccessory(manufacturer, model, description, version, uri, serial);
  /frameworks/opt/colorpicker/src/com/android/colorpicker/
ColorPickerPalette.java 136 * Add a content description to the specified swatch view. Because the colors get added in a
153 String description; local
155 description = String.format(mDescriptionSelected, accessibilityIndex);
157 description = String.format(mDescription, accessibilityIndex);
159 swatch.setContentDescription(description);
  /packages/apps/Tag/src/com/android/apps/tag/record/
RecordUtils.java 64 ViewGroup parent, OnClickListener listener, Intent intent, String description) {
72 text.setText(description);
76 intent, description);
96 listener, clone, description));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install_headers.py 14 description = "install C/C++ header files" variable in class:install_headers
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install_headers.py 14 description = "install C/C++ header files" variable in class:install_headers
  /external/chromium_org/chrome/browser/extensions/api/omnibox/
omnibox_api.cc 46 const char kSuggestionDescription[] = "description";
320 string16 description = UTF8ToUTF16(suggestion.description); local
321 std::vector<int> styles(description.length(), 0);
328 int length = description.length();
333 std::max(0, static_cast<int>(description.length()) + style->offset);
378 if (!suggestion || suggestion->description.empty())
384 string16 description = UTF8ToUTF16(suggestion->description); local
389 // new length of the description
    [all...]
  /development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
BitmapUtils.java 65 String description = mDescriptions[(int) (Math.random() * mDescriptions.length)]; local
66 pictures.add(new PictureData(resourceId, description, thumbnail));
  /external/chromium/third_party/libjingle/source/talk/base/
network.h 83 Network(const std::string& name, const std::string& description,
92 const std::string& description() const { return description_; } function in class:talk_base::Network
119 // Debugging description of this network
  /external/chromium_org/chrome/browser/history/
shortcuts_backend.h 44 const string16& description,
56 // Contents and description from the original match, along with their
63 string16 description; member in struct:history::ShortcutsBackend::Shortcut
  /external/chromium_org/chrome/browser/ui/gtk/
create_application_shortcuts_dialog_gtk.cc 47 // Minimum width (in pixels) of the shortcut description label.
50 // Height (in lines) of the shortcut description label.
134 // on the left, and a description on the right.
144 // Create the label with application shortcut description.
165 std::string description(UTF16ToUTF8(shortcut_info_.description));
168 (description.empty() ? title : description).c_str());
270 GtkWidget* description = gtk_label_new( local
272 gtk_label_set_line_wrap(GTK_LABEL(description), TRUE)
274 gtk_box_pack_start(GTK_BOX(vbox), description, FALSE, FALSE, 0); local
    [all...]
  /external/chromium_org/ppapi/c/dev/
ppb_font_dev.h 190 * Returns a font which best matches the given description. The return value
194 const struct PP_FontDescription_Dev* description);
201 * Loads the description and metrics of the font into the given structures.
202 * The description will be different than the description the font was
206 * The PP_Var in the description should be of type Void on input. On output,
211 * in the description isn't Null (to prevent leaks).
214 struct PP_FontDescription_Dev* description,
  /external/chromium_org/ppapi/c/trusted/
ppb_browser_font_trusted.h 186 * Returns a font which best matches the given description. The return value
191 const struct PP_BrowserFont_Trusted_Description* description);
198 * Loads the description and metrics of the font into the given structures.
199 * The description will be different than the description the font was
203 * The PP_Var in the description should be of type Void on input. On output,
208 * in the description isn't Null (to prevent leaks).
211 struct PP_BrowserFont_Trusted_Description* description,
  /external/chromium_org/third_party/WebKit/PerformanceTests/Interactive/resources/
window-resize.js 24 description: "Exercising window resize and following relayout",
  /external/chromium_org/third_party/lcov/bin/
gendesc 22 # This script creates a description file as understood by genhtml.
27 # <at least one whitespace character (blank/tab)><test description>
29 # Actual description may consist of several lines. By default, output is
121 Convert a test case description file into a format as understood by genhtml.
125 -o, --output-filename FILENAME Write description to FILENAME
136 # Read text file INPUT_FILENAME and convert the contained description to a
140 # TD:<test description>
182 # Matched test description
194 # inside description text
  /external/chromium_org/third_party/lcov-1.9/bin/
gendesc 22 # This script creates a description file as understood by genhtml.
27 # <at least one whitespace character (blank/tab)><test description>
29 # Actual description may consist of several lines. By default, output is
124 Convert a test case description file into a format as understood by genhtml.
128 -o, --output-filename FILENAME Write description to FILENAME
139 # Read text file INPUT_FILENAME and convert the contained description to a
143 # TD:<test description>
185 # Matched test description
197 # inside description text
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCSessionDescription.mm 78 [self.type UTF8String], [self.description UTF8String], NULL);
RTCVideoTrack.mm 52 [renderer description]);
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
json_writer.py 24 See the constructor of TemplateWriter for description of
68 description = self._text_wrapper.wrap(policy['desc'])
69 self._out += description;
  /external/chromium_org/tools/telemetry/telemetry/page/
page_set_unittest.py 20 {"description": "hello",
43 self.assertEquals('hello', ps.description)
  /external/icu4c/samples/
readme.txt 5 Below is a short description of the contents of this directory.
  /external/junit/src/org/junit/
Assert.java 3 import org.hamcrest.Description;
773 Description description= new StringDescription(); local
774 description.appendText(reason);
775 description.appendText("\nExpected: ");
776 description.appendDescriptionOf(matcher);
777 description.appendText("\n got: ");
778 description.appendValue(actual);
779 description.appendText("\n");
780 throw new java.lang.AssertionError(description.toString())
    [all...]
  /external/junit/src/org/junit/internal/
TextListener.java 7 import org.junit.runner.Description;
32 public void testStarted(Description description) {
42 public void testIgnored(Description description) {
  /external/junit/src/org/junit/internal/matchers/
IsCollectionContaining.java 9 import org.hamcrest.Description;
31 public void describeTo(Description description) {
32 description

Completed in 2001 milliseconds

<<11121314151617181920>>