HomeSort by relevance Sort by last modified time
    Searched refs:unique (Results 226 - 250 of 821) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/
coda.h 234 u_int32_t unique; member in struct:coda_in_hdr
242 u_int32_t unique; member in struct:coda_out_hdr
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
coda.h 234 u_int32_t unique; member in struct:coda_in_hdr
242 u_int32_t unique; member in struct:coda_out_hdr
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
coda.h 234 u_int32_t unique; member in struct:coda_in_hdr
242 u_int32_t unique; member in struct:coda_out_hdr
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
coda.h 234 u_int32_t unique; member in struct:coda_in_hdr
242 u_int32_t unique; member in struct:coda_out_hdr
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
coda.h 234 u_int32_t unique; member in struct:coda_in_hdr
242 u_int32_t unique; member in struct:coda_out_hdr
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/linux/
coda.h 214 u_int32_t unique; member in struct:coda_in_hdr
222 u_int32_t unique; member in struct:coda_out_hdr
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/
coda.h 214 u_int32_t unique; member in struct:coda_in_hdr
222 u_int32_t unique; member in struct:coda_out_hdr
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/
coda.h 214 u_int32_t unique; member in struct:coda_in_hdr
222 u_int32_t unique; member in struct:coda_out_hdr
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/
coda.h 214 u_int32_t unique; member in struct:coda_in_hdr
222 u_int32_t unique; member in struct:coda_out_hdr
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/
coda.h 214 u_int32_t unique; member in struct:coda_in_hdr
222 u_int32_t unique; member in struct:coda_out_hdr
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
coda.h 214 u_int32_t unique; member in struct:coda_in_hdr
222 u_int32_t unique; member in struct:coda_out_hdr
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
coda.h 214 u_int32_t unique; member in struct:coda_in_hdr
222 u_int32_t unique; member in struct:coda_out_hdr
  /external/ImageMagick/www/api/
resource.php 86 <p>AcquireUniqueFileResource() returns a unique file name, and returns a file descriptor for the file open for reading and writing.</p>
102 <dd> Specifies a pointer to an array of characters. The unique path name is returned in this array. </dd>
198 <p>RelinquishUniqueFileResource() relinquishes a unique file resource.</p>
annotate.php 76 k CALCULATED: number of unique colors
86 u unique temporary filename (used for delegates)
106 Z unique filename (used for delegates)
  /external/ltrace/
