Searched defs:set (Results 101 - 125 of 583) sorted by relevance

1234567891011>>

/external/icu4c/test/perf/usetperf/
H A Dbitset.cpp13 // TODO: have a separate capacity, so the len can just be set to
37 void BitSet::set(int32_t bitIndex) { function in class:BitSet
/external/javassist/src/main/javassist/compiler/ast/
H A DDoubleConst.java32 public void set(double v) { value = v; } method in class:DoubleConst
H A DIntConst.java32 public void set(long v) { value = v; } method in class:IntConst
/external/javassist/src/main/javassist/util/proxy/
H A DSecurityActions.java113 static void set(final Field fld, final Object target, final Object value) method in class:SecurityActions
117 fld.set(target, value);
122 fld.set(target, value);
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
H A DVertexCache.java88 public void set(int index, int value) { method in class:VertexCache
96 inVcache.set(i, entries[i]);
/external/kernel-headers/original/linux/
H A Dxattr.h13 #define XATTR_CREATE 0x1 /* set value, fail if attr already exists */
14 #define XATTR_REPLACE 0x2 /* set value, fail if attr does not exist */
39 int (*set)(struct inode *inode, const char *name, const void *buffer, member in struct:xattr_handler
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DHeaderIterator.java73 public void set(Object header) { method in class:HeaderIterator
/external/proguard/src/proguard/
H A DGPL.java59 * Returns a set of package names from the given stack trace.
100 * Returns a comma-separated list of package names from the set, excluding
101 * any subpackages of packages in the set.
133 * Returns whether the given set contains a prefix of the given name.
135 private static boolean containsPrefix(Set set, String name) argument
139 while (!set.contains(name.substring(0, index)))
/external/proguard/src/proguard/ant/
H A DMemberSpecificationElement.java60 // Get the referenced file set, or else this one.
170 private int requiredAccessFlags(boolean set, argument
183 if (token.startsWith("!") ^ set)
/external/skia/src/core/
H A DSkRect.cpp20 this->set(left, top, right, bottom);
52 quad[0].set(fLeft, fTop);
53 quad[1].set(fRight, fTop);
54 quad[2].set(fRight, fBottom);
55 quad[3].set(fLeft, fBottom);
64 void SkRect::set(const SkPoint pts[], int count) { function in class:SkRect
83 this->set(Sk2sComplimentAsScalar(l),
109 this->set(l, t, r, b);
157 this->set(left, top, right, bottom);
/external/webkit/Source/JavaScriptCore/yarr/
H A DYarrJIT.h64 void set(MacroAssembler::CodeRef ref) { m_ref = ref; } function in class:JSC::Yarr::YarrCodeBlock
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
H A DConfig.cpp25 set(displayMode, minInterval, maxInterval, renderTargetFormat, depthStencilFormat, multiSample);
65 void Config::set(D3DDISPLAYMODE displayMode, EGLint minInterval, EGLint maxInterval, D3DFORMAT renderTargetFormat, D3DFORMAT depthStencilFormat, EGLint multiSample) function in class:egl::Config
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DRefCountObject.h48 void set(RefCountObject *newObject);
63 void set(ObjectType *newObject) { RefCountObjectBindingPointer::set(newObject); } function in class:gl::BindingPointer
/external/webkit/Source/WebCore/loader/
H A DPolicyCallback.cpp61 void PolicyCallback::set(const ResourceRequest& request, PassRefPtr<FormState> formState, function in class:WebCore::PolicyCallback
74 void PolicyCallback::set(const ResourceRequest& request, PassRefPtr<FormState> formState, function in class:WebCore::PolicyCallback
88 void PolicyCallback::set(ContentPolicyDecisionFunction function, void* argument) function in class:WebCore::PolicyCallback
/external/webkit/Source/WebCore/storage/
H A DIDBAny.cpp122 void IDBAny::set(PassRefPtr<IDBCursorWithValue> value) function in class:WebCore::IDBAny
129 void IDBAny::set(PassRefPtr<IDBCursor> value) function in class:WebCore::IDBAny
136 void IDBAny::set(PassRefPtr<IDBDatabase> value) function in class:WebCore::IDBAny
143 void IDBAny::set(PassRefPtr<IDBFactory> value) function in class:WebCore::IDBAny
150 void IDBAny::set(PassRefPtr<IDBIndex> value) function in class:WebCore::IDBAny
157 void IDBAny::set(PassRefPtr<IDBKey> value) function in class:WebCore::IDBAny
164 void IDBAny::set(PassRefPtr<IDBTransaction> value) function in class:WebCore::IDBAny
171 void IDBAny::set(PassRefPtr<IDBObjectStore> value) function in class:WebCore::IDBAny
178 void IDBAny::set(PassRefPtr<SerializedScriptValue> value) function in class:WebCore::IDBAny
/external/webkit/Source/WebCore/websockets/
H A DWebSocketHandshakeResponse.cpp49 void WebSocketHandshakeResponse::ChallengeResponse::set(const unsigned char challengeResponse[16]) function in class:WebCore::WebSocketHandshakeResponse::ChallengeResponse
105 m_challengeResponse.set(challengeResponse);
/external/webkit/Source/WebKit/android/jni/
H A DGeolocationPermissionsBridge.cpp34 * This file provides a set of functions to bridge between the Java and C++
49 jobject set = env->NewObject(setClass, constructor); local
55 env->CallBooleanMethod(set, addMethod, originString);
58 return set;
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
H A DIntArrayList.java50 public int set(int i, int newValue) { method in class:IntArrayList
52 setSize(i); // unlike definition of set in ArrayList, set size
H A DIntSet.java34 /** A generic set of ints that has an efficient implementation, BitSet,
44 /** Add an element to the set */
47 /** Add all elements from incoming set to this set. Can limit
48 * to set of its own type.
50 void addAll(IntSet set); argument
52 /** Return the intersection of this set with the argument, creating
53 * a new set.
63 /** Return the size of this set (not the underlying implementation's
76 /** remove this element from this set */
[all...]
/external/chromium/base/
H A Dlinked_list.h132 void set(LinkNode<T>* prev, LinkNode<T>* next) { function in class:base::LinkNode
147 LinkedList() { root_.set(&root_, &root_); }
/external/chromium/testing/gmock/scripts/generator/cpp/
H A Dtokenize.py36 if not hasattr(builtins, 'set'):
38 from sets import Set as set namespace
43 VALID_IDENTIFIER_CHARS = set(_letters + _letters.upper() + '_0123456789$')
44 HEX_DIGITS = set('0123456789abcdefABCDEF')
45 INT_OR_FLOAT_DIGITS = set('01234567890eE-+')
49 _STR_PREFIXES = set(('R', 'u8', 'u8R', 'u', 'uR', 'U', 'UR', 'L', 'LR'))
60 # It is always set to WHENCE_STREAM in this code.
132 int_or_float_digits2 = int_or_float_digits | set('.')
/external/clang/include/clang/AST/
H A DDeclAccessPair.h37 p.set(D, AS);
49 set(D, getAccess());
52 set(getDecl(), AS);
54 void set(NamedDecl *D, AccessSpecifier AS) { function in class:clang::DeclAccessPair
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DCatchHandlerList.java42 * this with the index for an element which was never set; if you
121 public void set(int n, CstType exceptionType, int handler) { method in class:CatchHandlerList
129 * @param entry {@code non-null;} the entry to set at {@code n}
131 public void set(int n, Entry entry) { method in class:CatchHandlerList
H A DCatchTable.java43 * this with the index for an element which was never set; if you
57 * @param entry {@code non-null;} the entry to set at {@code n}
59 public void set(int n, Entry entry) { method in class:CatchTable
H A DDalvInsnList.java62 result.set(i, list.get(i));
81 * this with the index for an element which was never set; if you
95 * @param insn {@code non-null;} the instruction to set at {@code n}
97 public void set(int n, DalvInsn insn) { method in class:DalvInsnList

Completed in 768 milliseconds

1234567891011>>