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

<<11121314151617181920>>

  /external/webkit/WebKit/mac/Plugins/
WebBasePluginPackage.mm 153 NSString *MIME, *description;
172 description = [MIMEDictionary objectForKey:WebPluginTypeDescriptionKey];
173 if (!description)
174 description = @"";
176 [MIMEToDescriptionDictionary setObject:description forKey:MIME];
189 description = [bundle objectForInfoDictionaryKey:WebPluginDescriptionKey];
190 if (!description)
191 description = filename;
192 [self setPluginDescription:description];
355 - (void)setPluginDescription:(NSString *)description
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarSyncTestingBase.java 124 m.put(Calendar.Events.DESCRIPTION, event.mDescription);
149 values.put(Calendar.Events.DESCRIPTION, event.mDescription);
250 boolean allDay, String description) {
258 mDescription = description;
287 public EventInfo(String title, String description, String startDate, String endDate,
289 init(title, description, startDate, endDate, rrule, allDay, DEFAULT_TIMEZONE);
293 public EventInfo(String title, String description, String startDate, String endDate,
295 init(title, description, startDate, endDate, rrule, allDay, timezone);
298 public void init(String title, String description, String startDate, String endDate,
301 mDescription = description;
    [all...]
  /external/icu4c/i18n/unicode/
numsys.h 11 * Date Name Description
86 * Create a numbering system using the specified radix, type, and description.
89 * @param description The string representing the set of digits used in a numeric system, or the name of the RBNF
94 static NumberingSystem* U_EXPORT2 createInstance(int32_t radix, UBool isAlgorithmic, const UnicodeString& description, UErrorCode& status );
119 * Returns the description string of this numbering system, which is either
  /external/webkit/JavaScriptCore/tests/mozilla/js1_1/
jsref.js 32 testcases[tc].description +" = "+
43 this.description = d;
154 print(beginTag + 'DESCRIPTION' + endTag);
155 print(testcases[tc].description);
167 print( testcases[i].description +" = " +testcases[i].actual +" expected: "+ testcases[i].expect );
  /external/webkit/JavaScriptCore/tests/mozilla/js1_3/
shell.js 19 testcases[tc].description +" = "+
32 function AddTestCase( description, expect, actual ) {
33 testcases[tc++] = new TestCase( SECTION, description, expect, actual );
38 this.description = d;
47 writeLineToLog( "added " + this.description );
jsref.js 38 testcases[tc].description +" = "+
49 this.description = d;
59 writeLineToLog( "added " + this.description );
163 print(beginTag + 'DESCRIPTION' + endTag);
164 print(testcases[tc].description);
178 print( testcases[i].description +" = " +testcases[i].actual +" expected: "+ testcases[i].expect );
187 testcases[tc].description +" = "+ testcases[tc].actual +
  /external/webkit/JavaScriptCore/tests/mozilla/js1_4/
jsref.js 31 testcases[tc].description +" = "+
41 this.description = d;
152 print(beginTag + 'DESCRIPTION' + endTag);
153 print(testcases[tc].description);
166 print( testcases[i].description +" = " +testcases[i].actual +" expected: "+ testcases[i].expect );
  /hardware/ti/wlan/wl1271/TWD/MacServices/
PowerSrvSM.c 92 DESCRIPTION: Power Server SM module creation function, called by the Power Server create in creation phase
142 DESCRIPTION: Power Server SM module destroy function,
181 DESCRIPTION: Power Server SM module initialize function, called by the Power Server init in configure phase
331 DESCRIPTION: Power Server SM module configuration function, called by the Power Server init in configure phase
358 DESCRIPTION: This function triggers events from the outside of the module into the state machine.
401 DESCRIPTION: This function sets the current SM working request.
420 DESCRIPTION: This function returns the current state of the SM.
439 DESCRIPTION: This function sets the Rate Modulation
458 DESCRIPTION: This function sets the Rate Modulation
476 DESCRIPTION: This function prints the SM objec
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
apConnApi.h 67 * \par Description
92 * \par Description
123 * \par Description
142 * \par Description
165 * \par Description
181 * \par Description
203 * \par Description
219 * \par Description
268 * \par Description
282 * \par Description
    [all...]
mainKeysSm.c 73 * \b Description:
150 * \b Description:
298 * \b Description:
365 * \b Description:
393 * \b Description:
421 * \b Description:
472 * \b Description:
503 * \b Description:
524 * \b Description:
545 * \b Description:
    [all...]
mainSecNull.c 81 * \b Description:
114 * \b Description:
141 * \b Description:
164 * \b Description:
187 * \b Description:
  /system/wlan/ti/wilink_6_1/TWD/MacServices/
PowerSrvSM.c 92 DESCRIPTION: Power Server SM module creation function, called by the Power Server create in creation phase
142 DESCRIPTION: Power Server SM module destroy function,
181 DESCRIPTION: Power Server SM module initialize function, called by the Power Server init in configure phase
331 DESCRIPTION: Power Server SM module configuration function, called by the Power Server init in configure phase
358 DESCRIPTION: This function triggers events from the outside of the module into the state machine.
401 DESCRIPTION: This function sets the current SM working request.
420 DESCRIPTION: This function returns the current state of the SM.
439 DESCRIPTION: This function sets the Rate Modulation
458 DESCRIPTION: This function sets the Rate Modulation
476 DESCRIPTION: This function prints the SM objec
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
apConnApi.h 67 * \par Description
92 * \par Description
122 * \par Description
141 * \par Description
164 * \par Description
180 * \par Description
202 * \par Description
218 * \par Description
267 * \par Description
281 * \par Description
    [all...]
mainKeysSm.c 73 * \b Description:
150 * \b Description:
298 * \b Description:
365 * \b Description:
393 * \b Description:
421 * \b Description:
472 * \b Description:
503 * \b Description:
524 * \b Description:
545 * \b Description:
    [all...]
mainSecNull.c 81 * \b Description:
114 * \b Description:
141 * \b Description:
164 * \b Description:
187 * \b Description:
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/TNETWArbiter/
TNETWArb_buffer.c 52 ** Description Called by an application to initialize a buffer queue.
69 ** Description Return a pointer to the first buffer in a queue
83 ** Description Return a pointer to the next buffer in a queue
109 ** Description Dequeue a buffer from the middle of the queue
149 ** Description Dequeue a buffer from the head of a queue
199 ** Description Enqueue a buffer at the tail of the queue.
245 ** Description Enqueue a buffer at the head of the queue
298 ** Description Called once internally by GKI at startup to initialize all
335 ** Description Called by an application to get a free buffer from
371 ** Description Called by an application to return a buffer to the free pool
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
whalHwMboxCmd.c 56 * DESCRIPTION: Create the mailbox commands object
83 * DESCRIPTION: Destroy the object
102 * DESCRIPTION: Configure the object
120 * DESCRIPTION: Construct the StartBss command fileds and send it to the mailbox
218 * DESCRIPTION: Construct the LNA control command fileds and send it to the mailbox
240 * DESCRIPTION: Reset the Rx wlan hardware
263 * DESCRIPTION: Reset the wlan hardware
286 * DESCRIPTION: Construct the EnableRx command fileds and send it to the mailbox
309 * DESCRIPTION: Construct the EnableTx command fileds and send it to the mailbox
333 * DESCRIPTION: Construct the DisableRx command fileds and send it to the mailbo
    [all...]
  /external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/webkit/
steps.py 17 self.description = ["set configuration %s" % (configuration, )]
24 description = ["layout-tests running"] variable in class:LayoutTest
53 description = ["jscore-tests running"] variable in class:JavaScriptCoreTest
88 description = ["pixel-layout-tests running"] variable in class:PixelLayoutTest
122 description = ["uploading results"] variable in class:UploadLayoutResults
155 self.description = ["compiling " + configuration]
162 description = ['cleaning'] variable in class:CleanWebKit
173 description = ['cleaning'] variable in class:CleanWebKitGtk
181 description = ['cleaning'] variable in class:CleanWebKitWx
218 description = ["installing Windows dependencies" variable in class:InstallWin32Dependencies
235 description = ["generating coverage data"] variable in class:GenerateCoverageData
241 description = ["uploading coverage data"] variable in class:UploadCoverageData
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/
TNETWIF.c 158 * DESCRIPTION: Request The Bus
196 * DESCRIPTION: Destroy The TNETWIF Module
228 * DESCRIPTION: TNETWIF module configuration state machine
335 * DESCRIPTION: Configure the TNETWIF module
376 * DESCRIPTION: stop the SDIO in Recovery process
400 * DESCRIPTION: Request The Bus
425 * DESCRIPTION: Re-Request The Bus
450 * DESCRIPTION: Release The Bus
475 ** Description: This should be called FwEvent to switch MUX from WLAN_READY to FwEvent. **
493 ** Description: This should be called now from the tasklet
    [all...]
  /external/freetype/include/freetype/internal/
pshints.h 81 * @description:
112 * @description:
125 * @description:
147 * @description:
189 * @description:
223 * @description:
246 * @description:
275 * @description:
316 * @description:
368 * @description
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/
whalHwEeprom.c 50 * DESCRIPTION: Create the wlan hardware eeprom access object
76 * DESCRIPTION: Destroy the object
95 * DESCRIPTION: Config the object
116 * DESCRIPTION: Reads a single byte from EEPROM. *
149 * DESCRIPTION: Writes a single byte to EEPROM *
185 * DESCRIPTION: Set EEPROM write protection. *
205 * DESCRIPTION: Remove EEPROM write protection. *
225 * DESCRIPTION: Writes a single byte to EEPROM *
250 * DESCRIPTION: Reads oscillator cal. value from EEPROM *
267 * DESCRIPTION: Writes new oscillator cal. value to EEPROM
    [all...]
  /external/clearsilver/util/
skiplist.h 49 * Description: Returns a new skip list. If <threaded> is true, list is
72 * Description: Release all resources used by <list> including all key/value
83 * Description: Searches in list <list> for item with key next larger
102 * Description: Searches for <key> in <list>, and returns value if
119 * Description: Releases the lock on the value associated with <lock>. Once
132 * Description: Inserts the <key>/<value> pair into the <list>.
149 * Description: Delete the item associated with <key> from <list>.
  /external/freetype/include/freetype/
ftbitmap.h 47 /* <Description> */
58 /* <Description> */
73 /* <Description> */
98 /* <Description> */
137 /* <Description> */
177 /* <Description> */
199 /* <Description> */
ftmac.h 60 /* <Description> */
72 /* <Description> */
112 /* <Description> */
141 /* <Description> */
169 /* <Description> */
201 /* <Description> */
236 /* <Description> */
  /hardware/ti/wlan/wl1271/stad/src/Application/
scanMngrTypes.h 81 * \par Description
96 * \par Description
115 * \par Description
130 * \par Description
148 * \par Description
168 * \par Description
189 * \par Description

Completed in 721 milliseconds

<<11121314151617181920>>