ltrace-elf.c 877 * same address. So instead we keep this unique symbol struct for
1057 struct unique_symbol *unique local
1061 if (unique->libsym == NULL) {
1062 unique->libsym = tmp;
1063 unique->addr = tmp->enter_addr;
1065 unique->libsym->next = NULL;
1068 < strlen(unique->libsym->name)) {
1070 (unique->libsym, tmp->name, 1);
1081 /* Now we do the union of this set of unique symbols with
    [all...]
  /external/autotest/server/
site_linux_router.py 191 # Remove it so we can have more unique bytes.
335 @param instance: string fragment of the command line unique to
399 """ Build our unique token by base-<len(self.SUFFIX_LETTERS)> encoding
408 unique = ''
409 while number or not unique:
410 unique = self.SUFFIX_LETTERS[number % base] + unique
416 return '_'.join([self._ssid_prefix, unique, salt, suffix])[-32:]
    [all...]
  /art/compiler/utils/
intrusive_forward_list.h 290 void unique() { function in class:art::IntrusiveForwardList
291 unique(std::equal_to<value_type>());
294 void unique(BinaryPredicate pred) { function in class:art::IntrusiveForwardList
  /external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
cr.js 221 * @return {number} A new unique ID.
228 * Returns a unique ID for the item. This mutates the item so it needs to be
230 * @param {!Object} item The item to get the unique ID for.
231 * @return {number} The unique ID for the item.
324 * sendWithPromise and is unique across all invocations of said method.
337 * @param {string} id The unique ID identifying the Promise this response is
  /external/skia/src/core/
SkPathRef.cpp 19 if ((*pathRef)->unique()) {
70 if (!(*dst)->unique()) {
178 if ((*pathRef)->unique()) {
  /external/skia/tests/
SurfaceTest.cpp 347 REPORTER_ASSERT(reporter, image->unique());
352 REPORTER_ASSERT(reporter, image1->unique());
356 REPORTER_ASSERT(reporter, image2->unique());
372 REPORTER_ASSERT(reporter, image2->unique());
378 REPORTER_ASSERT(reporter, image4->unique());
    [all...]
  /external/ImageMagick/coders/
mpeg.c 212 read_info->unique,ReadMPEGIntermediateFormat);
588 write_info->unique,coalesce_image->magick);
  /external/autotest/client/tests/iozone/
postprocessing.py 23 def unique(list): function
154 sizes = unique([line[index] for line in results])
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/
jquery.treeview.min.js 15 */;(function($){$.extend($.fn,{swapClass:function(c1,c2){var c1Elements=this.filter('.'+c1);this.filter('.'+c2).removeClass(c2).addClass(c1);c1Elements.removeClass(c1).addClass(c2);return this;},replaceClass:function(c1,c2){return this.filter('.'+c1).removeClass(c1).addClass(c2).end();},hoverClass:function(className){className=className||"hover";return this.hover(function(){$(this).addClass(className);},function(){$(this).removeClass(className);});},heightToggle:function(animated,callback){animated?this.animate({height:"toggle"},animated,callback):this.each(function(){jQuery(this)[jQuery(this).is(":hidden")?"show":"hide"]();if(callback)callback.apply(this,arguments);});},heightHide:function(animated,callback){if(animated){this.animate({height:"hide"},animated,callback);}else{this.hide();if(callback)this.each(callback);}},prepareBranches:function(settings){if(!settings.prerendered){this.filter(":last-child:not(ul)").addClass(CLASSES.last);this.filter((settings.collapsed?"":"."+CLASSES.closed)+":not(."+CLASSES.open+")").find(">ul").hide();}return this.filter(":has(>ul)");},applyClasses:function(settings,toggler){this.filter(":has(>ul):not(:has(>a))").find(">span").click(function(event){toggler.apply($(this).next());}).add($("a",this)).hoverClass();if(!settings.prerendered){this.filter(":has(>ul:hidden)").addClass(CLASSES.expandable).replaceClass(CLASSES.last,CLASSES.lastExpandable);this.not(":has(>ul:hidden)").addClass(CLASSES.collapsable).replaceClass(CLASSES.last,CLASSES.lastCollapsable);this.prepend("<div class=\""+CLASSES.hitarea+"\"/>").find("div."+CLASSES.hitarea).each(function(){var classes="";$.each($(this).parent().attr("class").split(" "),function(){classes+=this+"-hitarea ";});$(this).addClass(classes);});}this.find("div."+CLASSES.hitarea).click(toggler);},treeview:function(settings){settings=$.extend({cookieId:"treeview"},settings);if(settings.add){return this.trigger("add",[settings.add]);}if(settings.toggle){var callback=settings.toggle;settings.toggle=function(){return callback.apply($(this).parent()[0],arguments);};}function treeController(tree,control){function handler(filter){return function(){toggler.apply($("div."+CLASSES.hitarea,tree).filter(function(){return filter?$(this).parent("."+filter).length:true;}));return false;};}$("a:eq(0)",control).click(handler(CLASSES.collapsable));$("a:eq(1)",control).click(handler(CLASSES.expandable));$("a:eq(2)",control).click(handler());}function toggler(){$(this).parent().find(">.hitarea").swapClass(CLASSES.collapsableHitarea,CLASSES.expandableHitarea).swapClass(CLASSES.lastCollapsableHitarea,CLASSES.lastExpandableHitarea).end().swapClass(CLASSES.collapsable,CLASSES.expandable).swapClass(CLASSES.lastCollapsable,CLASSES.lastExpandable).find(">ul").heightToggle(settings.animated,settings.toggle);if(settings.unique){$(this).parent().siblings().find(">.hitarea").replaceClass(CLASSES.collapsableHitarea,CLASSES.exp (…)
  /external/llvm/include/llvm/ProfileData/
InstrProf.h 283 HashNameMap.erase(std::unique(HashNameMap.begin(), HashNameMap.end()),
286 AddrToMD5Map.erase(std::unique(AddrToMD5Map.begin(), AddrToMD5Map.end()),
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.cpp 45 // First get the number of unique hashes.
51 std::unique(uniques.begin(), uniques.end());
77 // Unique the entries.
80 std::unique(EI->second.Values.begin(), EI->second.Values.end()),

Completed in 1092 milliseconds

1 2 3 4 5 6 7 8 91011>>