/external/chromium_org/third_party/skia/src/pathops/ |
SkIntersections.h | 27 fMax = 0; // require that the caller set the max 40 void set(const SkIntersections& i) { function in class:SkIntersections 56 cubic.set(a); 63 aCubic.set(a); 65 bCubic.set(b); 73 cubic.set(a); 80 cubic.set(a); 87 cubic.set(a); 89 line.set(b); 96 cubic.set(a) [all...] |
/external/chromium_org/third_party/smhasher/src/ |
Types.h | 9 #include <set> 53 struct HashSet : public std::set<hashtype> 235 set(&t,16); 238 void set ( const void * blob, size_t len ) function in class:Blob
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
pagemap.h | 95 // Return the current value for KEY. Returns NULL if not yet set, 108 void set(Number k, void* v) { function in class:TCMalloc_PageMap1 185 // then we'll set some of the bits in committed_ to remember this fact. 187 // set, as the calls to Ensure() will never have overlapping ranges other than 274 // As a result, we only need to set bits for each end of that range, and one 291 // Return the current value for KEY. Returns NULL if not yet set, 304 void set(Number k, void* v) { function in class:TCMalloc_PageMap1_LazyCommit 356 void set(Number k, void* v) { function in class:TCMalloc_PageMap2 461 void set(Number k, void* v) { function in class:TCMalloc_PageMap3
|
/external/chromium_org/tools/android/memdump/ |
memdump.cc | 42 void set(uint32 bit) { function in class:__anon14606::BitSet 199 // Fills |committed_pages| in with the set of committed pages contained in the 220 committed_pages_bits->set(page_index); 280 // Hash set keeping track of the physical pages mapped in a single process so
|
/external/chromium_org/tools/gyp/tools/emacs/ |
gyp.el | 33 (set (make-local-variable 'gyp-parse-history) '((1 . (list)))) 36 (defun gyp-set-indentation () 42 (add-hook 'gyp-mode-hook 'gyp-set-indentation) 202 ;; Set the match data to indicate to the font-lock mechanism the 204 (set-match-data (append (list string-start (point))
|
/external/chromium_org/v8/src/ |
object-observe.js | 49 // 3) observationState.pendingObservers. This is the set of observers which 78 set: function(key, value) { 140 // a given set of accept types. If the set of accept types is the default 141 // set for Object.observe, the observer is represented as a direct reference 178 objectInfoMap.set(object, objectInfo); 190 notifierObjectInfoMap.set(objectInfo.notifier, objectInfo); 205 // The set of observers on an object is called 'changeObservers'. The first 304 callbackInfoMap.set(callback, priority); 321 callbackInfoMap.set(callback, callbackInfo) [all...] |
/external/clang/include/clang/Sema/ |
Ownership.h | 50 static OpaquePtr make(PtrTy P) { OpaquePtr OP; OP.set(P); return OP; } 64 void set(PtrTy P) { function in class:clang::OpaquePtr 154 void set(PtrTy V) { Val = V; } function in class:clang::ActionResult 198 void set(PtrTy V) { function in class:clang::ActionResult
|
TemplateDeduction.h | 86 /// \brief Set the diagnostic which caused the SFINAE failure. 98 /// \brief Add a new diagnostic to the set of diagnostics 108 /// \brief Iterator over the set of suppressed diagnostics. 230 void set(Decl *Spec, DeductionFailureInfo Info) { function in struct:clang::TemplateSpecCandidate 239 /// TemplateSpecCandidateSet - A set of generalized overload candidates, 271 /// to the overload set.
|
/external/clang/test/CXX/class.access/ |
p6.cpp | 60 template <class T> static void set(T &t, typename T::type v) { function in class:test2::A 78 A::set(b, 0);
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
StdCatchBuilder.java | 202 result.set(i, resultList.get(i)); 258 result.set(i, oneType, oneHandler.getAddress());
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
AnnotationUtils.java | 211 list.set(i, new CstString(pieces.get(i))); 246 list.set(i, CstType.intern(types.getType(i)));
|
ClassDataItem.java | 59 /** {@code null-ok;} static initializer list; set in {@link #addContents} */ 63 * {@code null-ok;} encoded form, ready for writing to a file; set during 315 list.set(i, cst);
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
LocalVariableExtractor.java | 36 /** {@code non-null;} work set indicating blocks needing to be processed */ 111 * that the active variable set changes. 146 * the instruction causes a change to the set of 173 * and update the work set where required (that is, in cases 187 Bits.set(workSet, succ);
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
NormalSsaInsn.java | 64 newSources.set(i, i == index ? newSpec : origSources.get(i));
|
PhiInsn.java | 220 sources.set(i, o.regSpec);
|
SsaConverter.java | 300 // Bit set of registers vs block index "definition sites" 303 // Bit set of registers vs block index "phi placement sites" 312 * For each register, build a set of all basic blocks where 322 defsites[rs.getReg() - threshold].set(bi); method 347 /* Worklist set starts out with each node where reg is assigned. */ 360 phisites[reg].set(dfBlockIndex); method 373 worklist.set(dfBlockIndex);
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/ |
IdenticalBlockCombiner.java | 101 toDelete.set(jLabel); 111 newBlocks.set(i, null); 168 newSuccessors.set(newSuccessors.indexOf(oldLabel), newLabel); 180 newBlocks.set(newBlocks.indexOfLabel(block.getLabel()), newBB);
|
/external/dexmaker/src/dx/java/com/android/dx/util/ |
IntList.java | 190 public void set(int n, int value) { method in class:IntList
|
/external/droiddriver/src/com/google/android/droiddriver/instrumentation/ |
ViewElement.java | 183 rect.set(xy[0], xy[1], xy[0] + view.getWidth(), xy[1] + view.getHeight());
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_prng.h | 45 set; /* did we call add_entropy to set key? */ member in struct:sober128_prng
|
/external/e2fsprogs/ext2ed/ |
general_com.c | 189 device_handle=NULL; /* Notice that our device is still not set up */ 229 wprintw (command_win,"Error - No type set\n");refresh_command_win (); 304 wprintw (command_win, "Variable %s set to %s\n", 339 wprintw (command_win, "Variable %s set to %s\n", 352 wprintw (command_win, "Variable %s set to %s\n", 357 void set (char *command_line) function 410 "set: unhandled type %d\n", 519 wprintw (command_win,"Structure type set to %s\n",buffer);refresh_command_win ();
|
/external/e2fsprogs/misc/ |
chattr.c | 61 static int set; variable 175 set = 1; 212 if (set) { 221 printf (_("Flags of %s set as "), name); 240 printf(_("Flags of %s set as "), name); 257 printf (_("Version of %s set as %lu\n"), name, version); 319 if (set && (add || rem)) { 324 fputs("Can't both set and unset same flag.\n", stderr); 327 if (!(add || rem || set || set_version)) {
|
/external/guava/guava/src/com/google/common/collect/ |
ImmutableList.java | 61 * Returns the empty immutable list. This set behaves and performs comparably 359 public final E set(int index, E element) { method in class:ImmutableList
|
Lists.java | 324 * {@code addAll} and {@code set} methods are unsupported in the returned 420 public void set(T e) { method in class:Lists.TransformingSequentialList 777 @Override public T set(int index, @Nullable T element) { 778 return forwardList.set(reverseIndex(index), element); 873 @Override public void set(T e) { 875 forwardIterator.set(e); 1012 @Override public E set(int index, E element) { 1013 return backingList.set(index, element);
|
/external/guava/guava/src/com/google/common/primitives/ |
Booleans.java | 326 * Arrays#asList(Object[])}. The list supports {@link List#set(int, Object)}, 327 * but any attempt to set a value to {@code null} will result in a {@link 403 @Override public Boolean set(int index, Boolean element) { method in class:Booleans.BooleanArrayAsList
|